@charset "utf-8";
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto 59px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01{
		width: 90%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 h2{
		font-size: 21px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 h3{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	display: block;
}
.contents01 .mainPhoto{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
.contents01 .mainPhoto img {
	width: 100%;
	height: auto;
}
.contents01 .subBox {
	width: 100%;
	height: auto;
	margin: 0 auto 80px;
	display: block;
}
.contents01 .subBox .txtBox {
	width: 100%;
	height: auto;
	margin: 0 auto 77px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .txtBox {
		width: 90%;
	}
}
.contents01 .subBox .txtBox p {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.contents01 .subBox .txtBox p img{
	width: 320px;
	height: auto;
	margin: 0 auto 8px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .txtBox p img{
		width: 75%;
		max-width: 320px;
	}
}
.contents01 .subBox .txtBox p span {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 3.5px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .txtBox p span {
		margin: 0 auto;
		font-size: 14px;
		line-height: 34px;
	}
}
.contents01 .subBox .imgBox {
	box-sizing: border-box;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 43px 45px 43px 48px;
	border: 2px solid #C9C9C9;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .imgBox {
		width: 95%;
		padding: 4%;
		border: 1px solid #C9C9C9;
		display: block;
	}
}
.contents01 .subBox .imgBox .textBox {
	width: 514px;
	height: auto;
	margin: 23px 0 0;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .imgBox .textBox {
		width: 100%;
		margin: 30px auto 0;
	}
}
.contents01 .subBox .imgBox .textBox p {
	width: 100%;
	height: auto;
	margin: 0 auto 18px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .imgBox .textBox p {
		font-size: 13px;
		line-height: 23px;
	}
}
.contents01 .subBox .imgBox .textBox p span {
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 19px;
	line-height: 29px;
	letter-spacing: 4.5px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .imgBox .textBox p span {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 2px;
	}
}
.contents01 .subBox .imgBox .textBox p:last-of-type {
	margin-bottom: 0;
}
.contents01 .subBox .imgBox .photoBox {
	width: 325px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .subBox .imgBox .photoBox {
		width: 100%;
		margin: 20px auto 0;
	}
}
.contents01 .subBox .imgBox .photoBox img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.contents02{
	width: 100%;
	height: auto;
	padding: 0 0 81px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents02{
		padding: 0 0 46px;
	}
}
.contents02 .contents02_01{
	width: 100%;
	height: 394px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 599px) {
	.contents02 .contents02_01{
		height: 315px;
	}
}
.contents02 .contents02_01 iframe{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}