main {
	margin-top: 200px;
	padding-top: 0;
}
@media only screen and (max-width: 767px){
	main {
		margin-top: 50px;
	}
}
iframe {
	width: 1060px;
	height: 1000px;
	margin: 0 auto;
	position: static;
}
@media only screen and (max-width: 767px){
	iframe {
		width: 90%;
		height: 1000px;
	}
}











/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	box-sizing: border-box;
	width: 1180px;
	height: 100%;
	padding: 150px 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{
	width: 300px;
	height: auto;
	margin: 0 auto 35px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		width: 200px;
		margin: 0 auto 25px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text{
		margin-bottom: 22px;
	}
}
.contents01 .contents01_01 .text p{
	display: block;
	width: 530px;
	margin: 0 auto;
	font-size: 33px;
	line-height: 53px;
	padding-bottom: 10px;
	border-bottom: 3px solid #0683c4;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		width: 100%;
		font-size: 22px;
		line-height: 42px;
	}
}

.contents01 .contents01_01 a{
	box-sizing: border-box;
	width: 432px;
	height: 81px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 32px;
	background-color: #FFD136;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 a{
		width: 100%;
		height: 61px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents01 .contents01_01 a .svg{
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 0 0 20px;
	display: block;
	flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 a .svg{
		width: 20px;
		height: 20px;
	}
}
/*.contents01ここまで*/