@charset "utf-8";

/*==============================

		common.css

==============================*/
/*------------------------------
	共通スタイル
------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.7rem;
	line-height: 1.8;
	color: #333333;
	width: 100%;
	height: 100%;

	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}

a {
	color: #00a0a6;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.__accordion_btn_cont,
.__change_panel_conts {
	display: none;
}

.__change_panel_conts.__change_panel_active {
	display: block;
}

.topOnly {
	display: none;
}

/*------------------------------
	page_header
------------------------------*/
.page_header {
	width: 100%;
	position: relative;
}

.page_header_logo {
	max-width: 173px;
	height: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.page_header_btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.page_header_logo img {
	max-width: 100%;
}

/*------------------------------
	page_footer
------------------------------*/
.page_footer {
	background: url(/common_r/img/bg_02.png) 0 0 repeat;
	background-size: 10px auto;
}

.page_footer_pagetop a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #00a0a6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.page_footer_pagetop a span {
	display: inline-block;
	padding-left: 22px;
	position: relative;
	letter-spacing: .1em;
}

.page_footer_pagetop a span::before {
	display: block;
	content: " ";
	width: 10px;
	height: 14px;
	background: url(/common_r/img/icn_arw_02.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
	position: absolute;
	top: 12px;
	left: 0;
}

.page_footer_accordion ul,
.page_footer_pickup ul {
	display: flex;
	flex-wrap: wrap;
}

.page_footer_accordion li,
.page_footer_pickup li {
	width: 100%;
	margin-bottom: 2px;
}

.page_footer_accordion dd a,
.page_footer_pickup a {
	display: block;
	height: 3em;
	background: #fff;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.2;
	background: #fff url(/common_r/img/icn_arw_01.png) no-repeat top 50% right 10px;
	background-size: 10px auto;
	position: relative;
}

.page_footer_accordion a span,
.page_footer_pickup a span {
	position: absolute;
	top: 50%;
	left: .8em;
	transform: translateY(-50%);
}

.page_footer_pickup_col2 li {
	width: 50%;
	box-sizing: border-box;
}

.page_footer_pickup_col2 li:nth-child(odd) {
	border-right: 2px solid transparent;
}

.page_footer_pickup_ttl {
	position: relative;
	padding-left: 35px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}

.page_footer_pickup_ttl span {
	font-size: 1.5rem;
	font-weight: bold;
	color: #054560;
	background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page_footer_pickup_ttl span>span {
	font-size: 1.3rem;
	background: none;
}

.page_footer_pickup_ttl::before {
	content: " ";
	display: block;
	width: 35px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.page_footer_pickup_ttl_01::before {
	background-image: url(/common_r/img/icn_hair.png);
}

.page_footer_pickup_ttl_02::before {
	background-image: url(/common_r/img/icn_medicine.png);
}

.page_footer_pickup_ttl_03::before {
	background-image: url(/common_r/img/icn_woman.png);
}

.page_footer_pickup_ttl_04::before {
	background-image: url(/common_r/img/icn_trouble.png);
}

.page_footer_pickup_ttl_02 {
	margin-top: 1.5vw;
}

.page_footer_logo a {
	display: block;
	width: 210px;
	margin: 0 auto 20px;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
}

.page_footer_toplink a {
	display: block;
	width: 7.5em;
	margin: 0 auto 20px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
	background-size: 8px auto;
}

.page_footer_txtlink {
	text-align: center;
	margin-bottom: 30px;
}

.page_footer_txtlink a {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 1;
	color: #333;
	text-decoration: none;
}

.page_footer_txtlink a+a {
	border-left: 1px solid #333;
}

.page_footer_copy {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #00a0a6;
}

/* RAICA-1565対応分 */
.page_footer_info .topOnly .left20 {
	padding-left: 20px;
}

/*------------------------------
	page_main
------------------------------*/
.page_article_ttl_01 {
	display: block;
	padding: 10px;
	background-color: #f5f5f0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	border-top: 2px solid #ebebe2;
	box-sizing: border-box;
	position: relative;
}

.page_article_ttl_01::before {
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #00a0a6;
	position: absolute;
	top: -2px;
	left: 0;
}

.page_article_ttl_02 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #00a0a6;
	margin-bottom: 15px;
}

.page_article_ttl_03 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #666666;
}

/*------------------------------
	btn_style
------------------------------*/
.btn_area {
	text-align: center;
}

.btn_area a+a {
	margin-top: 20px;
}

.btn_style_01,
.btn_style_01_w50p {
	display: block;
	box-sizing: border-box;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
	line-height: 1;
	border: 2px solid #e6e6e6;
	background: #fff url(/common_r/img/icn_arw_01.png) no-repeat right 8px top 50%;
	background-size: 8px;
	text-decoration: none;
	color: #333333;
	font-size: 1.6rem;
	text-align: left;
}

.btn_style_01_w50p {
	max-width: 250px;
	width: 57%;
}

.btn_style_more_01 {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 10px;
	background: #00a0a6;
	background: -moz-linear-gradient(top, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	background: -webkit-linear-gradient(top, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	background: linear-gradient(to bottom, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0a6', endColorstr='#00959a', GradientType=0);
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.btn_style_more_01 span {
	display: inline-block;
	padding-right: 20px;
	background: url(/common_r/img/icn_arw_02.png) no-repeat 100% 50%;
	background-size: 11px auto;
}

.btn_style_more_02 {
	box-sizing: border-box;
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 8px;
	background: #d9f1f2;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	color: #00a0a6;
}

.btn_style_more_02 span {
	display: inline-block;
	padding-right: 12px;
	background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
	background-size: 8px auto;
}

.btn_style_more_03 {
	display: inline-block;
	padding-right: 20px;
	background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
	background-size: 10px auto;
	font-weight: bold;
	color: #00a0a6;
	text-decoration: underline;
}

.btn_style_anchor_01 {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 10px;
	background: #00a0a6;
	background: -moz-linear-gradient(top, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	background: -webkit-linear-gradient(top, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	background: linear-gradient(to bottom, #00a0a6 0%, #00a0a6 50%, #00959a 51%, #00959a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0a6', endColorstr='#00959a', GradientType=0);
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.btn_style_anchor_01 span {
	display: inline-block;
	padding-right: 22.5px;
	background: url(/common_r/img/icn_arw_10.png) no-repeat 100% 50%;
	background-size: 16px auto;
}

.btn_style_02,
.btn_style_02_woman,
.btn_style_02_w50p,
.btn_style_02_woman_w50p {
	box-sizing: border-box;
	display: block;
	width: 95%;
	max-width: 760px;
	margin: 0 auto;
	display: block;
	padding: 30px 0 30px 120px;
	border: 2px solid #e6e6e6;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f5', GradientType=0);
	box-shadow: 0 0 0 3px inset #fff;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1;
	position: relative;
}

.btn_style_02_w50p,
.btn_style_02_woman_w50p {
	box-sizing: border-box;
	display: block;
	max-width: 500px;
	padding: 20px 0 20px 100px;
	font-size: 1.7rem;
}

.btn_style_02_woman,
.btn_style_02_woman_w50p {
	border: 2px solid #e485b6;
	color: #e485b6;
}

.btn_style_02::before,
.btn_style_02_woman::before,
.btn_style_02_w50p::before,
.btn_style_02_woman_w50p::before {
	display: block;
	content: " ";
	width: 13px;
	height: 19px;
	background: url(/common_r/img/icn_arw_01.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.btn_style_02_woman::before,
.btn_style_02_woman_w50p::before {
	background-image: url(/common_r/img/icn_arw_07.png);
}

.btn_style_02_txt_02 {
	font-size: 3rem;
	display: block;
}

.btn_style_02_w50p .btn_style_02_txt_02,
.btn_style_02_woman_w50p .btn_style_02_txt_02 {
	font-size: 2.8rem;
}

.btn_style_02_txt_02+.btn_style_02_txt_01,
.btn_style_02_txt_01+.btn_style_02_txt_02 {
	margin-top: .2em;
}

.btn_style_02_icn {
	display: block;
	width: 70px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.btn_style_02_w50p .btn_style_02_icn,
.btn_style_02_woman_w50p .btn_style_02_icn {
	width: 58px;
	height: 56px;
	left: 20px;
}

.btn_style_02_icn img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}

	.wrapper {
		min-width: 900px;
		margin: 80px auto 0;
	}

	.inr {
		max-width: 980px;
		min-width: 900px;
		margin: 0 auto;
		position: relative;
	}

	/*------------------------------
		page_header
	------------------------------*/
	.page_header {
		width: 100%;
		background: #fff;
		box-shadow: 1px 0 4px rgba(0, 0, 0, .4);
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 998;
	}

	.page_header_inr {
		width: 100%;
		max-width: 980px;
		min-width: 900px;
		height: 80px;
		margin: 0 auto;
		position: relative;
	}

	.page_header_logo {
		width: calc((173/980)*100%);
		margin-top: 30px;
	}

	.page_header_txt_01 {
		width: 500px;
		font-size: 10px;
		position: fixed;
		top: 5px;
		left: 50%;
		right: 10%;
		transform: translateX(-490px);
		z-index: 999;
	}

	.page_header_menu {
		display: inline-block;
		margin: 20px 0 0 .5%;
		float: left;
	}

	.page_header_menu_bg {
		display: none;
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 0;
		-webkit-transition: all .04s ease;
		transition: all .04s ease;
	}

	.__page_header_menu_hover.page_header_menu_bg {
		display: block;
		width: 100%;
		height: calc(100vh - 80px);
		background-color: rgba(0, 0, 0, .3);
		z-index: 998;
	}

	.page_header_menu>ul {
		letter-spacing: -.4em;
	}

	.page_header_menu>ul>li {
		display: inline-block;
		letter-spacing: normal;
	}

	.page_header_menu>ul>li>a {
		display: block;
		box-sizing: border-box;
		height: 60px;
		padding: 20px 6px 0;
		font-size: 1.4rem;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		color: #666666;
		font-weight: bold;
	}

	.page_header_menu>ul>li:not(:last-child)>a::before {
		content: " ";
		display: block;
		border-right: 1px solid #dbdbdb;
		width: 0;
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_header_menu>ul>li>a:hover::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 2px;
		right: 2px;
		height: 5px;
		background-color: #00a0a6;
	}

	.page_header_menu>ul>li>a:hover {
		color: #00a0a6;
	}

	.page_header_menu_sub {
		position: absolute;
		top: 70px;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 0 0 10px 280px;
		background-color: #fff;
		background-position: 0 0;
		background-size: 250px auto;
		background-repeat: no-repeat;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		-webkit-transition: all .05s ease;
		transition: all .05s ease;
	}

	.page_header_menu_sub.__page_header_menu_hover {
		top: 80px;
		visibility: visible;
		opacity: 1;
		z-index: 999;
	}

	.page_header_menu_sub .page_header_menu_ttl_01 {
		color: #666666;
		font-size: 1.7rem;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		margin-bottom: 10px;
		background: #F5F5F0;
	}

	.page_header_menu_sub .page_header_menu_ttl_02 {
		color: #666666;
		font-size: 1.5rem;
		font-weight: normal;
		text-align: center;
		width: 100%;
		padding-top: 5px;
		margin-bottom: 10px;
		border-top: 1px solid #cbcbcb;
	}





	.page_header_menu_01 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_01.png);
	}

	.page_header_menu_02 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_02.png);
	}

	.page_header_menu_03 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_03.png);
	}

	.page_header_menu_04 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_04.png);
	}

	.page_header_menu_05 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_05.png);
	}

	.page_header_menu_06 .page_header_menu_sub {
		background-image: url(/common_r/img/img_page_header_menu_06.png);
	}

	.page_header_menu_sub_txtlink_box {
		display: flex;
	}

	.page_header_menu_sub_txtlink_box .page_header_menu_sub_txtlink {
		width: 50%;
	}

	.page_header_menu_sub_txtlink_box .page_header_menu_sub_txtlink li {
		width: 100%;
	}

	.page_header_menu_05 .page_header_menu_sub_txtlink_box .page_header_menu_sub_txtlink:first-child {
		width: 30%;
	}

	.page_header_menu_05 .page_header_menu_sub_txtlink_box .page_header_menu_sub_txtlink:last-child {
		width: 70%;
	}

	/*
	.page_header_menu_sub_txtlink{
		margin-bottom: 15px;
	}
*/
	.page_header_menu_sub_txtlink li {
		width: 340px;
		float: left;
	}

	.page_header_menu_sub_txtlink li a {
		display: block;
		height: 30px;
		line-height: 30px;
		font-size: 1.5rem;
		margin-bottom: 5px;
		color: #444444;
		text-decoration: none;
		padding-left: 16px;
		position: relative;
	}

	.page_header_menu_sub_txtlink li a::before {
		content: " ";
		display: block;
		width: 10px;
		height: 12px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: auto auto;
		background-size: contain;
		position: absolute;
		top: 8px;
		left: 0;
	}

	/*
	.page_header_menu_sub_txtlink li a::before{
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-width: 4px 6px;
		border-style: solid;
		border-color: transparent transparent transparent #00a0a6;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -4px;
	}
*/
	.page_header_btn_area {
		width: calc((96/980)*100%);
		max-width: 96px;
		float: right;
	}

	.page_header_btn {
		display: block;
		height: 40px;
		padding-left: 38%;
		background-repeat: no-repeat;
		font-size: 1.3rem;
		color: #fff;
		text-decoration: none;
		line-height: 40px;
	}

	.page_header_btn_con {
		background-color: #c2b16e;
		background-image: url(/common_r/img/icn_counseling_w.png);
		background-size: 27% auto;
		background-position: 8% 50%;
	}

	.page_header_btn_rev {
		background-color: #de7567;
		background-image: url(/common_r/img/icn_reservation_w.png);
		background-size: 21% auto;
		background-position: 10% 50%;
	}

	.page_header_menu_sub_bnr_01 {
		/*
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
*/
	}

	.page_header_menu_sub_txtlink+.page_header_menu_sub_bnr_01 {
		margin-top: 15px;
	}

	.page_header_menu_sub_bnr_box_01 {
		display: block;
		width: 100%;
	}

	.page_header_menu_sub_bnr_box_02 {
		display: flex;
		width: 100%;
	}

	.page_header_menu_sub_bnr_box_02 a+a {
		margin-left: 10px;
	}

	/*------------------------------
		page_footer
	------------------------------*/
	.page_footer {
		font-size: 1.4rem;
		margin-top: 100px;
	}

	.page_footer_inr {
		width: 100%;
		max-width: 980px;
		min-width: 900px;
		margin: 0 auto;
		padding: 30px 0;
	}

	.page_footer_sitemap {
		display: flex;
	}

	.page_footer_sitemap dl {
		padding: 0 20px;
		white-space: nowrap;
		box-sizing: border-box;
		line-height: 1.3;
	}

	.page_footer_sitemap dl:not(:first-child) {
		border-left: 1px solid #bfbfbf;
	}

	.page_footer_sitemap dl dt {
		font-size: 1.6rem;
		font-weight: bold;
		color: #070e35;
		margin-bottom: 10px;
	}

	.page_footer_sitemap dl dt a {
		display: inline-block;
		color: #070e35;
		text-decoration: none;
		padding-right: 20px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat top 50% right 0;
		background-size: 10px auto;
	}

	.page_footer_sitemap dl dd {
		display: block;
	}

	.page_footer_sitemap dl dd:not(:last-child) {
		margin-bottom: 30px;
	}

	.page_footer_sitemap dl dd li a {
		display: block;
		text-decoration: none;
		color: #333;
		padding-left: 10px;
		position: relative;
		margin-bottom: 10px;
	}

	.page_footer_sitemap dl dd li a::before {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #444444;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -3px;
	}

	.page_footer_sitemap dl dd li ul {
		display: flex;
		flex-wrap: wrap;
	}

	.page_footer_sitemap dl dd li ul li {
		width: 35%;
	}

	.page_footer_pickup {
		display: flex;
		margin-bottom: 50px;
	}

	.page_footer_pickup_inr {
		width: 31%;
	}

	.page_footer_pickup_inr:not(:first-child) {
		margin-left: 3.5%;
	}

	.page_footer_info {
		background-color: #fff;
		padding: 28px 28px 10px;
		margin-bottom: 30px;
	}

	.page_footer_info dl+dl {
		padding-top: 20px;
		border-top: 1px solid #bfbfbf;
	}

	.page_footer_info dt {
		font-weight: bold;
	}

	.page_footer_info dd {
		margin-bottom: 1.5em;
	}

	.page_footer_info_link {
		display: inline-block;
		margin-top: 5px;
		padding-left: 16px;
		position: relative;
		margin-bottom: 10px;
		color: #333333;
	}

	.page_footer_info_link::before {
		content: " ";
		display: block;
		width: 10px;
		height: 12px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: contain;
		position: absolute;
		top: 5px;
		left: 0;
	}

	/*------------------------------------------------------------
		page_main
	------------------------------------------------------------*/
	.page_main {
		position: relative;
		background-color: #F2F5F5;
	}

	.page_main_inr {
		display: flex;
		align-items: center;
		max-width: 980px;
		min-width: 900px;
		height: 150px;
		margin: 0 auto;
		position: relative;
	}

	.page_main_ttl_box {
		padding-left: 10px;
	}

	.page_main_ttl {
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.3;
		color: #070e35;
		background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.page_main_ttl+.page_main_subttl {
		margin-top: 10px;
	}

	.page_main_subttl {
		font-size: 2.4rem;
		line-height: 1.3;
		color: #070e35;
		background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}



	/*------------------------------
	page_main_02
------------------------------*/
	.page_main_02 .page_main_inr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		min-height: 100px;
	}

	.page_main_02 .page_main_ttl_box {
		width: calc(100% - 203px);
		padding: 0 20px;
		box-sizing: border-box;
	}

	.page_main_02 .page_main_img_box {
		width: auto;
		padding-right: 40px;
	}

	.page_main_img_box img {
		display: block;
		width: auto;
		height: 163px;
	}



	/*------------------------------
	page_main_04
------------------------------*/
	.page_main_04 .page_main_inr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		height: auto;
	}

	.page_main_04 .page_main_ttl_box {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.page_main_04 .page_main_img_box {
		width: auto;
		padding-right: 40px;
	}

	.page_main_04 .page_main_img_box img {
		display: block;
		width: auto;
		height: 120px;
	}



	/*--------------------------------------------------
		page_path
--------------------------------------------------*/
	.page_path {
		font-size: 1.2rem;
		width: 100%;
		padding: 10px 20px;
		margin-bottom: 20px;
		background-color: rgba(255, 255, 255, .8);
		position: absolute;
		bottom: 15px;
		left: 0;
		box-sizing: border-box;
	}

	.page_path ul,
	.page_path ol {
		letter-spacing: -.4em
	}

	.page_path ul li,
	.page_path ol li {
		display: inline-block;
		letter-spacing: normal;
	}

	.page_path ul li a,
	.page_path ol li a {
		display: inline-block;
		padding-right: 20px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat right 8px top 50%;
		background-size: 5px auto;
	}

	.page_path ol li:last-child a {
		text-decoration: none;
		padding-right: 0;
		background: none;
		pointer-events: none;
	}

	.page_path ul li strong,
	.page_path ol li:last-child span {
		color: #666666;
		font-weight: bold;
	}



	/*--------------------------------------------------
			page_path_2nd
	--------------------------------------------------*/
	.page_main+.page_path_2nd {}

	.page_path_2nd {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #DCDCDC;
		position: static;
		bottom: auto;
		left: auto;
		box-sizing: border-box;
	}

	.page_path_2nd ul,
	.page_path_2nd ol {
		max-width: 980px;
		min-width: 900px;
		padding: 10px 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}



	.page_article {
		max-width: 940px;
		min-width: 900px;
		margin: 0 auto;
	}

	.page_article_inr {
		padding: 25px 20px;
	}

	.page_article_txt:not(:last-child) {
		margin-bottom: 1em;
	}

	.page_article_box {
		clear: both;
		overflow: hidden;
	}

	.page_article_box:not(:last-child) {
		margin-bottom: 50px;
	}

	.page_article_box_imgbox:not(:last-child) {
		margin-bottom: 40px;
	}

	.page_article_box_imgbox_img_r {
		float: right;
		margin-left: 40px;
	}

	.page_article_box_imgbox_img_l {
		float: left;
		margin-right: 40px;
	}

	/*------------------------------
		btn_style
	------------------------------*/
	.btn_area:not(:last-child) {
		margin-bottom: 30px;
	}

	.btn_style_more_01,
	.btn_style_anchor_01 {
		width: 500px;
	}

	.btn_style_01_w50p {
		float: right;
	}

	.btn_style_more_03 {
		font-size: 1.6rem;
	}

	/*------------------------------
		list_style
	------------------------------*/
	.list_style_01 li {
		display: block;
		padding-left: 16px;
		position: relative;
		margin-bottom: 10px;
	}

	.list_style_01 li::before {
		content: " ";
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #00a0a6;
		position: absolute;
		top: 7px;
		left: 0;
	}

	.list_style_02 li {
		display: block;
		padding-left: 16px;
		position: relative;
		margin-bottom: 10px;
	}

	.list_style_02 li::before {
		content: " ";
		display: block;
		width: 10px;
		height: 12px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: contain;
		position: absolute;
		top: 5px;
		left: 0;
	}

	.list_style_02 li a {
		color: #333333;
	}

	.list_style_02 li a[target="_blank"] {
		display: inline-block;
		padding-right: 15px;
		background: url(/common_r/img/icn_blank.png) no-repeat 100% 50%;
		background-size: 12px auto;
	}

	.txt_style_annotation_01:not(:last-child) {
		margin-bottom: 30px;
	}

	.txt_style_annotation_01 li {
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	/*------------------------------
		parts
	------------------------------*/
	.page_clinic_map {
		position: relative;
		width: 760px;
		margin: 0 auto 40px;
	}

	.page_clinic_map a {
		display: inline-block;
		height: 34px;
		line-height: 34px;
		padding: 0 16px;
		position: absolute;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
	}

	.page_clinic_map_link_01 {
		left: 202px;
		top: 170px;
	}

	.page_clinic_map_link_02 {
		left: 32px;
		top: 215px;
	}

	.page_clinic_map_link_03 {
		left: 87px;
		top: 262px;
	}

	.page_clinic_map_link_04 {
		left: 473px;
		top: 225px;
	}

	.page_clinic_map_link_05 {
		left: 427px;
		top: 275px;
	}

	.page_clinic_map_link_06 {
		left: 314px;
		top: 324px;
	}

	.page_clinic_list {
		width: 840px;
		margin: 0 auto 40px;
		background-color: #f5f5f0;
		padding: 30px 40px;
		box-sizing: border-box;
	}

	.page_clinic_list_ttl {
		font-size: 2rem;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		color: #00a0a6;
		margin-bottom: 30px;
	}

	.page_clinic_list a {
		display: block;
		position: relative;
		padding: 90px 0 0 30px;
		color: #333;
		text-decoration: none;
	}

	.page_clinic_list a:not(:last-child) {
		margin-bottom: 30px;
	}

	.page_clinic_list_inr {
		box-sizing: border-box;
		height: 140px;
		padding: 40px 0 0 380px;
		background: #fff url(/common_r/img/icn_arw_08.png) 98% 50% no-repeat;
		background-size: 12px auto;
	}

	.page_clinic_list_img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.page_clinic_list_txt_01 {
		display: inline-block;
		height: 28px;
		line-height: 28px;
		border-radius: 28px;
		padding: 0 20px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 400px;
		top: 80px;
	}

	.page_clinic_list_box_01 .page_clinic_list_txt_01,
	.page_clinic_list_box_04 .page_clinic_list_txt_01 {
		background-color: #448aca;
	}

	.page_clinic_list_box_02 .page_clinic_list_txt_01,
	.page_clinic_list_box_05 .page_clinic_list_txt_01 {
		background-color: #e485b6;
	}

	.page_clinic_list_box_03 .page_clinic_list_txt_01,
	.page_clinic_list_box_06 .page_clinic_list_txt_01 {
		background-color: #00a0a6;
	}

	.page_clinic_list_txt_02 {
		font-size: 1.8rem;
		color: #666666;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 10px;
	}





	.page_case_man,
	.page_case_woman {
		width: 760px;
		margin: 0 auto 30px;
	}

	.page_case_man ul,
	.page_case_woman ul {
		display: flex;
		flex-wrap: wrap;
	}

	.page_case_man ul li,
	.page_case_woman ul li {
		display: block;
		box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
		font-size: 0;
	}

	.page_case_man ul li:first-child,
	.page_case_woman ul li:first-child {
		width: 100%;
	}

	.page_case_man ul li:not(:first-child),
	.page_case_woman ul li:not(:first-child) {
		width: 375px;
	}

	.page_case_man ul li:nth-child(even),
	.page_case_woman ul li:nth-child(even) {
		margin-right: 10px;
	}

	.page_case_man ul li a,
	.page_case_woman ul li a {
		display: block;
		padding: 15px;
		border: 2px solid #e6e6e6;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f5', GradientType=0);
		box-shadow: 0 0 0 3px inset #fff;
		position: relative;
	}

	.page_case_man ul li a::before,
	.page_case_woman ul li a::before {
		display: block;
		content: " ";
		width: 13px;
		height: 19px;
		background: url(/common_r/img/icn_arw_08.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_bnr_selfcheck_man,
	.page_bnr_selfcheck_woman {
		padding-top: 30px;
		width: 760px;
		margin: 0 auto 20px;
	}

	.page_bnr_selfcheck_woman_w50p,
	.page_bnr_selfcheck_man_w50p {
		padding-top: 16px;
		width: 500px;
		margin: 0 auto 20px;
	}

	.page_bnr_selfcheck_man a,
	.page_bnr_selfcheck_woman a,
	.page_bnr_selfcheck_woman_w50p a,
	.page_bnr_selfcheck_man_w50p a {
		display: block;
		height: 130px;
		background: url(/common_r/img/icn_arw_02.png) right 20px top 50% no-repeat;
		background-size: 13px auto;
		position: relative;
	}

	.page_bnr_selfcheck_woman_w50p a,
	.page_bnr_selfcheck_man_w50p a {
		height: 100px;
	}

	.page_bnr_selfcheck_man a::before,
	.page_bnr_selfcheck_woman a::before,
	.page_bnr_selfcheck_man_w50p a::before,
	.page_bnr_selfcheck_woman_w50p a::before {
		display: block;
		content: " ";
		width: 13px;
		height: 19px;
		background: url(/common_r/img/icn_arw_02.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_bnr_selfcheck_man a,
	.page_bnr_selfcheck_man_w50p a {
		background: #69a1d5;
		background: -moz-linear-gradient(top, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		background: -webkit-linear-gradient(top, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		background: linear-gradient(to bottom, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a1d5', endColorstr='#6599c9', GradientType=0);
	}

	.page_bnr_selfcheck_woman a,
	.page_bnr_selfcheck_woman_w50p a {
		background: #e99dc5;
		background: -moz-linear-gradient(top, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		background: -webkit-linear-gradient(top, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		background: linear-gradient(to bottom, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e99dc5', endColorstr='#dd96ba', GradientType=0);
	}

	.page_bnr_selfcheck_man a img,
	.page_bnr_selfcheck_woman a img {
		position: absolute;
		left: 40px;
		top: -30px;
	}

	.page_bnr_selfcheck_man_w50p a img,
	.page_bnr_selfcheck_woman_w50p a img {
		width: 450px;
		position: absolute;
		left: 7px;
		top: -16px;
	}

	.page_bnrarea {
		width: 760px;
		margin: 0 auto 20px;
	}

	.page_bnrarea a {
		display: block;
	}

	/*------------------------------
		btn_area
	------------------------------*/

	/*------------------------------
		btn_area_2column
	------------------------------*/
	.btn_area_2column {
		width: 100%;
	}

	.btn_area_2column .btn_style_02_w50p {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: calc(460 / 940 * 100%);
		max-width: none;
		min-height: 96px;
		float: left;
		margin: 20px calc(20 / 940 * 100%) 0 0;
	}

	.btn_area_2column .btn_style_02_w50p:nth-child(2n) {
		margin-right: 0;
	}

	.btn_area_2column .btn_style_02_w50p:nth-child(-n+2) {
		margin-top: 0;
	}

	/* ▼ safari */
	_::-webkit-full-page-media,
	_:future,
	:root .page_header_menu_txt {
		font-size: 1.3rem;
	}



}

/*------------------------------
	1200px
------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.page_main {
		overflow: hidden;
	}
}

/*------------------------------
	980px
------------------------------*/
@media screen and (min-width: 769px) and (max-width: 979px) {
	.page_header_btn_area {
		width: 10vw;
	}

	.page_header_menu>ul>li>a {
		font-size: 1.3rem;
	}

	.page_header_txt_01 {
		left: 0;
		transform: none;
	}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.pcOnly {
		display: none !important;
	}

	img {
		width: 100%;
		height: auto;
	}

	.wrapper {}

	/*------------------------------
		page_header
	------------------------------*/
	.page_header.page_header_fixed {
		position: fixed;
		top: 0;
		z-index: 998;
	}

	.page_header.page_header_fixed+* {
		margin-top: calc(23.8vw);
	}

	.page_header_inr {
		width: 100%;
		height: 13.3vw;
		background: #fff;
		position: relative;
		z-index: 999;
	}

	.page_header_txt_01 {
		background-color: #5c5c5c;
		padding: 0 2vw;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		font-size: 1.2rem;
		color: #fff;
		position: relative;
		z-index: 3;
	}

	.page_header_logo {
		margin: 2.3vw 0 0 3.6vw;
		width: 36.5vw;
	}

	.page_header_btn_area {
		width: 54vw;
		float: right;
		display: flex;
	}

	.page_header_btn {
		display: block;
		height: 0;
		padding-top: 13.3vw;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-size: auto 100%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	.page_header_btn_con {
		width: 34%;
		background-color: #c2b16e;
		background-image: url(/common_r/img/page_header_btn_con_sp.png);
	}

	.page_header_btn_rev {
		width: 34%;
		background-color: #de7567;
		background-image: url(/common_r/img/page_header_btn_rev_sp.png);
	}

	.page_header_btn_menu {
		width: 32%;
		background-image: url(/common_r/img/page_header_btn_menu.png);
		background-color: #fff;
		border: none;
		border-left: 1px solid #dcdde1;
	}

	.drawer-open .page_header_btn_menu {
		background-image: url(/common_r/img/page_header_btn_menu_close.png);
	}

	.page_header_pickup {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.page_header_pickup_btn {
		display: block;
		width: 25%;
		box-sizing: border-box;
		border-top: 1px solid #dcdde1;
		background-color: #e4e5e9;
	}

	.page_header_pickup_btn:not(:first-child) {
		border-left: 1px solid #C9C9C9;
	}

	.page_header_pickup_btn a {
		display: flex;
		align-items: center;
		height: 10.5vw;
		color: #000000;
		white-space: nowrap;
		text-decoration: none;
		line-height: 1.2;
		font-size: 2.81vw;
	}

	.page_header_pickup_btn a::before {
		content: " ";
		display: inline-block;
		width: 6vw;
		height: 10.5vw;
		margin: 0 1vw;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	.page_header_pickup_btn_01 {
		width: 24%;
		background-color: #E685A9;
	}

	.page_header_pickup_btn_01 a::before {
		background-image: url(/common_r/img/icn_women.png);
	}

	.page_header_pickup_btn_02 {
		width: 28%;
	}

	.page_header_pickup_btn_02 a::before {
		background-image: url(/common_r/img/icn_selfcheck.png);
	}

	.page_header_pickup_btn_03 {
		width: 24%;
	}

	.page_header_pickup_btn_03 a::before {
		background-image: url(/common_r/img/icon_treat.png);
	}

	.page_header_pickup_btn_04 {
		width: 24%;
	}

	.page_header_pickup_btn_04 a::before {
		background-image: url(/common_r/img/icn_clinic.png);
	}

	.page_header_menu_block_inr {
		padding: 20px 4%;
	}

	.page_header_menu_block_01 {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2vw;
	}

	.page_header_menu_block_01_link {
		width: 30.5%;
		margin-bottom: 3vw
	}

	.page_header_menu_block_01_link:not(:nth-child(3n)) {
		margin-right: 4.25%;
	}

	.page_header_menu_block_01_link a {
		display: block;
		box-sizing: border-box;
		padding-top: 4.6vw;
		height: 28vw;
		background: #30b0b5;
		background: -moz-linear-gradient(top, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		background: -webkit-linear-gradient(top, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		background: linear-gradient(to bottom, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30b0b5', endColorstr='#30a7ab', GradientType=0);
		text-decoration: none;
		font-size: 3.4vw;
		line-height: 2;
		color: #fff;
		text-align: center;
	}

	.page_header_menu_block_01_link a span {
		display: block;
		width: 100%;
	}

	.page_header_menu_block_01_link a::before {
		content: " ";
		display: block;
		width: 13.3vw;
		height: 11.7vw;
		margin: 0 auto 2vw;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
	}

	.page_header_menu_block_01_link_01 a {
		line-height: 1.2;
	}

	.page_header_menu_block_01_link_01 a::before {
		background-image: url(/common_r/img/icn_expert.png);
	}

	.page_header_menu_block_01_link_02 a::before {
		background-image: url(/common_r/img/icn_flow.png);
	}

	.page_header_menu_block_01_link_03 a::before {
		background-image: url(/common_r/img/icn_cost.png);
	}

	.page_header_menu_block_01_link_04 a::before {
		background-image: url(/common_r/img/icn_men.png);
	}

	.page_header_menu_block_01_link_05 a::before {
		background-image: url(/common_r/img/icn_women.png);
	}

	.page_header_menu_block_01_link_06 a::before {
		background-image: url(/common_r/img/icn_clinic.png);
	}

	.page_header_menu_block_02 {
		margin-bottom: 4vw;
	}

	.page_header_menu_block_02 li:not(:last-child) {
		margin-bottom: 4vw;
	}

	.bnr_selfcheck img {
		margin-top: -3vw;
	}

	.page_header_menu_block_03 dl+dl {
		margin-top: 2px;
	}

	.page_header_menu_block_03 dt {
		background: url(/common_r/img/bg_01.png) repeat 0 0;
		background-size: 15px auto;
		box-sizing: border-box;
		padding: 1em 30px 1em 0.5em;
		color: #fff;
		font-weight: bold;
		position: relative;
	}

	.page_header_menu_block_03 dt span {
		display: block;
		color: #FFFFFF;
	}

	/*
	.page_header_menu_block_03 dt::before {
		content: " ";
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
*/
	.page_header_menu_block_03 dt::after {
		content: " ";
		width: 10px;
		height: 10px;
		background: url(/common_r/img/icn_acd_plus.png) no-repeat 0 0;
		background-size: 10px 10px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_header_menu_block_03 dt.__accordion_active::after {
		background: url(/common_r/img/icn_acd_minus.png) no-repeat 0 0;
		background-size: 10px 10px;
	}

	.page_header_menu_block_03 ul,
	.page_header_menu_block_04 ul,
	.page_header_menu_block_05 ul,
	.page_header_menu_block_06 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.page_header_menu_block_03 li,
	.page_header_menu_block_04 li,
	.page_header_menu_block_05 li,
	.page_header_menu_block_06 li {
		width: 100%;
		margin-bottom: 2px;
	}

	.page_header_menu_block_03 dd a,
	.page_header_menu_block_04 a,
	.page_header_menu_block_05 a,
	.page_header_menu_block_06 a {
		display: block;
		height: 3em;
		background: #fff;
		color: #333333;
		text-decoration: none;
		vertical-align: middle;
		font-size: 1.3rem;
		line-height: 1.2;
		background: #fff url(/common_r/img/icn_arw_01.png) no-repeat top 50% right 10px;
		background-size: 10px auto;
		position: relative;
	}

	.page_header_menu_block_03 a span,
	.page_header_menu_block_04 a span,
	.page_header_menu_block_05 a span,
	.page_header_menu_block_06 a span {
		position: absolute;
		top: 50%;
		left: .8em;
		transform: translateY(-50%);
	}

	.page_header_menu_block_04_col2 li,
	.page_header_menu_block_05_col2 li,
	.page_header_menu_block_06_col2 li {
		width: 50%;
		box-sizing: border-box;
	}

	.page_header_menu_block_04_col2 li:nth-child(odd),
	.page_header_menu_block_05_col2 li:nth-child(odd),
	.page_header_menu_block_06_col2 li:nth-child(odd) {
		border-right: 2px solid transparent;
	}

	.page_header_menu_block_04_ttl,
	.page_header_menu_block_05_ttl,
	.page_header_menu_block_06_ttl {
		position: relative;
		padding-left: 35px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.page_header_menu_block_04_ttl span,
	.page_header_menu_block_05_ttl span,
	.page_header_menu_block_06_ttl span {
		font-size: 4.68vw;
		font-weight: bold;
		color: #054560;
		background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.page_header_menu_block_04_ttl::before,
	.page_header_menu_block_05_ttl::before,
	.page_header_menu_block_06_ttl::before {
		content: " ";
		display: block;
		width: 30px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}

	.page_header_menu_block_04_ttl_01::before {
		background-image: url(/common_r/img/icn_hair.png);
	}

	.page_header_menu_block_04_ttl_02::before {
		background-image: url(/common_r/img/icn_medicine.png);
	}

	.page_header_menu_block_04_ttl_03::before {
		background-image: url(/common_r/img/icn_trouble.png);
	}
    
	.page_header_menu_block_04_ttl_04::before {
		background-image: url(/common_r/img/icn_woman.png);
	}

	.page_header_menu_block_05_ttl_01::before {
		background-image: url(/common_r/img/icn_beginner_02.png);
	}

	.page_header_menu_block_06_ttl_01::before {
		background-image: url(/common_r/img/icn_clinic.png);
	}

	.page_header_menu_block_logo {
		display: block;
		width: 53vw;
		height: 0;
		padding-top: 11.7vw;
		margin: 0 auto 4vw;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(/common_r/img/logo.png) 0 0 no-repeat;
		background-size: contain;
	}

	.page_header_menu_block_toplink {
		display: block;
		width: 7.5em;
		margin: 0 auto 4vw;
		font-size: 1.3rem;
		text-decoration: none;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: 8px auto;
	}

	/*
	.page_header_menu_block_05 .page_header_menu_block_inr,
	*/
	.page_header_menu_block_06 .page_header_menu_block_inr {
		padding: 0;
		margin-bottom: 4vw;
	}

	/*------------------------------
		g_navi
	------------------------------*/
	.g_navi {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.g_navi .g_navi_inner {
		display: block;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		background: url(/common_r/img/bg_02.png) repeat 0 0 #FFFFFF;
		background-size: 10px auto;
		box-sizing: border-box;
	}

	.g_navi .page_header_menu_inr {
		padding: 0 0 60px 0;
	}

	.navOpen {
		overflow: hidden;
	}

	.navi_header_menu {
		width: 100%;
		height: 13.3vw;
		background: #FFFFFF;
	}

	.navi_header_menu .navi_header_btn_area {
		display: flex;
		width: 54vw;
		float: right;
	}

	.navi_header_menu .page_header_btn_menu {
		background-image: url(/common_r/img/page_header_btn_menu_close.png);
	}

	.navi_footer_menu .navi_close_btn {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 20px;
	}

	/*------------------------------
		page_footer
	------------------------------*/
	.page_path+.page_footer {
		margin-top: 0;
	}

	.page_footer {
		margin-top: 5vw;
	}

	.page_footer_inr {
		padding: 4vw;
	}

	.page_footer_bnr {
		margin-bottom: 4vw;
	}

	.page_footer_acceptance {
		padding: 2vw;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
		text-align: center;
	}

	.page_footer_acceptance p {
		margin-bottom: 2vw;
		line-height: 1;
	}

	.page_footer_acceptance ul {
		display: flex;
	}

	.page_footer_acceptance li {
		display: block;
		width: 49%;
		font-size: 3.7vw;
	}

	.page_footer_acceptance li+li {
		margin-left: 2%;
	}

	.page_footer_acceptance_counseling {
		background: #c2b16e;
		background: -moz-linear-gradient(top, #c2b16e 0%, #c2b16e 50%, #b4a566 51%, #b4a566 100%);
		background: -webkit-linear-gradient(top, #c2b16e 0%, #c2b16e 50%, #b4a566 51%, #b4a566 100%);
		background: linear-gradient(to bottom, #c2b16e 0%, #c2b16e 50%, #b4a566 51%, #b4a566 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2b16e', endColorstr='#b4a566', GradientType=0);
	}

	.page_footer_acceptance_reservation {
		background: #de7567;
		background: -moz-linear-gradient(top, #de7567 0%, #de7567 50%, #d96559 51%, #d96559 100%);
		background: -webkit-linear-gradient(top, #de7567 0%, #de7567 50%, #d96559 51%, #d96559 100%);
		background: linear-gradient(to bottom, #de7567 0%, #de7567 50%, #d96559 51%, #d96559 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de7567', endColorstr='#d96559', GradientType=0);
	}

	.page_footer_acceptance a {
		display: block;
		box-sizing: border-box;
		height: 17vw;
		padding-top: 9vw;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	.page_footer_acceptance_counseling a {
		background: url(/common_r/img/icn_counseling_w.png) 50% 25% no-repeat;
		background-size: 8vw auto;
	}

	.page_footer_acceptance_reservation a {
		background: url(/common_r/img/icn_reservation_w.png) 50% 20% no-repeat;
		background-size: 6.6vw auto;
	}

	.page_footer_menubtn ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2vw;
	}

	.page_footer_menubtn_link {
		width: 30.5%;
		margin-bottom: 3vw
	}

	.page_footer_menubtn_link:not(:nth-child(3n)) {
		margin-right: 4.25%;
	}

	.page_footer_menubtn_link a {
		display: block;
		box-sizing: border-box;
		padding-top: 4.6vw;
		height: 28vw;
		background: #30b0b5;
		background: -moz-linear-gradient(top, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		background: -webkit-linear-gradient(top, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		background: linear-gradient(to bottom, #30b0b5 0%, #30b0b5 50%, #30a7ab 50%, #30a7ab 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30b0b5', endColorstr='#30a7ab', GradientType=0);
		text-decoration: none;
		font-size: 3.4vw;
		line-height: 2;
		color: #fff;
		text-align: center;
	}

	.page_footer_menubtn_link a span {
		display: block;
		width: 100%;
	}

	.page_footer_menubtn_link a::before {
		content: " ";
		display: block;
		width: 13.3vw;
		height: 11.7vw;
		margin: 0 auto 2vw;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
	}

	.page_footer_menubtn_link_01 a {
		line-height: 1.2;
	}

	.page_footer_menubtn_link_01 a::before {
		background-image: url(/common_r/img/icn_expert.png);
	}

	.page_footer_menubtn_link_02 a::before {
		background-image: url(/common_r/img/icn_flow.png);
	}

	.page_footer_menubtn_link_03 a::before {
		background-image: url(/common_r/img/icn_cost.png);
	}

	.page_footer_menubtn_link_04 a::before {
		background-image: url(/common_r/img/icn_men.png);
	}

	.page_footer_menubtn_link_05 a::before {
		background-image: url(/common_r/img/icn_women.png);
	}

	.page_footer_menubtn_link_06 a::before {
		background-image: url(/common_r/img/icn_clinic.png);
	}

	.page_footer_bnr li:not(:last-child) {
		margin-bottom: 4vw;
	}

	.page_footer_accordion_inr {
		padding: 4vw
	}

	.page_footer_accordion dl+dl {
		margin-top: 2px;
	}

	.page_footer_accordion dt {
		background: url(/common_r/img/bg_01.png) repeat 0 0;
		background-size: 15px auto;
		background-size: 15px auto;
		box-sizing: border-box;
		padding: 1em 30px 1em 0.5em;
		color: #fff;
		font-weight: bold;
		position: relative;
	}

	.page_footer_accordion dt a {
		color: #FFFFFF;
		text-decoration: none;
	}

	/*
	.page_footer_accordion dt::before {
		content: " ";
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
*/
	.page_footer_accordion dt::after {
		content: " ";
		width: 10px;
		height: 10px;
		background: url(/common_r/img/icn_acd_plus.png) no-repeat 0 0;
		background-size: 10px 10px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_footer_accordion dt.__accordion_active::after {
		background: url(/common_r/img/icn_acd_minus.png) no-repeat 0 0;
		background-size: 10px 10px;
	}

	.page_footer_pickup_inr {
		margin-bottom: 6vw;
	}

	.page_footer_pickup_ttl_02 {
		margin-top: 6vw;
	}

	.page_footer_txtlink {
		background-color: #fff;
		padding: 2vw 0;
		margin: 0 0 2vw;
	}

	.page_footer_txtlink a {
		padding: 0 1em;
	}

	.page_footer_info {
		font-size: 1.4rem;
		margin-bottom: 4vw
	}

	.page_footer_info p {
		margin-bottom: 1em;
	}

	.page_footer_info_link {
		display: block;
		padding-left: 12px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.4;
		color: #333;
	}

	.page_footer_info_link::before {
		content: " ";
		display: block;
		width: 8px;
		height: 10px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: contain;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.page_footer_info dl {
		padding-top: 1em;
		border-top: 1px solid #bfbfbf;
	}

	.page_footer_info dt {
		font-weight: bold;
	}

	/*------------------------------
		page_main
	------------------------------*/
	.page_main {
		position: relative;
		margin-bottom: 20px;
		background-color: #f2f5f5;
	}

	.page_main .page_main_inr {
		display: flex;
		padding: 10px 4%;
	}

	.page_main+.page_main {
		margin-top: 5vw;
	}

	.page_main_ttl_box {}

	.page_main_ttl_box>*+* {
		margin-top: 10px;
	}

	.page_main_ttl {
		font-size: 5.6vw;
		font-weight: bold;
		line-height: 1.3;
		color: #070e35;
		background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.page_main_subttl {
		font-size: 3.7vw;
		line-height: 1.3;
		color: #070e35;
		background: -webkit-linear-gradient(0deg, #0a3563 30%, #086884 50%, #0a3563 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}



	/*------------------------------
	page_main_02
------------------------------*/
	.page_main_02 .page_main_inr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 4%;
	}

	.page_main_02 .page_main_ttl_box {
		width: 70%;
	}

	.page_main_02 .page_main_img_box {
		width: 30%;
		padding-left: 2%;
		box-sizing: border-box;
	}

	.page_main_02 .page_main_img_box img {
		vertical-align: middle;
	}



	/*------------------------------
	page_main_04
------------------------------*/
	.page_main_04 .page_main_inr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 4%;
	}

	.page_main_04 .page_main_ttl_box {
		width: 75%;
	}

	.page_main_04 .page_main_img_box {
		width: 25%;
		padding-left: 2%;
		box-sizing: border-box;
	}

	.page_main_04 .page_main_img_box img {
		vertical-align: middle;
	}



	.page_path {
		font-size: 1rem;
		width: 100%;
		padding: 1.5vw 1vw;
		margin-top: 5vw;
		background-color: rgba(255, 255, 255, .8);
		box-sizing: border-box;
	}

	.page_path ul,
	.page_path ol {
		letter-spacing: -.4em
	}

	.page_path ul li,
	.page_path ol li {
		display: inline-block;
		letter-spacing: normal;
	}

	.page_path ul li a,
	.page_path ol li a {
		display: inline-block;
		padding-right: 20px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat right 8px top 50%;
		background-size: 5px auto;
	}

	.page_path ol li:last-child a {
		text-decoration: none;
		background: none;
		pointer-events: none;
	}

	.page_path ul li strong,
	.page_path ol li:last-child span {
		color: #666666;
		font-weight: bold;
	}

	.page_article_inr {
		padding: 3vw 2.5vw;
	}

	.page_article_txt:not(:last-child) {
		margin-bottom: 1em;
	}

	.page_article_box:not(:last-child) {
		margin-bottom: 25px;
	}

	.page_article_box_imgbox:not(:last-child) {
		margin-bottom: 20px;
	}

	.page_article_box_imgbox_img_r {
		width: 33vw;
		float: right;
		margin-left: 2.5vw;
	}

	.page_article_box_imgbox_img_l {
		width: 33vw;
		float: left;
		margin-right: 2.5vw;
	}

	.page_article_ttl_01 {
		font-size: 1.8rem;
	}

	.page_article_ttl_02 {
		font-size: 1.6rem;
		margin-bottom: 2.5vw;
	}

	.page_article_ttl_03 {
		margin-bottom: 2vw;
		font-size: 1.4rem;
		line-height: 16px;
	}

	/*------------------------------
		btn_style
	------------------------------*/
	.btn_area a+a {
		margin-top: 2vw;
	}

	.btn_area:not(:last-child) {
		margin-bottom: 2vw;
	}

	.btn_style_01,
	.btn_style_01_w50p {
		font-size: 1.4rem;
	}

	.btn_style_01_w50p {
		float: left;
	}

	.btn_style_02,
	.btn_style_02_woman,
	.btn_style_02_w50p,
	.btn_style_02_woman_w50p {
		padding: 3% 4% 3% 14.6%;
		font-size: 1.2rem;
	}

	.btn_style_02::before,
	.btn_style_02_woman::before,
	.btn_style_02_w50p::before,
	.btn_style_02_woman_w50p::before {
		width: 2.4%;
		height: 3.5vw;
		right: 2%;
	}

	.btn_style_02_txt_02,
	.btn_style_02_w50p .btn_style_02_txt_02,
	.btn_style_02_woman_w50p .btn_style_02_txt_02 {
		font-size: 1.8rem;
	}

	.btn_style_02_icn,
	.btn_style_02_w50p .btn_style_02_icn,
	.btn_style_02_woman_w50p .btn_style_02_icn {
		width: 10%;
		height: auto;
		left: 2%;
	}

	.btn_style_more_01,
	.btn_style_anchor_01 {
		font-size: 1.4rem;
		min-width: 60%;
		padding: 15px 30px;
	}

	/*------------------------------
		list_style
	------------------------------*/
	.list_style_01 li {
		display: block;
		padding-left: 12px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.list_style_01 li::before {
		content: " ";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #00a0a6;
		position: absolute;
		top: 4px;
		left: 0;
	}

	.list_style_02 li {
		display: block;
		padding-left: 12px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.list_style_02 li::before {
		content: " ";
		display: block;
		width: 8px;
		height: 10px;
		background: url(/common_r/img/icn_arw_01.png) no-repeat 100% 50%;
		background-size: contain;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.list_style_02 li a {
		color: #333333;
	}

	.list_style_02 li a[target="_blank"] {
		display: inline-block;
		padding-right: 15px;
		background: url(/common_r/img/icn_blank.png) no-repeat 100% 50%;
		background-size: 12px auto;
	}

	.txt_style_annotation_01:not(:last-child) {
		margin-bottom: 4vw;
	}

	.txt_style_annotation_01 li {
		font-size: 1rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	/*------------------------------
		parts
	------------------------------*/
	.page_clinic_map {
		position: relative;
		width: 95vw;
		margin: 0 auto 4vw;
	}

	.page_clinic_map a {
		display: block;
		line-height: 1;
		padding: 1.6vw 3vw;
		position: absolute;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 3.12vw;
		text-align: center;
	}

	.page_clinic_map_link_01 {
		left: 17.5vw;
		top: 38vw;
	}

	.page_clinic_map_link_02 {
		left: 7.5vw;
		top: 45.2vw;
	}

	.page_clinic_map_link_03 {
		left: 2.5vw;
		top: 55.8vw;
	}

	.page_clinic_map_link_04 {
		left: 60vw;
		top: 46.4vw;
	}

	.page_clinic_map_link_05 {
		left: 62vw;
		top: 58.5vw;
	}

	.page_clinic_map_link_06 {
		left: 36.5vw;
		top: 69.8vw;
	}

	.page_clinic_list {
		width: 96%;
		margin: 0 auto 20px auto;
		background-color: #f5f5f0;
		padding: 20px 2%;
		box-sizing: border-box;
	}

	.page_clinic_list_ttl {
		font-size: 1.6rem;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		color: #00a0a6;
		margin-bottom: 4vw;
	}

	.page_clinic_list a {
		display: block;
		position: relative;
		padding: 20px 0 0 4vw;
		color: #333;
		text-decoration: none;
	}

	.page_clinic_list a:not(:last-child) {
		margin-bottom: 20px;
	}

	.page_clinic_list_inr {
		min-height: 20vw;
		box-sizing: border-box;
		padding: 25px 4vw 1vw 23.5vw;
		background: #fff url(/common_r/img/icn_arw_08.png) 98% 50% no-repeat;
		background-size: 2.4vw auto;
	}

	.page_clinic_list_img {
		width: 25vw;
		position: absolute;
		left: 0;
		top: 0;
	}

	.page_clinic_list_txt_01 {
		display: inline-block;
		line-height: 1.3;
		border-radius: 20px;
		padding: 2px 3vw;
		font-size: 3.12vw;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: 7vw;
		left: 27vw;
		transform: translateY(-50%);
	}

	.page_clinic_list_box_01 .page_clinic_list_txt_01 {
		background-color: #448aca;
	}

	.page_clinic_list_box_02 .page_clinic_list_txt_01 {
		background-color: #e485b6;
	}

	.page_clinic_list_box_03 .page_clinic_list_txt_01 {
		background-color: #00a0a6;
	}

	.page_clinic_list_box_04 .page_clinic_list_txt_01 {
		background-color: #448aca;
	}

	.page_clinic_list_box_05 .page_clinic_list_txt_01 {
		background-color: #e485b6;
	}

	.page_clinic_list_box_06 .page_clinic_list_txt_01 {
		background-color: #00a0a6;
	}

	.page_clinic_list_txt_02 {
		font-size: 3.12vw;
		color: #666666;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 5px;
	}

	.page_clinic_list_txt_03 {
		font-size: 3.12vw;
	}





	.page_case_man,
	.page_case_woman {
		width: 95%;
		margin: 0 auto 4vw;
	}

	.page_case_man ul,
	.page_case_woman ul {
		display: flex;
		flex-wrap: wrap;
	}

	.page_case_man ul li,
	.page_case_woman ul li {
		display: block;
		box-sizing: border-box;
		margin-bottom: 1.3vw;
		text-align: center;
		font-size: 0;
	}

	.page_case_man ul li img,
	.page_case_woman ul li img {
		width: auto;
		margin-right: 4%
	}

	.page_case_man ul li:first-child,
	.page_case_woman ul li:first-child {
		width: 100%;
	}

	.page_case_man ul li:first-child img,
	.page_case_woman ul li:first-child img {
		height: 9vw;
	}

	.page_case_man ul li:not(:first-child),
	.page_case_woman ul li:not(:first-child) {
		width: 49%;
	}

	.page_case_man ul li:not(:first-child) img,
	.page_case_woman ul li:not(:first-child) img {
		height: 6vw;
	}

	.page_case_man ul li:nth-child(even),
	.page_case_woman ul li:nth-child(even) {
		margin-right: 2%;
	}

	.page_case_man ul li a,
	.page_case_woman ul li a {
		display: block;
		padding: 2vw 2%;
		border: 2px solid #e6e6e6;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f5 51%, #f7f7f5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f5', GradientType=0);
		box-shadow: 0 0 0 3px inset #fff;
		position: relative;
	}

	.page_case_man ul li a::before,
	.page_case_woman ul li a::before {
		display: block;
		content: " ";
		width: 2.4%;
		height: 3.5vw;
		background: url(/common_r/img/icn_arw_08.png) no-repeat 0 0;
		background-size: 100% auto;
		position: absolute;
		right: 2%;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_case_man ul li:not(:first-child) a::before,
	.page_case_woman ul li:not(:first-child) a::before {
		width: 4.8%;
		right: 4%;
	}

	.page_bnr_selfcheck_man,
	.page_bnr_selfcheck_woman,
	.page_bnr_selfcheck_man_w50p,
	.page_bnr_selfcheck_woman_w50p {
		padding-top: 4vw;
		width: 95%;
		margin: 0 auto 4vw;
	}

	.page_bnr_selfcheck_man a,
	.page_bnr_selfcheck_woman a,
	.page_bnr_selfcheck_man_w50p a,
	.page_bnr_selfcheck_woman_w50p a {
		display: block;
		height: 17.3vw;
		background-size: 2.4vw auto;
		position: relative;
	}

	.page_bnr_selfcheck_man a::before,
	.page_bnr_selfcheck_woman a::before,
	.page_bnr_selfcheck_man_w50p a::before,
	.page_bnr_selfcheck_woman_w50p a::before {
		display: block;
		content: " ";
		width: 2.4%;
		height: 3.5vw;
		background: url(/common_r/img/icn_arw_02.png) 0 0 no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: 2%;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_bnr_selfcheck_man a,
	.page_bnr_selfcheck_man_w50p a {
		background: #69a1d5;
		background: -moz-linear-gradient(top, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		background: -webkit-linear-gradient(top, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		background: linear-gradient(to bottom, #69a1d5 0%, #69a1d5 50%, #6599c9 51%, #6599c9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a1d5', endColorstr='#6599c9', GradientType=0);
	}

	.page_bnr_selfcheck_woman a,
	.page_bnr_selfcheck_woman_w50p a {
		background: #e99dc5;
		background: -moz-linear-gradient(top, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		background: -webkit-linear-gradient(top, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		background: linear-gradient(to bottom, #e99dc5 0%, #e99dc5 50%, #dd96ba 51%, #dd96ba 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e99dc5', endColorstr='#dd96ba', GradientType=0);
	}

	.page_bnr_selfcheck_man a img,
	.page_bnr_selfcheck_woman a img,
	.page_bnr_selfcheck_man_w50p a img,
	.page_bnr_selfcheck_woman_w50p a img {
		width: 86%;
		position: absolute;
		left: 2%;
		top: -4vw;
	}

	.page_bnrarea {
		width: 95%;
		margin: 0 auto 2vw;
		line-height: 1;
	}
}

/*------------------------------
	clearfix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*------------------------------
	上書き用スタイル
------------------------------*/
.dn {
	display: none !important;
}

.di {
	display: inline !important;
}

.dib {
	display: inline-block !important;
}

.db {
	display: block !important;
}

.fwb {
	font-weight: bold !important;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tdn {
	text-decoration: none !important;
}

.tdu {
	text-decoration: underline !important;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	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;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr5 {
	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;
}

.mr60 {
	margin-right: 60px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	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;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	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;
}

.ml60 {
	margin-left: 60px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.bdn {
	border: none !important;
}

.bdtn {
	border-top: none !important;
}

.bdrn {
	border-right: none !important;
}

.bdbn {
	border-bottom: none !important;
}

.bdln {
	border-left: none !important;
}

.ovh {
	overflow: hidden !important;
}

.posr {
	position: relative !important;
}

.zi1 {
	z-index: 1 !important;
}

.curp {
	cursor: pointer !important;
}