@charset "UTF-8";
/* CSS Document */


/* main
-----------------------------------------------*/
#main {
	height: auto;
}
#main .inner{
	color: #000;
	top:0;
}


/* section
-----------------------------------------------*/
section {
	padding-top: 100px;
	margin-top: 100px;
	border-top: 1px solid #e4e4e4;
}
section:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
section h2,
section h1 {
	font-size: 32px;
	line-height: 1.5;
}
section span {
	display:block;
	font-size: 16px;
}
section p {
	margin-top: 40px;
	font-size: 16px;
}
section img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}
section .wp-video{
	width: 100% !important;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
section {
	padding-top: 40px;
	margin-top: 40px;
}
section h2,
section h1 {
	font-size: 20px;
}
section span {
	display:block;
	font-size: 13px;
}
section p {
	margin-top: 20px;
	font-size: 13px;
}
section .wp-video{
	margin-top: 20px;
}
}


/* movie
-----------------------------------------------*/
.movie {
	position: relative;
	max-width: 1060px;
	width: 100%;
	margin: 40px auto 0;
}
.movie::before{
	content: "";
	display:block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px) {
.movie {
	margin-top: 20px;
}
}


/* pager
-----------------------------------------------*/
#pager {
	position: relative;
	text-align: center;
	font-size: 0;
	padding-top: 40px;
	margin-top: 100px;
	border-top: 1px solid #e4e4e4;
}
#pager span,
#pager a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	padding: 0 5px;
	margin: 0 5px;
}
#pager span {
	border-bottom: 2px solid #1268B1;
}
#pager span.dots {
	border-bottom: none;
}
#pager .prev,
#pager .next {
	position: absolute;
	top: 40px;
}
#pager .prev {
	left: 0;
}
#pager .next {
	right: 0;
}
@media screen and (max-width: 750px) {
#pager {
	margin-top: 0;
	padding-top: 40px;
	border-top: none;
}
#pager span,
#pager a {
	font-size: 15px;
	padding: 0 3px;
	margin: 0 3px;
}
#pager span.dots {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
}