@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 11.2rem;
}
#main p {
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
    margin-bottom: 6.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
}
#main .sec01 {
	margin-bottom: 14.3rem;
}

#main .sec01 {
	margin-bottom: 14.2rem;
}
#main .sec01 p#end {
	text-align: right;
}
#main .sec02 .midTxt {
	margin-bottom: 7.8rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.78;
}
#main .subBox:not(:last-child) {
	margin-bottom: 14rem;
}
@media all and (max-width: 896px) {
    
	#main .sec01 {
		margin-bottom: 7rem;
	}
	#main .sec02 .midTxt {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	#main .subBox:not(:last-child) {
		margin-bottom: 7rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3.9rem;
	padding-bottom: 1.6rem;
	position: relative;
	font-weight: 400;
	font-size: 2.8rem;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif'serif;
	letter-spacing: 0.1em;
	border-bottom: 0.1rem solid #999;
}
.headLine05::before {
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	width: 30rem;
	height: 0.2rem;
	background-color: #0ABAB5;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2rem !important;
		font-size: 2rem;
	}
	.headLine05::before {
		width: 12rem;
	}
}