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

#catch {
  padding-bottom: 80px;
}
#catch .catch__text {
  margin: 40px 15px;
  font-size: 17rem;
  font-weight: normal;
  line-height: 1.8;
}
#catch .catch__price {
  font-size: 30rem;
  margin: 7px 0;
}
#catch .catch__box {
  position: relative;
  padding: 40px 60px 40px;
  background: #f5f5f5;
  border-radius: 30px;
}
#catch .catch__box .catch__title {
  margin-bottom: 35px;
  color: #1c92ce;
  font-size: 22rem;
}
#catch .catch__box .catch__list {
  width: 50%;
  font-size: 16rem;
  line-height: 1.6;
  text-align: left;
}
#catch .catch__box .catch__list > li {
  margin-bottom: 7px;
  padding-left: 1em;
}
#catch .catch__box .catch__list > li:before {
  content: "・";
  margin-left: -1em;
}
#catch .catch__box .catch__pic {
  position: absolute;
  right: 30px;
  bottom: 0;
}
#catch .catch__button .button {
  display: inline-block;
  width: 300px;
  padding: 15px;
  font-size: 18rem;
}
#catch .peelingsyoshin {
  margin-bottom: 25px;
}

#treat {
  padding: 0;
}
#treat .treat__head {
  background: url(../images/treatment/treat__bg.jpg) no-repeat center top;
  background-size: 100%;
  background-position: 15% 39%;
}
#treat .treat__head .container {
  position: relative;
  padding-top: 35%;
}
#treat .treat__head .head__text {
  position: absolute;
  top: 16%;
  right: 15px;
  width: 60%;
  padding: 35px 40px;
  background: rgba(255, 255, 255, 0.9);
  color: #1b82b7;
  font-size: 20rem;
  line-height: 1.8;
  text-align: left;
}
#treat .treat__content {
  padding-bottom: 50px;
}
#treat .treat__content .treat__list {
  position: relative;
  margin-top: -56px;
  justify-content: center;
  z-index: 1;
}
#treat .treat__content .treat__list > li {
  width: 117px;
  margin: 0 20px;
}
#treat .treat__content .treat__list > li .list__pic {
  margin-bottom: 10px;
  border: 5px solid #1b82b7;
  border-radius: 30px;
  line-height: 1;
  overflow: hidden;
}
#treat .treat__content .treat__list > li .list__pic img {
  vertical-align: top;
}
#treat .treat__content .treat__list > li .list__text {
  color: #1b82b7;
  font-size: 16rem;
}
#treat .treat__content .treat__title {
  margin: 60px 0 50px;
  color: #1c92ce;
  font-size: 24rem;
  line-height: 1.6;
}
#treat .treat__content .treat__text {
  margin-top: 40px;
  font-size: 18rem;
  line-height: 1.8;
}
#treat .treat__anesthesia {
  padding: 40px 0 50px;
  background: url(../images/treatment/anesthesia__bg.jpg) no-repeat center;
  background-size: cover;
}
#treat .treat__anesthesia .anesthesia__text {
  font-size: 16rem;
  line-height: 1.8;
  text-align: left;
}
#treat .treat__buttons {
  padding: 50px 15px 100px;
  justify-content: center;
}
#treat .treat__buttons > div {
  width: 360px;
  margin: 0 10px;
}
#treat .treat__buttons a {
  display: block;
  padding: 20px;
  background: #1c92ce;
  color: #fff;
  font-size: 20rem;
}
#treat .treat__buttons a:hover {
  opacity: .7;
  text-decoration: none;
}

#other {
  padding: 40px 0 80px;
  background: #f5f5f5;
}
#other .other__list {
  justify-content: center;
}
#other .other__list > div {
  width: 182px;
  margin: 0 40px;
}
#other .other__list > div .list__pic {
  margin-bottom: 10px;
  border: 5px solid #1b82b7;
  border-radius: 30px;
  line-height: 1;
  overflow: hidden;
}
#other .other__list > div .list__pic img {
  vertical-align: top;
}
#other .other__list > div .list__text {
  color: #1b82b7;
  font-size: 16rem;
}

#conditions {
  background: url(../images/treatment/denture/catch_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
#conditions .conditions__area {
  width: 70%;
  float: right;
  text-align: left;
}
#conditions .conditions__area .area__catch {
  font-size: 22rem;
  line-height: 1.5em;
  padding: 30px;
  background-color: rgba(255, 227, 30, 0.75);
}
#conditions .conditions__area .area__body {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
}
#conditions .conditions__area .area__body .area__label {
  font-size: 20rem;
  margin-bottom: 20px;
}
#conditions .conditions__area .area__body .area__text {
  font-size: 15rem;
  line-height: 1.8em;
}

#lineup .lineup__block {
  background-color: #EAF7FD;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px 0 50px 0;
}
#lineup .lineup__block .lineup__cate {
  line-height: 1em;
  font-size: 16rem;
  margin: 60px 4%;
}
#lineup .lineup__block .lineup__cate span {
  background-color: #b5aa7d;
  color: #fff;
  padding: 5px 20px;
}
#lineup .lineup__block .lineup__cate:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #b5aa7d;
  display: block;
  margin-top: -10px;
}
#lineup .lineup__block .block__intro {
  margin-bottom: 50px;
}
#lineup .lineup__block .block__icon {
  position: absolute;
  width: 80px;
  top: -10px;
  left: 20px;
}
#lineup .lineup__block .block__label {
  background: #259dda;
  padding: 15px 110px;
  color: #fff;
  margin-bottom: 50px;
}
#lineup .lineup__block .block__pic {
  width: 19%;
  margin-left: 4%;
  text-align: center;
}
#lineup .lineup__block .block__pic img {
  width: 80%;
}
#lineup .lineup__block .block__about {
  width: 69%;
  line-height: 1.8em;
  margin-right: 4%;
  text-align: left;
}
#lineup .lineup__block .block__about .about__rsv {
  margin-top: 20px;
}
#lineup .lineup__block .block__about .about__rsv a {
  font-size: 17rem;
  padding: 10px 50px;
  float: right;
}
#lineup .lineup__block .block__denture {
  padding: 0 4%;
  text-align: left;
  margin-bottom: 60px;
  background: url(../images/treatment/denture/linup__bg.svg) no-repeat left top;
  background-size: auto 60px;
}
#lineup .lineup__block .block__denture:last-of-type {
  margin-bottom: 0;
}
#lineup .lineup__block .block__denture .denture__about {
  width: 45%;
}
#lineup .lineup__block .block__denture .denture__about .denture__name {
  font-size: 20rem;
  text-align: center;
  font-weight: bold;
}
#lineup .lineup__block .block__denture .denture__about .denture__price {
  text-align: center;
  margin: 20px 0;
  color: #de3b7c;
}
#lineup .lineup__block .block__denture .denture__about .denture__price .price__num {
  font-size: 24rem;
}
#lineup .lineup__block .block__denture .denture__about .denture__pic {
  margin: 20px 0;
  text-align: center;
}
#lineup .lineup__block .block__denture .denture__about .denture__pic img {
  width: 80%;
}
#lineup .lineup__block .block__denture .denture__about .denture__pic img:last-of-type {
  margin: 0;
}
#lineup .lineup__block .block__denture .denture__features {
  background: #fff;
  padding: 30px;
  width: 50%;
}
#lineup .lineup__block .block__denture .denture__features .denture__catch {
  font-size: 18rem;
}
#lineup .lineup__block .block__denture .denture__features .features__spec {
  margin-bottom: 30px;
}
#lineup .lineup__block .block__denture .denture__features .features__spec table {
  width: 100%;
}
#lineup .lineup__block .block__denture .denture__features .features__spec tr {
  border-bottom: 1px solid #eee;
}
#lineup .lineup__block .block__denture .denture__features .features__spec td, #lineup .lineup__block .block__denture .denture__features .features__spec th {
  padding: 10px 0;
  font-weight: normal;
}
#lineup .lineup__block .block__denture .denture__features .features__spec td img {
  width: 20px;
  margin-right: 3px;
}
#lineup .lineup__block .block__denture .denture__features .features__spec th {
  width: 120px;
}
#lineup .lineup__block .block__denture .denture__features .features__about {
  margin-bottom: 25px;
}
#lineup .lineup__block .block__denture .denture__features .features__merit {
  width: 48%;
  background: url(../images/treatment/denture/merit__bg_circle.svg) no-repeat top 0 center;
  background-size: 60%;
  padding: 0.5em 0;
  min-height: 110px;
}
#lineup .lineup__block .block__denture .denture__features .features__merit .merit__label {
  font-weight: bold;
  margin-bottom: 10px;
}
#lineup .lineup__block .block__denture .denture__features .features__merit.merit_demerit {
  background-image: url(../images/treatment/denture/merit__bg_cross.svg);
}
#lineup .lineup__block .block__denture .denture__features .denture__recommend {
  margin-top: 30px;
}
#lineup .lineup__block .block__denture .denture__features .denture__recommend .recommend__label {
  display: inline-block;
  background: #f3e774;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  padding: 0.4em 1.5em;
}

#flow {
  overflow: hidden;
}
#flow .flow__box {
  position: relative;
  margin-bottom: 60px;
  text-align: left;
}
#flow .flow__box:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  background: url(../images/botox/about__icon.png) no-repeat center;
  background-size: 100%;
}
#flow .flow__box:last-child:after {
  content: none;
}
#flow .flow__box .box__l {
  position: relative;
  padding-left: 80px;
  width: calc(100% - 240px);
}
#flow .flow__box .box__l .box__title {
  margin: 20px 0;
  color: #1b82b7;
  font-size: 22rem;
  line-height: 1.4;
}
#flow .flow__box .box__l .box__title .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #ccc;
  line-height: 1;
}
#flow .flow__box .box__l .box__text {
  font-size: 15rem;
  line-height: 1.6;
}
#flow .flow__box .box__l .list__sub {
  margin-top: 30px;
}
#flow .flow__box .box__l .list__sub .sub__row {
  margin-bottom: 20px;
}
#flow .flow__box .box__l .list__sub .sub__row .sub__pic {
  width: 150px;
  float: left;
}
#flow .flow__box .box__l .list__sub .sub__row .sub__text {
  padding-left: 190px;
  padding-top: 45px;
}
#flow .flow__box .box__pic {
  width: 230px;
}

#faq {
  background: #EBF7FC;
}
#faq .faq__box {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
#faq .faq__box .box__pic {
  width: 100px;
}
#faq .faq__box .box__r {
  position: relative;
  width: calc(100% - 120px);
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}
#faq .faq__box .box__r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
#faq .faq__box .box__r dt {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0 10px 50px;
  line-height: 1.6;
  font-size: 17rem;
  color: #1b82b7;
  background: url(../images/botox/faq__icon01.png) no-repeat left top;
  background-size: 40px;
}
#faq .faq__box .box__r dd {
  position: relative;
  padding: 10px 0 15px 50px;
  background: url(../images/botox/faq__icon02.png) no-repeat left top;
  background-size: 40px;
}

body#gumpeeling #catch {
  padding-bottom: 10px;
}
body#gumpeeling #target .list__item {
  width: 28%;
  text-align: center;
}
body#gumpeeling #target .list__item .item__text {
  font-size: 16rem;
  margin-bottom: 20px;
}
body#gumpeeling #target .list__item .item__pic {
  width: 300px;
  padding-top: 300px;
  background: #eee no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}
body#gumpeeling #cause .cause__text {
  margin-bottom: 30px;
  font-size: 16rem;
  line-height: 1.8em;
}
body#gumpeeling #cause .cause__note {
  background: #fffbe4;
  border: 1px solid #333;
  padding: 30px;
}
body#gumpeeling #cause .cause__note .note__list {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #catch {
    padding-bottom: 50px;
  }
  #catch .catch__text {
    margin: 35px 0;
    font-size: 16rem;
    text-align: left;
  }
  #catch .catch__box {
    padding: 25px 15px 20px;
    border-radius: 20px;
  }
  #catch .catch__box .catch__title {
    margin-bottom: 20px;
    font-size: 18rem;
  }
  #catch .catch__box .block_list {
    display: block;
  }
  #catch .catch__box .catch__list {
    width: 100%;
    font-size: 14rem;
  }
  #catch .catch__box .catch__list > li {
    margin-bottom: 7px;
  }
  #catch .catch__box .catch__pic {
    position: absolute;
    right: -8px;
    width: 40px;
  }

  #treat .treat__head {
    background: #f5f5f5;
  }
  #treat .treat__head .container {
    padding-top: 0;
  }
  #treat .treat__head .head__text {
    position: static;
    width: 96%;
    margin: -20px auto 30px;
    padding: 15px 15px;
    font-size: 16rem;
    line-height: 1.6;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 20px;
  }
  #treat .treat__content {
    padding-bottom: 30px;
  }
  #treat .treat__content .treat__list {
    position: relative;
    margin-top: 25px;
    justify-content: center;
    z-index: 1;
  }
  #treat .treat__content .treat__list > li {
    width: 19.5%;
    margin: 0 1.5%;
  }
  #treat .treat__content .treat__list > li .list__pic {
    margin-bottom: 10px;
    border-width: 3px;
    border-radius: 20px;
  }
  #treat .treat__content .treat__list > li .list__text {
    font-size: 14rem;
  }
  #treat .treat__content .treat__title {
    margin: 40px 0 20px;
    font-size: 20rem;
    line-height: 1.4;
  }
  #treat .treat__content .treat__text {
    margin-top: 20px;
    font-size: 16rem;
    line-height: 1.6;
    text-align: left;
  }
  #treat .treat__anesthesia {
    padding: 30px 0 38%;
    background: url(../images/treatment/anesthesia__bg__sp.jpg) no-repeat bottom, #EBF7FC;
    background-size: 100%;
  }
  #treat .treat__anesthesia .anesthesia__text {
    font-size: 14rem;
    line-height: 1.6;
  }
  #treat .treat__buttons {
    padding: 30px 15px 20px;
    justify-content: center;
  }
  #treat .treat__buttons > div {
    width: 360px;
    margin: 0 10px 10px;
  }
  #treat .treat__buttons a {
    padding: 15px;
    font-size: 18rem;
  }

  #other {
    padding: 20px 0 40px;
  }
  #other .other__list > div {
    width: 44%;
    max-width: 140px;
    margin: 0 3%;
  }
  #other .other__list > div .list__pic {
    border-radius: 24px;
  }
  #other .other__list > div .list__text {
    font-size: 16rem;
  }

  #conditions .conditions__area {
    width: 100%;
  }

  #lineup .lineup__block .block__about {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  #lineup .lineup__block .block__denture .denture__about {
    width: 100%;
  }
  #lineup .lineup__block .block__denture .denture__features {
    width: 100%;
    padding: 20px;
  }

  #flow .flow__box .box__l {
    width: 100%;
    padding-left: 50px;
  }
  #flow .flow__box .box__l .box__title .num {
    font-size: 60rem;
  }

  #faq .faq__box .box__pic {
    width: 20%;
  }
  #faq .faq__box .box__r {
    width: 80%;
    padding: 20px;
  }
  #faq .faq__box .box__r dt {
    padding: 55px 0 10px 0;
    background-position: center top;
  }
  #faq .faq__box .box__r dd {
    padding: 55px 0 10px 0;
    background-position: center top;
  }
}
