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

/*------ 共通 -----*/
.lower_medical_wrap {
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc;
}
.lower_medical_wrap_in {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}
.medical_keyvisual {
	padding: 30px 0;
}
.medical_keyvisual_ttl {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
.medical_keyvisual_ttl picture {
	display: block;
	margin-bottom: 10px;
}
.medical_keyvisual_ttl h1 {
	font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" , "游ゴシック" , YuGothic, "Yu Gothic", serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.mt_1 {
	margin-top: 1em!important;
}
.mt_2 {
	margin-top: 2em!important;
}
.mt_3 {
	margin-top: 3em!important;
}
.mt_4 {
	margin-top: 4em!important;
}
.mt_5 {
	margin-top: 5em!important;
}
.red_text {
	color: #F36A97;
}
.ttl {
	margin-bottom: 30px;
}
.medical_back_btn {
	margin-top: 50px;
}
rt {
	font-size: 60%;
	font-weight: normal!important;
}
.white_ttl {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.white_ttl span {
	font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" , "游ゴシック" , YuGothic, "Yu Gothic", serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 2.4rem;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 16px 50px;
}
.scroll-hint-icon {
	height: 90px!important;
	z-index: 3;
}
.medical_lead {
	margin-bottom: 30px;
}
.photo_flex .ct_text a {
	font-weight: 600;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.scroll , .scroll02 {
		overflow-x: scroll;
		padding-bottom: 20px;
		overscroll-behavior: none!important;
	}
	.medical_ct01 {
		padding-top:4.0rem;
	}
	.medicai_article {
		margin: 40px 0;
	}
	.medical_ct02 {
		padding-top: 10.0rem;
	}
	.medical_ct03 {
		padding-top: 10.0rem;
	}
	.medical_ct04 {
		padding-top: 10.0rem;
	}
	.photo_flex .ct_image {
		margin-top: 15px;
	}
	.photo_flex .ct_image picture {
		line-height: 1;
		display: block;
		margin-bottom: 20px;
	}
	.photo_flex.type02 .ct_image {
		text-align: center;
	}
	.photo_flex.type02 .ct_image picture {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.medical_table_wrap {
		margin: 30px 0;
	}
	.medical_table td:first-child {
		background: #fbf5f5;
	}
	.medical_table {
		width: 100%;
	}
	.medical_table .thead {
		display: none;
	}
	.medical_table tr {
		width: 100%;
	}
	.medical_table td:first-child {
		background: #96948D;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding-left: 0;
		width: 100%;
	}
	.medical_table td {
		display: block;
		text-align: center;
		width: 50%;
		position: relative;
		padding: 15px 5px 15px 50%;
		line-height: 1.6;
	}
	.medical_table td::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #ccc;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
	}
	.medical_table td:first-child::after,
	.medical_table td:last-child::after{
		display: none;
	}
	.medical_table tr:last-of-type td:last-child::after{
		display: block;
	}
	.medical_table td:not(:first-child):before {
		content: attr(data-label);
		float: left;
		font-weight: 600;
		background: #F8F5EF;
		width: calc(50% - 10px);
		height: calc(100% - 30px);
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 1.6rem;
		padding: 15px 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.scroll , .scroll02 {
		overflow-x: hidden!important;
		overscroll-behavior: none!important;
	}
	.lower_medical_wrap {
		padding-bottom: 100px;
	}
	.medical_keyvisual {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 190px;
	}
	.medical_ct01 {
		padding-top: 80px;
	}
	.medical_ct02 {
		padding-top: 100px;
	}
	.medical_ct03 {
		padding-top: 100px;
	}
	.medical_ct04 {
		padding-top: 100px;
	}
	.photo_flex {
		display: flex;
		justify-content: space-between;
	}
	.photo_flex .ct_text {
		width: 500px;
	}
	.photo_flex .ct_image {
		margin-top: 0;
		width: 400px;
	}
	.photo_flex .ct_image picture {
		line-height: 1;
		display: block;
		margin-bottom: 20px;
	}
	.photo_flex.type02 .ct_text {
		width: 600px;
	}
	.photo_flex.type02 .ct_image {
		width: 300px;
		text-align: center;
	}
	.photo_flex.type02 .ct_image picture {
		width: 100%;
		margin-bottom: 10px;
	}
	.medical_back_btn {
		margin-top: 60px;
		display: flex;
		justify-content: center;
	}
	.medical_back_btn .common_btn {
		width: 240px;
	}
	.medical_table_wrap {
		margin: 30px 0;
	}
	.medical_table {
		width: 100%;
	}
	.medical_table th {
		width: calc(80% / 5);
		background: #96948D;
		color: #fff;
		font-weight: 600;
		padding: 9px 5px;
		vertical-align: middle;
		text-align: center;
	}
	.medical_table th:first-child {
		width: 20%;
	}
	.medical_table td {
		padding: 10px 5px;
		text-align: center;
		vertical-align: middle;
		line-height: 1.6;
		position: relative;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.medical_table td:first-child {
		font-weight: 600;
		background: #F8F5EF;
		border-left: none;
	}
	.medical_table td:nth-child(2) {
		border-left: none;
	}
	.medical_table.two_col th:first-child,
	.medical_table.two_col th {
		width: 50%;
	}
}


/*------ 皮膚科 -----*/
.dermatology .medical_keyvisual {
	background: #DEF2E2;
}
.green_back {
	background: #DEF2E2;
	border-radius: 10px;
	padding: 20px;
	margin: 30px 0;
}
.green_maru {
	position: relative;
	padding-left: 1.3em;
	line-height: 1.6;
	margin: 8px 0;
}
.green_maru::before {
	content: '●';
	color: #74BFB7;
	position: absolute;
	left: 0;
}

/*------ 美容皮膚科 -----*/
.lower_cosmetic .medical_keyvisual {
	background: #FFF1F5;
}
.lower_cosmetic .line_ttl::before {
	background: #E87C89;
}
.lower_cosmetic .l_line_ttl {
	border-color: #E87C89;
}
.pink_back {
	background: #FFF1F5;
	border-radius: 10px;
	padding: 20px;
	margin: 30px 0;
}
.pink_maru {
	position: relative;
	padding-left: 1.3em;
	line-height: 1.6;
	margin: 8px 0;
}
.pink_maru::before {
	content: '●';
	color: #E87C89;
	position: absolute;
	left: 0;
}
.cosmetic_note{
	background: #FFF1F5;
	border-radius: 10px;
	margin-bottom: 30px;
}
.cosmetic_note .common_btn{
	margin-top: 20px;
}
.cosmetic_note .common_btn a {
  background: #FFFFFF;
}
.ttl_box {
	margin-bottom: 30px;
}
.ttl_box dl {
	background: #F8F5EF;
	border-radius: 10px;
	overflow: hidden;
}
.ttl_box dl dt {
	background: #E87C89;
	color: #fff;
	font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro" , "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" , "游ゴシック" , YuGothic, "Yu Gothic", serif;
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
	padding: 6px;
}
.ttl_box dl dd {
	padding: 20px;
}
.check_list li {
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
	line-height: 1.6;
}
.check_list li::before {
	content: url("../img/cosmetic/check_ico.svg");
	position: absolute;
	left: 0;
	top: calc(50% + 0.02em);
	transform: translate(0 , -50%);
	line-height: 0;
}

.lower_cosmetic .charge_ct table {
	margin: 20px 0;
	width: 100%;
}
.lower_cosmetic .charge_ct table th,
.lower_cosmetic .charge_ct table td{
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.lower_cosmetic .charge_ct table tr:first-of-type th {
	border-top: 1px solid #ccc;
}
.lower_cosmetic .charge_ct table th {
	background: #F8F5EF;
	font-weight: 600;
}
.lower_cosmetic .charge_ct table td.td_ttl span::after {
	content: '：';
}
.symptoms_list {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.symptoms_list li {
	width: calc( 50% - 45px);
	margin-bottom: 10px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	background: #E87C89;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.symptoms_list li.l_text {
	width: 100%;
}
.lower_cosmetic .num_box .text dt span {
	background: #E87C89;
}


/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.lower_cosmetic #medical_ct01 {
		padding-top: calc(70px + 4rem);
		margin-top: -70px;
	}
	.cosmetic_note{
		padding: 20px;
	}
	.lower_medical_wrap .cosmetic_note{
		margin-top: 4.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.green_back {
		padding: 30px;
	}
	.cosmetic_note{
		text-align: center;
		padding: 30px 20px;
	}
	.lower_medical_wrap .cosmetic_note{
		margin-top: 40px;
	}
	.cosmetic_note .common_btn{
		width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.cosmetic_note .common_btn a:hover {
		background: #E87C89;
	}
	.ttl_box {
		margin-bottom: 50px;
	}
	.ttl_box dl dd p {
		text-align: center;
	}
	.check_list {
		display: flex;
		justify-content: center;
	}
	.check_list li {
		margin: 10px 20px;
	}
	.lower_cosmetic .charge_ct table th,
	.lower_cosmetic .charge_ct table td{
		display: table-cell;
		width: 50%;
		padding: 20px 15px;
	}
	.lower_cosmetic .charge_ct table th {
		vertical-align: middle;
	}
	.lower_cosmetic .charge_ct table td{
		text-align: right;
	}
	.lower_cosmetic .charge_ct table tr td:first-of-type {
		border-top: 1px solid #ccc;
	}
	.lower_cosmetic .charge_ct table td.td_ttl span::after {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% + 40px);
		border-right: 1px solid #ccc;
		position: absolute;
		right: 0;
		top: -20px;
	}
	.lower_cosmetic .charge_ct table td.td_ttl {
		position: relative;
		padding-left: calc(25% + 15px);
	}
	.lower_cosmetic .charge_ct table td.td_ttl span {
		width: 50%;
		display: inline-block;
		position: absolute;
		left: 0;
		text-align: left;
		padding-left: 15px;
	}
	.symptoms_list {
		justify-content: flex-start;
	}
	.symptoms_list li {
		width: 130px;
		margin-left: 10px;
		padding: 0;
		margin-bottom: 0;
	}
	.symptoms_list li.l_text {
		width: 300px;
		letter-spacing: -0.05em;
	}
	.symptoms_list li:first-child {
		margin-left: 0;
	}
}



/* ----------------------------------------------------------------------- 
診療内容個別のスタイル
----------------------------------------------------------------------- */

/*------ アトピー性皮膚炎 -----*/
.atopic_about_wrap {
	background: #F8F5EF;
	padding: 30px 20px;
	border-radius: 10px;
	margin-top: 40px;
}
.atopic_about .white_ttl span {
	padding: 16px 30px;
	text-align: center;
}
.atopic_about picture {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.atopic_treatment .num_list li {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	margin: 20px 0;
}
.beige_back {
	background: #F8F5EF;
	padding: 30px 20px;
	border-radius: 10px;
	margin: 20px 0;
}
.num_box_wrap {
	margin-top: 60px;
}
.num_box {
	display: flex;
	flex-direction: column-reverse;
}
.num_box .image {
	display: flex;
	justify-content: center;
}
.num_box .image picture {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.num_box .text {
	margin-top: 30px;
	padding-left: 45px;
	position: relative;
}
.num_box .text dt {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 20px;
}
.num_box .text dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #74BFB7;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    position: absolute;
    left: 0;
}
.atopic_topic .medicai_article {
	padding-top: 100px;
	margin-top: -50px;
}
.atopic_topic .l_line_ttl {
	margin-bottom: 20px;
}
.sticky_table {
	width: 1000px;
	border-collapse: separate;
}
.sticky_table th {
	width: calc(80% / 5);
	background: #96948D;
	color: #fff;
	font-weight: 600;
	padding: 9px 5px;
	vertical-align: middle;
}
.sticky_table th:first-child {
	width: 20%;
	position: sticky;
	left: 0;
	z-index: 2;
}
.sticky_table td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sticky_table td:first-child {
	font-weight: 600;
	background: #F8F5EF;
	position: sticky;
	left: 0;
	z-index: 2;
}
.sticky_table td:last-child {
	border-right: none;
}
.atopic_topic .sticky_table_wrap {
	margin-top: 30px;
}
.atopic_topic .sticky_table_wrap .sticky_table.seven_col th {
	width: calc(80% / 6);
}
.atopic_topic .sticky_table_wrap .sticky_table.seven_col th:first-child {
	width: 20%;
}
.atopic_topic.atopic_topic_child .sticky_table_wrap {
	margin-top: 0;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.sticky_table th:first-child , .atopic_topic .sticky_table_wrap .sticky_table.seven_col th:first-child {
		width: 15%;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.atopic_about_wrap {
		padding: 30px 50px 50px 50px;
	}
	.beige_back {
		padding: 40px 30px;
	}
	.atopic_about .white_ttl span {
		min-width: 300px;
	}
	.atopic_treatment .num_list {
		display: flex;
		justify-content: center;
	}
	.atopic_treatment .num_list li {
		margin: 0;
		margin-right: 50px;
	}
	.atopic_treatment .num_list li:last-child {
		margin-right: 0;
	}
	.num_box_wrap {
		margin-top: 80px;
	}
	.num_box {
		flex-direction: row;
		align-items: center;
	}
	.num_box .text {
		margin-top: 0;
		flex: 1;
		padding-right: 55px;
	}
	.atopic_topic .sticky_table_wrap {
		margin-top: 50px;
	}
}

/*------ 尋常性痤瘡（ニキビ） -----*/
.acne_mechanism_wrap {
	margin-top: 70px;
}
.acne_mechanism {
	width: 1000px;
	padding: 30px;
	background: #F8F5EF;
	border-radius: 10px;
	box-sizing: border-box;
}
.acne_mechanism ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.acne_mechanism ul li {
	width: 17%;
	position: relative;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
	padding-right: 20px;
}
.acne_mechanism ul li:not(:last-child) span {
	position: relative;
	left: -12px;
}
.acne_mechanism ul li:last-child {
	width: 12.5%;
	padding-right: 0px;
}
.acne_mechanism ul li:not(:last-child)::after {
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 21.5px 0 21.5px 14px;
	border-color: transparent transparent transparent #96948D;
	position: absolute;
	right: 3px;
	top: 55px;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.acne_mechanism {
		width: 100%;
		padding: 30px 20px;
	}
	.acne_mechanism ul {
		width: 1000px;
	}
	.acne_mechanism .white_ttl span {
		padding: 16px 30px;
		font-size: 2.2rem;
	}
	.acne_mechanism .scroll-hint-icon {
		margin-top: -20px;
	}
}

/*------ 巻き爪 -----*/
.illust_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.illust_flex .l_illust,
.illust_flex .r_illust {
	width: 49%;
	text-align: center;
}
.illust_flex .l_illust picture,
.illust_flex .r_illust picture {
	margin-bottom: 10px;
}
.acronyx_treatment .medicai_article:first-of-type {
	margin-bottom: 70px;
}
.acronyx_topic_wrap {
	margin: 40px 0;
}
.acronyx_topic.flex {
	display: flex;
	margin-bottom: 70px;
}
.acronyx_topic_l {
	width: 60px;
}
.acronyx_topic_l {
	margin-top: 80px;
}
.acronyx_topic_l h4 {
	line-height: 1;
}
.acronyx_topic_l .figure_02 {
	margin-top: 30px;
}
.acronyx_topic_r {
	width: calc(100% - 60px);
}
.acronyx_topic_r .acronyx_topic_figure {
	width: 940px;
}
.acronyx_topic_figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.acronyx_topic_figure dl {
	background: #F8F5EF;
	border-radius: 10px;
	width: 170px;
	padding: 20px 20px 40px 20px;
	position: relative;
}
.acronyx_topic_figure dl:not(:last-child)::after {
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 21.5px 0 21.5px 14px;
	border-color: transparent transparent transparent #96948D;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0 , -50%);
}
.acronyx_topic_figure dt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #fff;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 20px;
}
.acronyx_topic_figure dl:nth-of-type(3) dt,
.acronyx_topic_figure dl:nth-of-type(4) dt {
	letter-spacing: -0.18em;
}
.acronyx_topic_figure dl dd picture {
	display: block;
	line-height: 1;
	margin: 20px 0 30px 0;
}

/*------ 尋常性乾癬 -----*/
.psoriasis_about_wrap {
	margin-top: 40px;
}
.psoriasis_about .flex .l_ct,
.psoriasis_about .flex .r_ct {
	padding: 20px;
	background: #F8F5EF;
	border-radius: 10px;
	box-sizing: border-box;
}
.psoriasis_about .flex .l_ct picture {
	display: block;
	width: 238px;
	margin: 0 auto;
}
.psoriasis_about .flex .l_ct {
	margin-bottom: 20px;
}
.psoriasis_about .flex .r_ct picture {
	display: block;
	width: 262px;
	margin: 0 auto 15px auto;
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.psoriasis_about .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.psoriasis_about .flex .l_ct,
	.psoriasis_about .flex .r_ct {
		padding: 30px;
	}
	.psoriasis_about .white_ttl span {
		width: 160px;
		text-align: center;
	}
	.psoriasis_about .flex .l_ct {
		width: 480px;
		margin-bottom: 0;
	}
	.psoriasis_about .flex .r_ct {
		width: 480px;
	}
	.psoriasis_about .flex .r_ct picture {
		position: relative;
		left: 50px;
	}
}

/*------ あせも -----*/
.heat-rash_about_wrap {
	background: #F8F5EF;
	padding: 30px 20px;
	border-radius: 10px;
	margin-top: 40px;
}
.heat-rash_about .white_ttl span {
	padding: 16px 30px;
	text-align: center;
}
.heat-rash_about picture {
	display: block;
	text-align: center;
	max-width: 440px;
	margin: 0 auto;
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.heat-rash_about picture {
		position: relative;
		left: 42px;
	}
	.heat-rash_about .white_ttl span {
		min-width: 300px;
	}
}

/*------ 水いぼ・いぼ -----*/
.wart_treatment .medicai_article:first-of-type {
  margin-bottom: 70px;
}

/*------ 医療脱毛 -----*/
.hair-removal_about_wrap {
	margin-top: 40px;
}
.hair-removal_about .flex .l_ct,
.hair-removal_about .flex .r_ct,
.hair_cycle02 .flex .l_ct,
.hair_cycle02 .flex .r_ct {
	padding: 20px;
	background: #F8F5EF;
	border-radius: 10px;
	box-sizing: border-box;
}
.hair-removal_about .flex .l_ct picture {
	display: block;
	width: 350px;
	margin: 20px auto 0px auto;
}
.hair-removal_about .flex .l_ct,
.hair_cycle02 .flex .l_ct{
	margin-bottom: 20px;
}
.hair-removal_about .flex .r_ct picture {
	display: block;
	width: 350px;
	margin: 20px auto 0px auto;
}
.hair_cycle02 .flex .l_ct,
.hair_cycle02 .flex .r_ct {
	text-align: center;
}
.hair_cycle02 .flex .l_ct picture,
.hair_cycle02 .flex .r_ct picture {
	display: block;
	width: 188px;
	margin: 20px auto 0px auto;
}
.hair-removal_diff .photo_flex .ct_image picture {
	margin-bottom: 5px;
}
.hair-removal_tp .pink_ttl dt {
	color: #E87C89;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "Yu Gothic", serif;
    font-weight: 500;
    line-height: 1.4;
	text-align: center;
	margin: 30px auto;
}
.hair-removal_about_table .sticky_table_wrap .sticky_table th {
	width: calc(85% / 4);
}
.hair-removal_about_table .sticky_table_wrap .sticky_table th:first-child {
	width: 15%;
}
.hair-removal_about_table .sticky_table_wrap .sticky_table td:first-child {
	border-right: none;
}
.hair-removal_about_table .sticky_table_wrap .sticky_table td:first-child::before {
	content: '';
	display: block;
	height: 52px;
	float: left;
}
.hair-removal_about_table .sticky_table_wrap .sticky_table td:first-child span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 52px;
}
.hair-removal_diff .sticky_table_wrap .sticky_table.seven_col th {
	width: calc(80.5% / 6);
}
.hair-removal_diff .sticky_table_wrap .sticky_table.seven_col tr td:first-child {
	border-right: none;
}
.hair_cycle01 picture {
	display: block;
	width: 900px;
	margin: 0 auto;
}
.hair-charge .women {
	margin-bottom: 50px;
}
.hair-charge .click_price {
	background: #FFF1F5;
	color: #E87C89;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "Yu Gothic", serif;
    font-weight: 500;
    line-height: 1.4;
	text-align: center;
	padding: 10px;
	border-radius: 100px;
	margin: 20px auto;
}
.hair-charge .women_modal_01 img {
	display: block;
	width: 48.2%;
	margin: 0 auto;
}
.hair-charge .women_modal_02 img {
	display: block;
	width: 42.8%;
	margin: 0 auto;
	position: relative;
	left: 3%;
}
.hair-charge .men_modal_01 img {
	display: block;
	width: 48%;
	margin: 0 auto;
}
.hair-charge .men_modal_02 img {
	display: block;
	width: 41.4%;
	margin: 0 auto;
	position: relative;
	left: 3.5%;
}
.hair-charge .women_modal_01,
.hair-charge .women_modal_02 {
	position: relative;
	max-width: 500px;
	margin: 30px 0;
}
.hair-charge .men_modal_01,
.hair-charge .men_modal_02 {
	position: relative;
	max-width: 500px;
	margin: 40px 0;
}
.hair-charge .medical-js-modal-open {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 26%;
	height: min(calc(( 40 / 500 ) * 100vw) , 40px);
	background: #E87C89;
	font-size: min(calc(( 16 / 500 ) * 100vw) , 1.6rem);
	color: #fff;
	text-align: center;
	line-height: 1.1;
}
.hair-charge .medical-js-modal-open span {
	font-size: min(calc(( 14 / 500 ) * 100vw) , 1.4rem);
	display: block;
}
.modal_flex {
	border-bottom: 1px solid #ccc;
}
.hair-charge .modal_set ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.hair-charge .modal_set .medical-js-modal-open {
	position: inherit;
	width: calc(50% - 5px);
	height: auto;
	font-size: 1.6rem;
	margin: 5px 0;
	padding: 10px 0;
}
.hair-charge .modal_set .medical-js-modal-open:nth-child(2n) {
	margin-left: 10px;
}

.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(1) { left: 0; top: -1%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(2) { left: 0; top: 9.5%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(3) { left: 0; top: 19.8%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(4) { left: 0; top: 30.1%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(5) { left: 0; top: 40.4%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(6) { left: 0; top: 50.7%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(7) { left: 0; top: 61%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(8) { left: 0; top: 71.3%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(9) { left: 0; top: 81.6%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(10) { left: 0; top: 91.9%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(11) { right: 0; top: -1%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(12) { right: 0; top: 9.5%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(13) { right: 0; top: 19.8%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(14) { right: 0; top: 30.1%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(15) { right: 0; top: 40.4%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(16) { right: 0; top: 50.7%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(17) { right: 0; top: 61%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(18) { right: 0; top: 71.3%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(19) { right: 0; top: 81.6%; }
.hair-charge .women_modal_01 .medical-js-modal-open:nth-child(20) { right: 0; top: 91.9%; }

.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(1) { right: 0; top: -1%; }
.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(2) { right: 0; top: 9.5%; }
.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(3) { right: 0; top: 19.8%; }
.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(4) { right: 0; top: 30.1%; }
.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(5) { right: 0; top: 40.4%; }
.hair-charge .women_modal_02 .medical-js-modal-open:nth-child(6) { right: 0; top: 50.7%; }

.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(1) { left: 0; top: 8%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(2) { left: 0; top: 15.72%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(3) { left: 0; top: 23.44%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(4) { left: 0; top: 31.16%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(5) { left: 0; top: 38.88%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(6) { left: 0; top: 46.6%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(7) { left: 0; top: 54.32%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(8) { left: 0; top: 62.04%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(9) { left: 0; top: 69.76%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(10) { left: 0; top: 77.48%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(11) { right: 0; top: -3.5%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(12) { right: 0; top: 4.22%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(13) { right: 0; top: 11.94%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(14) { right: 0; top: 19.66%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(15) { right: 0; top: 27.38%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(16) { right: 0; top: 35.1%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(17) { right: 0; top: 42.82%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(18) { right: 0; top: 50.54%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(19) { right: 0; top: 58.26%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(20) { right: 0; top: 65.98%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(21) { right: 0; top: 73.7%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(22) { right: 0; top: 81.42%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(23) { right: 0; top: 89.14%; }
.hair-charge .men_modal_01 .medical-js-modal-open:nth-child(24) { right: 0; top: 96.86%; }

.hair-charge .men_modal_02 .medical-js-modal-open:nth-child(1) { right: 0; top: 0%; }
.hair-charge .men_modal_02 .medical-js-modal-open:nth-child(2) { right: 0; top: 10.3%; }
.hair-charge .men_modal_02 .medical-js-modal-open:nth-child(3) { right: 0; top: 20.6%; }

.medical-modal .beard_img {
	width: 150px;
	margin: 30px auto 0 auto;
}
.accordion_table_wrap .accordion_ttl {
	background: #E87C89;
	color: #fff;
	border-radius: 10px;
}
.accordion_table_wrap .accordion_dl dt::before,
.accordion_table_wrap .accordion_dl dt::after {
	border-color: #fff;
}
.accordion_table_wrap .accordion_dl dd::before {
	display: none;
}
.accordion_table_wrap .accordion_dl dd {
	padding: 0;
}
.accordion_table_wrap .accordion_dl dd .accordion_table_in {
	padding-top: 10px;
}
.accordion_table_wrap .accordion_dl dd .accordion_table {
	background: #FFF1F5;
	border-radius: 10px;
	padding: 20px 4%;
}
.accordion_table_wrap .sticky_table {
	width: 900px;
	background: #fff;
}
.accordion_table_wrap .scroll02 {
	max-height: 400px;
}
.accordion_table_wrap .sticky_table th {
	position: sticky;
	top: 0;
	z-index: 2;
	width: calc(60% / 3);
	z-index: 3;
}
.accordion_table_wrap .sticky_table th:first-child {
	position: sticky;
	top: 0;
	left: inherit;
	z-index: 2;
	width: 40%;
	z-index: 3;
}
.accordion_table_wrap .sticky_table td:first-child {
	background: #fff;
	position: inherit;
}
.accordion_table_wrap .scroll-hint-icon-wrap:first-of-type {
	display: none;
}
/*
.accordion_table_wrap .sticky_table td.follow {
	position: sticky;
	left: 0;
	background: #fff;
	z-index: 3;
}
*/
.accordion_table_wrap .sticky_table td.b {
	font-weight: bold;
	background: #fff;
	z-index: 2;
	position: sticky;
	left: 0;
}



/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.hair-removal_about .flex,
	.hair_cycle02 .flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.hair-removal_about .flex .l_ct,
	.hair-removal_about .flex .r_ct,
	.hair_cycle02 .flex .l_ct,
	.hair_cycle02 .flex .r_ct {
		padding: 30px;
	}
	.hair-removal_about .white_ttl span {
		width: 260px;
		text-align: center;
		padding: 16px 0;
	}
	.hair-removal_about .flex .l_ct,
	.hair_cycle02 .flex .l_ct {
		width: 480px;
		margin-bottom: 0;
		text-align: center;
	}
	.hair-removal_about .flex .r_ct,
	.hair_cycle02 .flex .r_ct {
		width: 480px;
		text-align: center;
	}
	.hair-removal_about .flex .l_ct picture {
		position: relative;
		margin: 30px auto 10px auto;
	}
	.hair-removal_about .flex .r_ct picture {
		position: relative;
		margin: 30px auto 10px auto;
	}
	.hair-removal_about_table .sticky_table_wrap .sticky_table th {
		width: calc(72.571% / 4);
	}
	.hair-removal_about_table .sticky_table_wrap .sticky_table th:first-child {
		width: 27.429%;
	}
	.hair-removal_diff .sticky_table_wrap .sticky_table.seven_col th:first-child {
		width: 19.5%;
	}
	.hair_cycle02 .flex .l_ct picture {
		position: relative;
		margin: 30px auto 10px auto;
	}
	.hair_cycle02 .flex .r_ct picture {
		position: relative;
		margin: 30px auto 10px auto;
	}
	.hair_cycle01 .white_ttl {
		margin-bottom: 30px;
	}
	.hair_cycle01 .white_ttl span {
		width: 360px;
		text-align: center;
		padding: 16px 0;
	}
	.hair_cycle02 .white_ttl span {
		width: 260px;
		text-align: center;
		padding: 16px 0;
	}
	.hair-removal_tp .pink_back {
		padding: 30px;
	}
	.hair-charge .women {
		margin-bottom: 90px;
	}
	.hair-charge .modal_flex {
		display: flex;
		justify-content: space-between;
	}
	.hair-charge .modal_flex .l_ct,
	.hair-charge .modal_flex .r_ct {
		width: 500px;
	}
	.hair-charge .medical-js-modal-open {
		transition: 0.4s;
		border: 1px solid #E87C89;
		box-sizing: border-box;
	}
	.hair-charge .medical-js-modal-open:hover {
		background: #fff;
		color: #E87C89;
		border: 1px solid #E87C89;
	}
	.hair-charge .modal_set ul {
		justify-content: space-between;
	}
	.hair-charge .modal_set .medical-js-modal-open {
		width: calc(17% - 8px);
		margin: 0px;
		height: 40px;
	}
	.hair-charge .modal_set .medical-js-modal-open:nth-child(2n) {
		margin-left: 0px;
	}
	.hair-charge .men_modal_02 {
		margin-top: 100px;
	}
	.medical-modal .beard_img {
		width: 150px;
		margin: 30px auto 0 auto;
	}
	.hair-charge .click_price {
		max-width: 700px;
		margin: 30px auto;
		padding: 14px 20px;
		font-weight: bold;
	}
	.accordion_table_wrap .accordion_ttl {
		transition: 0.4s;
		border: 1px solid #E87C89;
	}
	.accordion_table_wrap .accordion_ttl:hover ,.accordion_table_wrap .accordion_ttl.open {
		background: #fff;
		color: #E87C89;
	}
	.accordion_table_wrap .accordion_dl .accordion_ttl::before, .accordion_table_wrap .accordion_dl .accordion_ttl::after {
		transition: 0.4s;
	}
	.accordion_table_wrap .accordion_dl .accordion_ttl:hover::before,
	.accordion_table_wrap .accordion_dl .accordion_ttl:hover::after,
	.accordion_table_wrap .accordion_ttl.open::before,
	.accordion_table_wrap .accordion_ttl.open::after {
		border-color: #E87C89;
	}
	.accordion_table_wrap .accordion_dl dd .accordion_table {
		padding: 50px;
	}
	.accordion_table_wrap .scroll02 {
		max-height: inherit;
	}
	.accordion_table_wrap .sticky_table {
		margin: 0 auto;
	}
	.accordion_table_wrap .scroll-hint-icon-wrap {
		display: none;
	}
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.accordion_table_wrap .sticky_table th:first-child {
		width: 28%;
	}
}


/*------ 美容化粧品 -----*/
.cosme .beige_back dl dt {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	color: #E87C89;
	border-bottom: 1px solid #E87C89;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.cosme .beige_back {
		margin: 0;
		padding: 25px 50px;
	}
	.cosme .beige_back dl dt {
		margin-bottom: 30px;
	}
}


/*---モーダル---*/	
.medical-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 30px;
}
.medical-js-modal-close.close-btn {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
}
.medical-js-modal-close.close-btn::before, .medical-js-modal-close.close-btn::after {
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #E87C89;
    position: absolute;
    top: 50%;
    left: 50%;
}
.medical-js-modal-close.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.medical-js-modal-close.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-dynamic-content li {
	display: none;
}
.medical-js-modal-open {
	cursor: pointer;
}
.modal-dynamic-content li .l_line_ttl {
	margin: 20px 0;
}
.medical-modal .medical_table tr:first-of-type {
	background: #96948D;
}
.modal__content .scroll_text {
	opacity: 0;
	transition: 0.4s;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
	line-height: 1;
	width: 15px;
}

.modal__content.has-scrollbar .scroll_text {
	opacity: 1;
}

.modal__content .scroll_text p{
	position: relative;
	writing-mode: vertical-lr;
	transition: .2s;
	overflow: hidden;
	padding: 0px 0px 110px;
}
.modal__content .scroll_text p::after {
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #4F4B3E;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.medical-modal .modal__content{
	width: 550px;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding: 40px;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.medical-modal .modal__content{
		width: 84%;
		max-height: calc(100vh - 200px);
		overflow-y: auto;
		padding: 40px 4%;
		padding-right: 40px;
	}
	.modal__content .scroll_text {
		right: 5px;
	}
}