@charset "UTF-8";
.hdg-lv1-2col{
  border: none;
  padding-bottom: 45px;
}
.hdg-lv1-2col + .txt-common + .btn{
  margin-top: 45px;; 
}
.btn.btn-gr{
  background: #06c755;
  color: #fff;
  border: 1px solid #06c755;
  transition: .3s;
  max-width: 260px;
}
.btn.btn-gr:hover{
  background: #fff;
  color: #06c755;
}
.box-line-intro{
  padding: 100px 0 120px;
  margin-top: 80px;
  background: #eeede9;
}
.box-line-intro .hdg-lv2-c{
  margin-top: 0;
}
.box-line-intro .wrp-grid{
  margin-left: -30px;
  margin-right: -30px;
}
.box-line-intro .wrp-grid > div{
  margin-top: 40px;
  padding: 0 30px;
}
.box-line-intro-item{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  border-bottom: 1px solid #fff;
  width: 100%;  
  height: 100%;
  padding-bottom: 55px;
}
.box-line-intro-item-img{
  flex-basis: 88px;
  flex-shrink: 0;
  margin-right: 40px;
  margin-top: 20px;
}
.box-line-intro-item-txt{
  flex-basis: 100%;
}
.box-line-intro-item-txt h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.box-line-intro-item-txt p{
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.08em;
}
.hdg-lv2-c + .box-media{
  margin-top: 55px;
}
.hdg-lv2-c + .box-media + .txt-common{
  margin-top: 30px;
}
.box-line-step{
  padding-bottom: 150px;
}
.box-line-step .hdg-lv3-line{
  margin-top: 50px;
  padding: 18px 0 13px;
}
.box-line-step h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 15px;
}
.box-line-step .wrp-grid{
  margin-left: -20px;
  margin-right: -20px;
}
.box-line-step .wrp-grid > div{
  padding: 0 20px;
}
.box-line-step .txt-common{
  margin-top: 10px;
}
.box-line-step .wrp-grid + .hdg-lv3-line{
  margin-top: 60px;
}
.box-line-step .wrp-grid + .hdg-lv2-c{
  margin-top: 75px;
}
.thumbnail-line-img img {
  width: 100%;
  max-width: 430px;
  height: auto;
}

@media only screen and (max-width: 767px){ /* SP */
  .hdg-lv1-2col{
    padding-bottom: 50px;
  }
  .btn.btn-gr{
    margin-top: 45px;
  }
  .box-line-intro{
    padding: 50px 0 60px;
    margin-top: 60px;
  }
  .box-line-intro-item{
    padding-bottom: 35px;
  }
  .box-line-intro-item-img{
    flex-basis: 60px;
    margin-right: 40px;
  }
  .box-line-intro-item-txt h3{
    font-size: 16px; 
  }
  .box-line-intro-item-txt p{
    font-size: 12px;
  }
  .box-line-step .hdg-lv3-line{
    padding: 15px 0;
  }
  .box-line-step .wrp-grid > div{
    margin-top: 60px;
  }
  .box-line-step .wrp-grid > div:nth-of-type(1){
    margin-top: 30px;
  }
  .box-line-step h4{
    font-size: 14px;
  }
  .hdg-lv2-c + .box-media{
    margin-top: 40px;
  }
  .box-line-step{
    padding-bottom: 80px;
  }
}