/*    ----------------------------------------      */
/*                      index                       */
/*    ----------------------------------------      */

/* MV
==================================*/
.index .mv-wrap {
  background: #f6f6f4;
  width: 100%;
  height: auto;
  position: relative;
}
.index .mv img {
  width: 100%;
}
/* plan
==================================*/

.index .plan {
  border-top: 1px solid #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  padding: 20px 0;
  background: url(../img/index/plan-bk_sp.svg) center center / cover;
  position: relative;
}
.index .plan .plan-title {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  color: #d9318b;
  line-height: 1.3em;
}
.index .plan .plan-title span {
  display: block;
  color: #5dc1cf;
  position: relative;
  padding: 0 20px;
  font-size: 2.25rem;
}
.index .plan .plan-title span::after {
  content: '';
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #5dc1cf;
  transform: rotate(-55deg);
  position: absolute;
  top: 14px;
  right: -10px;
}
.index .plan .plan-title span::before {
  content: '';
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #5dc1cf;
  transform: rotate(55deg);
  position: absolute;
  top: 14px;
  left: -10px;
}
.index .plan .flex-ctr {
  /* display: flex;
  justify-content: space-between; */
  display: block;
}
.index .plan .flex-ctr > div {
  /* width: calc(100% / 2 - 4px); */
  width: calc(100% / 1 - 4px);
  margin: 10px auto 0px auto;
}
.index .flex-ctr-2 {
  display: flex;
  justify-content: space-between;
}
.index .flex-ctr-2 > div {
  width: calc(100% / 2 - 4px);
}
.index .flex-ctr-2 > div img {
  max-width: 100%;
  height: auto;
}

.index .plan .triangle {
  width: 20px;
  height: 20px;
  border-top: 15px solid #f6fcfb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.index .plan .triangle::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 15px solid #5dc1cf;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: -14px;
  left: -20px;
  margin: auto;
  z-index: -1;
}
.add_ctr {
  padding: 3vw 0;
}

/* content-1 タカミクリニックのニキビ・ニキビ跡治療
==================================*/

.content-1 {
  margin-bottom: 50px;
}
.content-1 .wrap-1 {
  background: url(../img/index/content-1-bk_sp.jpg) no-repeat center bottom 70px /
    cover;
}
.content-1 .wrap-1 .bk-1 {
  background: rgba(241, 241, 238, 0.66);
  padding-bottom: 50px;
}
.content-1 .wrap-1 .img-wrap {
  text-align: center;
}
.content-1 .wrap-1 .img-wrap img {
  max-width: 200px;
  margin: 45px auto 20px auto;
}
.content-1 .page-link {
  background: url(../img/index/content-1-pagelink-bk_sp.svg) no-repeat center
    center / cover;
  padding: 25px 0;
  border-top: 1px solid #5dc1cf;
}
.content-1 .page-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-1 .page-link ul li {
  width: calc(100% / 2 - 1.25px);
  text-align: center;
  border: 1px solid #5dc1cf;
  background: #fff;
  margin-bottom: 2.5px;
  padding: 10px 5px;
  position: relative;
  min-height: 77px;
}
.content-1 .page-link ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.content-1 .page-link ul li span.fix {
  padding: 0.5em 0;
  display: inline-block;
}
.content-1 .page-link ul li::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-right: 1px solid #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  transform: rotate(45deg);
  margin: 0 auto;
}
.content-1 .wrap-2 {
  background: url(../img/index/stripe.png) repeat, #93c2d9;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.content-1 .wrap-2::after {
  content: '';
  width: 160px;
  height: 140px;
  display: block;
  background: url(../img/index/content-1_02.png) no-repeat center top / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.content-1 .wrap-2 .wrap-inr {
  position: relative;
  z-index: 2;
  color: #fff;
}
.content-1 .wrap-2 .wrap-inr b {
  color: #947143;
  font-weight: 400;
}
.content-1 .wrap-2 .wrap-inr h3 {
  font-size: 2.3rem;
  font-weight: 400;
  text-align: right;
}
.content-1 .wrap-2 .wrap-inr h3 span {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  margin-top: 16px;
}
.content-1 .wrap-2 .wrap-inr ul {
  font-size: 1.6rem;
  margin-top: 20px;
}
.content-1 .wrap-2 .wrap-inr ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-right: 20px;
  overflow: hidden;
}
.content-1 .wrap-2 .wrap-inr ul li span {
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 3px;
}
.content-1 .wrap-2 .wrap-inr ul li span::after {
  content: '';
  width: 1000px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.content-1 .wrap-2 .wrap-inr ul li::before {
  content: '';
  width: 30px;
  height: 15px;
  display: inline-block;
  background: url(../img/common/checkmark.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.content-1 .wrap-2 .wrap-inr ul li .fix-1 {
  letter-spacing: -2px;
}
.content-1 .wrap-2 .wrap-inr ul li .fix-2 {
  letter-spacing: -1px;
}

.content-1 .wrap-3 {
  background: url(../img/index/content-1_wrap-3_bk.svg) no-repeat center center /
    cover;
}
.content-1 .wrap-3 p {
  margin: 20px 0;
}
.content-1 .wrap-3 h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  background: url(../img/index/stripe.png) repeat, #93c2d9;
  padding: 10px 0;
  border-bottom: 1px solid #5dc1cf;
}
.content-1 .wrap-3 h4 b {
  color: #947143;
  font-weight: 400;
}
.content-1 .wrap-4 {
  padding-top: 20px;
  padding-bottom: 80px;
  background: url(../img/index/content-1_wrap-4_bk.jpg) no-repeat top center /
    cover;
}
.content-1 .wrap-4 img {
  width: 100%;
  max-width: 340px;
  text-align: center;
  margin: 10px auto;
  display: block;
}
.content-1 .wrap-4 p {
  margin-top: 60px;
}
.content-1 .wrap-5 .bnr-wrap {
  border-top: 1px solid #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  background: url(../img/index/content-1_wrap-5_bk.jpg) no-repeat center / cover;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 44px;
  margin-bottom: 30px;
}
.content-1 .wrap-5 .bnr-wrap p {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  color: #55739a;
}
.content-1 .wrap-5 .bnr-wrap p::after {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: 55px;
  background: url(../img/index/content-1_wrap-5_01.svg) no-repeat center center /
    contain;
  position: absolute;
  top: -3px;
  left: -10px;
  margin: auto;
}
.content-1 .wrap-5 h4 {
  font-size: 2.05rem;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  color: #fff;
  background: #5dc1cf;
  padding: 14px 0;
  position: relative;
  margin-bottom: 20px;
}
.content-1 .wrap-5 h4:nth-of-type(2) {
  background: #d9318b;
}
.content-1 .wrap-5 h4:nth-of-type(3) {
  background: #55739a;
  margin-bottom: 0;
}
.content-1 .wrap-5 h4::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.content-1 .wrap-5 h4::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.content-1 .wrap-5 .case {
  background: #eff9fa;
  padding-bottom: 14px;
  padding-bottom: 20px;
}
.content-1 .wrap-5 .case h5 {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #5dc1cf;
  padding: 4px 0;
  margin-bottom: 18px;
}
.content-1 .wrap-5 .case .flex-ctr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content-1 .wrap-5 .case .flex-ctr h6 {
  width: calc(100% - 120px);
  font-size: 1.6rem;
  font-weight: 700;
  color: #5dc1cf;
}
.content-1 .wrap-5 .case .flex-ctr h6::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 40px;
  background: #5dc1cf;
  position: relative;
  top: 14px;
  margin-right: 10px;
}
.content-1 .wrap-5 .case .flex-ctr .image {
  width: 120px;
  height: 120px;
  background: url(../img/index/content-1_wrap-5_case_01.jpg) no-repeat center /
    cover;
  border-radius: 6px;
}
.content-1 .wrap-5 .case .flex-ctr .img-2 {
  background: url(../img/index/content-1_wrap-5_case_02.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr .img-3 {
  background: url(../img/index/content-1_wrap-5_case_03.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr .img-4 {
  background: url(../img/index/content-1_wrap-5_case_04.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr .img-5 {
  background: url(../img/index/content-1_wrap-5_case_05.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr .img-6 {
  background: url(../img/index/content-1_wrap-5_case_06.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr .img-7 {
  background: url(../img/index/content-1_wrap-5_case_07.jpg) no-repeat center /
    cover;
}
.content-1 .wrap-5 .case .flex-ctr p {
  width: 100%;
  margin: 8px 0;
}
.content-1 .wrap-5 .case .cure {
  background: #d2edf1;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.content-1 .wrap-5 .case .cure::after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
}
.content-1 .wrap-5 .case .cure dl {
  position: relative;
  z-index: 3;
}
.content-1 .wrap-5 .case .cure dt {
  color: #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  margin-bottom: 8px;
  font-weight: 600;
}
.content-1 .wrap-5 .case .cure dt::before {
  content: '';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #5dc1cf;
  margin-right: 4px;
}
.content-1 .wrap-5 .case .cure dd a {
  color: #3f9ae6;
  text-decoration: underline;
  margin-right: 10px;
}
.content-1 .wrap-5 .case .cure dd span {
  color: #3f9ae6;
  margin-right: 10px;
}
.content-1 .wrap-5 .arrow {
  width: 35px;
  height: 16px;
  border-top: 20px solid #f7f7c3;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin: 20px auto;
}
.content-1 .wrap-5 .case-2 {
  background: #faf3f3;
}
.content-1 .wrap-5 .case-2 h5 {
  background: #d9318b;
}
.content-1 .wrap-5 .case-2 .flex-ctr h6::before {
  background: #e883b9;
}
.content-1 .wrap-5 .case-2 .flex-ctr h6,
.content-1 .wrap-5 .case-2 .cure dt {
  color: #d9318b;
  border-color: #d9318b;
}
.content-1 .wrap-5 .case-2 .cure dt::before {
  border-left: 9px solid #d9318b;
}
.content-1 .wrap-5 .case-2 .cure {
  background: #f5d6e4;
}

.content-1 .wrap-5 .case-3 {
  background: #eef1f5;
  padding-top: 20px;
}
.content-1 .wrap-5 .case-3fix {
  background: #fff;
}
.content-1 .wrap-5 .case-3 h5 {
  background: #d9318b;
}
.content-1 .wrap-5 .case-3 .flex-ctr h6::before {
  background: #99abc2;
}
.content-1 .wrap-5 .case-3 .flex-ctr h6,
.content-1 .wrap-5 .case-3 .cure dt {
  color: #375d96;
  border-color: #375d96;
}
.content-1 .wrap-5 .case-3 .cure dt::before {
  border-left: 9px solid #375d96;
}
.content-1 .wrap-5 .case-3 .cure {
  background: #cfd8e3;
}
.content-1 .wrap-5 .case-3 .flex-ctr h6 span {
  display: block;
  margin-left: 1em;
}
.content-1 .wrap-5 .case-3 .flex-ctr .row::before {
  width: 7px;
  height: 40px;
  top: 30px;
}

/* content-2 タカミクリニックのニキビ・ニキビ跡治療が選ばれている5つの理由
==================================*/

.content-2 .midashi-1 b {
  font-weight: 400;
}
.content-2 .midashi-1 b span {
  transform: scale(1.5);
  display: inline-block;
  margin: 0 4px;
  position: relative;
  top: -4px;
}

.content-2 .reason {
  background: #ceecf1;
  padding: 20px 0 60px 0;
}
.content-2 .reason > p {
  position: relative;
  top: 10px;
}
.content-2 .reason .flex-ctr .num {
  background: #5dc1cf;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #fff;
  font-family: 'Renner*';
  text-align: center;
  position: relative;
  top: 40px;
  left: 10px;
}
.content-2 .reason .flex-ctr:nth-of-type(even) .num {
  margin-left: auto;
  left: auto;
  right: 10px;
}
.content-2 .reason .flex-ctr .num span {
  font-size: 1.3rem;
  position: relative;
  top: 12px;
}
.content-2 .reason .flex-ctr .num span span {
  font-size: 4.15rem;
  display: block;
  position: relative;
  top: 4px;
}
.content-2 .reason .flex-ctr .image {
  width: 100%;
  height: 250px;
  background: url(../img/index/content-2_01.jpg) no-repeat center center / cover;
}
.content-2 .reason .flex-ctr:nth-of-type(2) .image {
  background: url(../img/index/content-2_02.jpg) no-repeat center center / cover;
}
.content-2 .reason .flex-ctr:nth-of-type(3) .image {
  background: url(../img/index/content-2_03.jpg) no-repeat center center / cover;
}
.content-2 .reason .flex-ctr:nth-of-type(4) .image {
  background: url(../img/index/content-2_04.jpg) no-repeat center center / cover;
}
.content-2 .reason .flex-ctr:nth-of-type(5) .image {
  background: url(../img/index/content-2_05.jpg) no-repeat center center / cover;
}
.content-2 .reason .flex-ctr .text {
  background: #f5fbfc;
  padding: 20px 0;
  margin-top: 15px;
}
.content-2 .reason .flex-ctr .text h3 {
  font-size: 2.3rem;
  color: #55739a;
  line-height: 1.4em;
  margin: 0 10px;
}
.content-2 .reason .flex-ctr:nth-of-type(2) .text h3 {
  letter-spacing: 2px;
}
.content-2 .reason .flex-ctr:nth-of-type(5) .text h3 {
  letter-spacing: 2px;
}
.content-2 .reason .flex-ctr .text h3::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #55739a;
  display: block;
  margin: 20px auto;
}
.content-2 .reason .flex-ctr .text h3 span {
  font-size: 1.7rem;
  position: relative;
  top: 0;
  margin-left: 4px;
}
.content-2 .reason .flex-ctr .text h3 .fix {
  font-size: 2.3rem;
  letter-spacing: -2.1px;
  margin: 0;
}
.content-2 .reason .flex-ctr .text p {
  margin: 0 20px;
}
.content-2 .reason .flex-ctr .text .small {
  font-size: 0.9rem;
  text-align: right;
  position: relative;
  top: 10px;
}

/* content-3 #examples ニキビ・ニキビ跡の症例
==================================*/

.content-3 .slick-dots li button:before {
  color: #5dc1cf !important;
  margin-top: 8px;
}
.content-3 .midashi-1 {
  margin-top: 20px;
}
.content-3 .slid-wrap {
  margin-top: 30px;
  position: relative;
  background: #f3f3f3;
}
.content-3 .slid-wrap .slid-arrow {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 10;
}
.content-3 .slid-wrap .examples-slid-prev {
  right: auto;
  left: 0;
}
.content-3 .slid-wrap .examples-slid-next::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/index/content-3_slid-arrow.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 210px;
  right: 10px;
  margin: auto;
}
.content-3 .slid-wrap .examples-slid-prev::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/index/content-3_slid-arrow.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 210px;
  left: 10px;
  margin: auto;
  transform: rotate(180deg);
}
.content-3 .slid-item .bk {
  background: #f3f3f3;
  padding: 0 40px 40px 40px;
  text-align: center;
}
.content-3 .slid-item h3 {
  text-align: center;
  background: #5dc1cf;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px;
}
.content-3 .slid-item .info {
  text-align: center;
  background: #5dc1cf;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.4rem;
  margin: 16px 0;
}
.content-3 .slid-item img {
  width: 100%;
}
.content-3 .slid-item dl {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 12px;
}
.content-3 .slid-item dl dt {
  color: #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 600;
}
.content-3 .slid-item .info-pc {
  display: none;
}
/* content-4 #price ニキビ・ニキビ跡治療の料金
==================================*/

.content-4 .center {
  text-align: center;
}
.content-4 .waku {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  color: #55739a;
  margin-bottom: 40px;
}
.content-4 .waku::after {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: 55px;
  background: url(../img/index/content-1_wrap-5_01.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 26px;
  left: -10px;
  margin: auto;
}
.content-4 .plan-wrap > div {
  margin-top: 30px;
}
.content-4 .plan-wrap h4 {
  background: #5dc1cf;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 6px;
}
.content-4 .plan-wrap .image {
  min-height: 230px;
}
.content-4 .plan-wrap img {
  width: 100%;
  margin-top: 20px;
}
.content-4 .plan-wrap .item-price {
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.content-4 .plan-wrap .item-price + .small {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 14px;
}
.content-4 .plan-wrap .item-price span {
  font-size: 3rem;
  color: #5dc1cf;
  margin-right: 2px;
}
.content-4 .plan-wrap dl:first-of-type {
  margin-top: 20px;
}
.content-4 .plan-wrap dl {
  margin-bottom: 8px;
}
.content-4 .plan-wrap dl dt {
  background: #5dc1cf;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.content-4 .plan-wrap dl:nth-of-type(2) dt {
  background: #55739a;
}
.content-4 .plan-wrap dl:nth-of-type(3) dt {
  background: #d9318b;
}
.content-4 .plan-wrap .plan-1 {
  background: #eef9fa;
  padding-bottom: 60px;
}
.content-4 .plan-wrap .plan-2 {
  background: #eef1f5;
  padding-bottom: 60px;
}
.content-4 .plan-wrap .plan-2 h4 {
  background: #55739a;
}
.content-4 .plan-wrap .plan-2 .item-price span {
  color: #55739a;
}
.content-4 .arrow {
  width: 30px;
  height: 20px;
  background: url(../img/index/content-4_arrow.svg) no-repeat center center /
    contain;
  margin: 20px auto;
}

/* content-5 #menu クリニックでの施術メニュー例
=============================================*/

.content-5 h2 + p {
  margin-bottom: 70px;
}
.content-5 .detail-wrap {
  margin-bottom: 25px;
}
.content-5 .detail-wrap .box {
  border-top: 1px solid #5dc1cf;
  border-bottom: 1px solid #5dc1cf;
  background: url(../img/index/stripe_02.svg) repeat;
  padding: 20px 20px 70px 20px;
}
.content-5 .detail-wrap .box h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #d9318b;
  line-height: 1.4em;
  position: relative;
  padding-left: 20px;
}
.content-5 .detail-wrap:nth-of-type(3) .box h3 {
  letter-spacing: -1px;
}
.content-5 .detail-wrap .box h3::before {
  content: '';
  width: 7px;
  height: 50px;
  background: #d9318b;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.content-5 .detail-wrap .box h3 + p {
  margin: 20px 0;
}
.content-5 .detail-wrap .box ul {
  display: flex;
  flex-wrap: wrap;
}
.content-5 .detail-wrap .box ul li {
  background: #d96da7;
  color: #fff;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}

/* 開閉メニュー */
.content-5 .detail-wrap label .btn {
  display: block;
  text-align: center;
  color: #d9318b;
  font-size: 1.3rem;
  position: relative;
  top: -55px;
  margin-bottom: -55px;
}
.content-5 .detail-wrap input[type='checkbox'].on-off + label .btn::after {
  content: '';
  width: 22.5px;
  height: 22.5px;
  display: block;
  background: url(../img/index/content-5_detail-arrow.svg) no-repeat center
    center / contain;
  margin: 8px auto;
}
.content-5
  .detail-wrap
  input[type='checkbox'].on-off:checked
  + label
  .btn::after {
  transform: rotate(180deg);
}
.content-5 .detail-wrap input[type='checkbox'].on-off {
  display: none;
}
.content-5 .detail-wrap input[type='checkbox'].on-off + label + .detail-inr {
  height: 0;
  overflow: hidden;
}
.content-5
  .detail-wrap
  input[type='checkbox'].on-off:checked
  + label
  + .detail-inr {
  height: auto;
}
/* 開閉インナー */
.content-5 .detail-wrap .detail-inr .inr30 {
  padding: 30px;
}
.content-5 .detail-wrap .detail-inr .image {
  width: 100%;
  height: 214px;
  background: url(../img/index/content-5_01.jpg) no-repeat center center / cover;
  margin-bottom: 14px;
}
.content-5 .detail-wrap .detail-inr .img-2 {
  background: url(../img/index/content-5_02.jpg) no-repeat center center / cover;
}
.content-5 .detail-wrap .detail-inr .img-3 {
  background: url(../img/index/content-5_03.jpg) no-repeat center center / cover;
}
.content-5 .detail-wrap .detail-inr .img-4 {
  background: url(../img/index/content-5_04.jpg) no-repeat center bottom /
    contain;
}
.content-5 .detail-wrap .detail-inr .img-5 {
  background: url(../img/index/content-5_05.jpg) no-repeat center center / cover;
}
.content-5 .detail-wrap .detail-inr .img-7 {
  background: url(../img/index/content-5_07.jpg) no-repeat center center / cover;
}
.content-5 .detail-wrap .detail-inr .dl-wrap {
  margin-top: 30px;
}
.content-5 .detail-wrap .detail-inr dl {
  margin-bottom: 20px;
}
.content-5 .detail-wrap .detail-inr dl dt {
  color: #fff;
  background: #55739a;
  text-align: center;
  padding: 6px 0;
  font-size: 1.7rem;
  min-height: 66px;
  position: relative;
}
.content-5 .detail-wrap .detail-inr dl dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.5em;
}
.content-5 .detail-wrap .detail-inr dl dd {
  font-weight: 600;
  text-align: center;
  margin-top: 14px;
}
.content-5 .detail-wrap .detail-inr dl dd span {
  color: #55739a;
  font-size: 2.3rem;
  margin-right: 4px;
}
.content-5 .detail-wrap .detail-inr dl.type2 dt {
  background: #5dc1cf;
}
.content-5 .detail-wrap .detail-inr dl.type2 dd span {
  color: #5dc1cf;
}
.content-5 .detail-wrap .detail-inr .small {
  display: block;
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.6em;
}
/* content-6 #flow ニキビ・ニキビ治療の流れ
=============================================*/

.content-6 {
  padding-bottom: 40px;
}
.content-6 .midashi-1 {
  margin-top: 20px;
}
.content-6 .flow-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-6 .flow-item .num {
  width: 100px;
  height: 150px;
  background: #5dc1cf;
  color: #fff;
  position: relative;
}
.content-6 .flow-item .num > span {
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.3em;
}
.content-6 .flow-item .num > span > span {
  font-size: 4rem;
  display: block;
  margin-bottom: 8px;
  font-family: 'Renner*';
  line-height: 1em;
}
.content-6 .flow-item .image {
  width: calc(100% - 110px);
  background: url(../img/index/content-6_01.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-2 {
  background: url(../img/index/content-6_02.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-3 {
  background: url(../img/index/content-6_03.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-4 {
  background: url(../img/index/content-6_04.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-5 {
  background: url(../img/index/content-6_05.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-6 {
  background: url(../img/index/content-6_06.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-7 {
  background: url(../img/index/content-6_07.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-8 {
  background: url(../img/index/content-6_08.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-9 {
  background: url(../img/index/content-6_09.jpg) no-repeat center center / cover;
}
.content-6 .flow-item .img-10 {
  background: url(../img/index/content-6_10.jpg) no-repeat center center /
    contain;
}
.content-6 .flow-item .text {
  margin-top: 12px;
}
.content-6 .flow-item .text p + p {
  margin-top: 1em;
}
.content-6 .flow-item .text .box {
  background: #dff3f5;
  padding: 10px;
  margin-top: 16px;
}
.content-6 .arrow {
  width: 30px;
  height: 15px;
  background: url(../img/index/content-6_arrow.svg) no-repeat center center /
    contain;
  margin: 30px auto;
}

/* content-7 #faq よくあるご質問
=============================================*/

.content-7 .bk-wrap {
  background: url(../img/index/content-7_bk.jpg) repeat-y center top / cover;
  border-top: 1px solid #5dc1cf;
  margin-top: 40px;
  padding-bottom: 50px;
}
.content-7 .midashi-1 {
  padding-top: 40px;
}
/* 開閉メニュー */
.content-7 .faq-wrap label .question {
  background: #5dc1cf;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding: 12px 35px 12px 50px;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.content-7 .faq-wrap input[type='checkbox'].on-off + label .question::after {
  content: '';
  width: 17.5px;
  height: 17.5px;
  display: block;
  background: url(../img/index/content-7_icon.svg) no-repeat center center /
    contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-7 .faq-wrap input[type='checkbox'].on-off + label .question::before {
  content: '';
  width: 23.5px;
  height: 23.5px;
  display: block;
  background: url(../img/index/content-7_Q.svg) no-repeat center center /
    contain;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-7
  .faq-wrap
  input[type='checkbox'].on-off:checked
  + label
  .question::after {
  transform: rotate(180deg);
}
.content-7 .faq-wrap input[type='checkbox'].on-off {
  display: none;
}
.content-7 .faq-wrap input[type='checkbox'].on-off + label + .item-inr {
  height: 0;
  overflow: hidden;
}
.content-7 .faq-wrap input[type='checkbox'].on-off:checked + label + .item-inr {
  height: auto;
}
/* 開閉インナー */
.content-7 .faq-wrap .item-inr {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
.content-7 .faq-wrap .answer {
  background: #fff;
  padding: 20px 10px 40px 10px;
  position: relative;
}
.content-7 .faq-wrap .answer::before {
  content: '';
  width: 23.5px;
  height: 23.5px;
  display: block;
  background: url(../img/index/content-7_A.svg) no-repeat center center /
    contain;
  margin-bottom: 14px;
}
.content-7 .txt-1 {
  padding: 10px 40px;
  background: url(../img/index/stripe.png) repeat, #5dc1cf;
  color: #fff;
  font-size: 1.5rem;
}
.content-7 .faq-wrap .answer p + p {
  margin-top: 1em;
}
/* content-8 #ingro-duction 医師紹介
=============================================*/

.content-8 .midashi-1 {
  letter-spacing: 2px;
}
.content-8 .item {
  margin-bottom: 60px;
}
.content-8 .item .txt-1 {
  font-size: 1.48rem;
  margin-bottom: 6px;
}
.content-8 .item h3 {
  font-size: 2.3rem;
  margin-bottom: 8px;
}
.content-8 .item h3 span {
  font-size: 1.43rem;
}
.content-8 .item p {
  font-size: 1.4rem;
  color: #666666;
}

/* content-9 #information クリニックのご案内
=============================================*/

.content-9 .bk-wrap {
  background: #f1f1ee;
  padding-top: 1px;
  position: relative;
  padding-bottom: 30px;
}
.content-9 .midashi-1 {
  margin-top: 40px;
}
.content-9 .plan {
  position: relative;
  z-index: 1;
}
.content-9 .info-wrap .image {
  width: 100%;
  height: 264px;
  background: url(../img/index/content-9_01.jpg) no-repeat center center / cover;
  margin-bottom: 25px;
}
.content-9 .info-wrap h3 {
  font-size: 1.8rem;
}
.content-9 .info-wrap p,
.content-9 .info-wrap dl {
  font-size: 1.4rem;
  color: #666666;
}
.content-9 .info-wrap .gmap {
  margin: 15px 0 30px 0;
  width: 100%;
  height: 172px;
  border: 1px solid #909090;
}
.content-9 .info-wrap .gmap iframe {
  width: 100%;
  height: 100%;
}
.content-9 .info-wrap .plan {
  border: 0;
}

/* content-10 #userguide ご利用案内
=============================================*/

.content-10 {
  margin-top: 50px;
}
/* 開閉メニュー */
.content-10 .guide label {
  background: #5dc1cf;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding: 22px 35px 22px 50px;
  text-align: center;
  align-items: center;
  min-height: 60px;
  margin-bottom: 40px;
}
.content-10 .guide input[type='checkbox'].on-off + label::after {
  content: '';
  width: 17.5px;
  height: 17.5px;
  display: block;
  background: url(../img/index/content-10_icon_01.svg) no-repeat center center /
    contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-10 .guide input[type='checkbox'].on-off:checked + label::after {
  background: url(../img/index/content-10_icon_02.svg) no-repeat center center /
    contain;
}
.content-10 .guide input[type='checkbox'].on-off {
  display: none;
}
.content-10 .guide input[type='checkbox'].on-off + label + .guide-inr {
  height: 0;
  overflow: hidden;
}
.content-10 .guide input[type='checkbox'].on-off:checked + label + .guide-inr {
  height: auto;
}
/* 開閉インナー */

.content-10 .guide-detail h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d9318b;
  position: relative;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.content-10 .guide-detail h3::before {
  content: '';
  width: 6px;
  height: calc(100% + 4px);
  display: block;
  background: #d9318b;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.content-10 .guide-detail p {
  margin-bottom: 1em;
}
.content-10 .guide-detail p b {
  font-weight: 600;
  color: #d93137;
}

.content-10 .guide-detail table {
  font-size: 1.1rem;
  font-weight: 600;
}
.content-10 .guide-detail table th,
.content-10 .guide-detail table td {
  background: #f1f1ee;
  border: 1px solid #fff;
  vertical-align: middle;
  width: calc(100% / 4);
  text-align: center;
  height: 100px;
}
.content-10 .guide-detail table th {
  background: #ccd5e1;
  color: #55739a;
}
.content-10 .guide-detail table tr:nth-of-type(3) td,
.content-10 .guide-detail table tr:nth-of-type(5) td {
  background: #dbdbdb;
}
.content-10 .guide-detail table .dd-txt-1 {
  padding: 0 10px;
  color: #d93137;
}
.content-10 .guide-detail table .dd-txt-2 {
  padding: 0 10px;
}
.content-10 .guide-inr + p {
  font-size: 1.3rem;
}

.content-10 .guide-inr p small {
  font-size: 1.3rem;
  line-height: 1.8em;
  padding: 0;
  display: block;
}

/* content-11 #student 学割
=============================================*/

#student {
  padding-top: 30px;
  background-color: #f5faf7;
}
.ttl_student {
  background-color: #00b59b;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.txt01_student {
  padding: 30px 0;
}

.txt02_student {
  color: #d86da6;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 20px;
}
.student_img img {
  width: 100%;
}

.cation_student {
  padding: 30px 0;
}

.right_student p,
.student_left_ttl {
  font-size: 16px;
  background-color: #00b59b;
  color: #fff;
  text-align: center;
  padding: 6px;
  margin-top: 20px;
}
.right_list li:first-child {
  background-color: #00b59b;
  color: #fff;
  padding: 3px;
  display: inline-block;
  margin-top: 10px;
}

.student_arrow {
  width: 7%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.student_left_li01 {
  background-color: #d5ebe5;
}
.student_left_li01 th:first-child {
  text-align: left;
  padding: 10px 0px 10px 10px;
}
.student_left_li01 th:last-child {
  text-align: right;
  padding-right: 10px;
  padding: 10px 10px 10px 0px;
}
.student_left_li02 th:first-child {
  text-align: left;
  padding: 10px 0px 10px 10px;
}
.student_left_li02 th:last-child {
  text-align: right;
  padding: 10px 10px 10px 0px;
}

.student_left_li02 {
  background-color: #e5f3ed;
}

.left_student table {
  width: 100%;
}
.stu_txt {
  padding: 10px;
}
.formlink_color {
  color: #0fa0ce !important;
}

/*dejam調整用*/

/* #content-2
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > a
  > button:nth-child(2)
  > img:nth-child(1),
#content-3
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > a
  > button:nth-child(2)
  > img:nth-child(1),
#content-3
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > a
  > button:nth-child(2)
  > img:nth-child(1),
#content-3
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > a
  > button:nth-child(2)
  > img:nth-child(1),
#content-6
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(2)
  > img:nth-child(1),
#content-6
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(3)
  > img:nth-child(1),
#content-7 > div.plan > div.inr20 > button:nth-child(4) > img:nth-child(1),
#content-7 > div.plan > div.inr20 > button:nth-child(5) > img:nth-child(1),
#content-9
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(2)
  > img:nth-child(1),
#content-9
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(3)
  > img:nth-child(1),
#content-9
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(2)
  > img:nth-child(1),
#content-9
  > div.bk-wrap
  > div
  > div
  > div.flex-wrap
  > div:nth-child(3)
  > dl:nth-child(2)
  > button:nth-child(3)
  > img:nth-child(1),
#content-9
  > div.bk-wrap
  > div
  > div
  > div.flex-wrap
  > div:nth-child(3)
  > dl:nth-child(2)
  > button:nth-child(4)
  > img:nth-child(1),
#content-3
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button
  > img:nth-child(1),
#content-2
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > a
  > button:nth-child(3)
  > img:nth-child(1) {
  max-width: 100% !important;
  height: auto !important;
  padding-right: 0px !important;
}
#content-2 > div.plan > div.inr20 > div.add_ctr > div.sp-only {
  max-width: 100%;
}
#content-2 > div.plan > div.inr20 > div.add_ctr > div.sp-only > a > button,
#content-3 > div.plan > div.inr20 > div.add_ctr > div.sp-only > a > button,
#content-3 > div.plan > div.inr20 > div.add_ctr > div.sp-only > button,
#content-6 > div.plan > div.inr20 > div.add_ctr > div.sp-only > button,
#content-7 > div.plan > div.inr20 > button:nth-child(5),
#content-7 > div.plan > div.inr20 > button:nth-child(4),
#content-9
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(2),
#content-9
  > div.plan
  > div.inr20
  > div.add_ctr
  > div.sp-only
  > button:nth-child(3),
#content-9
  > div.bk-wrap
  > div
  > div
  > div.flex-wrap
  > div:nth-child(3)
  > dl:nth-child(2)
  > button:nth-child(3),
#content-9
  > div.bk-wrap
  > div
  > div
  > div.flex-wrap
  > div:nth-child(3)
  > dl:nth-child(2)
  > button:nth-child(4) {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100% !important;
}
body
  > div.wrapper
  > main
  > div
  > section:nth-child(1)
  > div
  > div.mv
  > button:nth-child(2),
body
  > div.wrapper
  > main
  > div
  > section:nth-child(1)
  > div
  > div.mv
  > button:nth-child(3) {
  text-align: center;
  display: block;
  margin: 0 auto !important;
  width: 100% !important;
}
body
  > div.wrapper
  > main
  > div
  > section:nth-child(1)
  > div
  > div.mv
  > button:nth-child(3) {
  margin-bottom: 20px !important;
}
.body
  > div.wrapper
  > main
  > div
  > section:nth-child(1)
  > div
  > div.mv
  > button:nth-child(2)
  img {
  display: block;
  margin: 0 auto !important;
  width: 100% !important;
} */
