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

#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.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

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

/*===========================
顎関節症
===========================*/
#tmd {
	padding: 0.70rem 0;
	position: relative;
}

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


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

#tmd .ph_wrap {
	padding: 0.20rem 0;
}

#tmd .text {
	font-size: 0.16rem;
	line-height: 1.85;
}

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

#tmd .title {
	padding-top: 0.40rem;
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926f;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#tmd .title {
		font-size: 0.20rem;
		text-align: center;
	}
}



/*===========================
口腔顔面痛
===========================*/
#ofp {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}

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


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

#ofp .ph_wrap {
	padding: 0.20rem 0;
}

#ofp .text {
	font-size: 0.16rem;
	line-height: 1.85;
}

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


#ofp .small_text {
	font-size: 0.14rem;
	line-height: 1.85;
	padding-top: 0.10rem;
}

#ofp .title {
	padding-top: 0.40rem;
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926f;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#ofp .title {
		font-size: 0.20rem;
		text-align: center;
		line-height: 1.4;
	}
}


#ofp .ofp_kakomi {
	margin: 0.20rem 0;
	background-color: #FFF;
	padding: 0.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 0.10rem;
}

#ofp .ofp_kakomi .text {
	width: 50%;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	#ofp .ofp_kakomi .text {
		width: 100%;
		padding: 0.05rem 0;
	}
}


#ofp .ofp_kakomi .text strong {
	color: #17926f;
}

#ofp .ofp_kakomi_img {
	margin: 0.20rem 0;
	background-color: #FFF;
	padding: 0.20rem;
	text-align: center;
	border-radius: 0.10rem;
}

#ofp .ofp_list {
	font-size: 0.16rem;
	line-height: 1.85;
}

#ofp .ofp_list strong {
	color: #17926f;
}

#ofp .ofp_table table {
	width: 100%;
	font-size: .16rem;
	line-height: 1.65;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#ofp .ofp_table table {
		font-size: .15rem;
	}
}


#ofp .ofp_table table th {
	background-color: #17926f;
	padding: 0.10rem;
	color: #FFF;
}

#ofp .ofp_table table td {
	background-color: #FFF;
	padding: 0.10rem;
}


#ofp .more_btn {
	width: 100%;
	max-width: 4.50rem;
	margin: auto;
	padding-top: 0.30rem;
}

@media screen and (max-width: 599px) {
	#ofp .more_btn {
		max-width: 3.00rem;
	}
}

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

@media screen and (max-width: 599px) {
	#ofp .more_btn a {
		font-size: 0.16rem;
	}
}

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

#ofp .more_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;
}

#ofp .more_btn a:hover::after {
	right: 0.10rem;
}
