@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #000;
    background: #FFF;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 14px;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #56a2d4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
header {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	color: #000;
	text-align: center;
    background-image: url(../images/head-uniform-bg.jpg);
}

header p {
	font-size: 13px;
	line-height: 1.8em;
	font-weight: bold;
}

header h1.sp {
	display: block;
	margin: 0 auto;
	padding-bottom: 24px;
}
 
/* contents
================================================ */
	
#main-movie {
   position: relative;
   width: 100%;
   padding: 75% 0 0 0;
}
#main-movie iframe {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#main-movie video {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#main-imgArea {
	background: #c7e1f0;
}

#main-imgArea .itemBox p {
	color: #F00;
	text-align: center;
	font-size: 12px;
}

.title {
	background: #FFF000;
	color: #0026c2;
	font-size: 16px;
	padding: 4px;
	text-align: center;
	margin-bottom: 12px;
}

#infoArea {
	margin-bottom: 12px;
}

#infoArea ul {
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 24px;
}

#infoArea ul li {
	font-size: 13px;
	line-height: 1.8em;
}

#infoArea ul li span {
	color: #56a2d4;
	font-weight: bold;
}

.btn.present {
width: 100%;
max-width: 340px;
padding: 15px 10px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
background-color: #0026c2;
border-bottom: 4px solid #999;
margin: 0 auto 24px;
display: block;
border-radius: 5px;
}


.mizuno-formBox {
	padding-left: 3%;
	padding-right: 3%;
}

.mizuno-formBox p {
	font-size: 13px;
	line-height: 1.8em;
}

.mizuno-formBox p span {
	color: #F00;
}

.mizuno-formBox dl {
	margin-bottom: 24px;
	clear: both;
}

.mizuno-formBox dl dt {
	background: #ffe8d8;
	display: block;
	padding: 6px;
	line-height: 1.8em;
	border-radius: 8px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 12px;
}

.mizuno-formBox dl dd {
	margin-bottom: 24px;
}

.mizuno-formBox dl dt span {
	color: #F00;
}


/* 送信ボタン */
input.sub-btn {
	width: 200px;
	height: 46px;
	background: #0068c1;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #007dfc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #0068c1;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}	

#resultArea{
	margin-bottom: 12px;
}

.textBox {
	padding-left: 3%;
	padding-right: 3%;
}

#noteArea{
	margin-bottom: 12px;
}

#contactArea {
	margin-bottom: 12px;
}
		
/* footer
================================================ */
	footer {
		text-align: center;
		border-top: 2px solid #000;
		padding-top: 12px;
		padding-bottom: 24px;
		text-align: center;
	}
	#footArea p {
		font-size: 11px;
	}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    /* タブレット端末以上から効くスタイル */   

	
	================================================ */
	main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	

/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:920px) {
    /* PC以上から効くスタイル */

	/* header
	================================================ */
	header {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 24px;
	}
	
	header p {
		font-size: 24px;
		line-height: 1.8em;
	}
	header h1.sp {
		width: 70%;
	}
			
	================================================ */
	main {
		width: 100%;
	}
	#main-movie {
	   position: relative;
	   width: 100%;
	   height: 450px;
	   padding: 5% 0 0 0;
	   display: block;
	   background: #000;
	}
	#main-movie iframe {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}
	
	#main-movie video {
	    position: absolute;
		top: 0;
		left: 0;
	    width: 100%;
	    height: 450px;
	}
	#main-imgArea {
		overflow: hidden;
		background: #c7e1f0;
	}
	
	#main-imgArea .imgBox {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	#main-imgArea .itemBox {
		float: left;
		overflow: hidden;
		width: 37%;
	}
	
	#main-imgArea .itemBox p {
		color: #F00;
	}
	
	#main-imgArea .itemBox .main-img {
		width: 100%;
	}
	#main-imgArea .formlink-img {
		float: right;
		width: 63%;
	}
	
	.title {
		font-size: 30px;
	}
	
	#infoArea {
		margin-bottom: 24px;
	}
	
	#infoArea ul {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	#infoArea ul li {
		font-size: 20px;
		line-height: 1.8em;
		text-align: left;
	}
	
	.textBox {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.textBox p {
		font-size: 16px;
	}
	
	.mizuno-formBox {
		margin-bottom: 24px;
		padding-bottom: 24px;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.mizuno-formBox dl {
		margin-bottom: 24px;
		clear: both;
	}
	
	.mizuno-formBox dl dt {
		background: #ffe8d8;
		display: block;
		float: left;
		padding: 6px;
		line-height: 1.8em;
		border-radius: 8px;
		width: 320px;
		font-size: 14px;
		margin-right: 12px;
		margin-bottom: 0;
	}
	
	.mizuno-formBox dl dd {
		height: 48px;
		margin-bottom: 36px;
	}
	.btn.present {
		font-size: 16px;
	}
	
/* footer
================================================ */	
	
	footer {
	}
	

}