@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #575757;
    background: #FFFFFF;
    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: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
header {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background: #D1EFFF;
}

header img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

 
/* contents
================================================ */

.copyArea {
	padding: 5% 5% 0 5%;
}
#main-movie {
}

#main-movie video {
    width: 100%;
    height: 100%;
}
.main-copy {
	background: url(../images/mian-bg@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 36px;
}

.copy-img {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 24px;
}

.presentBox {
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 24px;
}

.presentname {
	width: 60%;
	margin: 0 auto 24px;
}

.presentimg {
	margin-bottom: 24px;
}

.presentBox p {
	font-size: 11px;
}

.app-form {
	padding-bottom: 60px;
}

.app-form h3 {
	background: #D1EFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0B3190;
	padding: 6px;
	margin-bottom: 12px;
}
.app-form .apptxt {
	width: 90%;
	margin: 0 auto 16px;
}

.app-form .apptxt p {
	font-size: 12px;
	line-height: 1.5em;
}

.app-form table {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 24px;
}

.app-form table th {
	width: 30%;
	font-size: 10px;
	background: #ABE4FD;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #969696;
}

.app-form table td {
	width: 70%;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #EAEAEA;
	border-bottom: 1px solid #969696;
	padding-left: 2%;
}

.app-form table tr:last-child th,
.app-form table tr:last-child td {
	border-bottom: none;
}

.app-form p.note {
	font-size: 12px;
	color: #F00;
	margin-bottom: 12px;
}

.test {
	text-align: center;
	background: #F00066;
	border-radius: 6px;
	padding-bottom: 12px;
	color: #FFF;
	display: block;
	padding-top: 12px;
}

/* 送信ボタン */
input.sub-btn {
	width: 200px;
	height: 46px;
	background: #0b3190;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #0b3190;
	border-radius: 6px;
	-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: #0b3190;  
}

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

.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-address"],
.wpcf7 input[name="your-address2"] {
	width: 80%;
    height: 35px !important;
}

.wpcf7 input[name="quiz-answer"],
.wpcf7 input[name="your-name"] {
	width: 60%;
    height: 35px !important;
}

.wpcf7 input[name="your-zip-code"] {
	width: 20%;
    height: 35px !important;
}

.wpcf7 input[name="old"],
.wpcf7 input[name="age"] {
	width: 10%;
    height: 35px !important;
}

		
/* footer
================================================ */
	footer {
		text-align: center;
		border-top: 2px solid #A0A0A0;
		padding-top: 12px;
		padding-bottom: 24px;
		text-align: center;
		color: #277DAC;
	}
	#footArea p {
		font-size: 10px;
	}

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

	header img {
		display: block;
		width: 30%;
		margin: 0 auto;
	}
	/* contents
	================================================ */

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

	/* header
	================================================ */
	header {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 24px;
		margin-bottom: 0;
		height: 80px;
	}
	
	.mizuno-title {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	header img {
		display: block;
		width: 25%;
		margin: 0;
	}
	/* contents
	================================================ */
	.pcBox {
		width: 900px;
		margin: 0 auto;
	}
	
	.copy-img img {
		display: block;
		margin: 0 auto;
	}
	
	.app-form .apptxt {
		width: 900px;
		margin: 0 auto 24px;
	}
	
	.app-form table {
		width: 900px;
	}
	
/* footer
================================================ */	
	
	footer {
	}
	

}