footerfooter@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

a{
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#181818;
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }
.fl{float:left;}
.fr{float:right;}
.bold{font-weight:bold;}
.ac{text-align:center;}
.ar{text-align:right;}
.red{color:#cc0000;}
.yellow{color:#ffff00;}
.mark{background: #ffff66;}
.ul{text-decoration:underline;}
.big{font-size:1.8rem;}

/* ------------------------------
    base
------------------------------ */

p,table,dl,ol  {
	font-size: 1.5rem;
	line-height: 1.6;
}

p + p{
	margin:35px 0 0 0;
}

/* ------------------------------
    contents
------------------------------ */
#header h1{
	font-size:30px;
	font-weight:bold;
	margin:50px 0;
	text-align:center;
}
.move_box,.wrap{
	width:960px;
	max-width:100%;
	margin:0 auto;
}
.top {
	width:100%;
	margin:0 auto;
	background: url(../images/seminar-top_bg.jpg) center top no-repeat;
	background-size:cover;
	background-size:100%;
}
.top-in {
		width:100%;
	margin: 0 auto;
}
h2{
	font-size:25px;
	font-weight:bold;
	color:#222;
	text-align:center;
	line-height:1.4;
}

.move_wrap{
	width:80%;
	margin:0 auto;
}

.move_box{
	/*background-color:#000000;*/
	padding:10px 0;
	margin:30px auto 80px;
}

.move {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.move iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn{
	margin:50px 0 30px 0;
	text-align:center;
}

.btn + .wrap{
	margin-top:30px;
}

.btn2{
	text-align:center;
}

#footer{
	/*border-top:6px #000000 solid;
	margin:50px 0 0 0;
	padding:30px 0 50px 0;*/
	text-align: center;
	padding: 20px 0;
	background-color: #0d2943;
	color: #88bbea;
}

#footer p{
	text-align: center;
	color: #88bbea;
}
#footer p a {
	color: #88bbea;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
}

/*#footer p + p{
	float:left;
	margin:0 0 0 30px;
}*/
@media screen and (max-width: 1000px) {
.move_box,.wrap{
width:100%;
	}
}
@media screen and (max-width: 750px) {
.move_box,.wrap{
width:100%;
	}
img{
	width:100%;
}

#header h1{
	font-size:3rem;
	font-weight:bold;
	margin:6% 0;
	text-align:center;
}

.wrap{
	width:100%;
	margin:0;
}
.top {
	width:100%;
	margin:0 auto;
	background: url(../images/seminar-top_bg.jpg) center top no-repeat;
	background-size:cover;
}
.top-in img {
	width:14.2857%;
	height:auto;
}
h2{
	font-size:2.5rem;
	font-weight:bold;
	color:#222;
	text-align:center;
	line-height:1.4;
}

.move_wrap{
	width:100%;
	margin:0;
}

.move_box{
	background-color:#fff;
	padding:10px 0;
	margin:30px 0 0 0;
}

.move {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.move iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn{
	width:96%;
	margin:50px auto 30px auto;
	text-align:center;
}

.btn + .wrap{
	width:96%;
	margin:30px auto 0 auto;
}

.btn2{
	text-align:center;
}

.btn2 img{
	width:60%;
	text-align:center;
}

#footer{
	border-top:6px #000000 solid;
	/*margin:10% 0 0 0;*/
	padding:6% 0 10% 0;
}

#footer p{
	float:none;
	margin:0;
	text-align:center;
}

#footer p + p{
	float:none;
	margin:3% 0 0 0;
	text-align:center;
}

}
.preparation img{
	width:100%;
	height:auto;
}
.move::after{
	position:absolute;
	/*content:"";*/
	display:block;
	width:100%;
	height:100%;
	background:transparent;
	top:0;
	left:80px;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */