/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 0.50rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.30rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.46rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 6.8vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

#under_mv .catch .small_text {
	font-size: 0.28rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch .small_text {
		font-size: 0.18rem;
		position: relative;
		display: inline-block;
		top: -0.03rem;
	}
}

#under_mv .text {
	font-size: 0.18rem;
	font-weight: 500;
	padding-bottom: 0.20rem;
	color: #FFF;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	#under_mv .text {
		font-size: 4vw;
		letter-spacing: 0.05em;
		padding-bottom: 0.15rem;
	}
}

#under_mv .caption {
	font-size: 0.12rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.10em;
}

/* 画像 */
#under_mv .ph_wrap {
	position: absolute;
	width: 3.80rem;
	right: -0.20rem;
	bottom: -0.70rem;
}

@media screen and (max-width: 599px) {
	#under_mv .ph_wrap {
		width: 2.40rem;
		right: -0.30rem;
	}
}

/*===========================
対象となる症状は？
===========================*/
#introdoction {
	padding: 0.70rem 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	#introdoction {
		padding: 0.50rem 0;
	}
}

#introdoction::after {
	content: "";
	width: 100%;
	height: 5.00rem;
	background-color: #e7f4f0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

#introdoction .in {
	max-width: 10.80rem;
	z-index: 1;
}

#introdoction .case_wrap {
	padding-bottom: 0.50rem;
}

#introdoction .case_wrap .case {
	margin-bottom: 2px;
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case {
		margin-bottom: 0.20rem;
	}
}

#introdoction .case_wrap .case .title {
	background-color: #17926f;
	width: 2.50rem;
	font-size: 0.24rem;
	letter-spacing: 0.075em;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case .title {
		width: 100%;
		font-size: 0.20rem;
		box-sizing: border-box;
		padding: 0.15rem;
		display: block;
	}
}

#introdoction .case_wrap .case .textbox {
	background-color: #e7f4f0;
	padding: 0.20rem;
	padding-left: 0.40rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case .textbox {
		padding: 0.15rem 0.20rem 0.20rem;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

#introdoction .case_wrap .case .textbox::before {
	content: "";
	width: 0.15rem;
	height: 100%;
	background-image: url(../img/online_introduction_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case .textbox::before {
		content: none;
	}
}

#introdoction .case_wrap .case .textbox .list {
	display: flex;
	flex-wrap: wrap;
	max-width: 6.90rem;
}

#introdoction .case_wrap .case .textbox .list .detail {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	width: 45%;
	line-height: 2.125;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case .textbox .list .detail {
		font-size: 0.15rem;
		width: 100%;
		line-height: 2;
		letter-spacing: 0;
	}
}

#introdoction .case_wrap .case .textbox .list .detail:nth-child(even) {
	width: 55%;
}

@media screen and (max-width: 599px) {
	#introdoction .case_wrap .case .textbox .list .detail:nth-child(even) {
		width: 100%;
	}
}

#introdoction .case_wrap .case .textbox .list .detail::before {
	content: "●";
	color: #17926f;
	display: inline-block;
	padding-right: 0.06rem;
}

/* プロフィール */
#introdoction .doctor_profile {
	border: 3px solid #d1e9e2;
	border-radius: 0.10rem;
	padding: 0.45rem;
	background-color: #FFF;
	position: relative;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile {
		padding: 0.45rem 0.20rem 0.30rem;
	}
}

#introdoction .doctor_profile .profile_title {
	position: absolute;
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	left: 0;
	top: -0.16rem;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_title {
		font-size: 0.20rem;
		top: -0.13rem;
	}
}

#introdoction .doctor_profile .profile_title span {
	display: inline-block;
	background-color: #FFF;
	padding: 0 0.15rem;
}

#introdoction .doctor_profile .profile_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 左側写真 */
#introdoction .doctor_profile .profile_wrap .doctor_ph {
	width: 2.00rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_ph .ph_wrap {
	width: 1.80rem;
	margin: 0 auto 0.20rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .ph_wrap {
		width: 1.50rem;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_ph .name {
	text-align: center;
	font-size: 0.30rem;
	letter-spacing: 0.075em;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .name {
		font-size: 0.20rem;
		margin-bottom: 0.30rem;
	}
}


#introdoction .doctor_profile .profile_wrap .doctor_ph .name span {
	font-size: 0.16rem;
	display: block;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .name span {
		font-size: 0.14rem;
		padding-bottom: 0.10rem;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon {
	background-color: #e7f4f0;
	padding: 0.15rem;
	text-align: center;
	border-radius: 0.04rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon {
		max-width: 2.00rem;
		margin: auto;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon .title {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon .title {
		font-size: 0.16rem;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon .text {
	font-size: 0.15rem;
	line-height: 1.76;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_ph .senmon .text {
		font-size: 0.13rem;
	}
}

/* 右側テキスト */
#introdoction .doctor_profile .profile_wrap .doctor_textbox {
	width: 100%;
	max-width: 6.30rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox {
		display: none;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_textbox .career {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox .career {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.55;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_textbox .career th {
	text-align: left;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox .career th {
		white-space: nowrap;
		vertical-align: top;
		padding: 0.10rem 0;
		padding-right: 0.20rem;
	}

	#introdoction .doctor_profile .profile_wrap .doctor_textbox .career td {
		padding: 0.10rem 0;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_textbox .title {
	padding-top: 0.30rem;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	padding-bottom: 0.10rem;
	border-bottom: 1px solid #17926f;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox .title {
		font-size: 0.18rem;
	}
}

#introdoction .doctor_profile .profile_wrap .doctor_textbox .list {
	font-size: 0.15rem;
	line-height: 1.76;
	list-style: disc inside;
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox .list {
		font-size: 0.13rem;
		list-style: disc outside;
		margin-left: 0.15rem;
		line-height: 1.35;
		padding-bottom: 0.20rem;
	}
}

@media screen and (max-width: 599px) {
	#introdoction .doctor_profile .profile_wrap .doctor_textbox .list li {
		padding-bottom: 0.10rem;
	}
}

#introdoction .doctor_profile .acc_btn {
	width: 100%;
	max-width: 2.60rem;
	margin: auto;
	cursor: pointer;
}

#introdoction .doctor_profile .acc_btn a {
	display: block;
	line-height: 0;
	padding: 0.23rem 0 0.26rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	background-color: #17926f;
	box-shadow: 0 3px 0 rgba(23, 146, 111, 0.3);
	position: relative;
}

#introdoction .doctor_profile .acc_btn a::after {
	content: "";
	width: 0.13rem;
	height: 0.07rem;
	background-image: url(../common/img/icon_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

#introdoction .doctor_profile .acc_btn.open a::after {
	transform: rotate(-180deg);
	top: 40%;
}

/*===========================
オンライン相談とは？
===========================*/
#about {
	padding: 0.70rem 0;
	position: relative;
}

#about .in {
	max-width: 10.80rem;
}

#about .lead_text {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	line-height: 1.77;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#about .lead_text {
		font-size: 0.15rem;
		text-align: left;
	}
}

#about .lead_text.bottom {
	line-height: 2.11;
}

#about .about_main_img_wrap {
	padding: 0.30rem 0 0.60rem;
	text-align: center;
}

#about .about_merit_wrap {
	background-color: #d1e9e2;
	border-radius: 0.10rem;
	padding: 0.40rem;
	text-align: center;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about .about_merit_wrap {
		padding: 0.30rem 0;
		border-radius: 0;
		margin: 0 -0.20rem 0.20rem;
	}
}

#about .about_merit_wrap .title {
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #17926f;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about .about_merit_wrap .title {
		font-size: 0.20rem;
	}
}

#about .about_merit_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


@media screen and (max-width: 599px) {
	#about .about_merit_wrap .list .detail {
		margin: 0 0.10rem;
	}

	#about .about_merit_wrap .slick-slide {
		opacity: 0.5;
		transition: all 0.3s;
	}

	#about .about_merit_wrap .slick-active {
		opacity: 1;
	}

	#about .about_merit_wrap .slick-dots {
		bottom: -0.30rem;
	}

	#about .about_merit_wrap .slick-dots li {
		width: 0.10rem;
		height: 0.10rem;
	}

	#about .about_merit_wrap .slick-dots li button::before {
		font-size: 0.10rem;
		color: #17926f;
	}
}

#about .about_merit_wrap .list .detail .detail_wrap {
	width: 1.65rem;
	height: 1.65rem;
	background-color: #FFF;
	border-radius: 1.00rem;
}

#about .about_merit_wrap .list .detail .icon_wrap {
	max-width: 0.70rem;
	margin: auto;
	padding: 0.25rem 0 0.05rem;
}

#about .about_merit_wrap .list .detail .text {
	font-size: 0.14rem;
	font-weight: 700;
	color: #17926f;
	line-height: 1.5;
	letter-spacing: 0.10em;
}

/*===========================
費用について
===========================*/
#fee {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}

@media screen and (max-width: 599px) {
	#fee {
		padding: 0.50rem 0;
		position: relative;
		background-color: #e7f4f0;
	}
}

#fee .in {
	max-width: 10.80rem;
}

#fee .fee_table {
	max-width: 5.30rem;
	margin: 0 auto 0.30rem;
}

@media screen and (max-width: 599px) {
	#fee .fee_table {
		margin: 0 auto 0.15rem;
	}
}

#fee .fee_table table {
	width: 100%;
}

#fee .fee_table th {
	background-color: #17926f;
	padding: 0.20rem;
	color: #FFF;
	font-size: 0.20rem;
	font-weight: 500;
	letter-spacing: 0.10em;
	width: 1.90rem;
}

@media screen and (max-width: 599px) {
	#fee .fee_table th {
		color: #FFF;
		font-size: 0.15rem;
		padding: 0.15rem;
		width: auto;
		box-sizing: border-box;
	}
}

#fee .fee_table th span {
	font-size: 0.40rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	display: inline-block;
	padding: 0 0.04rem;
}

@media screen and (max-width: 599px) {
	#fee .fee_table th span {
		font-size: 0.26rem;
	}
}

#fee .fee_table td {
	background-color: #FFF;
	padding: 0.20rem;
	text-align: center;
	font-size: 0.20rem;
	color: #17926f;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	#fee .fee_table td {
		padding: 0.15rem;
		font-size: 0.15rem;
	}
}

#fee .fee_table td span {
	font-size: 0.40rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	display: inline-block;
	padding: 0 0.04rem;
}

@media screen and (max-width: 599px) {
	#fee .fee_table td span {
		font-size: 0.26rem;
	}
}

#fee .text {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	line-height: 2.11;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#fee .text {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}

/*===========================
ご利用方法について
===========================*/
#howto {
	padding: 0.70rem 0 1.50rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#howto {
		padding: 0.50rem 0 1.00rem;
	}
}

#howto .in {
	max-width: 9.80rem;
}

#howto .lead_text {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	line-height: 2.11;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#howto .lead_text {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}

#howto .flow_wrap {
	background-color: #e7f4f0;
	padding: 0.40rem;
	border-radius: 0.08rem;
	position: relative;
	margin: 0.60rem 0;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap {
		padding: 0.20rem 0.15rem;
	}
}

#howto .flow_wrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #8bc63f transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.40rem;
}

#howto .flow_wrap.last::after {
	content: none;
}

#howto .flow_wrap .title {
	font-size: 0.24rem;
	color: #17926f;
	letter-spacing: 0.075em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .title {
		font-size: 0.18rem;
		padding-bottom: 0.20rem;
	}
}

#howto .flow_wrap .title span {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	opacity: 0.6;
	padding-right: 0.20rem;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .title span {
		padding-right: 0.10rem;
	}
}

#howto .flow_wrap .caption_text {
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	line-height: 1.64;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .caption_text {
		font-size: 0.13rem;
	}
}

#howto .flow_wrap .caption_text.center {
	text-align: center;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .caption_text.center {
		text-align: left;
	}
}

#howto .flow_wrap .caption_list {
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	line-height: 1.64;
}

#howto .flow_wrap .caption_list .text {
	padding: 0.05rem 0;
	text-indent: -0.10rem;
	margin-left: 0.20rem;
}

#howto .flow_wrap .caption_list .text::before {
	content: "※";
	display: inline-block;
	padding-right: 0.04rem;
}

#howto .flow_wrap .app_list.pc_only {
	display: flex !important;
	justify-content: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .app_list.pc_only {
		display: none !important;
	}

	#howto .flow_wrap .app_list {
		flex-wrap: wrap;
		padding-bottom: 0.05rem;
	}
}

#howto .flow_wrap .app_list .detail {
	width: 100%;
	max-width: 3.00rem;
	padding: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .app_list .detail {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0.10rem;
	}
}

#howto .flow_wrap .howto_img_wrap {
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#howto .flow_wrap .howto_img_wrap {
		padding-bottom: 0.05rem;
	}
}

/* ボタン */
#howto .more_btn {
	max-width: 5.00rem;
	margin: auto;
}

#howto .more_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	line-height: 0;
	padding: 0.34rem 0 0.36rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#howto .more_btn a {
		padding-right: 0.20rem;
		font-size: 0.18rem;
	}
}

#howto .more_btn a::after {
	content: "";
	width: 0.16rem;
	height: 0.13rem;
	background-image: url(../common/img/icon_newwin.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

#howto .more_btn a:hover {
	opacity: 0.7;
}
