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

.sp {
  display: block;
}

body {
  background: #7f7875;
}

.l-container {
  background-color: #fff;
}

.l-header {
  position: relative;
}
.l-header__logo {
  padding: 1rem 1.5rem;
  background: #7f7875;
}
.l-header__logo img {
  width: 12rem;
}
.l-header__mainvisual {
  position: relative;
  height: 158.5333333333%;
}
.l-header__mainvisual .pic2,
.l-header__mainvisual .pic3 {
  position: absolute;
  margin: 0 1.75rem;
}
.l-header__mainvisual .pic2 {
  top: 42%;
}
.l-header__mainvisual .pic3 {
  top: 65%;
}
.l-header .c-button {
  position: absolute;
  bottom: 4%;
  margin: 0 1.75rem;
}
.l-header__navi {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.l-header__navi .list {
  display: flex;
}

.l-footer {
  background: #7f7875;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.l-footer .f-copyright {
  padding: 1.2rem 0;
  background: #7f7875;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.c-button__list {
  display: flex;
}
.c-button__item {
  margin-right: 1rem;
}
.c-button__item:last-child {
  margin-right: 0;
}

.c-clinic__wrapper {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
}
.c-clinic__inner {
  padding: 0 1.2rem 1.7rem;
  background: linear-gradient(#e3ded9, #f1efec 35%, #fff);
}
.c-clinic__pic {
  margin-bottom: 2.3rem;
  border-bottom: .1rem solid #c4c4c4;
}
.c-clinic__item {
  margin-bottom: 1.5rem;
}
.c-clinic__item > .title {
  float: left;
  width: 22.2%;
  font-size: 1.4rem;
}
.c-clinic__item > .details {
  overflow: hidden;
  padding-left: 1.2rem;
  border-left: .1rem solid #c4c4c4;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-clinic__item.contact a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #505050;
  text-decoration: underline;
}
.c-clinic__item.contact a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-clinic__item.contact .overseas {
  display: block;
  padding-top: .4rem;
  font-size: 1rem;
}
.c-clinic__item.contact .overseas a {
  text-decoration: underline;
  font-size: 1.2rem;
}
.c-clinic__map {
  margin-bottom: 3rem;
}
.c-clinic__map > .pic {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: .7rem;
}
.c-clinic__map > .pic iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 400px;
  height: 400px;
  border: none;
}
.c-clinic__map .route-item {
  margin-bottom: .5rem;
  padding-left: 3rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 7% 100%;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-clinic__map .route-item:last-child {
  margin-bottom: 0;
}
.c-clinic__map .route-item.hibiya {
  background-image: url(../../img/sp/logo_hibiya.svg);
}
.c-clinic__map .route-item.oedo {
  background-image: url(../../img/sp/logo_oedo.svg);
}
.c-clinic__map .route-item.jr {
  background-image: url(../../img/sp/logo_jr.svg);
}
.c-clinic__map .route-item.sakuradori {
  background-image: url(../../img/sp/logo_sakuradori.svg);
}
.c-clinic__map .route-item.nishitetsu {
  background-image: url(../../img/sp/logo_nishitetsu.svg);
}
.c-clinic__map .route-item.tenjin {
  background-image: url(../../img/sp/logo_tenjin.svg);
}
.c-clinic__map .route-item.hiroden {
  background-image: url(../../img/sp/logo_hiroden.svg);
}
.c-clinic__map .route-item.astramline {
  background-image: url(../../img/sp/logo_astramline.svg);
}
.c-clinic__map > .button a {
  display: block;
  margin: 2.5rem 0 0;
  background: #edcfd2;
  text-align: center;
  line-height: 2.7857142857;
  font-size: 1.4rem;
  color: #726b60;
}

.c-doctor__title {
  position: relative;
  margin-bottom: 1.75rem;
  font-size: 1.7rem;
}
.c-doctor__pic {
  margin-bottom: 1.3rem;
}
.c-doctor__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor__pic .pic-img {
  padding-right: 2.2rem;
  width: 37%;
  height: auto;
}
.c-doctor__pic .pic-name {
  font-size: 2rem;
}
.c-doctor__pic .pic-name span {
  display: block;
  margin-top: .5rem;
  font-size: 1.2rem;
  color: #a7a29b;
}
.c-doctor__text {
  margin-bottom: 1.3rem;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.c-doctor__history > .title::before {
  z-index: 1;
  background: url(../../img/sp/accordion_title_bg.png) center no-repeat;
  width: 15%;
  background-size: 40% auto;
}
.c-doctor__history .item {
  border-bottom: .1rem solid #b9b5af;
}
.c-doctor__history .item .inner > * {
  display: table-cell;
  padding-top: .5rem;
  padding-bottom: .5rem;
  vertical-align: top;
  line-height: 1.25;
  font-size: 1.2rem;
}
.c-doctor__history .item .inner > .title {
  width: 5rem;
}
.c-doctor__history .cap {
  margin-top: 1rem;
}

.c-fix {
  background: #e8eeef;
  box-shadow: 1px 1px 5px 1px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.c-fix__inner {
  padding: 1rem 1.5rem;
  height: 6.8rem;
  background: #e8eeef;
  box-sizing: border-box;
}
.c-fix__item {
  margin-right: .5rem;
}
.c-fix__item:last-child {
  margin-right: 0;
}

.c-title {
  margin-bottom: 3rem;
}

.p-box {
  position: relative;
  padding-bottom: 6rem;
}

.p-clinic__tab > .list {
  display: flex;
}
.p-clinic__tab > .list > .item {
  width: 25%;
  background: linear-gradient(#ebe7e4, #bbb1a9);
  text-align: center;
  letter-spacing: 3px;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: .1rem;
}
.p-clinic__tab > .list > .item a {
  display: block;
  line-height: 3;
  font-size: 1.5rem;
  color: #505050;
}
.p-clinic__tab > .list > .item.is-active {
  background: #dfe6e9;
}
.p-clinic__details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .25s linear;
}
.p-clinic__details__inner {
  background: linear-gradient(#dfe6e9, #fff);
  padding: 0 1rem 1rem;
}
.p-clinic__details.is-active {
  position: static;
  opacity: 1;
}

.p-fix {
  transition: all .2s linear;
  position: fixed;
  bottom: -10rem;
  left: 0;
  z-index: 10;
  width: 100%;
}
.p-fix.is-fixed {
  bottom: 0;
}

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

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


New Creation:	2019/11/22.
Last Change:	2019/11/25.


Created By		Kosuke Inoue

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

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 W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #343232;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 376px) and (max-width: 750px) {
  html {
    font-size: calc(.625rem + ((1vw - (375px / 100)) * (100 * ((20 - 10) / (750 - 375)))));
  }
}
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 {
  max-width: 100%;
  height: auto;
  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;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-container {
  margin-bottom: 8rem;
}

.l-fix-cv-inner {
  display: flex;
  flex-wrap: wrap;
}
.l-fix-cv-list {
  order: 1;
  width: 100%;
  display: flex;
}
.l-fix-cv-item {
  flex: 1;
  display: flex;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
}
.l-fix-cv-item a {
  display: block;
}
.l-fix-cv-item.is-active img {
  opacity: 0;
}
.l-fix-cv .menu.is-active {
  background: url(../../img/sp/fix_cv_menu_a.png) left top no-repeat;
  background-size: 100% auto;
}
.l-fix-cv .tel.is-active {
  background: url(../../img/sp/fix_cv_tel_a.png) left top no-repeat;
  background-size: 100% auto;
}
.l-fix-cv .price.is-active {
  background: url(../../img/sp/fix_cv_price_a.png) left top no-repeat;
  background-size: 100% auto;
}

.l-fix-menu,
.l-fix-tel {
  width: 100%;
  order: 2;
  display: none;
  padding: 1rem;
  padding: 1rem 1rem calc(1rem + constant(safe-area-inset-bottom) * 0.6);
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom) * 0.6);
  background: #99928a;
  transition: all 0.4s linear;
}
.l-fix-menu-list,
.l-fix-tel-list {
  display: flex;
  padding-left: 2px;
  background: #c7bcb4;
}
.l-fix-menu-item,
.l-fix-tel-item {
  flex: 1;
  padding: 2px 2px 2px 0;
}
.l-fix-menu-item a,
.l-fix-tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: linear-gradient(to bottom, #867f7b, #5c5350);
  text-align: center;
  color: #f5f3f1;
}
.l-fix-menu.is-active,
.l-fix-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.l-fix-menu.is-active img,
.l-fix-tel.is-active img {
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-fix-menu-item a {
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: -.1rem;
}
.l-fix-menu-item.is-active a {
  opacity: .5;
  color: rgba(245, 243, 241, 0.5);
}

.l-fix-tel-item a {
  font-size: 1.4rem;
  letter-spacing: .2rem;
}

.is-active + .l-fix-cv-list .l-fix-cv-item {
  padding-bottom: 0;
}

.l-fix-cv {
  transition: all .2s linear;
  position: fixed;
  right: 0;
  bottom: -23.2%;
  left: 0;
  z-index: 1000;
}
.l-fix-cv.is-fixed {
  bottom: 0;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	prologue
----------------------------------------------------------------------*/
.prologue {
  position: relative;
  padding: 5rem 0 17rem;
  background: url(../../img/sp/prologue_bg1.png) left bottom 12rem no-repeat;
  background-size: 100% auto;
}
.prologue .pic1,
.prologue .pic2,
.prologue .pic3 {
  position: relative;
  z-index: 1;
}
.prologue .pic1 {
  margin: 0 9rem 3rem 0;
}
.prologue .pic2 {
  margin: 0 1.75rem 4rem;
}
.prologue .pic3 {
  margin-bottom: 3rem;
  text-align: center;
}
.prologue .pic3 img {
  width: 70.1333333333%;
}
.prologue::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49.0666666667%;
  height: 60%;
  background: url(../../img/sp/prologue_bg2.png) left bottom no-repeat;
  background-size: 100% auto;
}

/*----------------------------------------------------------------------
	症例
----------------------------------------------------------------------*/
.p-case {
  margin-top: -12rem;
  background: url(../../img/sp/case_bg.png), #eff4f4;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-case .item:nth-child(1), .p-case .item:nth-child(2) {
  margin-bottom: 1.5rem;
}
.p-case .item:nth-child(3) {
  margin-bottom: 3rem;
}
.p-case .item .item-text,
.p-case .item .text,
.p-case .item .small-text {
  line-height: 1.4;
  font-size: 1rem;
  color: #7f7875;
}
.p-case .item .item-text {
  margin: 1rem 1.75rem 0;
  font-size: 1.2rem;
}
.p-case .item .text {
  margin: 2.75rem 1.75rem 0;
}
.p-case .item .small-text {
  margin: 2.75rem 1.75rem 0;
  margin-top: 0;
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------------------------------
	メリット
----------------------------------------------------------------------*/
.p-merit .pic1,
.p-merit .pic2 {
  margin-bottom: 1.5rem;
}
.p-merit .pic3 {
  margin-bottom: 1rem;
}
.p-merit .box2 {
  padding: 2rem 0 4rem;
  background: url(../../img/sp/merit_bg.png) left top no-repeat;
  background-size: 100% auto;
}
.p-merit .pic4 {
  padding: 2rem 0 1.8rem;
}

/*----------------------------------------------------------------------
	選ばれる理由
----------------------------------------------------------------------*/
.p-factor {
  background: linear-gradient(#fff 90%, #e4efef 95%, #eef3f4 100%);
}
.p-factor .item {
  margin-bottom: 2rem;
}
.p-factor .item:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------
	料金・お支払い方法
----------------------------------------------------------------------*/
.p-price .p-box__inner {
  padding: 0 1.75rem;
}
.p-price .cap1,
.p-price .cap2 {
  line-height: 1.3;
  font-size: 1rem;
  color: #343232;
}
.p-price .cap1 {
  margin-bottom: .5rem;
  text-align: right;
}
.p-price .cap2 {
  margin-bottom: 4rem;
  padding-left: 1rem;
  letter-spacing: -.1rem;
  text-indent: -1rem;
}
.p-price .cap2 span {
  display: block;
}
.p-price table {
  margin-bottom: 1rem;
  width: 100%;
  table-layout: fixed;
}
.p-price table thead th {
  padding: 1rem .5rem;
  border-right: 1px solid #c4b9b1;
  background: #6d6562;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.p-price table thead .empty {
  width: 48%;
  border-right: 1px solid #fff;
}
.p-price table tbody td {
  padding: 1rem .5rem;
  border-top: 1px solid #c4b9b1;
  border-right: 1px solid #c4b9b1;
  line-height: 1.2;
  color: #7f7875;
}
.p-price table tbody td span {
  display: block;
  margin-top: .3rem;
  font-size: 1rem;
}
.p-price table tbody td.color {
  color: #198faa;
}
.p-price table tbody td.name {
  border-left: 1px solid #c4b9b1;
  text-align: left;
  font-size: 1.2rem;
}
.p-price table tbody td.name .list {
  line-height: 1.65;
}
.p-price table tbody td.price {
  text-align: right;
  font-size: 1.1rem;
}
.p-price table tbody tr:last-child td {
  border-top: 1px solid #59504d;
  border-bottom: 1px solid #c4b9b1;
}
.p-price .tab__list {
  display: flex;
  flex-wrap: nowrap;
}
.p-price .tab__item.anesthesia.is-active {
  background-image: url(../../img/sp/price_tab_anesthesia_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.care.is-active {
  background-image: url(../../img/sp/price_tab_care_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.loan.is-active {
  background-image: url(../../img/sp/price_tab_loan_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.is-active img {
  opacity: 0;
}
.p-price .details {
  position: relative;
}
.p-price .details__item {
  display: flow-root;
  transition: opacity .25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 2rem;
  background: #fff;
}
.p-price .details__item .pic {
  float: right;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  width: 35%;
}
.p-price .details__item .center {
  float: none;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 1.5rem;
}
.p-price .details__item .text {
  text-align: justify;
  line-height: 1.6153846154;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-price .details__item.is-active {
  opacity: 1;
  position: static;
}
.p-price .details__item.loan .text {
  margin-bottom: 2rem;
}
.p-price .details__item.loan .list {
  clear: both;
}
.p-price .details__item.loan .item {
  display: list-item;
  padding: 1rem .8rem 1rem 3rem;
  border-top: .1rem dotted #c7bcb4;
  font-size: 1.3rem;
  font-weight: bold;
  color: #6c6561;
}
.p-price .details__item.loan .item img {
  margin-top: 1rem;
}
.p-price .details__item.loan .item .inner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  width: 100%;
}
.p-price .details__item.loan .item .inner__title {
  width: 30%;
}
.p-price .details__item.loan .item .inner__text {
  width: 70%;
  font-weight: normal;
  line-height: 1.2;
}
.p-price .details__item.loan .item .inner__text dl {
  line-height: 1.1923076923;
  font-size: 1.3rem;
}
.p-price .details__item.loan .item .inner__text li {
  margin-left: 2rem;
  padding: 0;
  line-height: 1.1923076923;
  font-size: 1.3rem;
  list-style-type: decimal;
}
.p-price .details__item.loan .item .inner__text li .small-text {
  display: inline-block;
}
.p-price .details__item.loan .item .inner__text li p {
  line-height: 1.1923076923;
  font-size: 1.3rem;
}
.p-price .details__item.loan .item .inner__text li p::before {
  content: '◇';
}
.p-price .details__item.loan .item .inner .emphasis {
  font-weight: bold;
  color: #a03e44;
}
.p-price .details__item.loan .item .small-text {
  display: block;
  line-height: 1.1923076923;
  font-size: 1.1rem;
}
.p-price .details__item.loan .item:nth-child(1) {
  background-image: url(../../img/sp/price_loan_no1.png);
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(2) {
  background-image: url(../../img/sp/price_loan_no2.png);
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(3) {
  background-image: url(../../img/sp/price_loan_no3.png);
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(4) {
  background-image: url(../../img/sp/price_loan_no4.png);
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(1), .p-price .details__item.loan .item:nth-child(2) {
  background-position: left top 1.3rem;
}
.p-price .details__item.loan .item:nth-child(3), .p-price .details__item.loan .item:nth-child(4) {
  background-position: left top 1.6rem;
}
.p-price .details__item.loan .item:nth-child(3) .inner, .p-price .details__item.loan .item:nth-child(4) .inner {
  align-items: stretch;
}
.p-price .details__item.loan .item:nth-child(1) {
  line-height: 29px;
  letter-spacing: .5em;
}
.p-price .details__item.loan .item:nth-child(3) .inner__text {
  line-height: 1.1923076923;
}
.p-price .details__item.loan .item:nth-child(4) {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-surgery .p-box__inner {
  padding: 0 1.75rem;
}
.p-surgery table {
  width: 100%;
  background: #fff;
  border: 1px solid #c4b9b1;
}
.p-surgery table tbody th,
.p-surgery table tbody td {
  padding: 1rem;
  font-size: 1.2rem;
}
.p-surgery table tbody th {
  background: #6d6562;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  width: 5rem;
}
.p-surgery table tbody td {
  color: #7f7875;
  border: 1px solid #c4b9b1;
  line-height: 1.5;
}
.p-surgery table tbody td .small {
  font-size: 1rem;
}

/*----------------------------------------------------------------------
	よくある質問
----------------------------------------------------------------------*/
.p-faq {
  padding-bottom: 4rem;
  background: linear-gradient(#fff 90%, #e4efef 95%, #eef3f4 100%);
}
.p-faq .p-box__inner {
  padding: 0 1.75rem;
}
.p-faq .item {
  margin-bottom: 2rem;
}

/*----------------------------------------------------------------------
	クリニック紹介
----------------------------------------------------------------------*/
.p-clinic {
  padding-bottom: 5rem;
  background: linear-gradient(#fff 90%, #e4efef 100%);
}
.p-clinic .p-box__inner {
  padding: 0 1.75rem;
}
.p-clinic .pic1 {
  margin: 0 7rem 2rem;
}
.p-clinic .text {
  margin-bottom: 2rem;
  line-height: 1.6428571429;
  font-size: 1.4rem;
  color: #5d5d5d;
}
.p-clinic .pic2 {
  margin-bottom: 2rem;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding-bottom: 6rem;
  background: linear-gradient(#e4efef, #eef3f4);
}
.p-privacypolicy .inner > .title {
  padding-bottom: 1.75rem;
  text-align: center;
}
.p-privacypolicy .inner > .title img {
  width: 34rem;
}
.p-privacypolicy .inner > .title::before {
  content: '>';
  display: block;
  position: absolute;
  top: 70%;
  right: 44%;
  width: 26px;
  height: 13px;
  font-size: 2rem;
  transform: rotate(90deg);
}
.p-privacypolicy .inner > .contents {
  padding: 0 3.5rem;
}
.p-privacypolicy .inner > .contents .box {
  padding-top: 3.5rem;
}
.p-privacypolicy .inner > .contents .box__inner {
  margin-top: 2.5rem;
}
.p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 1rem;
}
.p-privacypolicy .inner > .contents ul {
  margin-top: 1rem;
}
.p-privacypolicy .inner > .contents li {
  padding-left: 3rem;
  text-indent: -3rem;
}
.p-privacypolicy .inner > .contents .reception {
  margin-top: 1rem;
  padding-left: 1rem;
  line-height: 1.5;
}
.p-privacypolicy .inner > .contents .reception__title {
  text-indent: -1rem;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #343232;
}
.p-privacypolicy .inner.is-open > .title::before {
  right: 47%;
  transform: rotate(-90deg);
}

.p-cv {
  margin-top: -6rem;
  padding-top: 12.5333333333vw;
  padding-bottom: 10.2666666667vw;
}
.p-case + .p-cv {
  background: #eef3f4;
}
.p-cv__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 95.4666666667vw;
  height: 112.6666666667vw;
  box-sizing: border-box;
  padding-top: 42.4vw;
}
.p-cv__title, .p-cv__pic {
  position: relative;
  z-index: 1;
}
.p-cv__title {
  margin-right: auto;
  margin-left: auto;
  width: 78.1333333333vw;
}
.p-cv__pic {
  margin-right: auto;
  margin-top: -3.6vw;
  margin-bottom: 3.0666666667vw;
  margin-left: auto;
  width: 71.2vw;
}
.p-cv .c-button {
  position: relative;
  z-index: 1;
  margin-right: 4.8vw;
  margin-left: 4.8vw;
}
.p-cv__bg {
  position: absolute;
  top: 0;
  left: 0;
}

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