@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01{
	box-sizing: border-box;
	width: 1180px;
	height: 100%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 35px;
	line-height: 45px;
	margin: 0 auto 60px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 22px;
		line-height: 32px;
		margin: 0 auto 25px;
	}
}
@media only screen and (max-width: 350px) {
	.contents01 .contents01_01 h2{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text{
		margin: 0 auto 45px;
	}
}
.contents01 .contents01_01 .text p{
	font-size: 15px;
	line-height: 30px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
}
.contents01 .contents01_01 .text p:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: calc((100% - 47px * 2) / 3 );
	height: auto;
	margin: 80px 47px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
		height: auto;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(3n){
		margin-right: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
		margin: 0 0 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01{
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text01{
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 17px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
	box-sizing: border-box;
	width: 291px;
	height: 63px;
	margin: 0 auto;
	border-radius: calc(63px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	background-color: #00355E;
	text-align: center;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
		width: 100%;
		max-width: 259px;
		height: 57px;
		border-radius: calc(57px / 2);
	}
}
/*.contents01ここまで*/