@charset "utf-8";
/*------------------------------------------------------------
	public
------------------------------------------------------------*/
#main {
	background-color: #F4F7FD;
}
#main .headLine01::before {
	background-color: #92B4F0;
}
#main .headLine03 {
	border-left-color: #92B4F0;
}
#main .headLine04 {
	background: #E4ECFB;/**/
	box-shadow: 0 0 0 0.8rem #E4ECFB;/**/
}
#main .photo {
	margin-bottom: 3rem;
	width: 21rem;
}
#main .innerBox {
	margin-bottom: 7.3rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .comBtnList02 {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 li {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
}
#main .innerBox .text {
	margin-bottom: 3.1rem;
	line-height: 2;
}
#main .innerBox .text01 {
	margin-bottom: 4.7rem;
}
#main .innerBox .text02 {
	margin-bottom: 7rem;
}
#main .innerBox .subText {
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .innerBox .text a:hover,
	#main .innerBox .subText a:hover {
		color: #737373;
	}
}
@media all and (max-width: 896px) {
	#main .photo {
		margin: 0 auto 3rem;
		width: 62.7%;
	}
	#main .photo img {
		width: 100%;
	}
	#main .innerBox {
		margin-bottom: 7.3rem;
	}
	#main .innerBox .comBtnList02 {
		margin: 0 auto;
		width: 32.5rem;
	}
	#main .innerBox .text {
		margin-right: 1.5rem;
		text-align: justify;
		line-height: 2;
	}
	#main .innerBox .text a,
	#main .innerBox .subText a {
		text-decoration: underline;
	}
	#main .innerBox .text a[href^="tel:"] {
		text-decoration: none;
	}
	#main .innerBox .text01 {
		margin-bottom: 4.7rem;
	}
	#main .innerBox .text02 {
		margin-bottom: 7rem;
	}
}