@charset "utf-8";

@import url("common.css");



/* contents */
.pc {
	display: block;
}
.sp {
	display: none;
}
.section {
	width: 100%;
}
.section article {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: left;
}
.section h2 {
	padding-bottom: 40px;
	text-align: center;
}
.section h2.resizeimage img {
	width: 100%;
	text-align: center;
}
.section h2 span {
	display: inline-block;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: normal;
}
.section h2.visual {
	padding-bottom: 0;
	position: relative;
}
.section h2.visual span {
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	margin-top: -15px;
	padding-top: 0;
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 2px;
	color: #FFF;
	border-top: none;
}



/* .section */
/*	border: 1px solid red;*/
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: auto;
}
.section.s2 article .img.space {
	padding-top: 30px;
}


.section iframe {
	width: 1000px;
	height: 820px;
	padding-top: 10px;
}


.section h4 {
	padding-top: 30px;
	font-size: 24px;
	line-height: 30px;
}
.section h5 {
	padding-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.section p.text1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.section p.text2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.section.s2 article #title {
	background: url(../img/title_bg.png) no-repeat left top;
/*	border: 1px solid red;*/
	height: 44px;
	padding-bottom: 15px;
}
.section.s2 article #title h3 {
	color: #fff;
	padding-top: 15px;
	padding-left: 55px;
	font-size: 22px;
	line-height: 22px;
	float: left;
}
.section .photo {
	margin: 0 0 0 30px;
	text-align: center;
	float: right;
}
.section .photo img {
	width: auto;
}



/* clearfix */
.clearfix:after,
.subMenu:after,
.subMenu ul:after,
.inner:after,
.thumnail:after,
.flow:after,
.section dl:after,
.section section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.subMenu,
.subMenu ul,
.inner,
.thumnail,
.flow,
.section dl,
.section section {zoom:100%;}



/*     */
@media screen and (max-width: 720px) {

.sp {
	display: block;
}
.pc {
	display: none;
}
.subMenu h1 {
	width: 310px;
	height: 70px;
	margin: 10px auto;
	float: none;
}
.subMenu ul {
	width: auto;
	padding: 0 0 29px;
	float: none;
}
.subNavBtn {
	font-size: 10px;
	padding: 5px;
}

.section article {
	width: 94%;
	margin: 0 auto;
	padding: 10% 3%;
}
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: 100%;
}
.section .photo {
	margin: 0 0 5%;
	float: none;
}
.section .photo img {
	width: 100%;
}


.section iframe {
	width: 100%;
	height: 350px;
}



}
