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


@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

html,body{
	width:100%;
	min-width: 1100px;
	height:100%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10pt;
	line-height:16pt;
	text-align:center;
	color:#111;
	background-color: #FFF;
}
h3,h4 span,dt.name,.btn a{
text-indent:100%;
white-space:nowrap;
background-repeat: no-repeat;
background-position: left top;
overflow: hidden;
display: block;
}

a,a:visited{
color:#FFF;
text-decoration: none;
cursor: pointer;
}
a:hover,a:active{ color:#ffcc00; }
.btn a{ background-position: left top; }
.btn a:hover{ background-position: left bottom; }

img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.btn-close{
	width: 60px;
	position: fixed;
	right: 20px;
	top:20px;
	z-index: 999;
}
.btn-close a{
	background-image: url(../../images/btn_close.png);
	height: 60px;
}

header{
color: #FFF;
width: 1000px;
padding: 20px 0 0 0;
margin: 0 auto 40px auto;
position: relative;
}

header .inner{
background-image: url(../images/visual_scene.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
}
header .inner h3{
background-image: url(../images/title_scene.png);
width: 424px;
height: 76px;
margin: -38px 0 0 -212px;
position: absolute;
top:50%;
left: 50%;
}

h3.lead{
font-family: a-otf-futo-min-a101-pr6n, serif;
font-size: 1.6rem;
line-height: 2.4rem;
font-weight: 400;
font-style: normal;
text-indent: 0;
white-space: normal;
margin-bottom: 40px;
}
.video{
	width: 1000px;
	margin: 0 auto 80px auto;
}
.video:last-child{ margin: 0 auto; }
.video h4{
color: #00479d;
font-size: 1.8rem;
font-weight: bold;
line-height: 2rem;
padding: 10px 0;
margin-bottom: 20px;
border-top: solid 2px #00479d;
border-bottom: solid 2px #00479d;
}
.video p{
	font-size: 1rem;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.video p.mb10{ margin-bottom: 10px; }
.video p span{
	color: #666;
	font-size: 0.9rem;
	line-height: 1.4rem;
	background-color: #F0F0F0;
	padding: 10px;
	border-radius: 10px;
	display: block;
}
.video .movie{
	width: 100%;
	height: auto;
}
.video .movie iframe{
	width: 1000px;
	height: 563px;
	vertical-align: bottom;
}
.video .set{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.video .set .movie{
	width: 490px;
}
.video .set .movie iframe{
	width: 490px;
	height: 276px;
	margin-bottom: 10px;
}
.video .set .movie i{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.video .set .movie i img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.alert{
	padding: 0px;
}
.alert span{
	color: #FFF;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	padding: 40px;
	background-color: #00479d;
	display: block;
}



/* clearfix */
.package:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.package { zoom: 100%; }
.package { display: inline-table; }
/* Hides from IE-mac ￥*/
* html .package { height: 1%; }
.package { display: block; }
/* End hide from IE-mac */

/* hide */
.hide{ display:none; }