@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.l-content {
  min-width: 1200px;
}

.l-footer {
  min-width: 1200px;
}
.l-footer .f-copyright {
  padding: 42px 0;
  background: #4292a1;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.c-button {
  position: relative;
  background-color: #c33e81;
  border-radius: 3px;
  overflow: hidden;
  transition: .6s;
}
.c-button:before, .c-button:after {
  position: absolute;
  right: 0;
  left: 0;
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.c-button:before {
  top: 5px;
}
.c-button:after {
  bottom: 4px;
}
.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 251px;
  height: 70px;
  font-size: 15px;
  color: #fff;
  letter-spacing: .05em;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.c-button a em {
  margin-top: -.1em;
  padding: 0 .1em;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .14em;
}
.c-button a:after {
  position: absolute;
  display: block;
  content: '';
  right: 10px;
  width: 9px;
  height: 16px;
  background: url(../../img/pc/common_button_arrow1.png) left bottom no-repeat;
}
.c-button:hover {
  background-color: #d1629a;
}
.c-button:hover a:after {
  animation: .3s arrow;
}
@keyframes arrow {
  0% {
    right: 10px;
  }
  100% {
    right: 10px;
  }
}
.c-clinic__title {
  float: left;
  width: 225px;
  height: 170px;
  margin-bottom: 28px;
  text-align: center;
}
.c-clinic__title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-clinic__title img {
  vertical-align: middle;
}
.c-clinic__data {
  float: left;
  margin-bottom: 35px;
  width: 323px;
}
.c-clinic__item {
  margin-bottom: 20px;
}
.c-clinic__item:last-child {
  margin: 0;
}
.c-clinic__item > .title {
  position: relative;
  float: left;
  width: 68px;
  font-size: 14px;
}
.c-clinic__item > .details {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
  line-height: 1.2857142857;
  font-size: 14px;
}
.c-clinic__item.contact img {
  height: auto;
}
.c-clinic__item.contact a {
  color: #666;
}
.c-clinic__item.contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.c-clinic__item.contact .overseas {
  display: block;
  font-size: 12px;
}
.c-clinic__map {
  float: left;
  width: 510px;
}
.c-clinic__map > .pic {
  margin-bottom: 5px;
}
.c-clinic__map > .pic iframe {
  width: 100%;
  height: 400px;
}
.c-clinic__map .route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 12px;
  color: #666;
}
.c-clinic__map .route-item + .route-item {
  margin-left: 8px;
}
.c-clinic__map .route-item.hiroden, .c-clinic__map .route-item.astramline {
  margin: 0 8px 4px 0;
}
.c-clinic__map .hibiya {
  background-image: url(../../img/sp/logo_hibiya.svg);
}
.c-clinic__map .oedo {
  background-image: url(../../img/sp/logo_oedo.svg);
}
.c-clinic__map .jr {
  background-image: url(../../img/sp/logo_jr.svg);
}
.c-clinic__map .sakuradori {
  background-image: url(../../img/sp/logo_sakuradori.svg);
}
.c-clinic__map .nishitetsu {
  background-image: url(../../img/sp/logo_nishitetsu.svg);
}
.c-clinic__map .tenjin {
  background-image: url(../../img/sp/logo_tenjin.svg);
}
.c-clinic__map .hiroden {
  background-image: url(../../img/sp/logo_hiroden.svg);
}
.c-clinic__map .astramline {
  background-image: url(../../img/sp/logo_astramline.svg);
}

.c-cta {
  position: relative;
  width: 1100px;
  z-index: 100;
}
.c-cta__lead {
  position: absolute;
  top: 58px;
  left: 67px;
}
.c-cta__main {
  position: absolute;
  bottom: 41px;
  right: 59px;
  width: 515px;
  display: flex;
  flex-wrap: wrap;
}
.c-cta__main > * {
  display: block;
  margin: 0 auto;
}
.c-cta__main__pic1 {
  margin-bottom: 3px;
}
.c-cta__main__point {
  display: flex;
  justify-content: space-between;
  margin: -7px 0 8px 0;
  width: 100%;
}
.c-cta__main__point__item {
  position: relative;
  width: 103px;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: .1em;
  color: #4d4d4d;
  z-index: 1;
}
.c-cta__main__point__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-cta__main__point__item:last-child {
  width: 184px;
  height: 100px;
}
.c-cta__main__links {
  width: 512px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-cta__main__links__item {
  display: flex;
  align-items: flex-end;
  width: 251px;
  flex-wrap: wrap;
}
.c-cta__main__links__item__supplement {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
}
.c-cta__main__links__item__supplement span {
  font-size: 27px;
  padding: 0 .1em;
}
.c-cta__main__links__item__button {
  width: 100%;
}
.c-cta__main__links__item__button a {
  flex-wrap: wrap;
  transition: opacity .15s linear;
}
.c-cta__main__links__item__button a > span {
  text-align: center;
  line-height: 1.3;
}
.c-cta__main__links__item__button a > span > span {
  display: block;
}
.c-cta__main__links__item__button a > span em {
  font-size: 19px;
  letter-spacing: .1em;
}
.c-cta__main__links__item__button a:hover {
  opacity: .5;
}
.c-cta__main__links__item.monitor .c-cta__main__links__item__supplement {
  flex: auto;
  text-align: center;
}
.c-cta__main__links__item.monitor .c-cta__main__links__item__supplement-1 {
  position: relative;
  padding-right: 1px;
  box-sizing: border-box;
}
.c-cta__main__links__item.monitor .c-cta__main__links__item__supplement-1:after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 1px;
  content: '';
  width: 1px;
  height: 18px;
  background-color: #fff;
}
.c-cta__main__links__item.counseling .c-cta__main__links__item__supplement {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-line-art {
  position: relative;
  width: 845px;
  height: 580px;
  overflow: hidden;
  pointer-events: none;
}
.c-line-art__wrapper {
  position: absolute;
  display: flex;
  top: -359px;
  left: 679px;
  transform: rotate(-45deg);
}
.c-line-art__item {
  display: block;
  width: 2px;
  height: 2000px;
  right: 0;
}
.c-line-art__item + .c-line-art__item {
  margin-left: 4px;
}
.c-line-art.right {
  transform: scale(-1, 1);
}

.p-clinic__box {
  width: 100%;
}
.p-clinic__tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.p-clinic__tab > .list {
  display: flex;
}
.p-clinic__tab > .list > .item {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: url(../../img/pc/clinic_tab_item_bg.png) top left repeat-x;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: 1px;
}
.p-clinic__tab > .list > .item.is-active {
  background: url(../../img/pc/clinic_tab_item_bg_a.png) top left repeat-x;
}
.p-clinic__tab > .list > .item a {
  font-size: 18px;
  color: #584f4c;
  text-shadow: 1px 1px 1px white;
  letter-spacing: 2px;
}
.p-clinic__tab > .list > .item a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-clinic__contents {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
}
.p-clinic__details {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
}
.p-clinic__details-title {
  float: left;
  text-align: center;
}
.p-clinic__details.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-clinic__details::after {
  content: '';
  display: table;
  clear: both;
}

.p-doctor {
  float: right;
  width: 320px;
  color: #666;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			トップSCSSファイル


New Creation:	2021/06/16.
Last Change:	2021/06/16.

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #666;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	HEADER
----------------------------------------------------------------------*/
.l-header {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #348894;
  overflow: hidden;
}
.l-header__bg {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 700px;
}
.l-header__wrapper {
  position: relative;
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  z-index: 2;
}
.l-header__logo, .l-header__lead, .l-header__main {
  position: absolute;
}
.l-header__logo {
  top: 31px;
  right: 55px;
}
.l-header__lead {
  top: 49px;
  left: 111px;
}
.l-header__main {
  bottom: 55px;
  right: 117px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-header__main__pic1 {
  margin-bottom: 5px;
}
.l-header__main__pic2 {
  margin-bottom: 15px;
}
.l-header__main__point {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 42px;
}
.l-header__main__point__item {
  position: relative;
  width: 122px;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
}
.l-header__main__point__item + .l-header__main__point__item {
  margin-left: 19px;
}
.l-header__main__point__item picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-header__main__links__item__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  width: 391px;
}
.l-header__main__links__item__button__text {
  display: block;
}
.l-header__main__links__item__button a {
  transition: opacity .15s linear;
}
.l-header__main__links__item__button a:hover {
  opacity: .5;
}

@media screen and (max-width: 1200px) {
  .l-header {
    display: block;
    width: 1200px;
  }
}
/*----------------------------------------------------------------------
	MAIN
----------------------------------------------------------------------*/
.p-cta {
  margin: 0 auto;
}

.p-ideal__headline-en,
.p-effect__headline-en,
.p-action__headline-en,
.p-plan__headline-en,
.p-point__headline-en,
.p-faq__headline-en,
.p-price__headline-en,
.p-clinic__headline-en,
.p-privacypolicy__headline-en {
  text-align: center;
}
.p-ideal__headline-en:after,
.p-effect__headline-en:after,
.p-action__headline-en:after,
.p-plan__headline-en:after,
.p-point__headline-en:after,
.p-faq__headline-en:after,
.p-price__headline-en:after,
.p-clinic__headline-en:after,
.p-privacypolicy__headline-en:after {
  display: block;
  content: '';
  width: 50px;
  height: 3px;
  margin: 20px auto 15px;
  background-color: #4692a0;
}
.p-ideal__headline-ja,
.p-effect__headline-ja,
.p-action__headline-ja,
.p-plan__headline-ja,
.p-point__headline-ja,
.p-faq__headline-ja,
.p-price__headline-ja,
.p-clinic__headline-ja,
.p-privacypolicy__headline-ja {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
  color: #4d4d4d;
  letter-spacing: .2em;
}
.p-ideal__conclusion,
.p-effect__conclusion,
.p-action__conclusion,
.p-plan__conclusion,
.p-point__conclusion,
.p-faq__conclusion,
.p-price__conclusion,
.p-clinic__conclusion,
.p-privacypolicy__conclusion {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .15em;
}
.p-ideal__conclusion:before,
.p-effect__conclusion:before,
.p-action__conclusion:before,
.p-plan__conclusion:before,
.p-point__conclusion:before,
.p-faq__conclusion:before,
.p-price__conclusion:before,
.p-clinic__conclusion:before,
.p-privacypolicy__conclusion:before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border-top: 17px solid #4292a1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.p-ideal__conclusion span,
.p-effect__conclusion span,
.p-action__conclusion span,
.p-plan__conclusion span,
.p-point__conclusion span,
.p-faq__conclusion span,
.p-price__conclusion span,
.p-clinic__conclusion span,
.p-privacypolicy__conclusion span {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #4292a1;
}
.p-ideal__conclusion span *,
.p-effect__conclusion span *,
.p-action__conclusion span *,
.p-plan__conclusion span *,
.p-point__conclusion span *,
.p-faq__conclusion span *,
.p-price__conclusion span *,
.p-clinic__conclusion span *,
.p-privacypolicy__conclusion span * {
  font-weight: bold;
}
.p-ideal__conclusion span em,
.p-effect__conclusion span em,
.p-action__conclusion span em,
.p-plan__conclusion span em,
.p-point__conclusion span em,
.p-faq__conclusion span em,
.p-price__conclusion span em,
.p-clinic__conclusion span em,
.p-privacypolicy__conclusion span em {
  position: relative;
  z-index: 1;
}
.p-ideal__conclusion span em:after,
.p-effect__conclusion span em:after,
.p-action__conclusion span em:after,
.p-plan__conclusion span em:after,
.p-point__conclusion span em:after,
.p-faq__conclusion span em:after,
.p-price__conclusion span em:after,
.p-clinic__conclusion span em:after,
.p-privacypolicy__conclusion span em:after {
  position: absolute;
  display: block;
  height: 9px;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(197, 59, 129, 0.3);
  z-index: -1;
}
.p-ideal__wrapper,
.p-effect__wrapper,
.p-action__wrapper,
.p-plan__wrapper,
.p-point__wrapper,
.p-faq__wrapper,
.p-price__wrapper,
.p-clinic__wrapper,
.p-privacypolicy__wrapper {
  width: 1200px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	IDEAL
----------------------------------------------------------------------*/
.p-ideal {
  padding: 133px 0 100px;
}
.p-ideal__list {
  width: 100%;
  max-width: 1500px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.p-ideal__list-outer {
  background-color: #ddedf0;
  padding: 0 3px;
  margin: 41px auto 0;
  box-sizing: border-box;
}
.p-ideal__list__item {
  position: relative;
}
.p-ideal__list__item + .p-ideal__list__item {
  margin-left: -61px;
}
.p-ideal__list__item__bg {
  width: 100%;
}
.p-ideal__list__item__bg img {
  width: 100%;
  height: auto;
}
.p-ideal__list__item__text {
  position: absolute;
  bottom: 11px;
  left: 21px;
}
.p-ideal__list__item__text * {
  font-size: 21px;
  line-height: 1.3754545455;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.p-ideal__list__item__text .first,
.p-ideal__list__item__text .second {
  display: inline-block;
}
.p-ideal__list__item-4 .p-ideal__list__item__text *, .p-ideal__list__item-5 .p-ideal__list__item__text * {
  color: #333;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.9);
}
.p-ideal__list__item-1 .p-ideal__list__item__text {
  left: inherit;
  right: 67px;
}
.p-ideal__list__item-1 .p-ideal__list__item__text .second {
  padding-left: 24px;
}
.p-ideal__list__item-2 .p-ideal__list__item__text .second {
  padding-left: 73px;
}
.p-ideal__list__item-3 .p-ideal__list__item__text .first {
  padding-left: 49px;
}
.p-ideal__list__item-4 .p-ideal__list__item__text .first {
  padding-left: 39px;
}
.p-ideal__list__item-5 .p-ideal__list__item__text .second {
  padding-left: 21px;
}

@media screen and (max-width: 1200px) {
  .p-ideal__list-outer {
    width: 1200px;
  }
  .p-ideal__list__item {
    flex: 1;
  }
  .p-ideal__list__item + .p-ideal__list__item {
    margin-left: -48px;
  }
}
/*----------------------------------------------------------------------
	EFFECT
----------------------------------------------------------------------*/
.p-effect__contents {
  overflow: hidden;
  margin: 60px auto 0;
  width: 1100px;
}
.p-effect__pic {
  float: left;
  margin-bottom: 20px;
}
.p-effect__pic > * {
  display: block;
}
.p-effect__pic__title {
  margin-bottom: 8px;
}
.p-effect__movie {
  float: right;
  margin-top: 32px;
  width: 335px;
}
.p-effect__movie__wrapper {
  display: flex;
  flex-direction: column;
}
.p-effect__movie__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  background: #4292a1;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.p-effect__movie__pic {
  cursor: pointer;
}
.p-effect__info {
  clear: both;
  margin: 0 auto 47px;
  width: 1100px;
  font-size: 12px;
  line-height: 1.5;
  color: #4d4d4d;
}
.p-effect__conclusion {
  margin-bottom: 92px;
}
.p-effect .modal-video-close-btn {
  right: 0 !important;
}
.p-effect .p-cta {
  margin-bottom: -280px;
}

/*----------------------------------------------------------------------
	ACTION
----------------------------------------------------------------------*/
.p-action {
  position: relative;
  background-color: #e7e9ea;
  padding: 380px 0 0;
  overflow: hidden;
}
.p-action .c-line-art {
  position: absolute;
  width: 1500px;
  height: 1050px;
  top: 0;
}
.p-action .c-line-art__item + .c-line-art__item {
  margin-left: 5px;
}
.p-action .c-line-art-1 {
  left: calc(50% - 1040px);
}
.p-action .c-line-art-1 .c-line-art__item {
  background-color: #d5e1e0;
}
.p-action .c-line-art-2 {
  right: calc(50% - 1040px);
}
.p-action .c-line-art-2 .c-line-art__item {
  background-color: #d9dfe4;
}
.p-action-box1 > *:not(.c-line-art), .p-action-box3 > *:not(.c-line-art) {
  position: relative;
  z-index: 1;
}
.p-action-box1 {
  margin-bottom: 70px;
}
.p-action-box1__lead {
  margin: 70px auto 30px;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  color: #4d4d4d;
  letter-spacing: .1em;
}
.p-action-box1__lead__emphasis {
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  padding: .2em .4em;
}
.p-action-box1__lead__emphasis:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-action-box1__lead__emphasis-1:after {
  background-color: #3f9d84;
}
.p-action-box1__lead__emphasis-2:after {
  background-color: #5d88ad;
}
.p-action-box1__lead > span {
  display: inline-block;
  padding-top: .4em;
  font-weight: bold;
}
.p-action-box1__pic {
  margin-bottom: 50px;
  text-align: center;
}
.p-action-box1__text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #4292a1;
}
.p-action-box2 {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to right, #79bcaa 0%, #79bcaa 50%, #81a3bf 50%, #81a3bf 100%);
  padding: 31px 0 25px;
}
.p-action-box2 .c-line-art {
  height: 1200px;
}
.p-action-box2 .c-line-art-1 {
  left: calc(50% - 1152px);
}
.p-action-box2 .c-line-art-1 .c-line-art__item {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-action-box2 .c-line-art-2 {
  right: calc(50% - 1152px);
}
.p-action-box2 .c-line-art-2 .c-line-art__item {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-action-box2 .p-action__kind__headline {
  width: 464px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto 30px;
  padding: 13px 0 13px .2em;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: #4692a0;
  border-radius: 50px;
  letter-spacing: .1em;
}
.p-action-box2 .p-action__kind__inner {
  display: flex;
}
.p-action-box2 .p-action__kind__child {
  position: relative;
  flex: 1;
}
.p-action-box2 .p-action__kind__child__lead {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 19px;
}
.p-action-box2 .p-action__kind__child__lead * {
  font-size: 21px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: .1em;
}
.p-action-box2 .p-action__kind__child__lead:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-action-box2 .p-action__kind__child__headline-ja {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: .1em;
}
.p-action-box2 .p-action__kind__child__headline-en {
  margin-bottom: 26px;
}
.p-action-box2 .p-action__kind__child__sub-headline {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 10px;
}
.p-action-box2 .p-action__kind__child__sub-headline:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 46px;
  background-color: #fff;
}
.p-action-box2 .p-action__kind__child__detail {
  position: relative;
  z-index: 1;
  width: 280px;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  text-align: justify;
}
.p-action-box2 .p-action__kind__child__detail span {
  font-weight: bold;
}
.p-action-box2 .p-action__kind__child__pic {
  position: absolute;
}
.p-action-box2 .p-action__kind__child.liposuction {
  padding-right: 30px;
  text-align: right;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__lead:after {
  left: inherit;
  right: 0;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__headline-ja {
  letter-spacing: .5em;
  margin-right: -.5em;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__sub-headline {
  justify-content: flex-end;
  padding-right: 12px;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__sub-headline:after {
  right: 0;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__detail {
  margin-left: auto;
}
.p-action-box2 .p-action__kind__child.liposuction .p-action__kind__child__pic {
  top: -24px;
  right: 346px;
}
.p-action-box2 .p-action__kind__child.tightening {
  padding-left: 30px;
}
.p-action-box2 .p-action__kind__child.tightening .p-action__kind__child__sub-headline {
  justify-content: flex-start;
  padding-left: 12px;
}
.p-action-box2 .p-action__kind__child.tightening .p-action__kind__child__sub-headline:after {
  left: 0;
}
.p-action-box2 .p-action__kind__child.tightening .p-action__kind__child__pic {
  top: 38px;
  left: 245px;
}
.p-action-box3 {
  margin: 0 auto;
  width: 1200px;
}
.p-action-box3 .p-action__merit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px 49px;
}
.p-action-box3 .p-action__merit > * {
  position: relative;
  z-index: 1;
}
.p-action-box3 .p-action__merit__headline {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  padding: 48px 0 40px;
  letter-spacing: .15em;
}
.p-action-box3 .p-action__merit__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 345px;
}
.p-action-box3 .p-action__merit__item__number {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 33px;
}
.p-action-box3 .p-action__merit__item__number:after {
  position: absolute;
  content: '';
  display: block;
  top: 21px;
  width: 2px;
  height: 16px;
  background-color: #4292a1;
}
.p-action-box3 .p-action__merit__item__number > * {
  display: flex;
  height: 14px;
}
.p-action-box3 .p-action__merit__item__contents {
  position: relative;
  width: 345px;
  height: 200px;
}
.p-action-box3 .p-action__merit__item__contents__headline, .p-action-box3 .p-action__merit__item__contents__text {
  padding-left: 179px;
}
.p-action-box3 .p-action__merit__item__contents__headline {
  display: flex;
  align-items: center;
  height: 41px;
  color: #4292a1;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2366666667;
  margin-bottom: 9px;
  letter-spacing: .15em;
}
.p-action-box3 .p-action__merit__item__contents__pic {
  position: absolute;
  top: 0;
  left: 0;
}
.p-action-box3 .p-action__merit__item__contents__text {
  font-size: 15px;
  font-feature-settings: 'palt';
  line-height: 1.7;
}
.p-action__latter {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 50px;
}
.p-action__latter__wrapper {
  width: 1200px;
  margin: 0 auto;
}
.p-action__conclusion {
  margin-bottom: 95px;
}

/*----------------------------------------------------------------------
	1DY PLAN
----------------------------------------------------------------------*/
.p-plan {
  padding-top: 99px;
  background-image: linear-gradient(to top, #e7e9ea 0%, #e7e9ea 326px, rgba(0, 0, 0, 0) 326px, rgba(0, 0, 0, 0) 100%);
}
.p-plan__wrapper {
  position: relative;
  height: 698px;
}
.p-plan__wrapper:after {
  position: absolute;
  content: '';
  width: 990px;
  bottom: 325px;
  left: 85px;
  height: 2px;
  background-image: radial-gradient(circle farthest-side, #4292a1 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
  background-size: 6px 1px;
  background-position: 0 0;
  opacity: .8;
}
.p-plan__lead {
  padding: 40px 0 35px;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}
.p-plan__list {
  position: absolute;
  width: 1200px;
  box-sizing: border-box;
  top: 255px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 20px;
  z-index: 1;
}
.p-plan__list__item {
  position: relative;
  max-width: 150px;
  padding: 42px 0 0;
}
.p-plan__list__item__time {
  position: absolute;
  top: 0;
  left: 0;
}
.p-plan__list__item__pic {
  background-color: #4292a1;
  margin-bottom: 13px;
}
.p-plan__list__item__pic img {
  border: 5px solid #c6dee3;
}
.p-plan__list__item__headline, .p-plan__list__item__text {
  width: 100%;
}
.p-plan__list__item__headline {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  margin: 0 0 9px;
  white-space: nowrap;
  color: #4d4d4d;
}
.p-plan__list__item__text {
  font-size: 13px;
  text-align: justify;
  line-height: 1.4285714286;
}
.p-plan__list__item-1, .p-plan__list__item-3, .p-plan__list__item-7 {
  padding-top: 109px;
}
.p-plan__list__item-1 .p-plan__list__item__pic, .p-plan__list__item-3 .p-plan__list__item__pic, .p-plan__list__item-7 .p-plan__list__item__pic {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 10px;
}
.p-plan__list__item-2 .p-plan__list__item__headline {
  width: 170px;
  margin: 0 -10px 9px;
}
.p-plan__list__item-7 {
  width: 150px;
}
.p-plan__list__item-7 .p-plan__list__item__headline {
  margin-bottom: 50px;
}
.p-plan__annotation {
  position: absolute;
  width: 1200px;
  box-sizing: border-box;
  top: 586px;
  font-size: 11px;
  text-align: right;
  padding: 0 50px;
}

/*----------------------------------------------------------------------
	POINT
----------------------------------------------------------------------*/
.p-point {
  position: relative;
  padding: 100px 0 99px;
  background-image: linear-gradient(to bottom right, #b1d3cb, #a7bfc5);
  overflow: hidden;
}
.p-point .c-line-art {
  position: absolute;
  top: 0;
}
.p-point .c-line-art__item {
  width: 1px;
  background-color: #b8dfd9;
}
.p-point .c-line-art__item + .c-line-art__item {
  margin-left: 5px;
}
.p-point .c-line-art-101 {
  top: -42px;
  left: calc(50% - 705px);
}
.p-point .c-line-art-102 {
  top: 221px;
  left: calc(50% - 842px);
  opacity: .7;
}
.p-point .c-line-art-103 {
  top: 381px;
  left: calc(50% - 916px);
}
.p-point .c-line-art-104 {
  top: 712px;
  right: calc(50% + 264px);
}
.p-point .c-line-art-105 {
  top: 754px;
  left: calc(50% - 926px);
}
.p-point .c-line-art-201 {
  top: 49px;
  right: calc(50% - 992px);
}
.p-point .c-line-art-202 {
  top: 321px;
  right: calc(50% - 795px);
  opacity: .7;
}
.p-point .c-line-art-203 {
  top: 321px;
  left: calc(50% + 28px);
}
.p-point .c-line-art-204 {
  top: 481px;
  right: calc(50% - 1034px);
}
.p-point .c-line-art-205 {
  top: 481px;
  right: calc(50% - 386px);
}
.p-point .c-line-art-206 {
  top: 943px;
  right: calc(50% - 802px);
  opacity: .7;
}
.p-point__wrapper {
  position: relative;
  z-index: 1;
  width: 1100px;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-point__wrapper > *:not(.p-point__item) {
  width: 100%;
}
.p-point__headline-ja {
  margin-bottom: 50px;
}
.p-point__headline-ja {
  margin-bottom: 50px;
}
.p-point__item {
  width: 330px;
}
.p-point__item__number {
  text-align: right;
  margin-bottom: -1px;
}
.p-point__item__headline {
  margin-bottom: 12px;
  padding: 19px 0 18px;
  border-bottom: 1px solid #4292a1;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .2em;
}
.p-point__item__detail {
  font-size: 14.5px;
  line-height: 1.8;
  text-align: justify;
}
.p-point__item__detail__annotation {
  display: block;
  font-size: 11px;
}
.p-point__item-1 {
  margin-bottom: 8px;
}
.p-point__item-4, .p-point__item-5 {
  margin-top: 40px;
}
.p-point__item-4 {
  margin-left: 190px;
}
.p-point__item-5 {
  margin-right: 190px;
}
.p-point__item-5 .p-point__item__headline {
  letter-spacing: inherit;
}

/*----------------------------------------------------------------------
	FAQ
----------------------------------------------------------------------*/
.p-faq {
  position: relative;
  padding-top: 99px;
}
.p-faq .c-line-art {
  position: absolute;
  height: 586px;
  top: 0;
  right: calc(50% - 490px);
}
.p-faq .c-line-art__wrapper {
  top: -220px;
  left: 328px;
}
.p-faq .c-line-art__item {
  width: 1px;
  height: 827px;
  background-image: linear-gradient(to bottom, #c8dfe3, #ffffff);
}
.p-faq .c-line-art__item + .c-line-art__item {
  margin-left: 5px;
}
.p-faq .c-line-art .c-line-art__item-1 {
  margin-top: 6px;
}
.p-faq .c-line-art .c-line-art__item-2 {
  margin-top: 12px;
}
.p-faq .c-line-art .c-line-art__item-3 {
  margin-top: 18px;
}
.p-faq .c-line-art .c-line-art__item-4 {
  margin-top: 24px;
}
.p-faq .c-line-art .c-line-art__item-5 {
  margin-top: 30px;
}
.p-faq .c-line-art .c-line-art__item-6 {
  margin-top: 36px;
}
.p-faq .c-line-art .c-line-art__item-7 {
  margin-top: 42px;
}
.p-faq .c-line-art .c-line-art__item-8 {
  margin-top: 48px;
}
.p-faq .c-line-art .c-line-art__item-9 {
  margin-top: 54px;
}
.p-faq .c-line-art .c-line-art__item-10 {
  margin-top: 60px;
}
.p-faq .c-line-art .c-line-art__item-11 {
  margin-top: 66px;
}
.p-faq .c-line-art .c-line-art__item-12 {
  margin-top: 72px;
}
.p-faq .c-line-art .c-line-art__item-13 {
  margin-top: 78px;
}
.p-faq .c-line-art .c-line-art__item-14 {
  margin-top: 84px;
}
.p-faq .c-line-art .c-line-art__item-15 {
  margin-top: 90px;
}
.p-faq .c-line-art .c-line-art__item-16 {
  margin-top: 96px;
}
.p-faq .c-line-art .c-line-art__item-17 {
  margin-top: 102px;
}
.p-faq .c-line-art .c-line-art__item-18 {
  margin-top: 108px;
}
.p-faq .c-line-art .c-line-art__item-19 {
  margin-top: 114px;
}
.p-faq .c-line-art .c-line-art__item-20 {
  margin-top: 120px;
}
.p-faq .c-line-art .c-line-art__item-21 {
  margin-top: 126px;
}
.p-faq .c-line-art .c-line-art__item-22 {
  margin-top: 132px;
}
.p-faq .c-line-art .c-line-art__item-23 {
  margin-top: 138px;
}
.p-faq .c-line-art .c-line-art__item-24 {
  margin-top: 144px;
}
.p-faq .c-line-art .c-line-art__item-25 {
  margin-top: 150px;
}
.p-faq .c-line-art .c-line-art__item-26 {
  margin-top: 156px;
}
.p-faq .c-line-art .c-line-art__item-27 {
  margin-top: 162px;
}
.p-faq .c-line-art .c-line-art__item-28 {
  margin-top: 168px;
}
.p-faq .c-line-art .c-line-art__item-29 {
  margin-top: 174px;
}
.p-faq .c-line-art .c-line-art__item-30 {
  margin-top: 180px;
}
.p-faq .c-line-art .c-line-art__item-31 {
  margin-top: 186px;
}
.p-faq .c-line-art .c-line-art__item-32 {
  margin-top: 192px;
}
.p-faq__wrapper {
  position: relative;
  z-index: 1;
}
.p-faq__list {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 65px;
}
.p-faq__list__item {
  width: 520px;
  margin-bottom: 35px;
}
.p-faq__list__item__question, .p-faq__list__item__answer {
  display: flex;
}
.p-faq__list__item__question__pic, .p-faq__list__item__answer__pic {
  margin-right: 18px;
}
.p-faq__list__item__question {
  background-color: #e7e9ea;
  align-items: center;
  padding: 15px 22px 12px;
  font-size: 19px;
  line-height: 1.75;
  font-weight: bold;
  border-bottom: 1px solid #4292a1;
  color: #4d4d4d;
  letter-spacing: .1em;
}
.p-faq__list__item__answer {
  padding: 18px 22px 0;
  font-size: 14.5px;
  text-align: justify;
  line-height: 1.75;
}
.p-faq__list__item__answer__pic {
  margin-top: 2px;
}
.p-faq__list__item__pic {
  margin-top: 18px;
  padding-left: 68px;
}
.p-faq .p-cta {
  margin-bottom: -280px;
}

/*----------------------------------------------------------------------
	PRICE
----------------------------------------------------------------------*/
.p-price {
  background-color: #e7e9ea;
  padding: 380px 0 160px;
}
.p-price__wrapper {
  padding: 0 50px;
  box-sizing: border-box;
}
.p-price__table-1, .p-price__table-2 {
  width: 100%;
}
.p-price__table-1 {
  margin: 50px 0 10px;
  background-color: #fff;
  box-sizing: border-box;
  border-left: 1px solid #c5bab2;
}
.p-price__table-1 th,
.p-price__table-1 td {
  text-align: center;
  border-right: 1px solid #c5bab2;
  border-bottom: 1px solid #c5bab2;
}
.p-price__table-1 th th,
.p-price__table-1 th td,
.p-price__table-1 td th,
.p-price__table-1 td td {
  border: none;
}
.p-price__table-1 > thead {
  background-color: #4292a1;
  color: #fff;
  font-size: 13px;
}
.p-price__table-1 > thead th,
.p-price__table-1 > thead td {
  padding: 21px 0;
  letter-spacing: .1em;
}
.p-price__table-1 > tbody *:not(.price) {
  text-align: left;
}
.p-price__table-1 > tbody > tr .first-menu,
.p-price__table-1 > tbody > tr .second-menu {
  padding-left: 30px;
  padding-right: 30px;
}
.p-price__table-1 > tbody > tr .second-menu {
  font-size: 14px;
}
.p-price__table-1 > tbody > tr .price {
  font-size: 15px;
}
.p-price__table-1 > tbody > tr .price .tax {
  font-size: 11.5px;
}
.p-price__table-1 > tbody > tr:nth-child(1) th,
.p-price__table-1 > tbody > tr:nth-child(1) td {
  padding-top: 11px;
  padding-bottom: 11px;
}
.p-price__table-1 > tbody > tr:nth-child(1) .first-menu {
  font-size: 14px;
}
.p-price__table-1 > tbody > tr:nth-child(1) .price {
  font-size: 14px;
  color: #4292a1;
  letter-spacing: .4em;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th,
.p-price__table-1 > tbody > tr:nth-child(2) > td {
  padding-top: 17px;
  padding-bottom: 14px;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th > table,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table {
  margin-top: 12px;
  font-size: 11.5px;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th > table th,
.p-price__table-1 > tbody > tr:nth-child(2) > th > table td,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table th,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table td {
  line-height: 1.5;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th > table .first-row,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table .first-row {
  padding-right: 10px;
  border-right: 1px solid #c5bab2;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th > table .second-row,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table .second-row {
  padding: 0 20px 0 10px;
}
.p-price__table-1 > tbody > tr:nth-child(2) > th > table .third-row,
.p-price__table-1 > tbody > tr:nth-child(2) > td > table .third-row {
  text-align: right;
}
.p-price__table-1 > tbody > tr:nth-child(2) .first-menu {
  width: 220px;
  font-size: 17px;
}
.p-price__table-1 > tbody > tr:nth-child(2) .price {
  width: 145px;
}
.p-price__table-1 > tbody > tr:nth-child(3) .first-menu, .p-price__table-1 > tbody > tr:nth-child(4) .first-menu {
  font-size: 14px;
}
.p-price__table-1 > tbody > tr:nth-child(3) .price, .p-price__table-1 > tbody > tr:nth-child(4) .price {
  padding: 10px 0;
}
.p-price__table-2 {
  margin-top: 30px;
}
.p-price__table-2 thead {
  background-color: #777;
  color: #fff;
  border-bottom: 1px solid #c5bab2;
}
.p-price__table-2 thead th {
  padding: 16px 28px 14px;
  vertical-align: middle;
}
.p-price__table-2 thead th p {
  float: left;
}
.p-price__table-2 thead th p:nth-child(1) {
  font-size: 17px;
  padding-right: 22px;
}
.p-price__table-2 thead th p:nth-child(2) {
  font-size: 13px;
  line-height: 17px;
}
.p-price__table-2 tbody th {
  width: 8em;
  padding: 20px 13px 20px 20px;
  font-size: 16.5px;
  line-height: 1;
  vertical-align: top;
}
.p-price__table-2 tbody th span {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 16.5px;
}
.p-price__table-2 tbody td {
  padding: 20px 0 20px 0;
  font-size: 13.5px;
}
.p-price__table-2 tbody tr {
  border-bottom: 1px solid #c5bab2;
}
.p-price__table-2 tbody tr:nth-child(3) td span {
  display: inline-block;
  font-size: 11.5px;
  line-height: 15px;
  padding: 0 .5em;
}
.p-price__table-2 tbody tr:nth-child(3) td img {
  display: block;
  margin-top: 20px;
}
.p-price__table-2 tbody tr:nth-child(4) td {
  padding-bottom: 15px;
}
.p-price__table-2 tbody tr:nth-child(4) td * {
  line-height: 1.5;
}
.p-price__table-2 tbody tr:nth-child(4) td span {
  font-size: 11.5px;
}
.p-price__table-2 tbody tr:nth-child(4) td ul li > ul li {
  padding-left: 28px;
}
.p-price__table-2.payment {
  margin-top: 21px;
}
.p-price__table-2.anesthesia tbody td {
  line-height: 1.7142857143;
  padding: 20px;
}
.p-price__table-2.after-care tbody td {
  padding: 20px;
}
.p-price__table-2.after-care tbody .after-care__details {
  position: relative;
}
.p-price__table-2.after-care tbody .after-care__details * {
  line-height: 1.5714285714;
}
.p-price__table-2.after-care tbody .after-care__details__text {
  line-height: 1.7142857143;
  margin-bottom: 18px;
}
.p-price__table-2.after-care tbody .after-care__details__list {
  width: 850px;
}
.p-price__table-2.after-care tbody .after-care__details__list__item + .after-care__details__list__item {
  margin-top: 16px;
}
.p-price__table-2.after-care tbody .after-care__details__list__item dl {
  display: flex;
}
.p-price__table-2.after-care tbody .after-care__details__list__item dl dt {
  width: 225px;
  font-size: 16.5px;
}
.p-price__table-2.after-care tbody .after-care__details__list__item dl dt:before {
  display: inline-block;
  content: '■';
  margin-right: 0.3em;
}
.p-price__table-2.after-care tbody .after-care__details__list__item dl dd {
  flex: 1;
}
.p-price__table-2.after-care tbody .after-care__details__pic {
  position: absolute;
  top: 15px;
  right: 0;
}
.p-price__annotation {
  font-size: 12px;
  text-align: right;
}

/*----------------------------------------------------------------------
	CLINIC
----------------------------------------------------------------------*/
.p-clinic {
  padding: 101px 0 0;
}
.p-clinic__wrapper {
  clear: both;
}
.p-clinic__logo {
  text-align: center;
  margin: 70px auto;
}
.p-clinic .js-tab-box {
  margin-top: 70px;
  margin-bottom: 100px;
}

.m-clinic {
  position: relative;
  z-index: 1;
}
.m-clinic-wrapper {
  padding: 80px 0 100px;
  background: linear-gradient(#eae9e7, #ffffff);
}
.m-clinic-logo {
  margin: 0 auto 45px;
  width: 227px;
  text-align: center;
}
.m-clinic-logo object {
  width: 100%;
}
.m-clinic-pic {
  margin-bottom: 50px;
  text-align: center;
}
.m-clinic-message {
  margin-top: 75px;
  text-align: center;
}
.m-clinic-tab {
  position: relative;
  z-index: 1;
  width: 920px;
  margin: 0 auto;
}
.m-clinic-tab-list {
  display: flex;
}
.m-clinic-tab-item {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
  float: left;
  line-height: 50px;
  background-color: #e7e9ea;
}
.m-clinic-tab-item + .m-clinic-tab-item {
  margin-left: 3px;
}
.m-clinic-tab-item a {
  font-size: 19px;
  color: #959595;
  letter-spacing: 1px;
}
.m-clinic-tab-item a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.m-clinic-tab-item.is-active {
  background: #4692a0;
}
.m-clinic-tab-item.is-active a {
  color: #fff;
}
.m-clinic-contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  margin: 0 auto px2vw(120);
  background: #e7e9ea;
  border-top: 1px solid #4692a0;
}
.m-clinic-item {
  transition: opacity .3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
  overflow: hidden;
}
.m-clinic-item-title {
  float: left;
  text-align: center;
}
.m-clinic-item.is-active {
  opacity: 1;
  position: static;
}
.m-clinic-data {
  float: left;
}
.m-clinic-data-item {
  color: #726b60;
}
.m-clinic-data-title {
  position: relative;
  font-size: 1.4em;
}
.m-clinic-data-detail {
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.m-clinic-contact img {
  height: auto;
}
.m-clinic-contact a {
  color: #726b60;
}
.m-clinic-contact .overseas {
  display: block;
  font-size: 0.8571428571em;
}
.m-clinic-map iframe {
  width: 100%;
  height: 400px;
}
.m-clinic-map-item {
  margin-bottom: 5px;
}
.m-clinic-map-route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #726b60;
}
.m-clinic-map-route-item + .m-clinic-map-route-item {
  margin-left: 8px;
}
.m-clinic-map-route-item.hiroden, .m-clinic-map-route-item.astramline {
  margin: 0 8px 4px 0;
}
.m-clinic-map .hibiya {
  background-image: url(../../img/pc/logo_hibiya.svg);
}
.m-clinic-map .oedo {
  background-image: url(../../img/pc/logo_oedo.svg);
}
.m-clinic-map .jr {
  background-image: url(../../img/pc/logo_jr.svg);
}
.m-clinic-map .sakuradori {
  background-image: url(../../img/pc/logo_sakuradori.svg);
}
.m-clinic-map .nishitetsu {
  background-image: url(../../img/pc/logo_nishitetsu.svg);
}
.m-clinic-map .tenjin {
  background-image: url(../../img/pc/logo_tenjin.svg);
}
.m-clinic-map .hiroden {
  background-image: url(../../img/pc/logo_hiroden.svg);
}
.m-clinic-map .astramline {
  background-image: url(../../img/pc/logo_astramline.svg);
}
.m-clinic .has-doctor .m-clinic-item-title {
  width: 225px;
  height: 170px;
  margin-bottom: 28px;
}
.m-clinic .has-doctor .m-clinic-item-title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-item-title img {
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-data {
  margin-bottom: 35px;
  width: 323px;
}
.m-clinic .has-doctor .m-clinic-data-item {
  margin-bottom: 20px;
}
.m-clinic .has-doctor .m-clinic-data-item:last-child {
  margin: 0;
}
.m-clinic .has-doctor .m-clinic-data-title {
  float: left;
  width: 68px;
}
.m-clinic .has-doctor .m-clinic-data-detail {
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
}
.m-clinic .has-doctor .m-clinic-contact img {
  margin-bottom: 8px;
  width: 180px;
}
.m-clinic .has-doctor .m-clinic-doctor {
  float: right;
  width: 320px;
  color: #726b60;
}
.m-clinic .has-doctor .m-clinic-doctor-title {
  margin: 0 0 -1em 20px;
  font-size: 1.4em;
}
.m-clinic .has-doctor .m-clinic-doctor-profile {
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
}
.m-clinic .has-doctor .m-clinic-doctor-profile > * {
  display: table-cell;
  vertical-align: middle;
}
.m-clinic .has-doctor .m-clinic-doctor-name {
  width: 199px;
  font-size: 1.8em;
}
.m-clinic .has-doctor .m-clinic-doctor-sub {
  display: block;
  margin-top: 6px;
  font-size: 0.6666666667em;
  color: #a7a29b;
}
.m-clinic .has-doctor .m-clinic-doctor-text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
}
.m-clinic .has-doctor .m-clinic-doctor-history-title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 1.4em;
  color: #fff;
}
.m-clinic .has-doctor .m-history-title {
  width: 50px;
  vertical-align: top;
}
.m-clinic .has-doctor .m-clinic-map {
  float: left;
  width: 510px;
}

.m-history-item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.m-history-item .item-inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.2em;
  color: #726b60;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding: 36px 0 66px;
}
.p-privacypolicy__wrapper {
  padding: 0 50px;
  box-sizing: border-box;
}
.p-privacypolicy .inner > .title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 24px;
  text-align: center;
}
.p-privacypolicy .inner > .title:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  width: 11px;
  height: 11px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(-135deg);
}
.p-privacypolicy .inner > .title span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  width: 100%;
}
.p-privacypolicy .inner > .title span:before, .p-privacypolicy .inner > .title span:after {
  display: block;
  content: '';
  width: 456px;
  height: 1px;
  background-color: #666;
}
.p-privacypolicy .inner > .contents .box {
  padding-top: 35px;
}
.p-privacypolicy .inner > .contents .box__inner {
  margin-top: 25px;
}
.p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 11.5px;
}
.p-privacypolicy .inner > .contents ul {
  margin-top: 10px;
}
.p-privacypolicy .inner > .contents li {
  padding-left: 30px;
  text-indent: -30px;
}
.p-privacypolicy .inner > .contents .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.p-privacypolicy .inner > .contents .reception * {
  font-size: 12px;
}
.p-privacypolicy .inner > .contents .reception__title {
  text-indent: -10px;
  font-weight: bold;
  padding-bottom: .4rem;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .4rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #666;
}
.p-privacypolicy .inner.is-open > .title::after {
  transform: rotate(45deg);
}

/*# sourceMappingURL=index.css.map */
