@charset "utf-8";
/*------------------------------------------------------------
	guidance
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/guidance/page_img.jpg);
}
.pageTitle .headLine01 .jp {
	color: #3c3c3c;
}
#main .recept .sub {
	margin-bottom: 5rem;
	padding: 5rem 0;
	border-top: 1px solid #24479c;
	border-bottom: 1px solid #24479c;
}
#main .recept .sub .text {
	font-size: 1.8rem;
	letter-spacing: 0.03em;
}
#main .recept .innerBox {
	margin-bottom: 3rem;
}
#main .recept .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .recept .innerBox .title {
	margin-bottom: 3rem;
	padding: 0.9rem 2rem 1.2rem;
	width: fit-content;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	background-color: #24479c;
	border-radius: 1rem;
}
#main .recept .innerBox .title .text {
	margin-left: 2rem;
	padding-left: 2rem;
	display: inline-block;
	position: relative;
}
#main .recept .innerBox .title .text::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 2.45rem;
	content: "";
	background-color: #fff;
}
#main .recept .innerBox .title .sml {
	display: inline-block;
	font-size: 1.4rem;
}
#main .recept .reserveTable thead th,
#main .recept .reserveTable thead td {
	border-bottom: 1px solid #d5d5d5;
	background: none;
}
#main .recept .reserveTable table th {
	width: 16.6%;
}
#main .recept .innerBox01 .title {
	background-color: #e97e94;
}
#main .comWhiteBg {
	position: relative;
}
#main .comWhiteBg01 {
	margin-bottom: 5rem;
}
#main .comWhiteBg .imgBox {
	align-items: flex-start;
}
#main .comWhiteBg .imgBox .photoBox {
	margin-right: 5rem;
	width: 19.4rem;
}
#main .comWhiteBg .imgBox .textBox {
	flex: 1;
}
#main .comWhiteBg .imgBox .textBox .text {
	line-height: 1.75;
}
#main .comWhiteBg .btnUl {
	position: absolute;
	z-index: 1;
	top: 12.5rem;
	right: 12.8rem;
	width: 54rem;
}
#main .comWhiteBg .btnUl li {
	width: 26rem;
}
#main .comWhiteBg .btnUl .comBtn01 {
	width: auto;
}
#main .comWhiteBg .btnUl a {
	padding-right: 5rem;
}
#main .comWhiteBg .btnUl .notes {
	margin-bottom: 0.9rem;
	color: #24479c;
	font-size: 1.2rem;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#main .recept {
		padding-bottom: 8rem;
	}
	#main .recept .reserveTable table th {
		padding-left: 2rem;
	}
	#main .recept .reserveTable table td {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
	#main .recept .sub {
		margin-bottom: 3rem;
		padding: 3rem 0;
	}
	#main .recept .sub .text {
		font-size: 1.6rem;
	}
	#main .recept .innerBox .title {
		width: auto;
		text-align: center;
		font-size: 1.6rem;
	}
	#main .recept .innerBox .title .text {
		margin-left: 0;
		padding-left: 0;
		display: block;
	}
	#main .recept .innerBox .title .text::after {
		display: none;
	}
	#main .recept .reserveTable table th {
		width: 32%;
	}
	#main .comWhiteBg .imgBox {
		display: block;
	}
	#main .comWhiteBg .imgBox .photoBox {
		margin: 0 auto 2.5rem;
		width: auto;
		max-width: 45rem;
	}
	#main .comWhiteBg .imgBox .photoBox img {
		width: 100%;
	}
	#main .comWhiteBg .btnUl {
		margin-top: 3rem;
		position: static;
		width: auto;
		display: block;
	}
	#main .comWhiteBg .btnUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .comWhiteBg .btnUl li:last-child {
		margin-bottom: 0;
	}
	#main .comWhiteBg .btnUl .comBtn01 {
		width: fit-content;
	}
}