﻿#izo04{
  margin: 0 0 100px;
}
#izo04 h1{
  padding: 0;
}
#izo04 h2{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  font-weight: normal;
}
#izo04 p{
  font-size: 16px;
  line-height: 1.8;
}
#izo04 .a1mincho-bold {
  font-family: "A-OTF A1明朝 Std", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
#izo04 .yellow{
  color: #93590f;
}
#izo04 a:hover{
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
}

/*MV*/
#izo04 .main{
  margin: 0 0 60px;
}

/*コンテンツ*/
#izo04 .content1,#izo04 .content2,#izo04 .content3{
  margin: 0 0 60px;
}
#izo04 .cont_title{
  display: flex;
  align-items: center;
  gap: 2%;
}
#izo04 .cont_block{
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
#izo04 .cont_right,#izo04 .cont_left{
  width: 50%;
}
#izo04 .item_block{
  display: flex;
  align-items: center;
  gap: 2%;
  margin: 10px 0;
}
#izo04 .price_block p{
  font-size: 20px;
}

/*ボタン*/
#izo04 p.item_btn{
  font-size: 18px;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 1% 5%;
  width: 60%;
  height: auto;
  background: #b43c3e;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
#izo04 .item_btn:after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 36%;
  right: 8%;
}

@media(max-width: 1200px){
  #izo04 p{
    font-size: 14px;
  }
  #izo04 .price_block p {
    font-size: 16px;
  }
  #izo04 p.item_btn{
    font-size: 16px;
  }
}