@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------
	second layer
------------------------------------------------------------*/
#main .title {
	margin: 6.0rem 0;/*2.7rem*/
	font-size: 2.4rem;/*2.4rem*/
}
#main h3.headLine04 + p.title{
	margin-top: 6.8rem;
}
h2 > span, h3 > span, h4 > span,
#main .title span{
	display: inline-block;
}
#main .title + .text{
	margin-top: -0.8rem;
}
#main .text {
	margin-bottom: 3.2rem;
	line-height: 2;
}
#main .text01,
#main .text02 {
	margin-bottom: 7.5rem;
}
#main .innerBox .text.btn02_ext {
	margin-top: -1.6rem;
}
#main .innerBox .text.btn02_ext a{
	position: relative;
	padding-right: 2.4rem;
}
#main .innerBox .text.btn02_ext a::after{
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-left: 0.5rem;
	background-image: url(../img/common/icon14.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#main .innerBox .text.btn02_ext a:hover,
#main .innerBox .text.btn02_ext a:hover::after
{
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#main .text02 {
		margin-bottom: 3.2rem;
	}
}