@charset "EUC-JP";

/* --- Base Layout --- */
body {
  color: #000;
  background: #EAF2E6;
}

#wrapper {
  padding-top: 70px; 
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.font-bold{
  font-weight: bold;
}


@media screen and (min-width: 1001px) {
  .pcHide { display: none; }
}

/* --- Key Visual (KV) --- */
.kv {
  background-color: #dce9d5;
  position: relative;
  margin: 0 auto;
}

.kv__container {
  margin: 0 auto;
}

.kv img {
  width: 100%;
  display: block;
}

/* --- Common Components --- */
.c-ttl {
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
  color: #447355;
  line-height: 1.23;
  font-weight: 600;
}

.c-lead {
  text-align: center;
  
  margin-bottom: 30px;
}

/* --- Buttons --- */
.btn {
  font-size: 18px;
  text-align: center;
  border-radius: 5em;
  padding: 9px;
  display: flex;
  width: 80%; /* Mobile default */
  max-width: 320px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  transition: .2s;
}

.btn-tertiary {
  background: #1b4229;
  color: #fff;
}

.btn-tertiary:hover {
  background: #395944;
}

@media screen and (min-width: 1001px) {
  .btn { width: 38.7%; }
}

/* --- Section: Match (お客様への影響) --- */
.match {
  background-color: #fff;
  padding: 80px 0;
}

.match__product-list {
  display: flex;
  gap: 20px;
    justify-content: space-between;
}

.match__product-list img {
  max-width: 100%;
}
.check__Item{
  text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 31%;
}
.check__ttl{
  font-size: 20px;
}
.checkIcon{
  position: relative;
}
.checkIcon{
    margin: 0 auto 32px;
  width: 56px;
  height: 56px;
  background-color: #00a77a;
  display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.check__txt{
      flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* word-break: auto-phrase; */
}
.check__ItemList{
  margin-top: 56px;
}
/* --- Section: faq--- */
.faq__item{
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.faq__item:after{
  content: '';
  width: 32px;
  height: 2px;
  background-color:  #eee;
  display: block;
  margin: 16px auto 0;
}
.faq__question{
      color: #518a70;
    font-size: 20px;
}
/* --- Section: Rec (おすすめ情報) --- */
.rec {
  padding: 80px 0;
}

.rec__itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.rec__item {
  flex: 1;
}

.rec__item-w100 {
  width: 100%;
  flex: none;
}

.rec__item img, .bnr__item img {
  width: 100%;
  height: auto;
}


/* --- Section: Benefits (特典スライダー) --- */
#benefits {
  padding: 100px 0;
  background: #fff;
}

.benefits-list {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.benefits-list li {
  text-align: center;
  width: 24%;
  max-width: 240px;
  background: #D8EAD2;
  padding: 11px 16px 22px;
}

.benefits-list li a {
  display: block;
  color: #447355;
  text-decoration: none;
}

.benefits-list .image {
  max-width: 140px;
  height: 84px;
  margin: 0 auto;
}

.benefits-list .image img { width: 100%; }

.benefits-list .label {
  font-size: 24px;
  margin-top: 17px;
  font-weight: 600;
}

.benefits-list .lead {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}

.benefits-list .link {
  color: #6cb86a;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/*  (Mobile) */
@media screen and (max-width: 1000px) {
  #wrapper{
    padding-top: 0;
  }
   .pcHide { display: block; }
  .container img { width: 100%; }
    .match { padding: 60px 0; }
  .match__product-list { flex-direction: column; }
    .rec { padding: 50px 0; }
  .rec__itemList { gap: 20px; }
  .rec__item { width: 100%; flex: none; }
  #benefits { padding: 50px 0; }
  .benefits-list-wrapper .bx-viewport {
    width: 67.6% !important;
  }
  .c-ttl{
      font-size: 24px;
      margin-bottom: 24px;
  }
  .c-lead{
    font-size: 14px;
  }
  .check__txt{
    display: block;
    font-size: 15px;
    word-break: auto-phrase;
  }
  .check .bx-pager {
        display: flex;
    justify-content: center;
           gap: 16px;
        align-items: center;
  }
  .check .bx-pager-link{
    color: transparent;
  }
  .check .bx-pager-link:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #518a7057;
    display: block;
  }
  .check .bx-pager-link.active:after{
    border: 6px solid #518a70;
  }
  .check__Item{
    display: block;
  }
  .check .bx-viewport{
      height: auto !important;
  }
  .match__product-list{
    display: block;
  }
  .checkIcon{
    width: 60px;
    height: 60px;
  }
  .checkIcon img{
    width: 20px;
  }
  .check__ItemList {
    margin-top: 20px;
}
.faq__question{
  font-size: 18px;
  word-break: auto-phrase;
}
.faq__answer{
  font-size: 14px;
}
}

/* --- bxSlider Base (Benefitsスライダーに必要) --- */
.bx-wrapper { position: relative; margin: 0 auto; padding: 0; }
.bx-viewport { width: 100%; }