/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 0.80rem;
	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.50rem;
	}
}

#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: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}



/*===========================_
共通
===========================*/
.sec_lead {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	line-height: 1.77;
	text-align: center;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.sec_lead {
		font-size: 0.15rem;
		text-align: left;
		margin-bottom: 0.30rem;
	}
}



/*ボタン*/
.dl_btn {
	max-width: 5.80rem;
	margin-top: 0.30rem;
}

.dl_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	padding: 0.22rem 0 0.23rem;
	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) {
	.dl_btn a {
		font-size: 0.13rem;
		padding: 0.22rem 0.1rem 0.23rem;
	}
}


.dl_btn a span {
	display: inline-block;
	font-size: 0.18rem;
	color: #17926f;
	background: #fff;
	padding: 0.02rem 0.10rem 0.05rem;
	margin-right: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.dl_btn a span {
		font-size: 0.12rem;
		padding: 0.02rem;
	}
}


.dl_btn a:hover {
	opacity: 0.7;
}

/*===========================_
他院から紹介の患者様へ
===========================*/
#about {
	padding: 0.70rem 0;
	position: relative;
}

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


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



#about .about_wrap dl {
	display: flex;
	flex-wrap: wrap;
}


#about .about_wrap dt {
	display: inline-block;
	width: 0.50rem;
	height: 0.50rem;
	border-radius: 50%;
	background: #17926f;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.45rem;
}


#about .about_wrap dd {
	width: calc(100% - 0.50rem);
	box-sizing: border-box;
	padding-left: 0.25rem;
}

#about .about_box {
	margin-bottom: 0.60rem;
}


#about .about_box .lead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 599px) {
	#about .about_box .lead {
		border-bottom: 1px dashed #17926f;
		padding-bottom: 0.1rem;
	}
}



#about .about_box .no {
	display: inline-block;
	width: 0.50rem;
	height: 0.50rem;
	border-radius: 50%;
	background: #17926f;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.50rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	#about .about_box .no {
		display: inline-block;
		width: 0.30rem;
		height: 0.30rem;
		font-size: 0.15rem;
		line-height: 0.30rem;
	}
}


#about .about_box .title {
	width: calc(100% - 0.50rem);
	box-sizing: border-box;
	padding-left: 0.25rem;
	text-align: left;
	font-size: 0.24rem;
	font-weight: bold;
	color: #17926f;
}

@media screen and (max-width: 599px) {
	#about .about_box .title {
		width: calc(100% - 0.30rem);
		padding-left: 0.10rem;
		font-size: 0.18rem;
		line-height: 1.35;
		position: relative;
		top:-0.01rem;
	}
}


#about .about_box_cont {
	padding-left: 0.78rem;
	margin-top: 0.1rem;
}

@media screen and (max-width: 599px) {
	#about .about_box_cont {
		padding-left: 0;
		margin-top: 0.1rem;
	}
}


#about .about_box_cont .text {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	line-height: 2;
	text-align: justify;
}

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


/*no1コンタクト*/
#about .about_box .contact_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#about .about_box .contact_box:nth-child(1) {
	margin-bottom: 0.10rem;
}

#about .about_box .contact_box .contact_title {
	font-size: 0.20rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	color: #17926f;
	background: #d1e9e2;
	padding: 0.24rem 0 0.26rem;
	box-sizing: border-box;
	width: 3rem;
	border-radius: 1rem;
	text-align: center;
	line-height: 0;
}

@media screen and (max-width: 599px) {
	#about .about_box .contact_box .contact_title {
		width: 100%;
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
		padding: 0.20rem 0 0.22rem;
		margin-top: 0.10rem;
	}
}


#about .about_box .contact_box .contact_text {
	font-size: 0.26rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-left: 0.20rem;
	position: relative;
	top: -0.02rem;
}

@media screen and (max-width: 599px) {
	#about .about_box .contact_box .contact_text {
		font-size: 0.18rem;
		padding-left: 0;
		text-align: center;
		line-height: 1.75;
		width: 100%;
	}
}

#about .about_box .contact_box .contact_text a {
	color: #111;
	text-decoration: none;
}

#about .about_box .contact_box .contact_text a.tel {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about .about_box .contact_box .contact_text a {
		color: #17926f;
		text-decoration: underline;
	}
}

#about .about_box .contact_box .contact_text a.link {
	color: #17926f;
	text-decoration: underline;
}

#about .about_box .contact_box .contact_text a.link:hover {
	opacity: 0.7;
}


/*下部テキスト*/
.bottom_text {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	line-height: 2;
	text-align: justify;
	background: #e7f4f0;
	box-sizing: border-box;
	padding: 0.25rem;
}

@media screen and (max-width: 599px) {
	.bottom_text {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: justify;
		padding: 0.20rem;
	}
}


/*===========================_
紹介状のダウンロード
===========================*/
#download {
	padding: 0.90rem 0 1.20rem;
	position: relative;
}

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

#download .ph_wrap {
	text-align: center;
	max-width: 4.40rem;
	margin: 0 auto 0.50rem;
}

#download .ph_wrap img {
	display: block;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#download .dl_btn {
	margin: 0 auto;
}

/*===========================_
お問合せフォーム
===========================*/
#contact {
	padding: 1.00rem 0 1.20rem;
	background: #e7f4f0;
}

#contact.second {
	padding: 0 0 1.20rem;
	background: #fff;
}

@media screen and (max-width: 599px) {
	#contact {
		padding: 0.60rem 0;
	}	
	#contact.second {
		padding: 0 0 0.60rem;
	}
}

#contact .cform {
	/*	border-collapse: collapse;*/
}

#contact .cform tr {
	border-bottom: 3px solid #eff7f5;
}

#contact .cform th {
	font-size: 0.18rem;
	line-height: 1.75;
	letter-spacing: 0.025em;
	color: #fff;
	width: 32%;
	text-align: left;
	position: relative;
	padding: 0.25rem;
	vertical-align: top;
	box-sizing: border-box;
	background: #17926f;
	vertical-align: middle;
}

@media screen and (max-width: 599px) {
	#contact .cform th {
		font-size: 0.15rem;
		width: 100%;
		padding: 0.10rem 0 0.12rem 0.15rem;
	}
}

#contact .cform td {
	width: 68%;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.025em;
	padding: 0.15rem 0.15rem;
	background: #fff;
	box-sizing: border-box;
}

#contact.second .cform td {
	background-color: #F2F2F2;
}

@media screen and (max-width: 599px) {
	#contact .cform td {
		font-size: 0.15rem;
		width: 100%;
		display: block;
		border-top: none;
	}
}

/* エラー */
#contact.second .cform td .ERR {
	color: #c30d23;
}

#contact .cform td input[type=text] {
	padding: 0.1rem;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 3px;
}

/*ラジオボタン*/
#contact .cform td ul {
	display: flex;
	flex-wrap: wrap;
}

#contact .cform td li {
	box-sizing: border-box;
	min-width: 1rem;
}

@media screen and (max-width: 599px) {
	#contact .cform td li {
		margin-bottom: 0.15rem;
	}
}

#contact .cform input[type=radio] {
	display: none;
}

/*
#contact .cform .radio01 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
*/

#contact .cform input[type=radio] + span {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 0  5px 30px;
	position: relative;
	width: auto;
}

#contact .cform input[type=radio] + span::before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

#contact .cform input[type=radio] + span::after {
	background: #17926f;
	border-radius: 50%;
	content: '';
	display: block;
	height: 8px;
	left: 10px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 53%;
	width: 8px;
}

#contact .cform input[type=radio]:checked + span::after {
	opacity: 1;
}

/*
#contact .cform .radio01::before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

#contact .cform .radio01::after {
	background: #17926f;
	border-radius: 50%;
	content: '';
	display: block;
	height: 8px;
	left: 10px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 53%;
	width: 8px;
}
*/

/*
#contact .cform input[type=radio]:checked + .radio01::after {
	opacity: 1;
}
*/


#contact .cform input[type="radio"],
#contact .cform input[type="checkbox"] {
	position: relative;
	top: 2px;
}


/*テキストエリア*/
#contact .cform td textarea {
	min-height: 2.5rem;
	border: 1px solid #CCC;
	padding: 0.1rem;
}

@media screen and (max-width: 599px) {
#contact .cform td textarea {
	min-height: 1.5rem;
	border: 1px solid #CCC;
}
}

/* 必須アイコン */
#contact .cform .required-srt {
	font-size: 0.12rem;
	width: 0.45rem;
	box-sizing: border-box;
	padding: 0.09rem 0 0.111rem;
	background: #fff;
	color: #ed1c24;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
	line-height: 0;
	display: block;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#contact .cform .required-srt {
		font-size: 0.10rem;
		width: 0.30rem;
		padding: 0.06rem 0 0.09rem;
	}
}


#contact .cform {
	width: 100%;
	margin: auto;
}

#contact .cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

#contact .cform option,
#contact .cform textarea,
#contact .cform input[type=text],
#contact .cform input[type=email],
#contact .cform input[type=search],
#contact .cform input[type=url] {
	width: 100%;
}

@media screen and (max-width: 599px) {
	#contact .cform th,
	#contact .cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}


/*ボタン*/
#contact .submit_box {
	text-align: center;
	margin-top: 0.65rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	#contact .submit_box {
		margin-top: 0.25rem;
	}
}

#contact .submit_box .text {
	width: 100%;
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
}

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

/* 送信するボタン */
#contact .submit_box input.submit {
	border: 0;
	max-width: 4.80rem;
	width: 100%;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	padding: 0.2rem 0;
	color: #FFF;
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: button;
}

@media screen and (max-width: 599px) {
	#contact .submit_box input.submit {
		font-size: 0.15rem;
	}
}

#contact .submit_box input.submit:hover {
	opacity: 0.7;
}

/* 前のページに戻るボタン */
#contact .submit_box input.back {
	border: 0;
	max-width: 4.80rem;
	width: 100%;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	padding: 0.2rem 0;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: button;
}

@media screen and (max-width: 599px) {
	#contact .submit_box input.back {
		font-size: 0.15rem;
	}
}

#contact .submit_box input.back:hover {
	opacity: 0.7;
}

/* 確認用ページのボタン */
#contact.second .submit_box input.submit,
#contact.second .submit_box input.back {
	max-width: 3.00rem;
	margin: 0 0.20rem;
}

@media screen and (max-width: 599px) {
#contact.second .submit_box input.submit,
#contact.second .submit_box input.back {
	max-width: 100%;
	margin: 0.15rem 0;
}
}


/* トップに戻る */
#contact .back_top_btn {
	padding: 0.30rem 0;
	max-width: 3.20rem;
	margin: auto;
}

#contact .back_top_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	padding: 0.2rem 0;
	color: #FFF;
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: button;
}

@media screen and (max-width: 599px) {
	#contact .back_top_btn a {
		font-size: 0.15rem;
	}
}

#contact .back_top_btn a:hover {
	opacity: 0.7;
}

/* 確認ボタン */
#contact .submit_wrap {
	text-align: center;
	padding-bottom: 0.60rem;
}

#contact .submit_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}

#contact .submit_wrap .list .btn {
	width: 3.00rem;
	margin: 0 0.20rem;
}

#contact .submit_wrap .list .btn input {
	display: block;
	line-height: 0;
	padding: 0.25rem 0 0.27rem;
	font-size: 0.20rem;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	border: 0;
	width: 100%;
	border-radius: 0.04rem;
	transition: all 0.3s;
	cursor: pointer;
}

#contact .submit_wrap .list .btn input:hover {
	opacity: 0.7;
}

/* 送信ボタン */
#contact .submit_wrap .list .btn input.submit {
	background-color: #f15a24;
}

/* 戻る・リセットボタン */
#contact .submit_wrap .list .btn input.back {
	background-color: #999;
}

.top_btn {
	max-width: 3.0rem;
	margin: auto;
}

.top_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	padding: 0.22rem 0 0.23rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
}
.top_btn a:hover {
	opacity: 0.7;
}

.top_btn a::after {
	content: "";
	width: 0.32rem;
	height: 0.08rem;
	background-image: url(../common/img/btn_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.top_btn a:hover::after {
	right: 0.10rem;
}

/*============================
MW WP FORM
============================*/
/* 戻るボタンの表示・非表示 */
.mw_wp_form_input .submit_wrap .back_btn{
	display: none;
}

.mw_wp_form_confirm .submit_wrap .back_btn{
	display: block;
}