
.feature-wrapper *{
  box-sizing: border-box;
}
.feature-wrapper img{
  width: 100%;
}
.--gray{
  background-color: #F8F8F8;
}

.txt--small{
  font-size: 16px;
}
.br--pc{
  display: block;
}
@media screen and (max-width: 767px) {
.txt--small{
  font-size: 14px;
}
.br--pc{
  display: none;
}
}

.--l-flex{
  display: flex;
  gap: 16px; /* 子要素間の隙間 */
}
@media screen and (max-width: 767px) {
 .--l-flex{
  display: block;
} 
}
.--l-flex .ftr-product-card{
  flex: 1; /* 4つで等分にする */
}

.feature-wrapper h2{
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  background-color: transparent;
}

.feature-wrapper h3{
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  
}

.feature-wrapper h4{
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding: 0;
}

.feature-wrapper p{
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.imgwrapper{
  margin: 40px auto;
}

.ftr-contsinfo__block{
  margin-top: 80px;
  margin-bottom: 80px;
}

.ftr-contsinfo__imgwrapper{
  width: 65%;
}

@media screen and (max-width: 767px) {
 .feature-wrapper h2{
  font-size: 20px;
  margin: 0 0 16px 0;
  text-align: left;
  background-color: transparent;
  padding: 0;
}

.feature-wrapper h3{
  font-size: 18px;
  margin: 0 0 16px 0;
  text-align: left;
  padding: 0;
}

.feature-wrapper h4{
  font-size: 16px;
  margin: 0 0 16px 0;
  text-align: left;
  padding: 0;
}

.feature-wrapper p{
  font-size: 16px;
  text-align: left;
}
.ftr-contsinfo__block{
  margin-top: 40px;
  margin-bottom: 40px;
}
.imgwrapper{
  margin-top: 20px;
  margin-bottom: 20px;
}
.ftr-contsinfo__imgwrapper{
  margin: inherit auto;
  width: 100%;
}
}



.kv-sec {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0px;
  color: #000;
  background-color: #fff;
}

.kv-wrapper {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}


.ftr-contsinfo-wrapper {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}



.ftr-contsinfo-sec--detail{
  padding-top: 60px;
  padding-bottom: 60px;

}


.row_table{
  width: 40%;
  margin: 0 auto;
  border-collapse: collapse;
}

.row_table,
.row_table td,
.row_table th{
  font-size: 16px;
  vertical-align: top;
}
.row_table td,
.row_table th{
  padding: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #D9D9D9;
}

.row_table th {
  text-align: center;
}



@media screen and (max-width: 767px) {
.kv-sec {
  margin-top: 40px;
}
.kv-wrapper__header{
  padding: 0 16px;
}
.ftr-contsinfo-wrapper {
  padding: 0 16px;
}  

  .row_table *{
    box-sizing: border-box;
  }

.row_table{
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

  
  .row_table,
  .row_table td,
  .row_table th {
    font-size: 14px;
    text-align: left;
  }
  
  .row_table th {
    background: #d8d8d8;
    padding: 4px 6px;
    display: block;
    width: 100%;
  }
  
  .row_table td {
    background: #f5f6f8;
    padding: 4px 12px;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.ftr-contsinfo-sec--products{
  margin: 80px 0;
}

.ftr-product-card{
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}
.ftr-product-card:hover{
  opacity: .7;
}
.ftr-product-card a{
  color: #000;
  text-decoration: underline;
}
.ftr-product-card:hover a{
  text-decoration: none;
}
.ftr-product-card__txtwrapper{
  padding: 12px;
  text-align: center;
}

@media (max-width: 767px) {
.ftr-contsinfo-sec--products{
  margin: 40px 0;
  }
  .ftr-product-card{
    height: auto;
    margin: 20px;
    padding-bottom: 20px;
}
}


/*購入はこちら*/
.btnbuy-wrapper{
  margin-top: 60px;
  padding-bottom: 40px;
}
.btnbuy {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height:60px;
  border-radius: 4px;
  margin: 30px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
.btnbuy:hover{
  opacity: .7;
}

/* スマートフォン用のスタイル */
@media (max-width: 767px) {
.btnbuy-wrapper{
  margin-top: 40px;
  padding-bottom: 40px;
}
  .btnbuy {
    font-size: 16px;
    margin: 0 auto;
    font-size: 16px;
  }

}


/*バナー*/
.ftr-product-card__bnrwrapper{
   width: 100%;
   margin: 0 auto;
   padding-bottom: 60px; 
}

.ftr-product-card__bnrwrapper:hover{
  opacity: .7;
}