@charset "utf-8";

/* .cont */
.cont{
	padding:50px 0 90px;
}
.cont .inner{
	padding:3%;
	line-height:1.5;
	text-align:left;
	background-color:#f0f9fd;
}
.cont .inner h2{
	line-height:1.3;
	padding:0.4em 0.8em 0.4em;
	font-size:24px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.cont .inner h2 span{
	line-height:1.8;
	margin-left:1em;
	font-size:18px;
	font-weight:normal;
	white-space:nowrap;
}
.cont .inner p{
	margin:1.6em 0;
}

@media screen and (max-width:768px){
	.cont{
		padding:5% 0 9%;
	}
	.cont .inner h2{
		font-size:3.8vw;
		display: block;
	}
	.cont .inner h2 span{
		display:block;
		line-height:1.6;
		margin-left:1em;
		font-size:3.4vw;
		text-align:right;
	}
}




