@charset "UTF-8";
/*********************************************************

afterpill

*********************************************************/
/* ---------------------------------------------------- */
/* reset */
/* ---------------------------------------------------- */
.siteContent h1,
.siteContent h2,
.siteContent h3,
.siteContent h4,
.siteContent h5,
.siteContent h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.siteContent h1:before,
.siteContent h2:before,
.siteContent h3:before,
.siteContent h4:before,
.siteContent h5:before,
.siteContent h6:before,
.siteContent h1:after,
.siteContent h2:after,
.siteContent h3:after,
.siteContent h4:after,
.siteContent h5:after,
.siteContent h6:after {
  display: none;
}

.siteContent p {
  margin: 0;
}

.siteContent dl,
.siteContent ol,
.siteContent ul,
.siteContent dl dt,
.siteContent dl dd,
.siteContent ol li,
.siteContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  font-weight: 400;
}

/* ---------------------------------------------------- */
/* siteContent */
/* ---------------------------------------------------- */
.siteContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 20px;
}

.siteContent p {
  line-height: 2;
}

.siteContent p strong {
  font-weight: 700;
  font-style: normal;
}

.siteContent p strong.pink {
  color: #FF909E;
}

.siteContent p + p {
  margin-top: 2em;
}

.siteContent a {
  transition: .4s opacity;
}

/* ---------------------------------------------------- */
/* kv */
/* ---------------------------------------------------- */
#afterpill_kv {
  background: url(../img/kv_bg.png) no-repeat center;
  background-size: cover;
}

#afterpill_kv::after {
  position: absolute;
  bottom: -.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 58px;
  content: '';
  background: url(../../common/img/bg/2.svg) repeat-x center bottom;
  background-size: 2200px auto;
}

@media (max-width: 991px) {
  #afterpill_kv::after {
    background-size: 700px auto;
  }
}

#afterpill_kv .container {
  position: relative;
  max-width: 1040px;
  /* padding: 110px 15px 92px 80px; */
  padding: 110px 15px 92px;
}

@media (max-width: 991px) {
  #afterpill_kv .container {
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  #afterpill_kv .container {
    padding: 50px 20px;
    max-width: 500px;
  }
}

#afterpill_kv .tit {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  width: 70%;
  z-index: 2;
}

@media (max-width: 991px) {
  #afterpill_kv .tit {
    width: 67.83069%;
  }
}

#afterpill_kv .img {
  position: absolute;
  right: 40px;
  top: 50px;
  /* top: 42px;
    width: 315/945 * 100%; */
  width: 30%;
  z-index: 1;
}

@media (max-width: 991px) {
  #afterpill_kv .img {
    top: 42px;
    right: -20px;
    width: 45%;
  }
}

.afterpill_kv_list {
  position: relative;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 906/945*100%;
  margin-left: -35px; */
  width: 100%;
  z-index: 100;
}

@media (max-width: 991px) {
  .afterpill_kv_list {
    width: auto;
    margin-top: 0;
    margin-left: -20px;
    justify-content: center;
  }
}

.afterpill_kv_list li {
  margin-top: 10px;
  box-sizing: border-box;
  width: 33%;
  max-width: 300px;
  padding-left: 35px;
  text-align: center;
  color: #846954;
  font-size: 26px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .afterpill_kv_list li {
    font-size: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .afterpill_kv_list li {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .afterpill_kv_list li {
    padding-left: 10px;
    font-size: 13px;
  }
}

.afterpill_kv_list div {
  position: relative;
  padding-top: 100%;
  background: #FEF5E6;
  border-radius: 100%;
}

.afterpill_kv_list div::before, .afterpill_kv_list div::after {
  position: absolute;
  border: #CEB17E 2px dashed;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 100%;
}

.afterpill_kv_list div::before {
  left: -3px;
  top: -4px;
}

.afterpill_kv_list div::after {
  right: -3px;
  bottom: -6px;
}

.afterpill_kv_list span {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

/* ---------------------------------------------------- */
/* intro */
/* ---------------------------------------------------- */
#afterpill_intro {
  margin: 50px auto 100px;
}

#afterpill_intro .tit {
  margin-bottom: 2em;
  font-size: 22px;
  font-weight: 700;
  color: #574726;
}

@media (max-width: 767px) {
  #afterpill_intro .tit {
    font-size: 24px;
  }
}

@media (min-width: 991px) {
  #afterpill_intro p {
    font-size: 18px;
  }
}

.afterpill_intro_flex_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_01 {
    display: block;
  }
}

.afterpill_intro_flex_01 section {
  width: 50%;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_01 section {
    width: auto;
  }
}

.afterpill_intro_flex_01 figure {
  width: 37.27273%;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_01 figure {
    width: auto;
    text-align: center;
    margin-top: 20px;
  }
}

.afterpill_intro_flex_01 figure img {
  width: 410px;
}

.afterpill_intro_flex_02 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_02 {
    margin-top: 50px;
  }
}

.afterpill_intro_flex_02 .col_01 {
  width: 43.18182%;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_02 .col_01 {
    width: 100%;
    margin-top: 30px;
  }
}

.afterpill_intro_flex_02 .col_02 {
  width: 50%;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_02 .col_02 {
    width: 100%;
    order: -1;
  }
}

.afterpill_intro_flex_02 figure {
  width: 77.89474%;
  overflow: hidden;
  border-radius: 20px;
}

.afterpill_intro_flex_02 .img_02 {
  margin: 45px 0 0 auto;
}

@media (max-width: 767px) {
  .afterpill_intro_flex_02 .img_02 {
    margin-top: 20px;
  }
}

.afterpill_intro_flex_02 p span {
  text-decoration: underline;
}

.afterpill_tit_01 {
  margin-bottom: 1.5em !important;
  text-align: center;
  font-size: 48px !important;
  letter-spacing: .1em;
  color: #574726;
  border: none;
}

@media (max-width: 991px) {
  .afterpill_tit_01 {
    font-size: 24px !important;
  }
}

.afterpill_tit_01 i {
  display: block;
  margin-bottom: 35px;
  font-size: 0;
}

@media (max-width: 991px) {
  .afterpill_tit_01 i {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .afterpill_tit_01 img {
    transform: scale(0.7);
  }
}

.afterpill_tit_01 small {
  display: block;
  margin-bottom: .3em;
  font-size: 28px;
  line-height: 1.4 !important;
  color: #574726 !important;
}

@media (max-width: 991px) {
  .afterpill_tit_01 small {
    font-size: 18px;
  }
}

.afterpill_tit_01:after {
  display: none;
}

#afterpill_point {
  margin-top: 170px;
  padding: 17px 0 188px;
  background: #FCFAF6;
}

@media (max-width: 991px) {
  #afterpill_point {
    margin-top: 85px;
    padding-bottom: 100px;
  }
}

#afterpill_point::before {
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  width: 337px;
  height: 72.5px;
  content: '';
  background: url(../img/point_bg.png) no-repeat center bottom;
  background-size: 337px auto;
}

@media (max-width: 991px) {
  #afterpill_point::before {
    background-size: 168px auto;
  }
}

#afterpill_point .container {
  max-width: 1150px;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  #afterpill_point .container {
    padding-right: 15px;
    padding-left: 28px;
  }
}

#afterpill_point .afterpill_tit_01 img {
  width: 100px;
}

.afterpill_point_list_01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-top: -90px;
}

@media (max-width: 991px) {
  .afterpill_point_list_01 {
    margin-top: -50px;
  }
}

.afterpill_point_list_01 > * {
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .afterpill_point_list_01 > * {
    width: 100%;
  }
}

.afterpill_point_item_01 {
  margin-top: 90px;
  position: relative;
}

@media (max-width: 767px) {
  .afterpill_point_item_01 {
    margin-top: 50px;
  }
}

.afterpill_point_item_01 section {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 35px 35px 45px;
  border-radius: 20px;
  background: #fff;
  border: #CEB17E 2px dashed;
}

@media (max-width: 767px) {
  .afterpill_point_item_01 section {
    padding: 30px;
  }
}

.afterpill_point_item_01 small {
  position: absolute;
  left: -35px;
  top: -55px;
  display: block;
  width: 130px;
}

@media (max-width: 767px) {
  .afterpill_point_item_01 small {
    width: 85px;
    left: -15px;
    top: -30px;
  }
}

.afterpill_point_item_01 .tit {
  margin-bottom: 1em;
  padding-left: 2.5em;
  font-size: 22px;
  color: #574726;
}

@media (max-width: 767px) {
  .afterpill_point_item_01 .tit {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .afterpill_point_item_01 p {
    font-size: 16px;
  }
}

.afterpill_point_item_01 .link {
  position: relative;
  display: inline-block;
  padding: .3em 20px .3em 0;
  border-radius: 0px;
  margin-top: 1em;
  font-weight: 700;
  color: #C8A87A;
  font-size: 14px;
  border-bottom: #C8A87A 1px solid;
}

.afterpill_point_item_01 .link:hover {
  opacity: .6;
  text-decoration: none;
}

.afterpill_point_item_01 .link::after {
  position: absolute;
  display: block;
  width: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: url(../img/point_arrow.svg);
}

.afterpill_inner_01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 991px) {
  .afterpill_inner_01 {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .afterpill_inner_01 {
    padding: 50px 15px;
  }
}

#afterpill_follow {
  padding: 100px 0 160px;
  background: #FFECE9;
}

@media (max-width: 991px) {
  #afterpill_follow {
    padding: 50px 0 80px;
  }
}

#afterpill_follow::before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 58px;
  content: '';
  background: url(../img/weeks_bg.svg) repeat-x center bottom;
  background-size: 2200px auto;
}

@media (max-width: 991px) {
  #afterpill_follow::before {
    background-size: 700px auto;
  }
}

@media (min-width: 992px) {
  #afterpill_follow p {
    font-size: 16px;
  }
}

#afterpill_follow .afterpill_tit_01 img {
  width: 150px;
}

.afterpill_weeks_section_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .afterpill_weeks_section_01 {
    margin-top: 40px;
  }
}

.afterpill_weeks_section_01 > * {
  width: 43.78698%;
}

@media (max-width: 991px) {
  .afterpill_weeks_section_01 > * {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .afterpill_weeks_section_01 > * {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .afterpill_weeks_section_01 > * + * {
    margin-top: 30px;
  }
}

.afterpill_weeks_section_01 .tit {
  max-width: 230px;
  margin: 0 auto 2em;
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  color: #E27F7F;
  border-top: rgba(234, 152, 152, 0.7) 2.5px solid;
  border-bottom: rgba(234, 152, 152, 0.7) 2.5px solid;
}

@media (max-width: 767px) {
  .afterpill_weeks_section_01 .tit {
    font-size: 16px;
  }
}

.afterpill_weeks_section_01 .tit span {
  display: block;
  padding: 1em 0;
  border-top: rgba(234, 152, 152, 0.7) 1.5px dashed;
  border-bottom: rgba(234, 152, 152, 0.7) 1.5px dashed;
}

#afterpill_price {
  padding: 100px 0 30px;
  background: #FEF5E6;
}

@media (max-width: 991px) {
  #afterpill_price {
    padding: 50px 0 15px;
  }
}

#afterpill_price::before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 58px;
  content: '';
  background: url(../img/3.svg) repeat-x center bottom;
  background-size: 2200px auto;
}

@media (max-width: 991px) {
  #afterpill_price::before {
    background-size: 700px auto;
  }
}

#afterpill_price .afterpill_tit_01 img {
  width: 130px;
}

@media (min-width: 992px) {
  #afterpill_price p {
    font-size: 16px;
  }
}

.afterpill_price_tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em !important;
  text-align: center;
  color: #768469;
  font-weight: bold !important;
  font-size: 20px;
}

.afterpill_price_tit_01::before, .afterpill_price_tit_01::after {
  display: block !important;
  width: 2px;
  height: 30px;
  background: #768469;
  content: '';
}

.afterpill_price_tit_01::before {
  margin-right: 1em;
  transform: rotate(-45deg);
}

.afterpill_price_tit_01::after {
  margin-left: 1em;
  transform: rotate(45deg);
}

.afterpill_price_box_01 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.afterpill_price_box_01 + .afterpill_price_box_01 {
  margin-top: 55px;
}

.afterpill_price_box_01 + .afterpill_reservation {
  margin-top: 200px;
}

.afterpill_price_box_01 .tit {
  position: relative;
  display: inline-block;
  padding: .2em;
  text-align: center;
  margin: 1.5em 0 !important;
  color: #67787F;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .afterpill_price_box_01 .tit {
    font-size: 16px;
  }
}

.afterpill_price_box_01 .tit::before {
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  background: #E0F1DF;
  content: '';
}

.afterpill_price_box_01 .tit span {
  display: block;
  position: relative;
}

.afterpill_price_box_01 .tit + p {
  margin-top: 0;
}

.afterpill_price_box_01 dl {
  text-align: left;
  color: #67787F;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}

.afterpill_price_box_01 dl > div {
  display: flex;
  justify-content: space-between;
  padding: 1.3em 40px 1.3em;
}

@media (max-width: 500px) {
  .afterpill_price_box_01 dl > div {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.afterpill_price_box_01 dl > div + div {
  border-top: #CCCCCC 1px dotted;
}

.afterpill_price_box_01 dl dt {
  font-size: 14px;
  font-weight: 700;
}

.afterpill_price_box_01 dl dd {
  font-size: 16px;
}

@media (max-width: 767px) {
  .afterpill_price_box_01 dl dd {
    font-size: 14px;
  }
}

.afterpill_price_box_01 dl dd small {
  font-size: 14px;
}

.afterpill_price_box_01 p {
  margin-top: 1.3em;
  text-align: left;
}

.afterpill_price_box_01 ul {
  text-align: left;
  margin-top: 1em;
}

.afterpill_price_box_01 ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
}

.afterpill_price_box_01 ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
}

#afterpill_effect {
  padding: 180px 0 130px;
  background: #E7F5F7;
}

@media (max-width: 991px) {
  #afterpill_effect {
    padding: 90px 0 65px;
  }
}

#afterpill_effect::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  padding-top: 8.4375%;
  content: '';
  background: url(../img/flow_bg.svg) repeat-x center bottom;
  background-size: 100% auto;
}

#afterpill_effect .afterpill_tit_01 {
  margin-top: 100px;
  letter-spacing: normal;
}

#afterpill_effect .afterpill_tit_01 img {
  width: 130px;
}

@media (max-width: 991px) {
  #afterpill_effect .afterpill_tit_01 {
    margin-top: 0;
  }
}

#afterpill_effect .afterpill_inner_01 {
  position: relative;
  padding: 50px 45px 70px;
}

@media (max-width: 991px) {
  #afterpill_effect .afterpill_inner_01 {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  #afterpill_effect .afterpill_inner_01 {
    padding: 50px 15px;
  }
}

#afterpill_effect .afterpill_inner_01 + .afterpill_inner_01 {
  margin-top: 150px;
}

@media (max-width: 991px) {
  #afterpill_effect .afterpill_inner_01 + .afterpill_inner_01 {
    margin-top: 80px;
  }
}

#afterpill_effect .afterpill_inner_01 + .afterpill_inner_01::before {
  position: absolute;
  left: 50%;
  top: -57px;
  transform: translate(-50%, -100%);
  display: block;
  margin: 0 auto;
  width: 97px;
  height: 34px;
  background: url(../img/flow_arrow.svg) no-repeat center;
  background-size: contain;
  content: '';
}

@media (max-width: 991px) {
  #afterpill_effect .afterpill_inner_01 + .afterpill_inner_01::before {
    width: 58.2px;
    height: 20.4px;
    top: -30px;
  }
}

#afterpill_effect .youtube_box {
  margin: 40px auto 180px;
  text-align: center;
}

#afterpill_effect .youtube_box iframe {
  margin: 10px;
}

@media (max-width: 991px) {
  #afterpill_effect .youtube_box iframe {
    margin: 0 0 20px;
  }
}

@media (max-width: 991px) {
  #afterpill_effect .youtube_box {
    margin-bottom: 140px;
  }
}

.afterpill_flow_box_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.afterpill_flow_box_01 > section {
  width: 54.15842%;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 > section {
    width: 100%;
  }
}

.afterpill_flow_box_01 > figure {
  width: 39.60396%;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 > figure {
    margin-top: 30px;
    width: 100%;
  }
}

.afterpill_flow_box_01 .effect_ttl {
  /* display: flex;
    align-items: center; */
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 .effect_ttl {
    margin-bottom: 20px;
  }
}

.afterpill_flow_box_01 .effect_ttl .tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #67787F;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 .effect_ttl .tit {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .afterpill_flow_box_01 .effect_ttl .tit {
    margin-bottom: 40px;
    text-align: center;
  }
}

.afterpill_flow_box_01 .effect_ttl .tit div {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #67787F;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  background-color: #daf8ff;
  border-radius: 100px;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 .effect_ttl .tit div {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .afterpill_flow_box_01 .effect_ttl .tit div {
    display: block;
    margin: 0 auto;
  }
}

.afterpill_flow_box_01 .effect_ttl .tit p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .afterpill_flow_box_01 .effect_ttl .tit p {
    display: block;
    padding-top: 20px;
    padding-left: 0;
    line-height: 1.6;
  }
}

.afterpill_flow_box_01 .effect_ttl figure {
  width: 130px;
  margin-right: 28px;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 .effect_ttl figure {
    width: 80px;
    margin-right: 14px;
  }
}

.afterpill_flow_box_01 p {
  font-size: 14px;
  line-height: 2;
}

.afterpill_flow_box_01 ol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 11em;
  margin-top: -1em;
  margin-bottom: 1em;
  counter-reset: cnt;
  list-style-type: none;
  font-size: 16px;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 ol {
    height: auto;
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.afterpill_flow_box_01 ol li {
  width: 60%;
  position: relative;
  margin-top: 2em;
  padding-left: 2em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 ol li {
    width: 100%;
  }
}

.afterpill_flow_box_01 ol li.narrow {
  width: 40%;
}

@media (max-width: 991px) {
  .afterpill_flow_box_01 ol li.narrow {
    width: 100%;
  }
}

.afterpill_flow_box_01 ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
  counter-increment: cnt;
  content: counter(cnt);
  color: #8AC8E7;
}

.afterpill_reservation {
  position: relative;
  max-width: 970px;
  margin: 143px auto 0;
  background: #FFF1F5;
  padding: 20px;
  /* .list_btn_1 /assets/home/css/style.css からコピーし微調整 */
}

@media (max-width: 991px) {
  .afterpill_reservation {
    margin-top: 100px;
  }
}

.afterpill_reservation.bg_green::before, .afterpill_reservation.bg_green::after {
  background: #EFF9E7;
}

.afterpill_reservation.bg_green .inner::before, .afterpill_reservation.bg_green .inner::after {
  background: #EFF9E7;
}

.afterpill_reservation::before, .afterpill_reservation::after {
  width: 30px;
  height: 30px;
  top: -15px;
  position: absolute;
  border-radius: 100%;
  content: '';
  background: #fff;
}

.afterpill_reservation::before {
  left: -15px;
}

.afterpill_reservation::after {
  right: -15px;
}

.afterpill_reservation .inner {
  position: relative;
  background: #fff;
  padding: 50px 20px;
  border-radius: 20px;
  border: #FF909E 1px dashed;
}

@media (max-width: 991px) {
  .afterpill_reservation .inner {
    padding: 30px 20px;
  }
}

.afterpill_reservation .inner::before, .afterpill_reservation .inner::after {
  width: 30px;
  height: 30px;
  bottom: -35px;
  position: absolute;
  border-radius: 100%;
  content: '';
  background: #fff;
}

.afterpill_reservation .inner::before {
  left: -35px;
}

.afterpill_reservation .inner::after {
  right: -35px;
}

.afterpill_reservation .inner > p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 991px) {
  .afterpill_reservation .inner > p {
    font-size: 14px;
  }
}

.afterpill_reservation .tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-90%);
  text-align: center;
  font-size: 28px;
  letter-spacing: .1em;
  color: #574726;
}

@media (max-width: 991px) {
  .afterpill_reservation .tit {
    font-size: 17px;
  }
}

.afterpill_reservation .tit i {
  display: block;
  margin-bottom: 20px;
}

.afterpill_reservation .tit img {
  width: 160px;
}

@media (max-width: 991px) {
  .afterpill_reservation .tit img {
    width: 112px;
  }
}

.afterpill_reservation .list_btn_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.afterpill_reservation .list_btn_1 li {
  margin-top: 30px;
  width: calc(50% - 20px);
}

.afterpill_reservation .list_btn_1 .btn_1, .afterpill_reservation .list_btn_1 .btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
  height: 100px;
  color: #FFF;
  border-radius: 10px;
}

.afterpill_reservation .list_btn_1 .btn_reception {
  background-color: #CEB17E;
}

.afterpill_reservation .list_btn_1 .btn_pill {
  background-color: #ABD475;
}

.afterpill_reservation .list_btn_1 .btn_online {
  background-color: #F2C06F;
}

.afterpill_reservation .list_btn_1 .btn_1 i {
  /* display: block;
        margin-bottom: 10px;
        width: 100%;
        height: 50px; */
  margin-right: 10px;
  /* img {
          display: block;
          margin: 0 auto;
          width: auto;
          height: 100%;
        } */
}

.afterpill_reservation .list_btn_1 .btn_1 .ttl {
  font-size: 22px;
  font-weight: 700;
}

.afterpill_reservation .list_btn_1 .btn_2 {
  background-color: #FF909E;
}

.afterpill_reservation .list_btn_1 .btn_2 i {
  display: block;
  margin-right: 5px;
  width: 30px;
}

.afterpill_reservation .list_btn_1 .btn_2 i img {
  display: block;
  width: 100%;
}

.afterpill_reservation .list_btn_1 .btn_2 .ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.afterpill_reservation .list_btn_1 .btn_2 .note {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

.afterpill_reservation .list_btn_1 .caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .afterpill_reservation .list_btn_1 {
    margin: 0;
    width: auto;
  }
  .afterpill_reservation .list_btn_1 li {
    margin-top: 15px;
    width: 100%;
  }
  .afterpill_reservation .list_btn_1 .btn_1, .afterpill_reservation .list_btn_1 .btn_2 {
    height: 60px;
  }
  .afterpill_reservation .list_btn_1 .btn_1 i {
    margin-bottom: 0;
    margin-right: 5px;
    width: auto;
    height: 25px;
  }
  .afterpill_reservation .list_btn_1 .btn_1 .ttl {
    font-size: 16px;
  }
  .afterpill_reservation .list_btn_1 .btn_2 i {
    display: block;
    margin-right: 5px;
    width: 20px;
    height: auto;
  }
  .afterpill_reservation .list_btn_1 .btn_2 .ttl {
    font-size: 16px;
  }
  .afterpill_reservation .list_btn_1 .btn_2 .note {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }
  .afterpill_reservation .list_btn_1 .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}

#afterpill_inspection {
  padding: 100px 0 160px;
  background: #FFF1F5;
}

@media (max-width: 991px) {
  #afterpill_inspection {
    padding: 30px 0 80px;
  }
}

#afterpill_inspection .container {
  max-width: 1130px;
}

#afterpill_inspection::before {
  position: absolute;
  top: -1.82292vw;
  right: 0;
  left: 0;
  display: block !important;
  background: url(../img/inspection_bg.svg) no-repeat center 0;
  background-size: 103% auto;
  content: '';
  padding-top: 9.54677%;
}

@media (max-width: 991px) {
  #afterpill_inspection::before {
    top: -35px;
    padding-top: 35px;
    background-size: 1100px auto;
  }
}

#afterpill_inspection .afterpill_tit_01 img {
  width: 142px;
}

.afterpill_inspection_txt_01 {
  position: relative;
  text-align: center;
  margin: 0 auto !important;
  padding: 0 252px 35px;
}

@media (min-width: 992px) {
  .afterpill_inspection_txt_01 {
    font-size: 16px;
  }
}

@media (max-width: 1240px) {
  .afterpill_inspection_txt_01 {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .afterpill_inspection_txt_01 {
    text-align: left;
    padding-right: 200px;
  }
}

@media (max-width: 767px) {
  .afterpill_inspection_txt_01 {
    padding: 0 0 190px;
  }
}

.afterpill_inspection_txt_01::before {
  position: absolute;
  right: 0;
  bottom: -24px;
  display: block;
  width: 252px;
  height: 252px;
  background: url(../img/inspection_01.png) no-repeat center bottom;
  background-size: contain;
  content: '';
}

@media (max-width: 991px) {
  .afterpill_inspection_txt_01::before {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .afterpill_inspection_txt_01::before {
    left: 50%;
    margin-left: -100px;
  }
}

.afterpill_inspection_inner_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.afterpill_inspection_box_01 {
  position: relative;
  border: #FF909E 2px dashed;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  padding: 57px 75px;
}

@media (max-width: 991px) {
  .afterpill_inspection_box_01 {
    padding: 40px 20px;
  }
}

.afterpill_inspection_box_01 + .afterpill_inspection_box_01 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .afterpill_inspection_box_01 + .afterpill_inspection_box_01 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .afterpill_inspection_box_01.narrow {
    width: calc(50% - 30px);
    padding: 50px;
  }
}

.afterpill_inspection_box_01 .tit {
  display: inline-block;
  margin-bottom: 1em;
  padding: .1em 0;
  font-size: 19px;
  font-weight: 700;
  color: #67787F;
}

@media (max-width: 767px) {
  .afterpill_inspection_box_01 .tit {
    font-size: 16px;
  }
}

.afterpill_inspection_box_01 .tit::before {
  display: block !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 12px;
  background: #FFE9EC;
  content: '';
}

.afterpill_inspection_box_01 .tit span {
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .afterpill_inspection_box_01 p {
    font-size: 16px;
  }
}

.afterpill_inspection_box_01 dl {
  margin-top: 20px;
}

.afterpill_inspection_box_01 dl > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.afterpill_inspection_box_01 dl > div + div {
  margin-top: 16px;
}

.afterpill_inspection_box_01 dl dt {
  width: 130px;
  margin-right: 30px;
  padding: .3em;
  text-align: center;
  font-size: 12px;
  color: #846954;
  background: #FCFAF6;
  border: #CEB17E 1px dotted;
}

@media (max-width: 767px) {
  .afterpill_inspection_box_01 dl dt {
    margin-right: 0;
  }
}

.afterpill_inspection_box_01 dl dd {
  flex: 1;
  font-size: 14px;
}

@media (max-width: 767px) {
  .afterpill_inspection_box_01 dl dd {
    margin-top: .5em;
    flex: none;
    width: 100%;
  }
}

#afterpill_notice {
  padding: 100px 0 150px;
  background: #FFFCE7;
}

@media (max-width: 991px) {
  #afterpill_notice {
    padding: 50px 0 75px;
  }
}

#afterpill_notice::before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 58px;
  content: '';
  background: url(../img/notice_bg.svg) repeat-x center bottom;
  background-size: 2200px auto;
}

@media (max-width: 991px) {
  #afterpill_notice::before {
    background-size: 700px auto;
  }
}

@media (min-width: 992px) {
  #afterpill_notice .afterpill_inner_01 {
    padding-left: 75px;
    padding-right: 75px;
  }
}

#afterpill_notice .afterpill_tit_01 i {
  margin-bottom: 0;
}

#afterpill_notice .afterpill_tit_01 img {
  width: 212px;
}

@media (min-width: 992px) {
  #afterpill_notice p {
    font-size: 16px;
  }
}

#afterpill_notice ol {
  margin: 30px 0;
  padding: 0;
}

#afterpill_notice ol li {
  position: relative;
  margin: 5px 0 5px 20px;
  font-weight: bold;
  list-style-type: disc;
}

#afterpill_notice a.cs_btn_1.cs_btn_m {
  margin: 30px 0 60px;
}

@media (max-width: 991px) {
  #afterpill_notice a.cs_btn_1.cs_btn_m {
    width: 100%;
    margin: 30px 0 10px;
  }
}

.afterpill_notice_tit_01 {
  display: inline-block;
  margin-bottom: 1em !important;
  padding: 0.2em 0 0.2em 20px !important;
  font-size: 19px !important;
  color: #67787F;
  font-weight: 700 !important;
  background: none;
}

@media (max-width: 767px) {
  .afterpill_notice_tit_01 {
    font-size: 16px !important;
  }
}

.afterpill_notice_tit_01::before {
  display: block !important;
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 0;
  height: 12px;
  background: #E0F1DF;
  content: '';
}

.afterpill_notice_tit_01::after {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  display: block !important;
  width: 16px;
  height: 16px;
  background-image: url(../../common/img/ico/ul_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

* + .afterpill_notice_tit_01 {
  margin-top: 2em !important;
}

.afterpill_notice_tit_01 span {
  display: block;
  position: relative;
}

#afterpill_faq {
  padding: 100px 0 350px;
  background: #ffffff;
}

@media (max-width: 991px) {
  #afterpill_faq {
    padding: 30px 0 250px;
  }
}

#afterpill_faq .container {
  max-width: 1130px;
}

#afterpill_faq::before {
  position: absolute;
  top: -1.82292vw;
  right: 0;
  left: 0;
  display: block !important;
  background: url(../img/faq_bg.svg) no-repeat center 0;
  background-size: 103% auto;
  content: '';
  padding-top: 9.54677%;
}

@media (max-width: 991px) {
  #afterpill_faq::before {
    top: -35px;
    padding-top: 35px;
    background-size: 1100px auto;
  }
}

#afterpill_faq .afterpill_tit_01 img {
  width: 44px;
}

.afterpill_faq_table_01 {
  margin-top: 90px !important;
  border-top: #CCCCCC 1px dotted !important;
}

.afterpill_faq_table_01 > div {
  position: relative;
  padding: 1em 5em 1em 1em;
  border-bottom: #CCCCCC 1px dotted;
  cursor: pointer;
}

@media (min-width: 992px) {
  .afterpill_faq_table_01 > div {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .afterpill_faq_table_01 > div {
    padding-right: 3em;
  }
}

.afterpill_faq_table_01 > div::after {
  position: absolute;
  display: block;
  right: 1.5em;
  top: 1.7em;
  width: 14px;
  height: 8px;
  background: url(../img/faq_arrow_01.svg) no-repeat right center;
  background-size: contain;
  content: '';
  transition: .4s;
}

.afterpill_faq_table_01 > div.active::after {
  transform: rotate(180deg);
}

.afterpill_faq_table_01 > div.active dd {
  padding-top: .8em;
  line-height: 1.875 !important;
  opacity: 1;
  visibility: visible;
  transition: line-height .3s ease-out, opacity     .1s linear .1s, visibility  .1s linear .1s;
}

.afterpill_faq_table_01 dt {
  position: relative;
  padding-left: 43px !important;
  color: #574726;
  font-weight: 700 !important;
  line-height: 1.875 !important;
  transition: .4s;
}

@media (max-width: 991px) {
  .afterpill_faq_table_01 dt {
    padding-left: 30px !important;
  }
}

.afterpill_faq_table_01 dt::before {
  position: absolute;
  left: 0;
  top: -.2em;
  font-size: 20px;
  font-weight: bold;
  content: 'Q';
  color: #B2965D;
}

@media (max-width: 991px) {
  .afterpill_faq_table_01 dt::before {
    font-size: 16px;
  }
}

.afterpill_faq_table_01 dd {
  position: relative;
  padding-left: 43px !important;
  line-height: 0 !important;
  transition: line-height .3s ease-out, opacity     .1s linear, visibility  .1s linear;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .afterpill_faq_table_01 dd {
    padding-left: 30px !important;
  }
}

.afterpill_faq_table_01 dd::before {
  position: absolute;
  left: 0;
  top: .3em;
  font-size: 20px;
  font-weight: bold;
  content: 'A';
  color: #67787F;
}

@media (max-width: 991px) {
  .afterpill_faq_table_01 dd::before {
    font-size: 16px;
  }
}

#afterpill_finally {
  padding-bottom: 180px;
  background: #EFF9E7;
}

@media (max-width: 991px) {
  #afterpill_finally {
    padding-bottom: 90px;
  }
}

#afterpill_finally::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  padding-top: 27.75097%;
  background: url(../img/finally_bg.svg) no-repeat center 0;
  background-size: 107% auto;
  content: '';
}

@media (max-width: 1920px) {
  #afterpill_finally::before {
    background-size: 2072px auto;
    transform: translate(-50%, -175px);
  }
}

@media (max-width: 991px) {
  #afterpill_finally::before {
    height: 287px;
    background-size: 1036px auto;
    transform: translate(-50%, -140px);
  }
}

#afterpill_finally .container {
  position: relative;
  max-width: 1110px;
}

#afterpill_finally .afterpill_tit_01 {
  margin-bottom: 0 !important;
  transform: translateY(-50%);
}

#afterpill_finally .afterpill_tit_01 img {
  width: 102px;
}

.afterpill_finally_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.afterpill_finally_box > div {
  width: 69.90741%;
  border-radius: 20px;
  background: #fff;
  padding: 60px 120px 60px 60px;
}

@media (max-width: 991px) {
  .afterpill_finally_box > div {
    width: 100%;
    padding: 40px;
  }
}

.afterpill_finally_box figure {
  width: 30.09259%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .afterpill_finally_box figure {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.afterpill_finally_box figure img {
  max-width: none;
  width: 129.23077%;
}

@media (max-width: 991px) {
  .afterpill_finally_box figure img {
    max-width: 100%;
    width: 420px;
  }
}

.mobile-fix-nav .tel-afterpill {
  width: calc(50% - 5px);
}

.mobile-fix-nav .tel-afterpill a {
  background: #FF909E;
}

.mobile-fix-nav .tel-afterpill a > div {
  display: flex;
  align-items: center;
}

.mobile-fix-nav .tel-afterpill a > div span {
  font-size: 16px !important;
  flex: 1;
  margin-bottom: 5px;
}

.mobile-fix-nav .tel-afterpill a > div i {
  width: 20px !important;
}

.mobile-fix-nav .tel-afterpill a span:last-child {
  font-size: 14px;
}

.mobile-fix-nav .tel-afterpill + .reception {
  width: calc(50% - 5px);
}
