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

.sp {
  display: none;
}

.l-container {
  overflow: hidden;
}

.l-header {
  position: relative;
}
.l-header__logo {
  padding: 10px 15px;
  background: #7f7875;
}
.l-header__logo .pic {
  margin: 0 auto;
  width: 950px;
  text-align: right;
}
.l-header__mainvisual .pic1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-header .c-button {
  position: absolute;
  bottom: 50px;
}
.l-header__navi {
  height: 70px;
  background: url(../../img/pc/navi_bg.png) left top repeat-x;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.l-header__navi .list {
  display: flex;
  margin: 0 auto;
  width: 980px;
}
.l-header__navi .item a {
  transition: opacity .25s linear;
  display: block;
}
.l-header__navi .item a:hover img {
  opacity: 0;
}
.l-header__navi .item.navi-merit a {
  background: url(../../img/pc/navi_merit_h.png) left top no-repeat;
}
.l-header__navi .item.navi-factor a {
  background: url(../../img/pc/navi_factor_h.png) left top no-repeat;
}
.l-header__navi .item.navi-price a {
  background: url(../../img/pc/navi_price_h.png) left top no-repeat;
}
.l-header__navi .item.navi-faq a {
  background: url(../../img/pc/navi_faq_h.png) left top no-repeat;
}
.l-header__navi .item.navi-clinic a {
  background: url(../../img/pc/navi_clinic_h.png) left top no-repeat;
}
.l-header__navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.l-footer .f-copyright {
  padding: 12px 0;
  background: #7f7875;
  text-align: center;
  font-size: 10px;
  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: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.c-button__item a {
  display: block;
}
.c-button__item a img {
  transition: opacity .3s linear;
}
.c-button__item a:hover img {
  opacity: 0;
}
.c-button__item:last-child {
  margin-right: 0;
}
.c-button__item.btn-counseling a {
  width: 233px;
  height: 82px;
  background: url(../../img/pc/button_counseling_h.png) left top no-repeat;
}
.c-button__item.btn-monitor a {
  width: 232px;
  height: 82px;
  background: url(../../img/pc/button_monitor_h.png) left top no-repeat;
}

.c-clinic__title {
  float: left;
  width: 225px;
  height: 170px;
  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 {
  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: #7f7875;
}
.c-clinic__item.contact a:hover img {
  opacity: .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: #7f7875;
}
.c-clinic__map .route-item + .route-item {
  margin-left: 8px;
}
.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-doctor__title {
  margin: 0 0 -1em 20px;
  font-size: 14px;
}
.c-doctor__pic {
  box-shadow: inset 1px 0 0 #fff;
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
}
.c-doctor__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor__pic .pic-img {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #a7a29b;
}
.c-doctor__text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}
.c-doctor__history > .title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 14px;
  color: #fff;
}
.c-doctor__history .item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.c-doctor__history .item .inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.c-doctor__history .item .inner > .title {
  width: 50px;
  vertical-align: top;
}
.c-doctor__history .cap {
  margin-top: 10px;
}

.c-fix__inner {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  background: #e8eeef;
  box-shadow: 1px 1px 5px 1px;
  box-sizing: border-box;
}
.c-fix__pic {
  margin-right: 10px;
}
.c-fix__item {
  margin-right: 5px;
}
.c-fix__item:last-child {
  margin-right: 0;
}

.c-title {
  padding: 35px 0 58px;
  text-align: center;
  background-image: url(../../img/pc/title_bg1.png), url(../../img/pc/title_bg2.png);
  background-position: center top, left top;
  background-repeat: no-repeat, repeat-x;
}

.p-box__inner {
  padding-top: 100px;
}

.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 {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  border-radius: 8px 8px 0 0;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: 1px;
}
.p-clinic__tab > .list .is-active img {
  opacity: 0;
}
.p-clinic__tab > .list .tokyo.is-active {
  background-image: url(../../img/pc/clinic_tab_item_tokyo_bg_a.png);
}
.p-clinic__tab > .list .nagoya.is-active {
  background-image: url(../../img/pc/clinic_tab_item_nagoya_bg_a.png);
}
.p-clinic__tab > .list .osaka.is-active {
  background-image: url(../../img/pc/clinic_tab_item_osaka_bg_a.png);
}
.p-clinic__tab > .list .hiroshima.is-active {
  background-image: url(../../img/pc/clinic_tab_item_hiroshima_bg_a.png);
}
.p-clinic__tab > .list .fukuoka.is-active {
  background-image: url(../../img/pc/clinic_tab_item_fukuoka_bg_a.png);
}
.p-clinic__contents {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#dfe6e9, #fff);
}
.p-clinic__details {
  transition: opacity .25s linear;
  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 {
  opacity: 1;
  position: static;
}
.p-clinic__details::after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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


New Creation:	2019/11/28.
Last Change:	2019/12/03.


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: #7f7875;
}

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

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-container {
  padding-bottom: 114px;
}

.l-header {
  height: 797px;
}
.l-header__mainvisual {
  position: relative;
  height: 691px;
  background: url(../../img/pc/mainvisual_bg.jpg) left top repeat-x;
}
.l-header__mainvisual .inner {
  margin: 0 auto;
  width: 950px;
}
.l-header__mainvisual .pic2,
.l-header__mainvisual .pic3 {
  position: absolute;
}
.l-header__mainvisual .pic2 {
  top: 201px;
  margin-left: -60px;
}
.l-header__mainvisual .pic3 {
  top: 350px;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	prologue
----------------------------------------------------------------------*/
.prologue {
  position: relative;
  padding: 140px 0 220px;
  background-image: url(../../img/pc/prologue_bg1.png), url(../../img/pc/prologue_bg3.png);
  background-position: center bottom, left bottom;
  background-repeat: no-repeat, repeat-x;
}
.prologue__box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 950px;
}
.prologue .pic1 {
  position: relative;
}
.prologue .pic1 span {
  display: block;
  position: relative;
  width: 428px;
}
.prologue .pic1 span::before {
  content: '';
  position: absolute;
  top: 33px;
  right: 20px;
  left: -500px;
  z-index: 1;
  width: auto;
  height: 1px;
  background: linear-gradient(#9bcfdb 25%, #70b3c6 50%, #2791ab 75%, #9bcfdb 100%);
}
.prologue .pic2 {
  margin: 0 0 150px 40px;
}
.prologue .pic3 {
  text-align: center;
}
.prologue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 720px;
  background: linear-gradient(to bottom, #fff 90%, transparent);
}
.prologue::after {
  content: '';
  position: absolute;
  bottom: -196px;
  left: 0;
  z-index: 0;
  width: 464px;
  height: 1140px;
  background: url(../../img/pc/prologue_bg2.png) left bottom no-repeat;
}

/*----------------------------------------------------------------------
	症例
----------------------------------------------------------------------*/
.p-case {
  position: relative;
  padding-bottom: 140px;
  background: url(../../img/pc/case_bg.png), linear-gradient(#fff 20%, #e8eeef 50%, #eff4f4 100%);
  background-position: center top;
  background-repeat: no-repeat;
}
.p-case .p-box__inner {
  margin: 0 auto;
  width: 950px;
  box-sizing: border-box;
}
.p-case .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-case .item:nth-child(1), .p-case .item:nth-child(2) {
  width: 467px;
  margin-bottom: 80px;
}
.p-case .item:nth-child(1) {
  margin-left: -4px;
}
.p-case .item:nth-child(2) {
  margin-right: -16px;
}
.p-case .item:nth-child(3) {
  width: 447px;
}
.p-case .item:nth-child(4) {
  width: 478px;
  margin-right: -17px;
}
.p-case .item:nth-child(4) .item-text {
  margin-top: 0;
}
.p-case .item .item-text {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.5;
}
.p-case .item .small-text {
  text-align: right;
  margin-top: -1em;
  margin-right: 17px;
}
.p-case .text {
  margin-top: 45px;
  line-height: 1.5;
  font-size: 10px;
}

.p-cv {
  margin-top: -140px;
  padding-top: 70px;
  padding-bottom: 200px;
  background: #eef3f4;
}
.p-merit + .p-cv {
  margin-top: 0;
  background: 0;
}
.p-cv__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1210px;
  height: 485px;
  box-sizing: border-box;
  padding-top: 41px;
}
.p-cv__title, .p-cv__pic {
  position: relative;
  z-index: 1;
  width: 775px;
  text-align: center;
}
.p-cv__pic {
  margin-top: -15px;
  margin-bottom: 22px;
}
.p-cv .c-button {
  position: relative;
  z-index: 1;
  margin-right: 150px;
  margin-left: 150px;
}
.p-cv__bg {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------------------------
	メリット
----------------------------------------------------------------------*/
.p-merit {
  position: relative;
}
.p-merit .p-box__inner {
  position: relative;
  padding-top: 70px;
}
.p-merit .p-box__inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  width: 619px;
  height: 1170px;
  background: url(../../img/pc/merit_bg1.png) left bottom no-repeat;
}
.p-merit .box1 {
  position: relative;
  background: linear-gradient(#fff 20%, #e4efef 50%, #eef3f4 80%, #fff 100%);
  height: 1145px;
}
.p-merit .box1 .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 950px;
  height: 1145px;
}
.p-merit .box2 {
  position: relative;
  z-index: 4;
  margin-top: -210px;
  padding: 245px 0 0;
  background: url(../../img/pc/merit_bg2.png) center top no-repeat;
}
.p-merit .box2 .inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 1200px;
  height: 685px;
}
.p-merit .pic1,
.p-merit .pic2,
.p-merit .pic3,
.p-merit .pic5,
.p-merit .pic6 {
  position: absolute;
}
.p-merit .pic1 {
  top: 0;
  left: 195px;
}
.p-merit .pic2 {
  top: 380px;
  left: -70px;
}
.p-merit .pic3 {
  right: 0px;
  bottom: 40px;
}
.p-merit .pic4 {
  text-align: center;
}
.p-merit .pic5 {
  top: -170px;
  left: 0;
}
.p-merit .pic6 {
  top: -25px;
  right: 40px;
}

/*----------------------------------------------------------------------
	選ばれる理由
----------------------------------------------------------------------*/
.p-factor {
  padding-bottom: 70px;
  background: linear-gradient(#fff 30%, #e4efef 70%, #eef3f4 100%);
}
.p-factor .c-title img {
  margin-left: -90px;
}
.p-factor .p-box__inner {
  margin: 0 auto;
  width: 975px;
}
.p-factor .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-factor .item {
  margin-bottom: 60px;
  height: 336px;
}

/*----------------------------------------------------------------------
	料金・お支払い方法
----------------------------------------------------------------------*/
.p-price {
  padding: 0 0 140px;
  background: linear-gradient(#fff 30%, #e4efef 70%, #eef3f4 100%);
}
.p-price .c-title img {
  margin-left: -10px;
}
.p-price .p-box__inner {
  margin: 0 auto;
  padding: 100px 15px 0;
  width: 950px;
  box-sizing: border-box;
}
.p-price .cap1,
.p-price .cap2 {
  line-height: 1.2;
  color: #7f7875;
}
.p-price .cap1 {
  margin-bottom: 5px;
  text-align: right;
  font-size: 10px;
}
.p-price .cap2 {
  margin-bottom: 50px;
  padding: 15px;
  border-right: 1px solid #c4b9b1;
  border-bottom: 1px solid #c4b9b1;
  border-left: 1px solid #c4b9b1;
  background: #fff;
  text-align: right;
  font-size: 12px;
}
.p-price table {
  width: 100%;
  background: #fff;
}
.p-price table thead th {
  padding: 20px;
  border-right: 1px solid #c4b9b1;
  background: #6d6562;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.p-price table thead .empty {
  width: 51%;
  border-right: 1px solid #fff;
}
.p-price table tbody td {
  border-top: 1px solid #c4b9b1;
  border-right: 1px solid #c4b9b1;
  line-height: 1.2;
  color: #7f7875;
}
.p-price table tbody td span {
  font-size: 13px;
}
.p-price table tbody td.color {
  color: #198faa;
}
.p-price table tbody td.name {
  padding: 10px 30px;
  border-left: 1px solid #c4b9b1;
  text-align: left;
  font-size: 15px;
}
.p-price table tbody td.name .list {
  display: block;
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 1.75;
  color: #7f7875;
}
.p-price table tbody td.price {
  padding: 10px 15px;
  text-align: right;
  font-size: 17px;
}
.p-price table tbody td.price .tax-included {
  font-size: 12px;
}
.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 {
  margin-right: 10px;
}
.p-price .tab__item a {
  display: block;
  position: relative;
  width: 298px;
  height: 68px;
  border-top: 1px solid #c5bab2;
  border-right: 1px solid #c5bab2;
  border-left: 1px solid #c5bab2;
}
.p-price .tab__item.anesthesia.is-active a {
  background-image: url(../../img/pc/price_tab_anesthesia_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.anesthesia.is-active a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}
.p-price .tab__item.care.is-active a {
  background-image: url(../../img/pc/price_tab_care_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.care.is-active a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}
.p-price .tab__item.loan.is-active a {
  background-image: url(../../img/pc/price_tab_loan_a.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-price .tab__item.loan.is-active a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}
.p-price .tab__item.is-active img {
  opacity: 0;
}
.p-price .tab__item:last-child {
  margin-right: 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: 50px 35px 35px;
  border: 1px solid #c5bab2;
  background: #fff;
}
.p-price .details__item .text {
  line-height: 1.7142857143;
  font-size: 14px;
  color: #7e7774;
}
.p-price .details__item.is-active {
  opacity: 1;
  position: static;
}
.p-price .details__item.anesthesia.is-active {
  background-image: url(../../img/pc/price_anesthesia_pic1.png);
  background-repeat: no-repeat;
}
.p-price .details__item.care.is-active {
  background-image: url(../../img/pc/price_care_pic1.png);
  background-repeat: no-repeat;
}
.p-price .details__item.loan.is-active {
  background-image: url(../../img/pc/price_loan_pic1.png);
  background-repeat: no-repeat;
}
.p-price .details__item.care {
  background-position: left top;
}
.p-price .details__item.care .text {
  float: left;
  margin-right: 10px;
  width: 522px;
}
.p-price .details__item.anesthesia, .p-price .details__item.loan {
  background-position: right bottom;
}
.p-price .details__item.care {
  padding: 50px 35px 25px;
}
.p-price .details__item.loan {
  padding: 50px 0 15px;
}
.p-price .details__item.loan .text {
  margin-bottom: 20px;
  padding: 0 35px;
}
.p-price .details__item.loan .item {
  display: list-item;
  padding: 5px 50px 5px 55px;
  border-top: 1px dotted #c7bcb4;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6561;
}
.p-price .details__item.loan .item img {
  margin-top: 5px;
}
.p-price .details__item.loan .item .inner {
  display: table;
}
.p-price .details__item.loan .item .inner__title, .p-price .details__item.loan .item .inner__text {
  display: table-cell;
}
.p-price .details__item.loan .item .inner__title {
  padding-top: 11px;
  width: 130px;
}
.p-price .details__item.loan .item .inner__text {
  padding: 10px 0 9px;
  font-weight: normal;
}
.p-price .details__item.loan .item .inner__text dl {
  line-height: 1.2857142857;
  font-size: 14px;
}
.p-price .details__item.loan .item .inner__text li {
  margin-left: 20px;
  padding: 0;
  line-height: 1.2857142857;
  font-size: 14px;
  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.5;
  font-size: 12px;
}
.p-price .details__item.loan .item .inner__text li p::before {
  content: '◇';
}
.p-price .details__item.loan .item .inner__text .emphasis {
  font-weight: bold;
  color: #a03e44;
}
.p-price .details__item.loan .item .small-text {
  display: block;
  line-height: 1.75;
  font-size: 12px;
}
.p-price .details__item.loan .item:nth-child(1) {
  background-image: url(../../img/pc/price_loan_no1.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(2) {
  background-image: url(../../img/pc/price_loan_no2.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(3) {
  background-image: url(../../img/pc/price_loan_no3.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:nth-child(4) {
  background-image: url(../../img/pc/price_loan_no4.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price .details__item.loan .item:first-child {
  letter-spacing: .5em;
}
.p-price .details__item.loan .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-surgery {
  padding: 0 0 140px;
  background: linear-gradient(#fff 30%, #e4efef 70%, #eef3f4 100%);
}
.p-surgery .p-box__inner {
  margin: 0 auto;
  padding: 100px 15px 0;
  width: 950px;
  box-sizing: border-box;
}
.p-surgery table {
  width: 100%;
  background: #fff;
  border: 1px solid #c4b9b1;
}
.p-surgery table tbody th,
.p-surgery table tbody td {
  font-size: 15px;
}
.p-surgery table tbody th {
  padding: 20px;
  background: #6d6562;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  width: 100px;
  padding: 10px 30px;
}
.p-surgery table tbody td {
  border: 1px solid #c4b9b1;
  line-height: 1.5;
  padding: 10px 15px;
  color: #7f7875;
}
.p-surgery table tbody td .small {
  font-size: 12px;
}

/*----------------------------------------------------------------------
	よくある質問
----------------------------------------------------------------------*/
.p-faq {
  padding-bottom: 80px;
  background: linear-gradient(#fff 30%, #e4efef 70%, #eef3f4 100%);
}
.p-faq .c-title img {
  margin-left: -10px;
}
.p-faq .p-box__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 10px 0;
  width: 950px;
  box-sizing: border-box;
}
.p-faq .item {
  margin-bottom: 60px;
  height: 131px;
}

/*----------------------------------------------------------------------
	クリニック紹介
----------------------------------------------------------------------*/
.p-clinic {
  padding-bottom: 5rem;
  background: linear-gradient(#fff, #e4efef);
}
.p-clinic .c-title img {
  margin-left: -130px;
}
.p-clinic .pic1,
.p-clinic .pic2 {
  text-align: center;
}
.p-clinic .pic1 {
  margin-bottom: 30px;
}
.p-clinic .pic2 {
  margin-bottom: 60px;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding: 100px 0;
  background: linear-gradient(#e4efef, #eef3f4);
}
.p-privacypolicy .inner {
  margin: 0 auto;
  width: 1000px;
}
.p-privacypolicy .inner > .title {
  padding-bottom: 18px;
  text-align: center;
}
.p-privacypolicy .inner > .title::before {
  content: '>';
  display: block;
  position: absolute;
  top: 30px;
  right: 480px;
  width: 26px;
  height: 13px;
  font-size: 20px;
  transform: rotate(90deg);
}
.p-privacypolicy .inner > .contents {
  padding: 0 35px;
}
.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: 12px;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 10px;
}
.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__title {
  text-indent: -10px;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #7f7875;
}
.p-privacypolicy .inner.is-open > .title::before {
  right: 490px;
  transform: rotate(-90deg);
}

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