@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@media (max-width: 768px) {
  .section .section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.thp__caption {
  margin-bottom: 30px;
  color: #1b82b7;
  font-size: 20rem;
  line-height: 1.4;
}

.thp__text {
  font-size: 16rem;
  line-height: 1.6;
}

#catch .catch__text {
  padding: 40px 15px 40px;
  font-size: 17rem;
  font-weight: normal;
  line-height: 1.8;
}
#catch .youtube {
  margin-bottom: 40px;
}

#about {
  padding: 60px 0 80px;
  background: url(../images/thp/about__bg.jpg) no-repeat center;
  background-size: cover;
}
#about .about__box {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 20px;
}
#about .about__caption {
  margin-bottom: 30px;
  font-size: 22rem;
  color: #1b82b7;
  line-height: 1.4;
}
#about .about__text {
  margin-bottom: 0;
  font-size: 16rem;
  line-height: 1.8;
}

#attention {
  padding: 40px 0 60px;
}
#attention .block_list .list__item {
  width: 22%;
}
#attention .block_list .list__item img {
  width: 100%;
}
#attention .block_list.list01 .list__item {
  font-size: 0;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #1c92ce;
}
#attention .block_list.list02 .list__item {
  position: relative;
}
#attention .block_list.list02 .list__item .icon {
  position: absolute;
  display: block;
  top: 50%;
  right: -13%;
  width: 16px;
  height: auto;
  margin-top: -15px;
}
#attention .attention__text01 {
  margin: 50px auto 70px;
  font-size: 18rem;
  line-height: 1.6;
}
#attention .attention__text02 {
  margin-top: 50px;
  font-size: 22rem;
  line-height: 1.4;
}
#attention .attention__text02 strong {
  font-weight: bold;
  color: #1b82b7;
}

#check .thp__text {
  margin-bottom: 50px;
}
#check .check__block {
  margin-top: 30px;
}
#check .check__title {
  margin-bottom: 20px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 20rem;
  font-weight: normal;
}
#check .check__title .icon {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: auto;
  vertical-align: middle;
}
#check .check__box {
  clear: both;
  width: 48%;
  margin-bottom: 30px;
  text-align: left;
}
#check .check__box .check__pic {
  float: left;
  width: 40%;
}
#check .check__box .check__label {
  margin: 10px 0 10px 46%;
  color: #1c92ce;
  font-size: 16rem;
  font-weight: bold;
}
#check .check__box .check__text {
  margin-left: 46%;
  margin-bottom: 0;
}

#treat .treat__block {
  margin-top: 60px;
}
#treat .treat__box {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}
#treat .treat__box .treat__pic {
  float: left;
  width: 26%;
}
#treat .treat__box .treat__label {
  margin: 0 0 20px 30%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #1c92ce;
  color: #1b82b7;
  font-size: 22rem;
  line-height: 1.4;
}
#treat .treat__box .treat__label .icon {
  display: inline-block;
  margin-right: 6px;
  width: 60px;
  height: auto;
  vertical-align: text-bottom;
}
#treat .treat__box .treat__label span {
  display: inline-block;
}
#treat .treat__box .treat__label .main {
  margin-right: 25px;
}
#treat .treat__box .treat__label .small {
  font-size: 15rem;
  color: #888;
}
#treat .treat__box .treat__text {
  margin-left: 30%;
  font-size: 15rem;
  line-height: 22.6rem;
}

#care .care__block {
  margin-top: 50px;
}
#care .care__box {
  width: 31%;
  text-align: left;
}
#care .care__box .care__label {
  margin: 20px 0 15px;
  color: #1b82b7;
  font-size: 20rem;
  line-height: 1.4;
}
#care .care__box .care__text {
  font-size: 14rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .thp__caption {
    margin-bottom: 20px;
    font-size: 16rem;
  }

  .thp__text {
    font-size: 14rem;
    text-align: left;
  }

  #catch .catch__text {
    padding: 35px 15px 40px;
    font-size: 16rem;
    text-align: left;
  }

  #about {
    padding: 30px 0 50px;
    background-position: right bottom;
    background-size: cover;
  }
  #about .about__box {
    padding: 20px;
  }
  #about .about__caption {
    margin-bottom: 10px;
    font-size: 16rem;
  }
  #about .about__text {
    font-size: 14rem;
    line-height: 1.6;
    text-align: left;
  }

  #attention {
    padding: 15px 0 20px;
  }
  #attention .block_list .list__item {
    width: 46%;
    margin-bottom: 8%;
  }
  #attention .block_list.list02 .list__item .icon {
    width: 8%;
    margin-top: -6%;
  }
  #attention .block_list.list02 .list__item:nth-of-type(2) .icon {
    display: none;
  }
  #attention .attention__text01 {
    margin: 0 0 30px;
    font-size: 14rem;
  }
  #attention .attention__text02 {
    margin-top: 10px;
    font-size: 18rem;
  }

  #check .thp__text {
    margin-bottom: 30px;
  }
  #check .check__title {
    padding: 10px 5px;
    font-size: 16rem;
  }
  #check .check__title .icon {
    width: 32px;
  }
  #check .check__box {
    width: 100%;
  }
  #check .check__box .check__pic {
    width: 36%;
    margin: 0 10px 10px 0;
  }
  #check .check__box .check__label {
    margin-left: 0;
    margin-top: 0;
  }
  #check .check__box .check__text {
    margin-left: 0;
  }

  #treat .treat__block {
    margin-top: 30px;
  }
  #treat .treat__box {
    margin-bottom: 10px;
  }
  #treat .treat__box .treat__pic {
    float: none;
    width: 100%;
  }
  #treat .treat__box .treat__pic img {
    width: 100%;
  }
  #treat .treat__box .treat__label {
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    font-size: 18rem;
  }
  #treat .treat__box .treat__label .icon {
    width: 40px;
  }
  #treat .treat__box .treat__label .small {
    display: block;
    margin-top: 5px;
    font-size: 12rem;
  }
  #treat .treat__box .treat__text {
    margin-left: 0;
    font-size: 14rem;
  }

  #care .care__box {
    width: 100%;
    margin-bottom: 15px;
  }
  #care .care__box:last-child {
    margin-bottom: 0;
  }
  #care .care__box .care__pic img {
    width: 100%;
  }
  #care .care__box .care__label {
    margin: 15px 0 10px;
    font-size: 18rem;
  }
}
