@charset "utf-8";
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.title{
		font-size: 25px;
		line-height: 35px;
	}
}
.title img{
	width: 26px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.title img{
		width: 22px;
	}
}
.sub_title{
	color: #0E1646;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title{
		font-style: normal;
		font-size: 11px;
		line-height: 21px;
	}
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 25px 0 100px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 7px 0 120px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 29px;
	line-height: 39px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 25px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_01 .text p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		margin-bottom: 22px;
	}
}
.contents01 .contents01_01 .text p span{
	padding-left: 1em;
	display: block;
}
.contents01 .contents01_01 .text p .span01{
	padding-left: 0;
	display: inline-block;
}
.contents01 .contents01_01 .text p:last-child{
	margin-bottom: 0;
}
/*.contents01ここまで*/
.cta{
	margin-top: 0;
}