@charset "utf-8";
main{
	min-height: initial;
}

/*.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: 65px 0 80px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 55px;
	}
}
.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: 25px;
		line-height: 35px;
		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 40px;
	}
}
.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 .text p a{
	width: auto;
	height: auto;
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #386BBE;
	text-decoration: underline;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p a{
		width: 100%;
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 24px;
		display: block;
		text-align: center;
	}
}
.contents01 .contents01_01 .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #386BBE;
	border-bottom: 1px dashed #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link01{
		font-size: 15px;
		line-height: 25px;
	}
}
/*.contents01ここまで*/