@charset "UTF-8";
/* CSS Document */
.mb50{
  margin-bottom: 50px;
}
.mb20{
  margin-bottom: 20px;
}
.mt20{
  margin-top: 20px;
}
#section0{
  background-image: url("../img/bg_content.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 60px;
}
.product-main-v{
  margin-bottom: 30px;
}
.product-main-v img{
  max-width: 60%;
  height: auto;
}

.product-main-v__text {
  font-size: 0.8rem;
  text-align: left;
}

.product-notice {
  font-size: 1rem;
  text-align: left;
  border: 2px solid #ec6c01;
  color: #ec6c01;
  font-weight: bold;
  padding: 10px 20px;
}

#section0 h1{
  font-size:1.8rem;
  padding-bottom: 30px;
  font-weight: bold;
  color: #4c4845;
  font-family: dnp-shuei-mgothic-std,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.accordion_btn1,.accordion_btn2,.accordion_btn4,.accordion_btn5{
  border: 2px solid #89b929;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  background-image: url("../img/product/accordion_g.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.accordion_btn1[aria-expanded="true"],.accordion_btn2[aria-expanded="true"],.accordion_btn4[aria-expanded="true"],.accordion_btn5[aria-expanded="true"]{
  background-color: #89b929;
  color: #fff;
  background-image: url("../img/product/accordion_w.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.accordion_btn5{
  text-align: center;
}
.accordion_btn5[aria-expanded="true"]{
  border-radius: 6px 6px 0 0;
}
a.accordion_btn3{
  display: block;
  border: 2px solid #89b929;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  background: rgb(34,113,26);
  background: linear-gradient(0deg, rgba(34,113,26,1) 0%, rgba(69,176,53,1) 50%, rgba(143,195,31,1) 100%);
  color: #fff;
}
.accordion_btn3 img{
  padding-right: 5px;
  height: 20px;
}
a.accordion_btn3:hover{
  background: rgb(34,113,26);
  color: #fff;
}
.series-multi{
  display: inline-block;
  border-radius: 50px;
  background-color: #e5c0c4;
  font-size: 1rem;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.series-pin{
  background-color: #e3c49b;
}
.accordion_btn_w {
  margin-right: -7.5px;
  margin-left: -7.5px;
  font-size: 0.8rem;
  margin-top: 60px;
}
.accordion_btn_w .col-6{
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.price{
  width: 100%;
  background-color: #faf4e1;font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 30px;
}
.price td:nth-child(1){
  padding: 15px 10px 15px 20px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.price td:nth-child(2){
  padding: 15px 20px 15px 0;
}
.price .text-right{
  font-size: 1.5rem;
  font-weight: bold;
}
.price .text-right small{
  font-size: 1rem;
  font-weight: bold;
}
.recommend{
  border: 1px solid #ec6c00;
  border-radius: 6px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.recommend h2{
  background-color: #ec6c00;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.recommend ul{
  padding: 0;
  margin: 20px 20px 10px;
  text-align: left;
  display: inline-block;
}
.recommend ul li{
  list-style: none;
  background-image: url("../img/product/check.svg");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  display:list-item;
  margin-bottom: 10px;
}
.h2_underline{
  border-bottom: 3px solid #ec6c00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.h3_faf4e1{
  background-color: #faf4e1;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;}
h4.h3_faf4e1{
  font-size: 1rem;
  padding: 5px;
}
.f9be00{
  border-bottom: 2px solid #f9be00;
}
.product-img_100{
  margin: 30px auto 50px;
}
.product-img_100 img{
  max-width: 70%;
  height: auto;
}
.comparison{
  border: 2px solid #eb6e8d;
  border-radius: 6px;
}

.comparison_red {
  border: 2px solid #f15551;
}

.comparison_blue{
  border: 2px solid #0086cd;
}
.comparison_content{
  padding: 20px;
}
.comparison img{
  width: 60%;
}
.comparison h3{
  color: #fff;
  background-color: #eb6e8d;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.comparison_blue,
.comparison_pink {
  margin-top: 30px;
}

.comparison_red h3 {
  background-color: #f15551;
}

.comparison_blue h3{
  background-color: #0086cd;
}
.comparison ul{
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.comparison ul li{
  line-height: 1.5;
  list-style: none;
  background-image: url("../img/product/check_pink.svg");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  display:list-item;
  margin-right: 0;
  margin-bottom: 5px;
}
.comparison_red ul li{
  background-image: url("../img/product/check_red.svg");
}
.comparison_blue ul li{
  background-image: url("../img/product/check_blue.svg");
}
.comparison1{
  margin-bottom: 0;
  font-weight: bold;
}
.comparison2{
  margin-top: 30px;
  margin-bottom: 0;
}
#accordion4 {
  margin-top: 30px;
}
#accordion4 table{
  width: 100%;
  border: 2px solid #89b929;
}
#accordion4 tr{
  border: 2px solid #89b929;
}
#accordion4 table th{
  background-color: #89b929;
  color: #fff;
  padding: 10px;
  line-height: 1.2rem;
  font-size: 0.8rem;
}
#accordion4 table td{
  line-height: 1.2rem;
  font-size: 0.8rem;
  padding: 10px;
}
#accordion1 table td:nth-child(2){
  text-align: right;
}
.accordion1_h{background-color: #89b929;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
}
.accordion-box{
  border: 2px solid #89b929;
  font-size: 0.8rem;
  margin-top: 20px;
}
.accordion-box table{
  width: 100%;
}
.p30{
  padding: 20px;
}
#accordion1 tr{
  border-bottom: 1px solid #89b929;
}

#accordion1 tr:nth-last-child(1){
  border-bottom: none;
}
.doubleline{
  border-top: 4px double #89b929;
}
.accordion2_box{
  padding: 10px 20px 20px 20px;
  line-height: 1.7rem;
  text-align: center;
}
.accordion2_box img{
  width: 80px;
}
.accordion2_h{
  color: #89b929;
  font-weight: bold;
  font-size: 1.2rem;
}
.accordion_br{
  border: 2px solid #89b929;
  font-size: 1rem;
  padding: 20px;
}
.table-g{
  width: 100%;
}
.table-g tr{
  border: 1px solid #faf4e1;
}
.table-g th{
  background-color: #faf4e1;
}
.table-g th,.table-g td{
  padding: 5px 10px;
}
.table-g tr:nth-child(1) th{
  border-bottom: 1px solid #fff;
}
.pink-box{
  background-color: #f9be00;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  #section0{
    padding-top: 140px;
  }
  #section0 h1{
    padding-bottom: 50px;
    font-size:2.5rem;
  }
  .product-main-v img{
    max-width: 90%;
    height: auto;
  }
  .price .text-right{
    font-size: 1.8rem;
    font-weight: bold;
  }
  .h2_underline{
    margin-bottom: 50px;
  }
  .accordion_btn_w .col-6{
    padding-left: 15px;
    padding-right:15px;
  }
  .accordion_btn_w {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 1.4rem;
  }
  .accordion_btn_w {
    margin-top: 100px;
  }
  .recommend{
    margin: 100px 0;
  }
  .recommend h2{
    padding: 15px;
    font-size: 1.6rem;
  }

  .recommend ul{
    padding: 0;
    margin: 40px auto 20px;
    text-align: center;
  }
  .recommend ul li{
    background-size: 29px;
    padding-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .h3_faf4e1{
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1.4rem;
  }
  h4.h3_faf4e1{
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .comparison2{
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .comparison ul li{
    background-size: 29px;
    padding-left: 40px;
  }
  .accordion_btn1,.accordion_btn2,.accordion_btn4,.accordion_btn5{
    background-size: 22px auto;
    background-position: right 16px center;
  }
  .accordion_btn1[aria-expanded="true"],.accordion_btn2[aria-expanded="true"],.accordion_btn4[aria-expanded="true"],.accordion_btn5[aria-expanded="true"]{
    background-size: 22px auto;
    background-position: right 16px center;
  }
  .accordion2_box{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px;
  }
  .accordion2_box img{
    width: 120px;
  }
  .mr30{
    margin-right: 30px;
  }
  .accordion2_h{
    font-size: 1.4rem;
  }
  .mb50{
    margin-bottom: 100px;
  }
  .comparison {
    height: 100%;
  }

  .comparison h3{
    font-size: 1.5rem;
  }
  .product-img_100{
    margin: 60px auto 100px;
  }
  .accordion_btn3 img{
    height: 32px;
  }
  .comparison_blue,
  .comparison_pink {
    margin-top:0;
  }
  .comparison_content{
    padding: 30px;
  }
  #accordion4 table th{
    line-height: 2rem;
    font-size: 1.2rem;
  }
  #accordion4 table td{
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .pc-none{
    display: none;
  }
  .price{
    margin-top: 50px;
  }
  .price td:nth-child(1){
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .accordion-box{
    border: 2px solid #89b929;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .p30{
    padding: 30px;
  }

}
@media (min-width: 1400px) {
  #section0{
    padding-top:200px;
  }

}
