@charset "UTF-8";

/* ==========================================================================
  基本要素
========================================================================== */

/* ページ全体
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
}

html {
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.4;
}
button, input, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
}

body {
  min-width: 1000px;
  font-size: 1.2rem;
	text-align: left;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
  body {
    min-width: 100%;
  }
}

.inner {
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page_inner {
  max-width: 840px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page_inner_2line {
  padding: 10px 20px;
}
.page_inner.type_old {max-width: 980px; box-sizing: content-box;}
@media only screen and (max-width:767px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .page_inner {
    padding-left: 0;
    padding-right: 0;
  }
}


/* インライン要素
========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
  max-width: 100%;
}

img{ 
  width: auto;
  height: auto;
}

/* link */
a ,a:active {
  outline: 0;
  text-decoration:none;
  color:#000;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a img {
  border: 0;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
html:not(.ua-mobile) a:hover {
  opacity: .8;
}

a.link_text:link,
a.link_text:active {
  text-decoration:underline;
}
a.link_text:hover {
  text-decoration: none;
}
a.link_text.pink{
  color:#e61560;
}

/* 汎用
========================================================================== */
.clearfix:after { content: ""; display: block; clear: both; }
.clear { clear: both; }

/* font family */
.f_en { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; }
.f_min { font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* font size */
.f10 {font-size: 63%;}/*10px*/
.f11 {font-size: 69%;}/*11px*/
.f12 {font-size: 75%;}/*12px*/
.f13 {font-size: 82%;}/*13px*/
.f14 {font-size: 88%;}/*14px*/
.f15 {font-size: 94%;}/*15px*/
.f16 {font-size:100%;}/*16px*/
.f18 {font-size:113%;}/*18px*/
.f20 {font-size:125%;}/*20px*/
.f22 {font-size:138%;}/*22px*/
.f24 {font-size:150%;}/*24px*/
@media only screen and (max-width:767px){
	/* font size*/
	.f10 {font-size: 12px;}
	.f11 {font-size: 12px;}
	.f12 {font-size: 12px;}
	.f13 {font-size: 14px;}
	.f14 {font-size: 14px;}
	.f15 {font-size: 14px;}
	.f16 {font-size: 16px;}
	.f18 {font-size: 16px;}
	.f20 {font-size: 18px;}
	.f22 {font-size: 20px;}
	.f24 {font-size: 22px;}
}

/* マージン */
.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}

.mb0 { margin-bottom:0!important;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}
.mb100 { margin-bottom:100px;}

@media only screen and (max-width:767px){ 
	/* マージン*/
	.mt5 { margin-top:2%;}
	.mt10 { margin-top:4%;}
	.mt15 { margin-top:4%;}
	.mt20 { margin-top:8%;}
	.mt30 { margin-top:8%;}
	.mt40 { margin-top:10%;}
	.mt50 { margin-top:12%;}

	.mb5 { margin-bottom:2%;}
	.mb10 { margin-bottom:4%;}
	.mb15 { margin-bottom:4%;}
	.mb20 { margin-bottom:8%;}
	.mb25 { margin-bottom:8%;}
	.mb30 { margin-bottom:10%;}
	.mb35 { margin-bottom:10%;}
	.mb40 { margin-bottom:10%;}
	.mb45 { margin-bottom:10%;}
	.mb50 { margin-bottom:12%;}
	.mb80 { margin-bottom:80px;}
	.mb90 { margin-bottom:90px;}
  .mb100 { margin-bottom:100px;}
}

.bt0{
  border-top:none!important;
}
/* color */
.f_pink{ color: #e61560;}
.f_red{ color: #ff0000;}
 
/* line-height */
.lh23{line-height: 23px;}


/* bold */
strong,
.strong,
.b { font-weight:bold;}

/* big */
big { font-size: 16px; }

/* normal */
.fw_normal { font-weight:normal !important;}

/* align */
.txt_c{ text-align:center;}
.txt_r{ text-align:right;}
.txt_l{ text-align:left !important;}

.txt_c_pc{
  text-align: center;
}

@media only screen and (max-width:767px){
  .txt_c_pc{
    text-align: left;
  }
}

/* width */
.w100{ width: 100% !important;}
.max_w100{ max-width: 100% !important;}
.-width300-pc{ width: 300px !important;}
@media only screen and (max-width:767px){
  .-width200-sp{ width: 200px !important;}
}

/* background-color */
.bg_wh { background-color:#fff!important;}

.order1{
  order: 1;
}
/* border */
.border_b0{border-bottom: none !important;}

/* title */
.heading_1 {
	font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .heading_1 {
    font-size: 2.0rem;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.heading_2 {
  color: #fff;
	font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.heading_2 span {
  display: block;
  color: #e61560;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .heading_2 {
      font-size: 1.6rem;
      font-weight: normal;
      margin-bottom: 10px;
    }
    .heading_2 span {
      font-size: 3.0rem;
      margin-bottom: 8px;
    }
}
.heading_3 {
	color: #262626;
  font-size: 1.6rem;
  padding: 20px 15px;
}
.heading_4 {
	font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.heading_4 span {
  display: block;
  color: #e61560;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mens .heading_4 span {
  color: #003e6f;
}
@media only screen and (max-width:767px) {
    .heading_3 {
      padding: 10px 15px;
    }
    .heading_4 {
      font-size: 1.6rem;
      font-weight: normal;
      margin-bottom: 25px;
    }
    .heading_4 span {
      font-size: 3.0rem;
      margin-bottom: 8px;
    }
}
.heading_5 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  background: #454545;
  padding: 10px 15px;
}
@media only screen and (max-width:767px) {
  .heading_5 {
    font-size: 1.8rem;
    padding: 12px 15px;
  }
}

.mens .heading_5 {
  width: 100%;
}

.heading_6 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 4px solid #e61560;
  border-bottom: 1px solid #eee;
  padding: 11px 10px 11px 18px;
  margin-top: 30px;
}
.mens .heading_6 {
  border-left: 4px solid #003e6f;
}

.heading_6 span {
  color: #e61560;
}

.mens .heading_6 span {
  color: #003e6f;
}

@media only screen and (max-width:767px) {
  .heading_6 {
    padding: 4px 0px 4px 14px;
    margin: 10px 15px 0;
  }
}

.heading_7 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading_8 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #eee;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0; 
}
.heading_8 a {
  text-decoration: underline;
}
.heading_8 a:hover {
  text-decoration: none;
}
.heading_9 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 11px 10px 11px 0;
  margin-top: 30px;
}
.heading_10 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 11px 10px 11px 18px;
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .heading_10{
    padding: 4px 0px 4px 14px;
    margin: 10px 15px 0;
  }
}
.heading_11 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 750px) {
  .heading_11 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 24px;
  }
}

.heading_11:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 25px;
  height: 5px;
  background: #000;
}

@media only screen and (max-width: 750px) {
  .heading_11:before {
    top: 16px;
    width: 20px;
    height: 4px;
  }
}

.heading_12 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 750px) {
  .heading_12 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 24px;
  }
}

.heading_12:before {
  content: "●";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 5px;
}

@media only screen and (max-width: 750px) {
  .heading_12:before {
    /* top: 16px; */
    width: 20px;
    height: 4px;
    left: -4px;
  }
}

/* txt color */
.txtCl_black { color: #000 !important; }
.txtCl_white { color: #fff !important; }
.txtCl_pink { color: #e61560 !important; }

/* bg color */
.bg_white { background: #FFF; }
.bg_gray { background: #eee; }

.bg_pink { background: #e61560; }
.bgGradient_black {
	background-image: -webkit-linear-gradient(135deg, #1f2020 50%, #2a2b2b 50%, #2a2b2b);
	background-image: -o-linear-gradient(135deg, #1f2020 50%, #2a2b2b 50%, #2a2b2b);
	background-image: linear-gradient(-45deg, #1f2020 50%, #2a2b2b 50%, #2a2b2b);
}
.bgGradient_pink {
  background-image: -webkit-linear-gradient(135deg, #f7b8d1 50%, #f8bfd4 50%, #f8bfd4);
  background-image: -o-linear-gradient(135deg, #f7b8d1 50%, #f8bfd4 50%, #f8bfd4);
  background-image: linear-gradient(-45deg, #f7b8d1 50%, #f8bfd4 50%, #f8bfd4);
}
@media only screen and ( min-width:768px){
  .bg_lightgray_pc{ background: #f4f3f7;}
}

/* box */
.border_box {background: #fff; border: 15px solid rgba(0,0,0,0.04); padding: 30px;}
.border_box.border_pink {border-color: rgba(230, 21, 96,0.05);}
@media only screen and ( max-width:767px){
  .border_box{ border-width: 10px; padding: 10px;}
}

/* bold */
strong,.strong { font-weight:bold !important; }

/* normal */
.fw_normal { font-weight:normal !important;}

/* align */
.txt_c{ text-align: center !important; }
.txt_r{ text-align: right !important; }
.txt_l{ text-align: left !important; }

/* vertical-alig */
.va_top { vertical-align: top !important; }
.va_middle { vertical-align: middle !important; }
.va_bottom { vertical-align: bottom !important; }

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexitem_first{
  order:-1;
}
.gap-10{
  gap:10px;
}
.gap-20{
  gap:20px;
}
.gap-30{
  gap:30px;
}

@media only screen and (min-width:768px){
  .flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-wrap-pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .items-center-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .justify-center-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-between-pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:767px){
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-wrap-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .items-center-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .justify-center-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-between-sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex-img-left {
  display: flex;
  gap: 30px;
}

.flex-img-left.-column {
  flex-direction: column!important;
  align-items: center;
}

@media only screen and (max-width:767px){
  .flex-img-left {
    gap: 20px;
  }
}

.page_layout_type_001.flex-img-left .image {
  margin: 0;
}

/* float */
.f_left { float: left; }
.f_right { float: right; }
@media only screen and (max-width:767px){
	.f_left { float:none; }
	.f_right { float:none; }
}

/* border */
.bt-gray{border-top:1px solid #eee;}

/* icon */
.icon {
	display: inline-block;
  content: "";
  vertical-align: middle;
  background: no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
.icon.icon-pdf {
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/efiller/images/common/icon_pdf.svg);
}

/* 改行 */
.br_pc { display:block;}
.br_sp { display:inline;}
@media only screen and (max-width:767px){
	.br_pc { display: inline;}
	.br_sp { display: block;}
}

/* PC、SPの表示・非表示 */
.spVer { display: none; }
@media only screen and (max-width:767px){
	.pcVer { display:none;}
	.spVer { display: block;}
}

/* flex並び自動調整 */
.js_flex_adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.js_flex_col.is_empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* キャンペーンバナー */
.cp_bnr {
  text-align: center;
  line-height: 0;
  padding: 20px 0 0;
}
.cp_bnr_under .cp_bnr {
  padding-bottom: 20px;
}
@media only screen and (max-width:767px){
  .cp_bnr {
    padding: 10px 15px;
  }
  .cp_bnr_under .cp_bnr {
    padding: 10px 15px;
  }
  /* TOP */
  .home .cp_bnr {
    padding-top: 5px;
    padding-bottom: 0;
  }
}


/* ----- .c-media -----*/
.c-media{
  display: flex;
  gap: 20px 30px;
}
.c-media__figure{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-media__figure .caption{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3px;
}

.c-media__content{
  flex: 1;
}
@media only screen and (max-width:767px){
  .c-media{
    flex-direction: column;
  }
}
@media only screen and (min-width:768px){
  .c-media{
    flex-direction: row-reverse;
  }
  .c-media__figure{
    max-width: 270px;
  }
}

/* -----  parts : Layout ----- */
/* 001 */
.page_layout_type_001 .image {
	float: right;
	width: 300px;
	text-align: center;
	margin-left: 30px;
}
.page_layout_type_001 .image.left_image{
  float: left;
	width: 465px;
  margin-left: 0;
  padding-top: 10px;
}

.page_layout_type_001 .skincare {
max-width: 80%;
margin: 20px auto;
}
.page_layout_type_001 .chanel-image {
margin:auto;
width: 300px;
}
.page_layout_type_001 .gh-image {
  padding-top: 20px;
  width: 70%;
  margin:auto;
}
.page_layout_type_001 .txt_underline {
  text-decoration: underline;
}
.page_layout_type_001 .image.max-w100 {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.page_layout_type_001.flex {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.page_layout_type_001.flex img {
  width: 300px;
  vertical-align: bottom;
}
.page_layout_type_001.flex .text_area {
  flex: 1;
}
@media only screen and (min-width:768px) {
  .page_layout_type_001 .image.max-w270 {
    max-width: 270px;
  }
  .page_layout_type_001 .image.max-w100 {
    margin-left: 60px;
  }
}
.page_layout_type_001 .image .caption {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3px;
}
.page_layout_type_001 .text_area {
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 400;
}
@media only screen and (max-width:767px) {
	.page_layout_type_001 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
  }
  .page_layout_type_001:not(.direction_column) {
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
  .page_hyaluronic .page_layout_type_001:not(.direction_column) {
    align-items: center;
  }
	.page_layout_type_001 .image {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
  .page_layout_type_001 .image.left_image{
    width: 100%;
    margin-left: 0;
    padding-top: 0px;
  }
	.page_layout_type_001 .text_area {
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.6;
	}

  .mens .page_layout_type_001 .text_area {
		padding: 0 15px;
	}
}

/* 001 - fatx style */
.page_layout_type_001 .fatx-image-text {
  width: 460px;
  position: relative;
  margin: 0;
  overflow: hidden;
  float: right;
  margin-top: -20px;
}
.page_layout_type_001 .fatx-image-text .image {
	float: none;
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.page_layout_type_001 .fatx-image-text .image img{max-width: initial; transform: translateX(-70px)}
.page_layout_type_001 .fatx-image-text .image .caption {
  display: block;
  padding-bottom: 30px;
}

.page_layout_type_001 .fatx-image-text .fatx-image-text-left,
.page_layout_type_001 .fatx-image-text .fatx-image-text-right{font-size: 12px;}

.page_layout_type_001 .fatx-image-text .fatx-image-text-left p,
.page_layout_type_001 .fatx-image-text .fatx-image-text-right p{position:absolute;}

.page_layout_type_001 .fatx-image-text .fatx-image-text-left p{right: 50%;margin-right: 160px;}
.page_layout_type_001 .fatx-image-text .fatx-image-text-right p{left:50%;margin-left: 158px;}

.page_layout_type_001 .fatx-image-text .left-text01{
    top: 72px;
}
.page_layout_type_001 .fatx-image-text .left-text02{
    top: 96px;
}
.page_layout_type_001 .fatx-image-text .left-text03{
    top: 138px;
}
.page_layout_type_001 .fatx-image-text .left-text04{
    top: 174px;
}
.page_layout_type_001 .fatx-image-text .left-text05{
    top: 228px;
}
.page_layout_type_001 .fatx-image-text .left-text06{
    top: 295px;
}
.page_layout_type_001 .fatx-image-text .left-text07{
    top: 356px;
}

.page_layout_type_001 .fatx-image-text .right-text01{
    top: 26px;
}
.page_layout_type_001 .fatx-image-text .right-text02{
    top: 50px;
    margin-left: 138px !important;
}
.page_layout_type_001 .fatx-image-text .right-text03{
    top: 117px;
}
.page_layout_type_001 .fatx-image-text .right-text04{
    top: 143px;
}
.page_layout_type_001 .fatx-image-text .right-text05{
    top: 169px;
}
.page_layout_type_001 .fatx-image-text .right-text06{
    top: 229px;
}
.page_layout_type_001 .fatx-image-text .right-text07{
    top: 259px;
}
.page_layout_type_001 .fatx-image-text .right-text08{
    top: 317px;
}
@media only screen and (max-width:767px) {
  .page_layout_type_001 .fatx-image-text {width: 100%; margin-top: 10px; float: none;}
  .page_layout_type_001 .fatx-image-text .image img{ width: calc(100% + 30px); transform: translateX(-15px);}
  .page_layout_type_001 .fatx-image-text .fatx-image-text-left p{right: 50%;margin-right: 28vw;}
  .page_layout_type_001 .fatx-image-text .fatx-image-text-right p{left:50%;margin-left: 28vw;}
  .page_layout_type_001 .fatx-image-text .fatx-image-text-left,
  .page_layout_type_001 .fatx-image-text .fatx-image-text-right{font-size: 3.2vw;}
  .page_layout_type_001 .fatx-image-text .left-text01{
    top: 14.5vw;
  }
  .page_layout_type_001 .fatx-image-text .left-text02{
      top: 19.5vw;
  }
  .page_layout_type_001 .fatx-image-text .left-text03{
      top: 26vw;
  }
  .page_layout_type_001 .fatx-image-text .left-text04{
      top: 32vw;
  }
  .page_layout_type_001 .fatx-image-text .left-text05{
      top: 40.5vw;
  }
  .page_layout_type_001 .fatx-image-text .left-text06{
      top: 52vw;
      margin-right: 26.8vw !important;
  }
  .page_layout_type_001 .fatx-image-text .left-text07{
      top: 62vw;
  }

  .page_layout_type_001 .fatx-image-text .right-text01{
      top: 6vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text02{
    top: 11vw;
    margin-left: 24vw !important;
  }
  .page_layout_type_001 .fatx-image-text .right-text03{
      top: 21vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text04{
      top: 26.5vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text05{
      top: 31.5vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text06{
      top: 41vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text07{
      top: 46.5vw;
  }
  .page_layout_type_001 .fatx-image-text .right-text08{
      top: 55.5vw;
      margin-left: 26vw !important;
  }
}




/* 002 */
.page_layout_type_002 {
  margin-top: 20px;
}
.page_layout_type_002 .image {
	float: right;
	width: 300px;
  text-align: center;
	margin-left: 30px;
}
.page_layout_type_002 .image img + img {
	margin-top: 10px;
}
.page_layout_type_002 .image .caption {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3px;
}
.page_layout_type_002 .text_area {
    font-size: 1.5rem;
    line-height: 2;
}

.page_layout_type_002 .alipay {
  margin-left: 10px;
  height: 48px;
  transform: translateY(5px);
}

@media only screen and (max-width:767px) {
	.page_layout_type_002 {
    margin-top: 10px;
		padding: 0 15px;
	}
	.page_layout_type_002 .image {
		float: none;
		width: 100%;
		margin: 0 0 8px;
	}
	.page_layout_type_002 .image img + img {
		margin-top: 10px;
	}
}
/* 003 */
.page_layout_type_003 {
  margin-bottom: 30px;
}
.page_layout_type_003 p {
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .page_layout_type_003 {
    padding: 0 15px;
  }
}

/* 004 */
div + .page_layout_type_004 {
  margin-top: 20px;
}
.page_layout_type_004 .col {
  width: calc(100% / 2 - 20px);
}
@media only screen and (max-width:767px) {
  .page_layout_type_004 .col {
    width: 100%;
    text-align: center;
  }
  .page_layout_type_004 .col + .col {
    margin-top: 20px;
  }
}

/* 005 */
.page_layout_type_005 .col {
  width: calc(100% / 3 - 40px);
}
@media only screen and (max-width:767px) {
  .page_layout_type_005 .col {
    width: 100%;
    text-align: center;
  }
  .page_layout_type_005 .col + .col {
    margin-top: 20px;
  }
}

/* 006 */
@media only screen and (max-width: 767px) {
  .page_layout_type_006 {
      padding: 30px 15px 20px;
  }
}

.page_layout_type_006 .heading_4 {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .page_content .page_layout_type_006 .heading_4 {
    margin-bottom: 20px;
  } 
}

.page_layout_type_006 .text_area {
  font-size: 1.5rem;
  line-height: 26px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .page_layout_type_006 .text_area {
    margin-left: 0;
    margin-top: 20px;
  }
}

.page_layout_type_006_inner {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .page_layout_type_006_inner {
    flex-direction: column;
  }
}

.page_layout_type_006_inner img {
  width: 256px;
}

@media only screen and (max-width: 767px) {
  .page_layout_type_006_inner img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
/* col4 */

@media only screen and (max-width:767px) {
  .page_layout_type_col4:not(:first-child){
    margin-top: 60px;
  }
  .page_layout_type_col4 .col {
    width: 100%;
    text-align: center;
  }
  .page_layout_type_col4 .col + .col {
    margin-top: 40px;
  }
  .page_layout_type_col4 .menu_arrow{
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: rotateZ( 90deg) translateY(50%);
    width: 50px;
    height: auto;
  }
}
@media only screen and (min-width:768px) {
  .page_layout_type_col4{
    align-items: flex-start;
  }
  .page_layout_type_col4:not(:first-child){
    margin-top: 30px;
  }
  .page_layout_type_col4 .col {
    width: calc(100% / 4 - 40px);
  }
  .page_layout_type_col4 .menu_arrow{
    transform: translateY(-50%);
    top: 70px;
    right: -47px;
    width: 40px;
  }
}
/* -----  parts : img ----- */
.page_layout_imgtypeCenter {
  width: 100%;
  max-width: 628px;
  text-align: center;
  line-height: 0;
  margin: 20px auto 0;
}
@media only screen and (max-width:767px) {
	.page_layout_imgtypeCenter {
		max-width: 100%;
		margin: 0;
		padding: 10px 15px 0;
	}
}

.page_layout_imgtypeCol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 0;
	margin: 20px auto 0;
}
.page_layout_imgtypeCol .page_layout_imgtypeCol_item {
	width: 100%;
	max-width: calc(100% / 2 - 10px);
}
@media only screen and (max-width:767px) {
	.page_layout_imgtypeCol {
		margin: 10px 15px 0;
	}
	.page_layout_imgtypeCol .page_layout_imgtypeCol_item {
		max-width: calc(100% / 2 - 5px);
	}
}

/* -----  parts : List ----- */
/* 001 */
.page_layout_listType_001 {
	margin-top: 20px;
}
.page_layout_listType_001 li {
	font-size: 1.5rem;
	font-weight: normal;
	padding-left: 15px;
	position: relative;
}
.page_layout_listType_001 li + li {
  margin-top: 5px;
}
.page_layout_listType_001 li::before {
  display: block;
  content: "";
  color: #e61560;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #e61560;
  border-radius: 100%;
  top: 5px;
  left: 0;
}
@media only screen and (max-width:767px) {
	.page_layout_listType_001 {
    margin-top: 10px;
		padding: 0 15px;
	}
}

.page_layout_listType_001.-dot-black li {
  padding-left: 10px;
}
.page_layout_listType_001.-dot-black li::before {
  color: #454545;
  margin-right: 10px;
  width: 3px;
  height: 3px;
  background: #454545;
  top: 8px;
}

/* -----  parts : Tag ----- */
.page_layout_tagType {
  color: #fff;
  font-size: 1.5rem;
  margin: 20px 0 -5px;
}
.page_layout_tagType span {
  display: inline-block;
  background: #e61560;
  line-height: 1;
	padding: 5px 8px;
	margin: 0 10px 5px 0;
}
@media only screen and (max-width:767px) {
	.page_layout_tagType {
		margin: 10px 15px -5px;
	}
}

/* -----  parts : Table ----- */
/* 001 */
.table_type_01 {
  position: relative;
}
.table_type_01:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.table_type_01 table {
  width: 100%;
	font-size: 1.5rem;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  word-break: break-all;
}
.table_type_01 th,
.table_type_01 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.table_type_01 th {
	background: #f6f6f6;
	padding: 8px 15px;
}
.table_type_01 td {
	padding: 12px 15px;
}
.table_type_01 a {
  text-decoration: underline;
}
.table_type_01 a:hover {
  text-decoration: none;
}
.table_type_01 .price_num {
	font-size: 1.8rem;
}
.table_type_01 .notice {
  color: #555555;
  font-size: 1.2rem;
  margin-top: 10px;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.table_type_01 .notice + .notice {
	margin-top: 0;
} 
.table_type_01 .table_small {
  width: 10%;
}
.table_type_01 .table_long {
  width: 60%;
}
.table_type_01 tr.style_th {
  background: #f6f6f6;
}
.table_type_01 .material th {
	background: #f6f6f6;
	padding: 2px 15px;
}
.table_type_01 .material td {
	padding: 2px 15px;
}
.price_subtitle{ 
  background: #EEE; padding: 11px; font-size: 100%; border-top: 1px solid #8F8F90; font-weight: bold;
}

@media only screen and (max-width:767px) {
	
	.table_type_01 table {
    font-size: 1.2rem;
	}
	.table_type_01 th,
	.table_type_01 td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.table_type_01 .price_num {
		font-size: 1.4rem;
	}

}

/* .table_type_01.-type_saiyou | 採用ページ */
.table_type_01.-type_saiyou {
  width: 100%;
	font-size: 90%;
  border-top: 1px solid #ccc;
}
.table_type_01.-type_saiyou th{
	width: 12em;
}
.table_type_01.-type_saiyou td{
	text-align: left;
	padding: 1em;
  border-right: none;
}
@media only screen and (max-width: 767px) {
	.table_type_01.-type_saiyou th{
		width: 6em;
	}
}

/* .table_type_yellow | 表組色変更 */
.table_type_yellow table {
  border-top: none;
} 
.table_type_yellow th {
  color: #fff;
  font-weight: bold;
  background: #ffc000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table_type_yellow .table_type_yellow td {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.table_type_yellow tr:nth-child(odd) td {
  background: #fff4e8;
}
.table_type_yellow tr:nth-child(even) td {
  background: #ffe8cb;
}

/* .table_type_pink01 | 表組色変更 */
.table_type_pink01 table {
} 
.table_type_pink01 th {
  color: #fff;
  font-weight: bold;
  background: #F0B9D1;
  padding-top: 15px;
  padding-bottom: 15px;  
  border-bottom: 1px solid rgb(234 234 234);
  border-right: 1px solid rgb(234 234 234);
}
.table_type_pink01 .table_type_pink01 td {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.table_type_pink01 .material th  {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #F0B9D1;
}
.table_type_pink01 .material td  {
  padding: 2px 15px;
}



/* .table_type_pink | 表組色変更 */
.table_type_pink table {
  border-top: 1px solid rgb(234 234 234);
  border-right: 2px rgb(245 220 231) solid;
  font-size: 15px;
} 
.table_type_pink th:nth-child(n+2){
  background: #fdf5f8;
  color:#e95c8f;
} 
.table_type_pink th:first-child {
  width: 20%;
} 
.table_type_pink th {
  color: #fff;
  font-weight: bold;
  background: rgb(240 185 209);
  padding-top: 15px;
  padding-bottom: 15px;
}
.table_type_mens th {
	background: #1f547e;
}
.table_type_pink .table_type_pink td {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.table_type_pink td span {
  color: rgb(230 21 96);
}

.table_type_pink th,
.table_type_pink td{
  border-bottom: 1px solid rgb(234 234 234);
  border-right: 1px solid rgb(234 234 234);
}

@media only screen and (max-width:767px) {
  .table_type_pink table {
		font-size: 1.2rem;
  }
}
/* .table_type_pink | 涙袋ヒアルロン酸注入の注意点変更 */
#tear_hy_caution .table_type_pink th,
#tear_hy_caution .table_type_pink td{
  text-align: left;
}


/* margin */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.mx00 { margin-left:  0!important; margin-right:  0!important; }
.my00 { margin-top:  0!important; margin-bottom:  0!important; }
.my15 { margin-top:  15px!important; margin-bottom:  15px!important; }


/* padding */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }


/* ボタン
========================================================================== */
.btn {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* ボタン大きさ */
.btn_small {
  max-width: 180px;
  line-height: 38px;
}
.btn_large {
  max-width: 240px;
  line-height: 58px;
}
@media only screen and (max-width:767px) {
  .btn_large {
    max-width: 260px;
  }
}
.btn_huge {
  max-width: 300px;
}
@media only screen and (max-width:767px) {
  .btn_huge {
    max-width: 300px;
  }
}
.related_treatment_name .btn.btn_huge {
  margin-top: 15px;
}
@media only screen and (max-width:767px) {
  .related_treatment_name .btn.btn_huge {
    margin: 15px auto;
  }
}
/* ボタン色 */
.btn_theme_pink,
.btn_theme_pink::after { color: #ea437e; border-color: #ea437e; }
.btn_theme_pink:hover { opacity: 1; color: #ea437e; background-color: rgba(234, 67, 126, 0.1); }
.btn_theme_white,
.btn_theme_white::after { color: #fff; border-color: #fff; }
.btn_theme_white:hover { opacity: 1; color: #fff; background-color: rgba(255, 255, 255, 0.1); }
/* 矢印向き */
.btn_arrow_t::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_arrow_b::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.btn_arrow_none::after {
  content: none;
}
.btn_back {
  position: relative;
}
.btn_back::after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  border-top: none;
  border-left: 1px solid #000;
  border-right: none;
  border-bottom: 1px solid #000;
}
.btn_pos {
  position: relative;
  padding: 10px 25px;
  display: block;
  max-width: 200px;
  margin: auto;
}
.btn_pos::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* アコーディオン
========================================================================== */
@media only screen and (max-width:767px) {

  .js_accordion .icon_plus {
    position: absolute;
    top: 50%;
    right: 12px;
  }
  .js_accordion .icon_plus::before,
  .js_accordion .icon_plus::after {
    display: block;
    content: "";
    width: 11px;
    height: 1px;
    background-color: currentColor;
    margin-left: -11px;
  }
  .js_accordion .icon_plus::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
  }
  .js_accordion .active .icon_plus::before {
    display: none;
  }
  .js_accordion .active .icon_plus::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

}

/* タブ切り替え
========================================================================== */
.js_tab .js_tab_navi li {
  cursor: pointer;
}
.js_tab .js_tab_navi li:hover {
  opacity: 0.8;
}
.js_tab .js_tab_contents .js_tab_switch {
  display: none;
}
.js_tab .js_tab_contents .js_tab_switch.active {
  display: block;
}
.js_tab .js_tab_contents.all_list_active .js_tab_switch {
  display: block !important;
}
@media only screen and (max-width:767px) {
  .js_tab .js_tab_navi li:hover {
    opacity: 1;
  }
}

/* ==========================================================================
  Global Menu - Modal
========================================================================== */
html.remodal-is-locked {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: #fff;
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}
.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    /* -webkit-transform: scale(1.05);
    transform: scale(1.05); */
    opacity: 0;
  }
  to {
    /* -webkit-transform: none;
    transform: none; */
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    /* -webkit-transform: scale(1.05);
    transform: scale(1.05); */
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    opacity: 1;
  }
  to {
    /* -webkit-transform: scale(0.95);
    transform: scale(0.95); */
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    opacity: 1;
  }
  to {
    /* -webkit-transform: scale(0.95);
    transform: scale(0.95); */
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* ---------------------------------------------------------
 CV or CTA
--------------------------------------------------------- */

.cv_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 40px;
}
.cv_content_wrap .cv_content {
	display: table;
}
.cv_content_wrap .cv_content > div {
	display: table-cell;
	vertical-align: middle;
}
.cv_content_wrap .cv_content > div:last-child {
	padding-left: 10px;
}
.cv_content_wrap .cv_content .tel {
    text-align: center;
	line-height: 1;
    padding-right: 20px;
}
.cv_content_wrap .cv_content .tel dt {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.cv_content_wrap .cv_content .tel dt::before {
	display: inline-block;
  content: "";
  width: 34px;
  height: 22px;
  vertical-align: middle;
  background: url(/wp-content/themes/efiller/images/renewal/common/icon-freedial.jpg) no-repeat center center;
	background-size: cover;
	/* margin: -4px 10px 0 0; */
	margin: -4px 4px 0 0;
}
.mens .cv_content_wrap .cv_content .tel dt::before {
  background: url(/wp-content/themes/efiller/images/renewal/common/icon-freedial-mens.jpg) no-repeat center center;
  background-size: cover;
}
.cv_content_wrap .cv_content .tel dd {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
}
.cv_btn {
	display: inline-block;
	width: 170px;
	height: 57px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 57px;
	margin-right: 2px;
	margin-bottom: 2px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.cv_btn.btn_line {
	line-height: 1;
  position: relative;
}

#footer .cv_btn.btn_line {
	line-height: 57px;
}


.cv_btn.btn_line span.ico{
  position: absolute;
  top: 15px;
  left: 8px;
}

.cv_btn.btn_line p {
  margin: 4px 0 0 50px;
  text-align: left;
  line-height: 1.4;
}

.cv_btn span {
	vertical-align: middle;
}
.cv_btn span::before {
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
}
.cv_btn:hover {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
}
.btn_mail {
	background: #e61560;
	-webkit-box-shadow: 2px 2px 0 0 #b9134e;
	        box-shadow: 2px 2px 0 0 #b9134e;
}
.mens .btn_mail {
	background: #003e6f;
	-webkit-box-shadow: 2px 2px 0 0 #002440;
	        box-shadow: 2px 2px 0 0 #002440;
}
.btn_mail span::before {
	background-image: url(/wp-content/themes/efiller/images/renewal/common/icon-mail.png);
	width: 23px;
	height: 17px;
	margin: -5px 7px 0 0;
}
.btn_line {
	background: #00b900;
	-webkit-box-shadow: 2px 2px 0 0 #0a980a;
	        box-shadow: 2px 2px 0 0 #0a980a;
}
.btn_line span::before {
	background-image: url(/wp-content/themes/efiller/images/renewal/common/icon-line_1.png);
	width: 37px;
	height: 36px;
	margin: -4px 3px 0 0;
}
.btn_line span.sub{font-size: 14px;}
.btn_line span.sub::before {
	background-image: none;
	width: auto;
	height: auto;
	margin: 0;
}

.cv_logo-group{
  display: flex;
  align-items: center;
  gap: 30px;
}
.cv_logo-group .logo--abc{
  max-width: 240px;
}

/* sp */
.cvBtn_area_sp {
  display: none;
}

@media only screen and (max-width:767px) {

  #cvBtn-sp-fix {
    display: none;
    width: 100%;
    position:fixed;
    bottom:0;
    left:0;
    z-index: 999;
  }
  .cvBtn_area_sp {
    display: block;
    text-align: center;
    border-top: 3px solid #e61560;
    background: #fff5f8;
    padding: 10px 3px 5px;
    margin: 0;
  }
  .mens .cvBtn_area_sp {
    border-top: 3px solid #003e6f;
  }
  .cvBtn_area_sp .text_area {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap {
    display: flex;
    justify-content: space-between;
  }
  .cvBtn_area_sp .cvBtn_area_wrap li {
    display: table;
    width: 100%;
    min-height: 52px;
    max-width: calc(100% / 3 - 1px);
    position: relative;
    margin-bottom: 3px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap li > a {
    display: table-cell;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
  }
  .btn_mail {
    background: #e61560;
    -webkit-box-shadow: 0 3px 0 0 #b9134f;
            box-shadow: 0 3px 0 0 #b9134f;
  }
  .mens .btn_mail {
    background: #003e6f;
    -webkit-box-shadow: 0 3px 0 0 #002440;
            box-shadow: 0 3px 0 0 #002440;
  }
  .btn_line {
    background: #00b900;
    -webkit-box-shadow: 0 3px 0 0 #0a980a;
            box-shadow: 0 3px 0 0 #0a980a;
  }
  .btn_tel {
    background: #f08217;
    -webkit-box-shadow: 0 3px 0 0 #d8700b;
            box-shadow: 0 3px 0 0 #d8700b;
  }
  .cvBtn_area_sp .cvBtn_area_wrap li span.text {
    font-size: 2.0rem;
    position: relative;
    z-index: 1;
  }
  .cvBtn_area_sp .cvBtn_area_wrap span.text_s {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: -0.08em;
    position: relative;
    padding-left: 23px;
    margin: 5px 0 7px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_line span.text_s {
    padding-left: 30px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap span.text_s::before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_mail span.text_s::before {
    width: 19px;
    height: 14px;
    background-image: url(/wp-content/themes/efiller/images/renewal/common/icon-mail.png);
    top: -2px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_line span.text_s::before {
    width: 31px;
    height: 30px;
    background-image: url(/wp-content/themes/efiller/images/renewal/common/icon-line_1.png);
    top: -9px;    
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_tel span.text_s::before {
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/themes/efiller/images/renewal/common/icon-tel.png);
    top: -3px;
  }
  .cv_logo-group{
    gap: 10px;
    width: 100%;
    flex-direction: column;
  }
  .cv_logo-group .logo--abc{
    max-width: 112px;
  }
}
@media only screen and (max-width:364px) {

  .cvBtn_area_sp .cvBtn_area_wrap li span.text {
    font-size: 1.8rem;
  }
  .cvBtn_area_sp .cvBtn_area_wrap span.text_s {
    display: inline-block;
    font-size: 1.0rem;
    padding-left: 17px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_line span.text_s {
    padding-left: 25px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_mail span.text_s::before {
    width: 15px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_line span.text_s::before {
    width: 26px;
  }
  .cvBtn_area_sp .cvBtn_area_wrap .btn_tel span.text_s::before {
    width: 13px;
  }

}

@keyframes bannerFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes bannerFadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.floating-banner {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  right: 10px;
  max-width: 160px;
  width: 25%;
  animation: bannerFadeOut 0.4s ease;
}
.floating-banner.-changed {
  max-width: 240px;
  width: 50%;
}
.floating-banner a:hover img {
  opacity: 1;
}
.floating-banner.-closed {
  pointer-events: none;
}
.floating-banner.-active:not(.-closed) {
  opacity: 1;
  display: block;
  animation: bannerFadeIn 0.4s ease;
}
.floating-banner__close{
  cursor: pointer;
  font-size: 24px;
  padding: 0.25em 0.15em 0.15em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: auto;
  margin-bottom: 0.375em;
}
.floating-banner__close:hover{
  opacity: 0.8;
}
.floating-banner:not(.-changed) .floating-banner__img.-after,
.floating-banner.-changed .floating-banner__img.-before{
  display: none;
}
.floating-banner__img{
  display: block;
  cursor: pointer;
}
.floating-banner__img.-before:hover{
  opacity: 0.8;
}
@media only screen and (max-width:767px) {
  .floating-banner {
    right: 5px;
    bottom: 5px;
  }
  [id="cvBtn-sp-fix"].-active ~ .floating-banner{
    bottom: 133px;
  }
}
[id="floating-banner-popup"]{
  padding: 0!important;
}
[id="floating-banner-popup"] img{
  display: block;
}

/* PAGE CV */
.cv_page_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #e61560;
  background-image: url(/wp-content/themes/efiller/images/renewal/common/model.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  background-color: #fff5f8;
  padding: 20px 20px 20px 94px;
  margin-top: 40px;
}
.mens .cv_page_wrap {
  border: 3px solid #003e6f;
  background-color: #fafdff;
}
.cv_page_wrap > div {
  width: 100%;
  position: relative;
}
.cv_page_wrap > div a:hover,
.cv_page_wrap > div a:hover img {
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cv_page_wrap > div:nth-child(1) {
  max-width: 298px;
  padding-right: 6px;
}
.cv_page_wrap > div:nth-child(2) {
  max-width: 191px;
  padding-right: 5px;
}
.cv_page_wrap > div:nth-child(3) {
  max-width: 191px;
  padding-left: 5px;
}
.cv_page_wrap > div .cv_page_btn {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 0 3px;
  line-height: 1;
  position: relative;
}
.cv_page_wrap > div .cv_page_btn img {
  position: absolute;
}
.cv_page_wrap .cv_page_btn.btn_mail {
	-webkit-box-shadow: 0 3px 0 0 #b9134e;
	        box-shadow: 0 3px 0 0 #b9134e;
}
.mens .cv_page_wrap .cv_page_btn.btn_mail {
	-webkit-box-shadow: 0 3px 0 0 #002440;
	        box-shadow: 0 3px 0 0 #002440;
}
.cv_page_wrap .cv_page_btn.btn_mail img {
  max-width: 270px;
  position: absolute;
  top: -4px;
  left: 6px;
}
.cv_page_wrap .cv_page_btn.btn_line {
	-webkit-box-shadow: 0 3px 0 0 #0a980a;
	        box-shadow: 0 3px 0 0 #0a980a;
}
.cv_page_wrap .cv_page_btn.btn_line img {
  max-width: 138px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cv_page_wrap .cv_page_btn.btn_tel {
  height: 55px;
  background: #fff;
  border: 1px solid #f08217;
  margin: 0;
}
.cv_page_wrap .cv_page_btn.btn_tel  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .cv_page_wrap {
    border-left: none;
    border-right: none;
    background-image: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    margin: 20px 0;
    position: relative;
  }
  .cv_page_wrap::before {
    content: "";
    background-image: url(/wp-content/themes/efiller/images/renewal/common/model.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 82px;
    width: 22vw;
    min-height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .cv_page_wrap > div:nth-child(1) {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cv_page_wrap > div:nth-child(2) {
    max-width: 50%;
    padding-right: 5px;
    z-index: 5;
  }
  .cv_page_wrap > div:nth-child(3) {
    max-width: 50%;
    padding-left: 5px;
    z-index: 5;
  }
  .cv_page_wrap > div .cv_page_btn img {
    width: 100%;
  }
  .cv_page_wrap .cv_page_btn.btn_mail img {
    max-width: 269px;
    top: -8px;
    left: 0;
    right: -55px;
    bottom: 0;
    margin: auto;
  }
  .cv_page_wrap .cv_page_btn.btn_line img {
    max-width: 137px;
  }
  .cv_page_wrap .cv_page_btn.btn_tel {
    height: 52px;
    background: #f08217;
    margin: 0 0 3px;
  }
  .cv_page_wrap .cv_page_btn.btn_tel img {
    max-width: 156px;
  }
}
@media only screen and (max-width:374px) {
  .cv_page_wrap .cv_page_btn.btn_mail img {
    width: calc(269 / 345 * 100%);
    max-width: 100%;
    top: 0;
  }
  .cv_page_wrap .cv_page_btn.btn_line img {
    width: calc(137 / 166 * 100%);
    max-width: 100%;
  }
  .cv_page_wrap .cv_page_btn.btn_tel img {
    width: calc(156 / 166 * 100%);
    max-width: 100%;
  }
}


/* ---------------------------------------------------------
 pagetop
--------------------------------------------------------- */
#btn-pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  line-height: 0;
}
@media only screen and (max-width:767px) {
  #btn-pagetop {
    display: block;
    width: 46px;
    margin-left: auto;
    position: static;
  }
  #btn-pagetop a:hover,
  #btn-pagetop a:hover img {
    opacity: 1 !important;
  }
}


/* ==========================================================================
  旧スタイル
========================================================================== */
/*ページトップへボタン*/
/* @media only screen and (min-width:768px) {
  #btn_footfix { display: none !important; }
}
@media only screen and (max-width:767px) {

  body.open .site_header {
    position: fixed !important;
    width: 100%;
    z-index: 999;
  }
  body.open #content {
    padding-top: 71px;
  }
  #footer {
    padding-bottom: 25%;
  }
  #old_global_menu {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 71px;
    right: -100%;
    z-index: 999;
  }
  #old_global_menu .submenu li + li {
    border-top: 1px solid #ccc;
  }
  #old_global_menu .submenu li a {
    display: block;
    font-size: 1.4rem;
    padding: 15px 30px 15px 15px;
    position: relative;
  }
  #old_global_menu .submenu li a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-top: 0;
    border-top: 1px solid #D52665;
    border-right: 1px solid #D52665;
    line-height: 1;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cvArea { display:none;}
  .cvArea_sp { width:100%; display:block; background:#D52665; padding:2% 0 1%;}
  .cvArea_sp .text{ width:100%; display:block;text-align:center; font-size:12px; margin-bottom:1.5%; color:#FFF; font-weight:bold;}
  .cvArea_sp ul { width:100%; text-align:center;}
  .cvArea_sp li { width:32%; display:inline-block; margin:0 1% 0 0; box-sizing:border-box;}
  .cvArea_sp li:first-child {margin-left:1%;}
  #btn_footfix{ width: 100%; position:fixed; bottom:0;left:0; z-index:999;}
  .btn_pagetop { width: 60px; right: 0; }
} */

/* ---------------------------------------------------------
 #old_content cvArea
--------------------------------------------------------- */

/* old.cssにあったものを修正 */
#old_content.reserve>.cvArea { width:980px; margin:0 auto; border-top:5px solid #DA4A7C; border-bottom:5px solid #DA4A7C; overflow:hidden; line-height: 0;}
#old_content.reserve>.cvArea>.f_left{ width:317px;}
#old_content.reserve>.cvArea>.f_right{ width:646px; background:url(/wp-content/themes/efiller/images/common/cv_bg.png?20180530) right bottom no-repeat; padding:20px 0 0;}
#old_content.reserve>.cvArea>.f_right li{ width:310px; float:left; margin:10px 10px 14px 0;}
#old_content.reserve>.cvArea>.f_right li:last-child{ margin:10px 0 14px;}
#old_content.reserve>.cvArea>.cvArea_inner{ display: flex; flex-direction: column; align-items: center; margin: 20px 0;}
#old_content.reserve>.cvArea>.cvArea_inner>a { max-width: 500px;} 
#old_content.reserve>.cvArea>.cvArea_inner ul { display: flex; margin-top: 30px;}
#old_content.reserve>.cvArea>.cvArea_inner li { max-width: 350px; }
#old_content.reserve>.cvArea>.cvArea_inner li:not(:first-child) { margin-left: 30px;}
@media only screen and ( max-width:767px){
  #old_content.reserve>.cvArea { width: 100%;} /* 調整 */
  #old_content.reserve>.cvArea>.f_left { display:none;}
  #old_content.reserve>.cvArea>.f_right { width:100%; background:none;}
  #old_content.reserve>.cvArea>.f_right li { width:100%; max-width:474px; margin:10px auto;}
  #old_content.reserve>.cvArea>.f_right li a { display: block; text-align: center;}
  #old_content.reserve>.cvArea>.f_right li:last-child{ margin:10px auto;}
  #old_content.reserve>.cvArea>.cvArea_inner{ margin: 15px 0;}
  #old_content.reserve>.cvArea>.cvArea_inner ul { flex-direction: column; align-items: center; margin: 20px 30px 0;}
  #old_content.reserve>.cvArea>.cvArea_inner li { max-width: 440px;}
  #old_content.reserve>.cvArea>.cvArea_inner li:not(:first-child) { margin: 25px 0 0 0;}
}

/* ---------------------------------------------------------
 reserve
--------------------------------------------------------- */
.sns_wrap.reserve{background: #fff;}
.sns_wrap.reserve>.sns_list.widelist { max-width:320px;}
@media only screen and ( max-width:767px){
  .border_box .consent_form.page_layout_type_002{padding:0; text-align: left !important;}
  .sns_wrap.reserve{padding:0;}
  .sns_wrap.reserve>.sns_list.widelist li { padding: 0 2px;}
  .sns_wrap.reserve>.sns_list.widelist img { width: 100%;}
}

/* ---------------------------------------------------------
 copy from old.css
--------------------------------------------------------- */
.itemClinic{border-bottom:1px solid #dcdcdc;margin-bottom:60px}
.itemClinic a{box-sizing:border-box;border-top:1px solid #dcdcdc;display:block;padding:50px 30px;min-height:365px;width:100%}
.itemClinic a:hover{text-decoration:none;background:rgba(209,23,93,0.03)}
.itemClinic a:hover img{opacity:1}
.itemClinic .itemClinic-box{position:relative}
.itemClinic .itemClinic-box .itemClinic-imgArea{position:absolute;top:0;right:0}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{max-width:380px}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__txt{background:#d1175d;color:#fff;display:block;font-size:18px;text-align:center;line-height:60px;position:relative}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__txt::after{content:"";position:absolute;top:0;bottom:0;right:20px;display:block;width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:auto}
.itemClinic .itemClinic-box .itemClinic-city{background:#2e2e2f;border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:400;text-align:center;padding:3px 18px 0;margin-right:6px}
.itemClinic .itemClinic-box .itemClinic-txtArea{max-width:500px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__ttl{color:#2e2e2f;font-size:26px;font-weight:700;line-height:1.5;margin-bottom:8px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__ttl strong{border-bottom:1px solid #2e2e2f}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__address,.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__date{font-size:18px;position:relative;padding-left:27px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__address{margin-top:25px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__date{margin-top:10px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__address::before,.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__date::before{content:"";min-height:24px;background-image:url(/wp-content/themes/efiller/images/common/icon_itemClinic.png);background-repeat:no-repeat;background-size:18px auto;width:18px;display:inline-block;position:absolute;top:2px;left:0}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__date::before{background-position:0 -24px;min-height:19px}
.itemClinic .itemClinic-box .itemClinic-txtArea .column-text-ico{margin-top:7px}
.itemClinic .itemClinic-Walk{background:#FFFDF9;border:1px dotted #F4C8D7;border-radius:6px;font-size:18px;line-height:1.4;padding:15px 20px;margin:15px 0 0;max-width:500px}
.itemClinic .itemClinic-Walk strong span{color:#d1175d}
.itemClinic-tel{width:100%;max-width:600px;min-height:70px;display:table;background:#d52665;border:2px solid #d52665;border-radius:35px;text-align:center;margin:0 auto 40px;position:relative}
.itemClinic-tel::before{content:"";width:0;height:0;border-style:solid;border-width:33px 0 33px 23px;border-color:transparent transparent transparent #d52665;position:absolute;top:0;left:23px;right:0;bottom:0;margin:auto}
.itemClinic-tel div{display:table-cell;vertical-align:middle;width:50%}
.itemClinic-tel div p{color:#fff;font-size:24px}
.itemClinic-tel div:nth-child(1){padding-left:15px}
.itemClinic-tel div:nth-child(1) p{font-weight:700}
.itemClinic-tel div:nth-child(2){background:#fff;border-radius:0 35px 35px 0}
.itemClinic-tel div:nth-child(2) p{color:#2e2e2f}
@media only screen and (max-width:767px) {
.ttl_gaiyou.mb30{padding-bottom:0;margin-bottom:27px}
.itemClinic{border-bottom:none;margin-bottom:40px}
.itemClinic-anchor{display:flex;text-align:center;width:94%;min-height:67px;margin:0 auto 15px}
.itemClinic-anchor li{width:calc(100% / 4);background:#d1175d;position:relative}
.itemClinic-anchor li + li{border-left:1px solid #fff}
.itemClinic-anchor li a{color:#fff;font-size:16px;position:absolute;top:14px;left:0;right:0;bottom:0;margin:auto}
.itemClinic-anchor li a::after{content:"";display:block;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:rotate(135deg);transform:rotate(135deg);margin:auto}
.itemClinic a{border:none;background:#fff;padding:0 0 15px;margin:0 auto;min-height:auto;width:94%}
.itemClinic a:hover{background:#fff}
.itemClinic a + a{margin-top:15px}
.itemClinic .itemClinic-box{display:flex;align-items:flex-start;margin-bottom:10px}
.itemClinic .itemClinic-box .itemClinic-imgArea{width:100px;position:static}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img{display:block;min-height:127px;overflow:hidden;position:relative}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{width:300px;position:absolute}
.itemClinic a:nth-child(1) .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{left:-63px}
.itemClinic a:nth-child(2) .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{left:-52px}
.itemClinic a:nth-child(3) .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{left:-100px}
.itemClinic a:nth-child(4) .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__img img{left:-50px}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__txt{font-size:12px;font-weight:700;line-height:33px}
.itemClinic .itemClinic-box .itemClinic-imgArea .itemClinic-imgArea__txt::after{content:none}
.itemClinic .itemClinic-box .itemClinic-city{border-radius:0 0 6px 6px;font-size:13px;line-height:40px;min-height:40px;padding:0;position:absolute;top:0;right:0;width:15vw}
.itemClinic .itemClinic-box .itemClinic-txtArea{width:calc(100% - 110px);padding:10px 0 0 15px;max-width:100%}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__ttl{font-size:18px;font-weight:700;line-height:1.5;margin-bottom:8px}
.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__address,.itemClinic .itemClinic-box .itemClinic-txtArea .itemClinic-txtArea__date{font-size:14px;line-height:1.5;position:relative;padding-left:27px;margin-top:0}
.itemClinic .itemClinic-Walk{font-size:13px;padding:10px 15px;margin:10px 10px 0}
.itemClinic-tel{width:94%;max-width:400px;margin-bottom:20px}
.itemClinic-tel::before{left:36%;right:auto}
.itemClinic-tel div p{line-height:1.4}
.itemClinic-tel div:nth-child(1){width:36%}
.itemClinic-tel div:nth-child(1) p{font-size:16px}
.itemClinic-tel div:nth-child(2){width:64%}
.itemClinic-tel div:nth-child(2) p{line-height:1;padding-left:12px}
}

.minors_caution{font-weight: bold; color: #D52665;}

/* ---------------------------------------------------------
 botox
--------------------------------------------------------- */
.page_treatment_botox_figure .image + .image{
  margin-left: 20px;
}
@media only screen and (min-width:768px) {
  .page_treatment_botox_figure.spVer{
    display: none !important;
  }
  .page_treatment_botox_figure.pcVer{
    display: flex !important;
  }
}
@media only screen and (max-width:767px) {
  .page_treatment_botox_figure{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .page_treatment_botox_figure.spVer{
    display: flex !important;
  }
  .page_treatment_botox_figure.pcVer{
    display: none !important;
  }
  .page_treatment_botox_figure .image + .image{
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width:767px) {
  .clinic__inner {
    background-color: #fff;
    margin: 0 3%;
  }
}

.clinic__subttl {
  background-color: #cdb164;
  color: #fff;
  padding: 10px 5px 8px;
  font-size: 20px;
  margin: 60px auto 30px;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .clinic__subttl {
    width: 94vw;
    font-size: 16px;
    text-align: center;
  }

  .clinic__subttl-img {
    margin-left: -7vw;
    width: 94.5vw;
  }
}

.clinic__about {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width:767px) {
  .clinic__about {
    flex-direction: column;
    gap: 20px;
    padding: 0 4%;
  }
}

.clinic__about-img {
  width: 400px;
}

@media only screen and (max-width:767px) {
  .clinic__about-img {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .clinic__about-txt {
    font-size: 15px;
  }
}

.clinic__box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media only screen and (max-width:767px) {
  .clinic__box-wrapper {
    gap: 40px;
  }
}

.clinic__box {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width:767px) {
  .clinic__box {
    flex-direction: column;
    gap: 10px;
  }
}

@media only screen and (min-width:768px) {
  .clinic_kinshicho .clinic__box {
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: auto;
  }

  .clinic_shibuya .clinic__box {
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: auto;
  }

  .clinic_sapporo .clinic__box {
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: auto;
  }
}

.clinic__box:nth-child(2n) {
  flex-direction: row-reverse;
}

@media only screen and (max-width:767px) {
  .clinic__box:nth-child(2n) {
    flex-direction: column;
  }
}

.clinic__box .modalSingleImage {
  width: 300px;
}

@media only screen and (max-width:767px) {
  .clinic__box .modalSingleImage {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}

.clinic__box-right {
  flex: 1;
}

.clinic__box-subttl {
  text-align: center;
}

.clinic__box-ttl {
  font-weight: 700;
  border-bottom: 2px solid #cdb164;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width:767px) {
  .clinic__box-ttl {
    margin: 0 4%;
  }
}

.clinic_kinshicho .clinic__box-ttl {
  border-bottom: none;
}

.clinic_shibuya .clinic__box-ttl {
  border-bottom: none;
}

.clinic_sapporo .clinic__box-ttl {
  border-bottom: none;
}

.clinic__box-text {
  margin-top: 20px;
}

@media only screen and (max-width:767px) {
  .clinic__box-text {
    font-size: 15px;
    padding: 0 4%;
  }
}

.clinic__box-button {
  background: #d1175d;
  color: #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  position: relative;
  max-width: 380px;
  margin: 40px auto 0;
}

@media only screen and (max-width:767px) {
  .clinic__box-button {
    margin: 30px 4% 10px;
  }
}

.clinic__box-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.yellow_under {
  background: linear-gradient(transparent 50%, #fff783 50%);
}

.bold {
  font-weight: 700;
}

.clinic__case {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width:767px) {
  .clinic__case {
    padding: 0 4%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
}

.clinic__case .modalSingleImage {
  width: 25%;
}

@media only screen and (max-width:767px) {
  .clinic__case .modalSingleImage {
    width: calc(50% - 5px);
  }
}

.clinic_slide {
  padding :0 40px;
}

@media only screen and (max-width:767px) {
  .clinic_slide {
    padding :0;
  }
}

.clinic_slide .slick-list {
  border-bottom: none;
}
.slick_slide.clinic_slide {
  padding-bottom: 23px;
}
.slick_slide.clinic_slide .slick-dots {
  left: 0;
  right: 0;
  bottom: 0;
}

.clinic_slide_text {
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width:767px) {
  .clinic_slide_text {
    font-size: 14px;
  }  
}

.clinic_fukuoka .access {
  margin-bottom: 0;
  border-bottom: none;
}

.clinic_fukuoka .drinfo {
  border-top: 5px solid #D52665;
  margin-top: 60px;
  padding-top: 50px;
}

.clinic_fukuoka .drinfo_sp {
  border-top: 4px solid #D52665;
  margin-top: 60px;
  padding-top: 30px;
}

.clinic_shinjuku .access {
  margin-bottom: 0;
  border-bottom: none;
}

.clinic_kinshicho .access {
  margin-bottom: 0;
  border-bottom: none;
}

.clinic_shibuya .access {
  margin-bottom: 0;
  border-bottom: none;
}

.clinic_sapporo .drinfo {
  border-top: 5px solid #D52665;
  margin-top: 60px;
  padding-top: 50px;
}

.clinic_sapporo .drinfo_sp {
  border-top: 4px solid #D52665;
  margin-top: 60px;
  padding-top: 30px;
}
.clinic_sapporo .access {
  margin-bottom: 0;
  border-bottom: none;
}

.clinic_cv_txt {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width:767px) {
  .clinic_cv_txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.clinic_cv_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width:767px) {
  .clinic_cv_btn {
    margin: 30px 3% 0;
  }
}

.profile_sns {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}

@media only screen and (max-width:767px) {
  .profile_sns {
    margin-top: 6px;
  }
}

.profile_sns a {
  display: block;
}

.profile_sns img {
  width: 30px;
  height: 30px;
}

/* ---------------------------------------------------------
loopSlide
--------------------------------------------------------- */

.loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}

.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}

.loopSlide.-duration-x2 ul:first-child {
  animation: slide1 120s -60s linear infinite;
}

.loopSlide.-duration-x2 ul:last-child {
  animation: slide2 120s linear infinite;
}

.page_hyaluronic .loopSlide ul:first-child {
  animation: slide1 120s -60s linear infinite;
}

.page_hyaluronic .loopSlide ul:last-child {
  animation: slide2 120s linear infinite;
}

@media only screen and (min-width: 751px) {
  .loopSlide:hover ul,
  .loopSlide.-duration-x2:hover ul,
  .page_hyaluronic .loopSlide:hover ul{
    animation-play-state: paused;
  }
}

.loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: min(400px, calc(calc(400/750) * 100vw));
  max-width: min(400px, calc(calc(400/750) * 100vw));
  margin-right: min(20px, calc(calc(20/750) * 100vw));
  list-style: none;
  text-align: center;
}

.page_hyaluronic .loopSlide ul li {
  width: min(150px, calc(calc(150/750) * 100vw));
  min-width: min(150px, calc(calc(150/750) * 100vw));
  max-width: min(150px, calc(calc(150/750) * 100vw));
  margin-right: 0;
}

.loopSlide ul li a {
  display: block;
  width: 100%;
}

.loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slide1 {
  0% {
      transform: translateX(100%);
  }

  to {
      transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
      transform: translateX(0);
  }

  to {
      transform: translateX(-200%);
  }
}

/* ---------------------------------------------------------
price
--------------------------------------------------------- */

.price_top {
  margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
  .price_top {
    margin-bottom: 30px;
  }
}

.price_top p {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.price_top_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

@media only screen and (max-width: 750px) {
  .price_top_list {
    /* flex-direction: column; */
    gap: 10px;
    align-items: center;
    padding: 0 15px;
  }
}

.price_top_list_item {
  width: 253px;
  min-height: 60px;
  border: 1px solid #b6ab96;
  color: #b6ab96;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
}

@media only screen and (max-width: 750px) {
  .price_top_list_item {
    width: 160px;
    min-height: 60px;
    font-size: 12px;
    padding: 0;
  }
}

.price_btn {
  width: 240px;
  min-height: 50px;
  background: linear-gradient(to bottom, #e67d91, #e794a4);
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.05);
  position: relative;
}

.price_btn:hover, .price_btn:active{
  opacity: 1 !important;
  filter: brightness(1.15);
  color: #fff;
}

.price_btn:before{
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.price_btn:after{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: rotate(135deg)translateY(78%);
}

/* ---------------------------------------------------------
payment
--------------------------------------------------------- */

.page_payment {
  margin: 120px 0 40px;
}

@media only screen and (max-width: 750px) {
  .page_payment {
    margin: 60px 0 30px;
  }
}

.payment_title {
  padding: 20px 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #b6ab96;
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  .payment_title {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
  }
}

.page_payment p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .page_payment p {
    font-size: 14px;
  }
}

.payment_text {
  padding: 0 15px;
}

.payment-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  padding: 0 15px;
}

.payment-list-item {
  max-width: 800px;
  width: 100%;
}

.payment-list-item-text {
  height: 60px;
  border: 2px solid #e67d91;
  border-radius: 100px;
  color: #e67d91;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .payment-list-item-text {
    height: 50px;
  }
}

.payment-list-item-num {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #e67d91;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .payment-list-item-num {
    width: 50px;
    height: 50px;
  }
}

.payment-img {
  display: block;
  /* margin: 20px auto 0; */
}

.payment-img2 {
  height: 46px;
}

@media only screen and (max-width: 750px) {
  .payment-img2 {
    height: 30px;
  }
}

.payment-img3 {
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-img3 {
    height: 19px;
  }
}

.payment-img-container {
  display: flex;
  gap: 10px;
  transform: translateY(6px);
  padding-left: 51px;
}

@media only screen and (max-width: 750px) {
  .payment-img-container {
    padding-left: 35px;
  }
}

.payment-notes {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.payment-method {
	max-width: 800px;
	margin: 40px auto 0;
  border: 4px solid #f5f0e7;
}

@media only screen and (max-width: 750px) {
  .payment-method {
  	margin: 20px 15px 0;
  }
}

.payment-method__inner {
	background-color: #fff;
	padding: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method__inner {
    padding: 15px;
  }
}

.payment-method-text1 {
  font-size: 20px;
  font-weight: 700;
  /* background: linear-gradient(transparent 70%, #fde9b1 30%); */
}

@media only screen and (max-width: 750px) {
  .payment-method-text1 {
    font-size: 14px;
  }
}

.payment-method-list {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list {
    gap: 15px;
    margin-top: 15px;
  }
}

.payment-method-list-item {
	width: 100%;
}

.payment-method-list-item-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #b6ab96;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-radius: 6px; */
	box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .payment-method-list-item-title {
    font-size: 14px;
    height: 30px;
  }
}

.payment-method-list-item-title.-loan {
	background-color: #fff;
	color: #b6ab96;
	border: 2px solid #b6ab96;
  background-color: #f5f0e7;
}

.payment-method-list-item-text {
	font-size: 15px;
	margin-top: 10px;
	display: block;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .payment-method-list-item-text {
	  font-size: 12px;
    text-align: left;
  }
}

.payment-method-list2 {
	display: flex;
  flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2 {
    margin-top: 15px;
  }
}

.payment-method-list2-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item {
    gap: 20px;
  }
}

.payment-method-list2-item:nth-child(2) {
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item:nth-child(2) {
    padding-bottom: 20px;
  }
}

.payment-method-list2-item:nth-child(3) {
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item:nth-child(3) {
    padding-bottom: 20px;
  }
}

.payment-method-list2-item-text {
	font-size: 20px;
	font-weight: 700;
  color: #b6ab96;
  position: relative;
  padding-left: 14px;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item-text {
	  font-size: 14px;
  }
}

.payment-method-list2-item-text::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 16px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #b6ab96;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item-text::before {
      top: 10px;
  }
}

.payment-method-list2-item-note {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {
  .payment-method-list2-item-note {
    font-size: 10px;
  }
}

/* ---------------------------------------------------------
hyaluronic
--------------------------------------------------------- */

.page_hyaluronic {
  overflow-x: hidden;
  font-family: "YakuHanJP", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
}

.page_hyaluronic .bold-line {
  position: relative;
  width: 100%;
  border-top: solid 15px #ffdce2;
  margin: 0;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .bold-line {
    border-top: solid 10px #ffdce2;
  }
}

.page_hyaluronic .hyaluronic_inner {
  border-left: solid 15px #ffdce2;
  border-right: solid 15px #ffdce2;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .hyaluronic_inner {
    border-left: solid 10px #ffdce2;
    border-right: solid 10px #ffdce2;
  }
}

.page_hyaluronic .hyaluronic_inner.bg_gray {
  background-color: #f9f9f9;
}

.page_hyaluronic .page_descMain_wrap {
  padding: 60px 20px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .page_descMain_wrap {
    padding: 30px 10px;
  }
}

.page_hyaluronic .reason_box {
  position: relative;
  background: #fff;
  border-top: #e67d91 3px solid;
  text-align: center;
  width: 100%;
  padding: 0 0 40px;
  margin-top: 73px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .reason_box {
    padding: 0 0 20px;
    margin-top: 49px;
  }
}

.page_hyaluronic .reason_box:first-child {
  margin-top: 53px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .reason_box:first-child {
    margin-top: 29px;
  }
}

.page_hyaluronic .reason_box_inner {
  padding: 0 20px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .reason_box_inner {
    padding: 0 10px;
  }
}

.page_hyaluronic .reason_num {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 80px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .reason_num {
    width: 58px;
    top: -9px;
    left: 10px;
  }
}

.page_hyaluronic .reason_title {
  color: #e67d91;
  font-size: 26px;
  border-bottom: 1px solid #c6d8e6;
  margin: 30px 0;
  padding-bottom: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .reason_title {
    margin-bottom: 20px;
    padding-bottom: 50px;
    font-size: 24px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 750px) {
  .page_munk_filler .reason_title {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

.page_hyaluronic .reason_subtitle {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.page_hyaluronic .reason_subtitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}

.page_hyaluronic .flex-img-left .image {
  width: 200px;
}

.page_hyaluronic .flex-img-left .image.-large {
  width: 400px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .flex-img-left .image.-large {
    width: 100%;
  }
}

.page_hyaluronic .page_layout_type_001 .text_area {
  flex: 1;
}

.page_hyaluronic .case_box {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .case_box {
    width: 100%;
  }
}


.page_hyaluronic .case_box:not(:first-child) {
  margin-top: 60px;
}

.page_hyaluronic .case_box:nth-child(-n+2) {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .case_box:not(:first-child) {
    margin-top: 40px;
  }
}

.page_hyaluronic .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_hyaluronic .case_title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .case_title {
    margin-bottom: 10px;
  }
}

.page_hyaluronic .case_text {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .case_text {
    margin-top: 10px;
  }
}

.hyaluronic_under {
  color: #e67d91;
  text-decoration: underline;
}

@media only screen and (min-width: 751px) {
  .hyaluronic_under:hover {
    text-decoration: none;
  }
}

.page_hyaluronic .heading_6 {
  border-left: 4px solid #e67d91;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .heading_6 {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .page_layout_type_002 {
    padding: 0;
  }
}

.page_hyaluronic .table_type_pink th {
  background: #e67d91;
}

.page_hyaluronic .table_type_pink th:first-child {
  width: 23%;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .table_type_pink th:first-child {
    width: 21%;
  }
}

.page_hyaluronic .layout_list .data_area {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .layout_list .data_area {
    background-color: #f8f8f8;
    padding: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .page_hyaluronic .layout_list table.table_list .table_w_s {
    width: 8%;
  }
}

.page_hyaluronic .price_text {
  background-color: #e67d91;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page_hyaluronic .price_text_strong {
  color: #f9ff0f;
}

.image_container {
  position: relative;
}

@media only screen and (max-width: 750px) {
  .image_container figure {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 750px) {
  .hyaluronic_img03 {
    padding-right: 3px;
  }
}

.image01_text01_container {
  position: absolute;
  top: 168px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text01_container {
    /* top: 67px; */
    top: 30%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image01_text02_container {
  position: absolute;
  top: 272px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text02_container {
    /* top: 112px; */
    top: 49%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image01_text03_container {
  position: absolute;
  top: 381px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text03_container {
    /* top: 159px; */
    top: 69%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image01_text04_container {
  position: absolute;
  top: 89px;
  left: 580px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text04_container {
    /* top: 36px; */
    top: 16%;
    /* left: 243px; */
    left: 70%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image01_text05_container {
  position: absolute;
  top: 195px;
  left: 580px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text05_container {
    /* top: 78px; */
    top: 34%;
    /* left: 243px; */
    left: 70%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image01_text06_container {
  position: absolute;
  top: 330px;
  left: 580px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text06_container {
    /* top: 136px; */
    top: 60%;
    /* left: 243px; */
    left: 70%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image01_text07_container {
  position: absolute;
  top: 432px;
  left: 580px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image01_text07_container {
    /* top: 186px; */
    top: 78%;
    /* left: 243px; */
    left: 70%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image02_text01_container {
  position: absolute;
  top: 172px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text01_container {
    /* top: 71px; */
    top: 32%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image02_text02_container {
  position: absolute;
  top: 232px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text02_container {
    /* top: 96px; */
    top: 43%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image02_text03_container {
  position: absolute;
  top: 339px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text03_container {
    /* top: 140px; */
    top: 64%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image02_text04_container {
  position: absolute;
  top: 400px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text04_container {
    /* top: 165px; */
    top: 75%;
    left: 0;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image02_text05_container {
  position: absolute;
  top: 127px;
  left: 553px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text05_container {
    /* top: 52px; */
    top: 24%;
    /* left: 231px; */
    left: 66%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

.image02_text06_container {
  position: absolute;
  top: 189px;
  left: 553px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text06_container {
    /* top: 78px; */
    top: 36%;
    /* left: 231px; */
    left: 66%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 750px) {
  .image02_text06_container .image_text02 {
    transform: scale(0.9, 1);
    margin-left: -7px;
  }
}

.image02_text07_container {
  position: absolute;
  top: 295px;
  left: 553px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text07_container {
    /* top: 122px; */
    top: 55%;
    /* left: 231px; */
    left: 66%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image02_text08_container {
  position: absolute;
  top: 400px;
  left: 553px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .image02_text08_container {
    /* top: 166px; */
    top: 75%;
    /* left: 231px; */
    left: 66%;
    font-size: 11px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
    white-space: nowrap;
  }
}

.image02_text02_container .image_text02 {
  font-feature-settings: "palt";
  letter-spacing: -1px;
}

@media only screen and (max-width: 750px) {
  .image02_text02_container .image_text02 {
    transform: scale(0.9, 1);
    margin-left: -8px;
  }
}

.image02_text08_container .image_text02 {
  font-feature-settings: "palt";
  letter-spacing: -1px;
}

@media only screen and (max-width: 750px) {
  .image02_text08_container .image_text02 {
    transform: scale(0.75, 1);
    margin-left: -21px;
  }
}

.image_text02 {
  display: inline-block;
  margin-top: 4px;
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {
  .image_text02 {
    margin-top: 2px;
  }
}

.image_text02 a {
  color: #fff;
  display: block;
  padding: 6px 10px;
  background-color: #e67d91;
  border-radius: 100px;
}

@media only screen and (max-width: 750px) {
  .image_text02 a {
    padding: 2px 6px;
  }
}

/*-----------------------
プチ整形　施術いろいろ
.p-tmt*
------------------------*/
.p-tmt__page {
  overflow-x: hidden;
  font-family: "YakuHanJP", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
}
.p-tmt__page .page_main:before{
  height: 100%;
}

.p-tmt__page .p-tmt__bold-line {
  position: relative;
  width: 100%;
  border-top: solid 15px #ffdce2;
  margin: 0;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt__bold-line {
    border-top: solid 10px #ffdce2;
  }
}

.p-tmt__page .c-section {
  border-left: solid 15px #ffdce2;
  border-right: solid 15px #ffdce2;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .c-section {
    border-left: solid 10px #ffdce2;
    border-right: solid 10px #ffdce2;
  }
}

.p-tmt__page .c-section.-bg_gray {
  background-color: #f9f9f9;
}

.p-tmt__page .c-section__inner {
  padding: 60px 20px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .c-section__inner {
    padding: 30px 10px;
  }
}

/* p-tmt-Reason */
.p-tmt__page .p-tmt-Reason__box {
  position: relative;
  background: #fff;
  border-top: #e67d91 3px solid;
  text-align: center;
  width: 100%;
  padding: 0 0 40px;
  margin-top: 73px;
}
@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Reason__box {
    padding: 0 0 20px;
    margin-top: 49px;
  }
  .p-tmt-Reason__box-content{
    align-items: center;
  }
}

.p-tmt__page .p-tmt-Reason__box:first-child {
  margin-top: 53px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Reason__box:first-child {
    margin-top: 29px;
  }
}

.p-tmt__page .p-tmt-Reason__box__inner {
  padding: 0 20px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Reason__box__inner {
    padding: 0 10px;
  }
}

.p-tmt__page .p-tmt-Reason__box-order {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 80px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Reason__box-order {
    width: 58px;
    top: -9px;
    left: 10px;
  }
}

.p-tmt__page .p-tmt-Reason__box-title {
  color: #e67d91;
  font-size: 26px;
  border-bottom: 1px solid #c6d8e6;
  margin: 30px 0;
  padding-bottom: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Reason__box-title {
    margin-bottom: 20px;
    padding-bottom: 50px;
    font-size: 24px;
    margin-top: 50px;
  }
}

.p-tmt__page .reason_subtitle {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.p-tmt__page .reason_subtitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}

.p-tmt__page .flex-img-left .image {
  width: 200px;
}

.p-tmt__page .flex-img-left .image.-large {
  width: 400px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .flex-img-left .image.-large {
    width: 100%;
  }
}

.p-tmt__page .page_layout_type_001 .text_area {
  flex: 1;
}

/* p-tmt-Feature */
.p-tmt-Feature__section .image{
  margin: 0 auto;
}
.p-tmt-Feature__section__body{
  align-items: center;
}

/* p-tmt-Cases */
.p-tmt__page .p-tmt-Cases__box {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Cases__box {
    width: 100%;
  }
}


.p-tmt__page .p-tmt-Cases__box:not(:first-child) {
  margin-top: 60px;
}

.p-tmt__page .p-tmt-Cases__box:nth-child(-n+2) {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Cases__box:not(:first-child) {
    margin-top: 40px;
  }
}

.p-tmt__page .p-tmt-Cases__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-tmt__page .p-tmt-Cases__box-title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Cases__box-title {
    margin-bottom: 10px;
  }
}

.p-tmt__page .p-tmt-Cases__box-content {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .p-tmt-Cases__box-content {
    margin-top: 10px;
  }
}

.p-tmt-Cases__text-link {
  color: #e67d91;
  text-decoration: underline;
}

@media only screen and (min-width: 751px) {
  .p-tmt-Cases__text-link:hover {
    text-decoration: none;
  }
}

.p-tmt__page .heading_6 {
  border-left: 4px solid #e67d91;
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .heading_6 {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 750px) {
  .p-tmt__page .page_layout_type_002 {
    padding: 0;
  }
}


/* p-tmt-Summary */
.p-tmt-Summary__box{

}
.p-tmt-Summary__section .table_type_pink:after{
  content: none;
}
.p-tmt-Summary__section .table_type_pink th {
  background: #e67d91;
}
.p-tmt-Summary__section .table_type_pink th:first-child {
  width: 23%;
}

@media only screen and (max-width: 750px) {
  .p-tmt-Summary__section .table_type_pink th:first-child {
    width: 21%;
  }
}

.p-tmt-Summary__box{
  font-size: 125%;
  outline: 2px solid #e67d91;
  outline-offset: -2px;
}
.p-tmt-Summary__box+.p-tmt-Summary__box,
.p-tmt-Summary__table{
  margin-top: 2em;
}
.p-tmt-Summary__box-title{
  background: #e67d91;
  padding: 0.5em;
  text-align: center;
  color: #fff;
}
.p-tmt-Summary__table{
  border-right-style: none;
}
/* p-tmt-Price */
.p-tmt-Price__lists .data_area {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 750px) {
  .p-tmt-Price__lists .data_area {
    background-color: #f8f8f8;
    padding: 10px;
  }
}

.p-tmt__page .p-tmt-Price__text {
  background-color: #e67d91;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 10px 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-tmt__page .p-tmt-Price__text--strong {
  color: #f9ff0f;
}

/* p-tmt-AboutDetail */
.p-tmt-About__figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5em;
}
.p-tmt-About__figure figcaption{
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 2;
}
.p-tmt-About__figure img{
  max-width: 300px;
}
@media only screen and (max-width: 750px) {
  .p-tmt-About__figure img{
    max-width: 200px;
  }
}

/* p-tmt-AboutDetail */
.p-tmt-AboutDetail__figure-caption{
  background: #e67d91;
  font-weight: bold;
  font-size: 16px;
  padding: 0.5em 1em;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 auto 2em;
  width: 100%;
  text-align: center;
}
.p-tmt-AboutDetail__section__body{
  display: flex;
  flex-direction: column;
}
.p-tmt-AboutDetail__section__body .heading6{
  margin-bottom: 30px;
}
.p-tmt-AboutDetail__grid{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 40px;
}
.p-tmt-AboutDetail__grid__col{
  position: relative;
}
.p-tmt-AboutDetail__grid.-arrow .p-tmt-AboutDetail__grid__col+.p-tmt-AboutDetail__grid__col:before{
  content: "";
  border-left: 20px solid #e67d91;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translate(-100%,-50%);
}
.p-tmt-AboutDetail__figure{
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100% !important;
  gap: 5px;
}
.p-tmt-AboutDetail__figure figcaption{
  background: #d6d4d5;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0.375em 1.5em;
  border-radius: 1.5em;
}
@media only screen and (max-width: 750px) {
  .p-tmt-AboutDetail__figure{
    margin: 0 auto !important;
  }
  .p-tmt-AboutDetail__grid{
    flex-direction: column;
  }
  .p-tmt-AboutDetail__grid.-arrow .p-tmt-AboutDetail__grid__col+.p-tmt-AboutDetail__grid__col:before{
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #e67d91;
    border-bottom-style: none;
    left: 50%;
    top: -9px;
    transform: translate(-50%,-100%);
  }
}

/* p-tmt-Treatment */
.p-tmt-Treatment__figure figcaption{
  background: #d6d4d5;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0.375em 1.5em;
}

.p-tmt-Treatment__box-title{
  margin-bottom: 20px !important;
}

.p-tmt-Treatment__text-link{
  background: #e61560;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  border-radius: 2em;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  position: relative;
}

.p-tmt-Treatment__text-link:after{
  content:"";
  display: block;
  border-left: 7px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translate(0,-50%);
}
.p-tmt-Treatment__box + .p-tmt-Treatment__box{
  margin-top: 4em;
}
@media only screen and (max-width: 750px) {
  .p-tmt-Treatment__box-content{
    flex-direction: column !important;
    align-items: center;
  }
  .p-tmt-Treatment__text-link{
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.related_treatment_box_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .related_treatment_box_wrap {
    flex-direction: column;
  }
}

/*-----------------------
カスタマイズヒアルLP　トンマナ合わせ
.p-custom*
------------------------*/
.p-custom {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: #484646;
}
@media screen and (max-width: 767px) {
  .p-custom {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-custom .page_inner {
    padding: 0 15px;
  }
}

.p-custom img {
  vertical-align: bottom;
}

.p-custom .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-custom .section.-bg-gray {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .p-custom .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-custom .heading01 {
  margin-bottom: 30px;
}
.p-custom .heading01_main {
  font-family: "Frank Ruhl Libre", serif;
  color: #f0c8ce;
  line-height: 1;
  font-size: 56px;
  font-weight: 300;
}
.p-custom .heading01_sub {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-custom .heading01_main {
    font-size: 44px;
  }
  .p-custom .heading01_sub {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.p-custom .heading01_note {
  font-size: 16px;
  margin-top: 20px;
  color: #b6ab96;
}

@media screen and (max-width: 767px) {
  .p-custom .heading01_note {
    font-size: 12px;
  }
}

.p-custom .price_section:not(:first-child) {
  margin-top: 20px;
}

.p-custom .price_box_wrapper .price_box {
  margin-top: 20px;
}

.p-custom .price_box:not(:first-child) {
  margin-top: 60px;
}

.p-custom .price_box:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-custom .price_box:last-child {
    margin-bottom: 80px;
  }
}

.p-custom .heading_title {
  font-size: 26px;
  background-color: #b6ab96;
  color: #fff;
  padding: 10px 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_title {
    font-size: 20px;
    padding: 5px 20px;
    /* margin: 0 calc(50% - 50vw); */
  }
}

.p-custom .heading_title.next_accordion {
  cursor: pointer;
}

.p-custom .heading_title.next_accordion::before {
  content:'';
  display:inline-block;
  width:12px;
  height:12px;
  border-top:solid 2px #ffffff;
  border-right:solid 2px #ffffff;
  position:absolute;
  top:50%;
  right:1.5em;
  transform: translate(50%,-60%)rotate(135deg);
  transform-origin: center center;
  transition: 0.2s transform ease 0s;
}

.p-custom .heading_title.next_accordion.current::before{
  transform: translate(50%,-30%)rotate(-45deg);
}

.p-custom .heading_explanation {
  font-size: 20px;
  color: #b6ab96;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_explanation {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.p-custom .heading_subtitle_wrapper {
  position: relative;
  display: flex;
}

.p-custom .heading_subtitle {
  position: relative;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  display: inline;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_subtitle {
    font-size: 18px;
    padding-left: 20px;
  }
}

.p-custom .heading_subtitle::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #b6ab96;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_subtitle::before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
}

.heading_subtitle_parentheses {
  font-size: 13px;
  margin-left: 4px;
  transform: translateY(-1px);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .heading_subtitle_parentheses {
    font-size: 12px;
  }
}

.p-custom .heading_category {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_category {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.p-custom .heading_link {
  position: relative;
  border: 1px solid #b6ab96;
  height: fit-content;
  padding: 2px 40px 2px 15px;
  font-size: 12px;
  color: #b6ab96;
  display: inline-block;
  margin: 4px 0 0 25px;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_link {
    font-size: 11px;
    padding: 2px 35px 2px 10px;
    margin: 2px 0 0 16px;
  }
}

.p-custom .heading_link:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-custom .heading_link:hover {
    background-color: #b6ab96;
    color: #fff;
  }

  .p-custom .heading_link:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103%) contrast(103%);
  }
}


.p-custom .heading_link::before {
  content: "";
  background-image: url(/wp-content/themes/efiller/images/renewal/common/arrow.svg);
  width: 16px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_link::before {
    right: 10px;
  }
}

.heading_link_wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-custom .heading_sub {
  padding-left: 25px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-custom .heading_sub {
    padding-left: 20px;
  }
}

.p-custom .table_price {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-custom .table_price {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-custom .table_price .table_price_title {
  background-color: #b6ab96;
  color: #fff;
  text-align: center;
}

.p-custom .table_price .table_price_title:nth-child(1) {
  width: 50%;
}

.p-custom .table_price .table_price_title:nth-child(2) {
  width: 20%;
}

.p-custom .table_price .table_price_title:nth-child(3) {
  width: 30%;
}

/* .p-custom .table_price .table_price_title:not(:last-child) {
  border-right: 1px solid #ddd;
} */

.p-custom .table_price tr:not(:first-child) {
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.p-custom .table_price th {
  /* border: 1px solid #ddd; */
  padding: 8px 0;
}

.p-custom .table_price td {
  text-align: center;
  /* border-right: 1px solid #ddd; */
  padding: 20px 2px;
  vertical-align: middle;
  line-height: 1.4;
}

.p-custom .table_price_name a {
  text-decoration: underline;
}

.p-custom .table_price_name a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-custom .table_price_name a:hover {
    text-decoration: none;
  }
}

.table_price_name_clinic {
  color: #e61560;
  font-size: 14px;
  display: block;
}

.p-custom .table_price.-type2 tr {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.p-custom .table_price.-type2 td:nth-child(1) {
  width: 50%;
}

.p-custom .table_price.-type2 td:nth-child(2) {
  width: 20%;
}

.p-custom .table_price.-type2 td:nth-child(3) {
  width: 30%;
}

.p-custom .table_price.-type3 th:nth-child(1) {
  width: 40%;
}

.p-custom .table_price.-type3 th:nth-child(2) {
  width: 17%;
}

.p-custom .table_price.-type3 th:nth-child(3) {
  width: 17%;
}
  
.p-custom .table_price.-type3 th:nth-child(4) {
  width: 21%;
}

.p-custom .table_price.-type4 th:nth-child(1) {
  width: 50%;
}

.p-custom .table_price.-type4 th:nth-child(2) {
  width: 50%;
}

.p-custom .table_price.-type5 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-custom .table_price.-type5 {
    margin-top: 30px;
  }
}

.p-custom .table_note {
  font-size: 14px;
  color: #e61560;
  margin-top: 2px;
  line-height: 1.6;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-custom .table_note {
    font-size: 12px;
  }
}

.p-custom .table_note.-saiyou {
  display: block;
  color: #484646;
}

.p-custom .heading02 {
  font-size: 36px;
  color: #b6ab96;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-custom .heading02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.p-custom .heading03 {
  font-size: 34px;
  text-align: center;
  color: #f0c8ce;
  border: 1px solid #f0c8ce;
  line-height: 1.2;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-custom .heading03 {
    font-size: 20px;
  }
}

.p-custom .heading04 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-custom .heading04 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-custom .heading04 .pink {
  color: #f0c8ce;
}
.p-custom .heading04 .gold {
  color: #b6ab96;
}

.p-custom .text01 {
  font-size: 22px;
}
.p-custom .text01 + .text01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-custom .text01 {
    font-size: 15px;
  }
  .p-custom .text01 + .text01 {
    margin-top: 30px;
  }
}

.p-custom .text02 {
  font-size: 18px;
}
.p-custom .text02 + .text02 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-custom .text02 {
    font-size: 15px;
  }
  .p-custom .text02 + .text02 {
    margin-top: 20px;
  }
}

.p-custom .marker_pink {
  background-color: #f0c8ce;
}
.p-custom .marker_gold {
  background-color: #b6ab96;
}

.p-custom .list01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-custom .list01_item {
  border-bottom: 1px solid #f0c8ce;
  padding-bottom: 25px;
}
.p-custom .list01_item_col1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.p-custom .list01_item_col2 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-custom .list01_img {
  width: 40%;
}
.p-custom .list01_text {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-custom .list01_item_col1 .list01_img{
    width: auto;
    max-width: 60%;
    margin: auto;
  }
  .p-custom .list01_item_col1 .list01_text {
    width: auto;
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-custom .list01 {
    gap: 30px;
  }
  .p-custom .list01_item_col1 {
    flex-direction: column;
    gap: 15px;
  }
  .p-custom .list01_item_col2 {
    flex-direction: column;
    gap: 15px;
  }
  .p-custom .list01_img {
    width: 100%;
  }
  .p-custom .list01_text {
    width: 100%;
  }
}

.p-custom .list02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-custom .list02_item {
  border: 1px solid #b6ab96;
  padding: 30px;
}
.p-custom .list02_item > .heading04 {
  margin-top: -10px;
}
.p-custom .list02_text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-custom .list02_item {
    padding: 15px;
  }
  .p-custom .list02_item > .heading04 {
    margin-top: 0;
  }
}

.p-custom .link-btn01 {
  background-color: #ce858c;
  padding: 10px 50px 10px 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 99px;
  display: block;
  margin-inline: auto;
  width: fit-content;
  position: relative;
}
.p-custom .link-btn01::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-custom .link-btn01 {
    padding: 10px 45px 10px 35px;
    font-size: 18px;
  }
}
.p-custom .link-btn01.-color-line {
  background-color: #60c373;
}
.p-custom .link-btn01.-mg-0 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-custom .link-btn01.-mg-0-pc {
    margin: 0;
  }
}

.p-custom .clinic_inner {
  width: 500px;
  margin-inline: auto;
}
.p-custom .clinic_list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 18px;
}
.p-custom .clinic_list li {
  background-color: #f0c8ce;
  font-size: 22px;
  position: relative;
}
.p-custom .clinic_list li::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #484646;
  border-right: solid 1.5px #484646;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
}
.p-custom .clinic_list li a {
  display: block;
  padding: 7px 20px;
  color: #484646;
}
.p-custom .clinic_list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-custom .clinic_inner {
    width: 100%;
  }
  .p-custom .clinic_list li {
    font-size: 18px;
  }
}

.p-custom .cta {
  background-color: #f0c8ce;
  padding: 80px 0;
}
.p-custom .cta_lead {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.p-custom .cta_fukidashi {
  width: 340px;
  margin-inline: auto;
  margin-top: 20px;
}
.p-custom .cta_heading {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 56px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  color: #555353;
  font-weight: 400;
}
.p-custom .cta_heading::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #555353;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-custom .cta_btn_container {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-custom .cta {
    padding: 60px 0;
  }
  .p-custom .cta_lead {
    font-size: 16px;
  }
  .p-custom .cta_fukidashi {
    width: 280px;
  }
  .p-custom .cta_heading {
    font-size: 44px;
  }
  .p-custom .cta_heading::after {
    width: 25px;
    height: 1px;
  }
}

/* ABOUTページ用 */
.p-custom.page_about .feature {
  margin-top: 60px;
}
.p-custom.page_about .feature_list {
  margin-top: 40px;
}
.p-custom.page_about .case_img {
  width: 400px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 18px;
}
.p-custom.page_about .philosophy .text01 {
  font-size: 22px;
}
.p-custom .philosophy .text01.-m {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-custom.page_about .philosophy .marker_gold {
  background-color: #b6ab96;
  padding: 0.4em 0.5em 0.4em 1em;
  color: #fff;
}
.p-custom.page_about .philosophy_img {
  margin-bottom: 40px;
}
.p-custom.page_about .policy_list {
  margin-top: 40px;
}
.p-custom.page_about .heading02 {
  font-size: 34px;
  color: #b6ab96;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-custom.page_about .feature_list {
    margin-top: 30px;
  }
  .p-custom.page_about .case_img {
    width: 100%;
  }
  .p-custom.page_about .philosophy .text01 {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  .p-custom .philosophy .text01.-m {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-custom.page_about .heading02 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* 施術ページ用 */
.p-custom.page_treatment .mv {
}
.p-custom.page_treatment .mv_inner {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
  position: relative;
}
.p-custom.page_treatment .mv_title {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 80px;
  color: #fff;
  font-size: 64px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-custom.page_treatment .mv_inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-custom.page_treatment .mv_title {
    font-size: 26px;
    bottom: 8px;
    transform: translateY(-50%);
    left: 20px;
    letter-spacing: 0;
  }
}

.p-custom .menu_inner {
  width: 600px;
  margin-inline: auto;
}
.p-custom .menu_list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 18px;
}
.p-custom .menu_list li {
  background-color: #faeaec;
  font-size: 22px;
  position: relative;
}
.p-custom .menu_list li::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #484646;
  border-right: solid 1.5px #484646;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
}
.p-custom .menu_list li a {
  display: block;
  padding: 7px 20px;
  color: #484646;
}
.p-custom .menu_list li .small {
  font-size: 16px;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .p-custom .menu_list li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-custom .menu_inner {
    width: 100%;
  }
  .p-custom .menu_list li {
    font-size: 18px;
  }
  .p-custom .menu_list li .small {
    font-size: 14px;
    padding-left: 6px;
    display: block;
  }
}

.p-custom .index {
  background: #faeaec;
  padding: 60px 0;
}
.p-custom .index_heading {
  color: #b6ab96;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-custom .index_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.p-custom .index_list li {
  font-size: 18px;
  position: relative;
}
.p-custom .index_list li a {
  color: #484646;
}
.p-custom .index_list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #484646;
  position: absolute;
  left: -10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-custom .index_list li {
    font-size: 16px;
  }
  .p-custom .index_list li::before {
    top: 13px;
  }
}

.p-custom .case_item {
  margin-bottom: 60px;
}
.p-custom .case_item:last-of-type {
  margin-bottom: 40px;
}
.p-custom .case_img {
  width: 500px;
  margin-inline: auto;
}
.p-custom .case_info {
  margin-top: 20px;
  border-top: 1px solid #b6ab96;
}
.p-custom .case_info_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.p-custom .case_info_list {
  padding-left: 20px;
}
.p-custom .case_info_list.-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.p-custom .case_info_list li {
  font-size: 18px;
  position: relative;
}
.p-custom .case_info_list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-custom .case_img {
    width: 100%;
  }
  .p-custom .case_info_title {
    font-size: 17px;
  }
}

.p-custom .recommend_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-custom .recommend_list > li {
  font-size: 20px;
  position: relative;
  padding-left: 28px;
}
.p-custom .recommend_list > li::before {
  content: '';
  background-image: url(/wp-content/themes/efiller/images/common/icon_check.svg);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .p-custom .recommend_list > li {
    font-size: 16px;
    padding-left: 24px;
  }
  .p-custom .recommend_list > li::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}

.p-custom .treatment_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-custom .treatment_item {
  border: 1px solid #dfa3ad;
  position: relative;
  counter-increment: mycounter;
}
.p-custom .treatment_item::before {
  position: absolute;
  top: 5px;
  left: 20px;
  content: counter(mycounter, decimal-leading-zero);
  color: #dfa3ad;
  font-size: 40px;
}
.p-custom ul.treatment_problem {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-custom ul.treatment_problem li {
  font-size: 20px;
  line-height: 1.5;
  color: #484646;
  position: relative;
}
.p-custom ul.treatment_problem li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #484646;
  position: absolute;
  left: -10px;
  top: 15px;
}
.p-custom .treatment_inner {
  display: flex;
}
.p-custom .treatment_inner_left {
  margin-top: 70px;
  width: calc(100% - 320px);
  padding: 20px;
  min-height: 180px;
}
.p-custom .treatment_inner_right {
  width: 360px;
  position: absolute;
  right: 0;
  top: -20px;
}
.p-custom .treatment_inner_right img {
  width: 75%;
  margin-left: 40px;
}
.p-custom .treatment_area_text {
  position: absolute;
  background-color: #dfa3ad;
  font-weight: 500;
  top: 35px;
  left: 0px;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
}
.p-custom .treatment_name {
  display: block;
  background-color: #dfa3ad;
  margin-top: -20px;
  /* padding: 5px 20px 15px; */
  padding: 10px 20px 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
}
.p-custom .treatment_name p {
  margin-top: 5px;
}
.p-custom .treatment_name::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.p-custom .treatment_name_subTitle {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  color: #dfa3ad;
  padding: 0 10px;
  font-weight: 700;
}
.p-custom .treatment_name .small {
  font-size: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-custom .treatment_name:hover {
    background-color: #dfadb5;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-custom .treatment_list {
    gap: 30px;
  }
  .p-custom .treatment_item:hover,
  .p-custom .treatment_item:hover img {
    opacity: 1;
  }
  .p-custom .treatment_inner {
    margin-top: 50px;
    position: relative;
  }
  .p-custom .treatment_inner_left {
    width: calc(100% - 150px);
    padding: 15px;
    padding-left: 10px;
    padding-right: 0;
    min-height: 145px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .p-custom .treatment_inner_right {
    width: 190px;
    margin-top: 0;
    position: absolute;
    right: -10px;
    bottom: -10px;
    top: auto;
  }
  .p-custom .treatment_inner_right img {
    width: 100%;
    margin-left: 0;
  }
  .p-custom .treatment_item::before {
    font-size: 34px;
    top: 0;
    left: 15px;
  }
  .p-custom ul.treatment_problem {
    margin-top: 0;
    margin-left: 15px;
  }
  .p-custom ul.treatment_problem li {
    font-size: 14px;
  }
  .p-custom ul.treatment_problem li::before {
    top: 11px;
  }
  .p-custom .treatment_area_text {
    font-size: 12px;
    top: -5px;
    left: 15px;
    padding: 0 5px;
  }
  .p-custom .treatment_name {
    padding: 5px 40px 15px 15px;
    font-size: 24px;
    margin-top: 0;
  }
  .p-custom .treatment_name_subTitle {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline;
  }
  .p-custom .treatment_name .small {
    padding-left: 5px;
    font-size: 16px;
    display: block;
  }
}

.p-custom .about_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-custom .about_img {
    margin-bottom: 30px;
  }
}

.p-custom .about_img-top {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-custom .about_img-top {
    margin-top: 30px;
  }
}

.p-custom .opinion_doctor_img {
  width: 350px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-custom .opinion_doctor_img {
    width: 70%;
    margin-bottom: 30px;
  }
}

.p-custom .opinion_doctor_img_w {
  width: 700px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-custom .opinion_doctor_img_w {
    width: 80%;
    margin-bottom: 30px;
  }
}

.p-custom .faq_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-custom .faq_item dt {
  background-color: #b6ab96;
  color: #fff;
  padding: 5px 15px;
  padding-left: 40px;
  position: relative;
}
.p-custom .faq_item dt::before {
  position: absolute;
  content: 'Q';
  top: -3px;
  left: 12px;
  font-size: 24px;
}
.p-custom .faq_item dd {
  padding: 12px 15px 20px;
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #b6ab96;
}
.p-custom .faq_item dd::before {
  position: absolute;
  content: 'A';
  top: 4px;
  left: 12px;
  font-size: 24px;
  color: #b6ab96;
}
@media screen and (max-width: 767px) {
  .p-custom .faq_list {
    gap: 30px;
  }
  .p-custom .faq_item dt,
  .p-custom .faq_item dd {
    padding-left: 38px;
  }
  .p-custom .faq_item dt::before,
  .p-custom .faq_item dd::before {
    font-size: 20px;
    top: 0;
  }
  .p-custom .faq_item dd::before {
    top: 6px;
  }
}

/*
https://www.efiller.jp/introduction/
*/
.page_introduction .page_descMain_wrap {
  padding: 60px 20px;
}
@media only screen and (max-width: 750px) {
  .page_introduction .page_descMain_wrap {
    padding: 30px 10px;
  }
}
.p-introduction__section{
  padding: 70px 30px;
}
.p-introduction__section .c-section__head{
  max-width: 494px;
  margin: 0 auto;
}
.p-introduction__section .c-section__body{
  max-width: 800px;
  margin: 12px auto 0;
}
.p-introduction__section .c-section__title{
  max-width: 426px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 750px) {
  .p-introduction__section{
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
  .p-introduction__section .c-section__title{
    max-width: 300px;
  }
}
@media only screen and (min-width: 751px) {
  .p-introduction__price-table {
    padding-right: 8%;
  }
}
.p-introduction__section .p-introduction__period{
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 3px solid #15498f;
}
.p-introduction__section .c-section__lede{
  font-size: 18px;
  line-height: 1.777777;
  text-align: center;
  letter-spacing: 0.04em;
  color: #15498f;
  font-weight: bold;
}
.p-introduction__period-title{
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  width: 100%;
}
.p-introduction__period-title:before{
  content:"";
  display: block;
  width: 100%;
  border-bottom: 3px solid #15498f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-introduction__period-title span{
  position: relative;
  z-index: 1;
  background: #15498f;
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0.38888em 1em;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-introduction__period-title{
    margin-bottom: 11px;
  }
}
.p-introduction__period-main-text{
  font-size: 32px;
  color: #15498f;
  font-weight: bold;
}
.p-introduction__period-text{
  font-size: 18px;
  color: #15498f;
  font-weight: bold;
}

.p-introduction__price-table{
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .p-introduction__section .c-section__body{
    max-width: 504px;
  }
  .p-introduction__price-table-img-pc{
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-introduction__price-table-img-sp{
    display: none;
  }
}


.p-introduction__panel .c-panel__title{
  font-size: 28px;
  color: #15498f;
  font-weight: bold;
  text-align: center;
}
.p-introduction__panel .c-panel__body{
  margin-top: 24px;
}
.p-introduction__panel .c-panel__text{
  font-size: 16px;
  line-height: 1.777777;
  text-align: center;
  letter-spacing: 0.04em;
  color: #15498f;
  font-weight: bold;
}

.p-introduction__panel.-coupon{
  max-width: 750px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-introduction__panel.-coupon .c-panel__body{
  display: flex;
  gap: 65px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-introduction__panel .c-panel__body{
    margin-top: 15px;
  }
  .p-introduction__panel .c-panel__text{
    font-size: 16px;
  }
}


.p-introduction__panel.-coupon .c-panel__list{
  max-width: calc((100% - 65px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-introduction__panel.-coupon .c-panel__list-title{
  background: #15498f;
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0.38888em 1em;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.p-introduction__panel.-coupon .c-panel__list-text{
  font-size: 16px;
  line-height: 1.777777;
  text-align: center;
  letter-spacing: 0.04em;
  color: #15498f;
  font-weight: bold;
}

.p-introduction__panel.-termsofuse{
  border-top: 1px solid #15498f;
  padding-top: 50px;
  margin: 50px auto 0;
  max-width: 556px;
}
@media screen and (max-width: 768px) {
  .p-introduction__panel.-coupon{
    margin-top: 40px;
  }
  .p-introduction__panel.-coupon .c-panel__body{
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  .p-introduction__panel.-coupon .c-panel__list{
    max-width: 100%;
  }
  .p-introduction__panel.-coupon .c-panel__list-text{
    font-size: 16px;
  }
  .p-introduction__panel.-termsofuse{
    padding-top: 30px;
    margin-top: 30px;
  }
}
.p-introduction__btn{
  max-width: 516px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  height: 70px;
  background: #60c373;
  margin: 60px auto 0;
}
.p-introduction__btn img{
  max-width: 263.33333px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-introduction__btn{
    height: 50px;
    margin-top: 50px;
  }
  .p-introduction__btn img{
    max-width: 200px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .spVer{
    display: none !important;
  }
}

/* 採用ページ用 */
.saiyou_tab_navi{
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .saiyou_tab_navi{
    font-size: 90%;
  }
}
.saiyou_tab_navi_item {
	display: flex;
  gap: 2px;

}
.saiyou_tab_navi_item li {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f0c8ce;
}

.saiyou_tab_navi_item li.active {
	color: #fff;
	background: #ce858c;
}
.saiyou_tab_navi_item li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #ce858c;
}
.saiyou_tab_navi_item li .saiyou_tab_navi_linkarea{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.saiyou_tab_navi_item li.active a{
  color: #fff;
}
/* old design */
.recruit-sec .saiyou_tab_navi{
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit-sec .saiyou_tab_navi{
    font-size: 1.2rem;
  }
}
