@charset "utf-8";


/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
}


/* [ utility ]
-----------------------------*/
.only-pc {
	display: block;
}
.only-pci {
	display: inline-block;
}
.only-sp {
	display: none;
}
.only-spi {
	display: none;
}
@media screen and (max-width: 750px) {
.only-pc {
	display: none;
}
.only-pci {
	display: none;
}
.only-sp {
	display: block;
}
.only-spi {
	display: inline-block;
}
}



body {
	color: #333;
	min-width: 980px;
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 750px){
body {
	min-width: 320px;
	font-size: 14px;
}
}




/* header
-----------------------------*/
header {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}
@media screen and (max-width: 750px){
header {
	width: 90%;
}
}
header .logo {
	width: 105px;
}


/* .visual
-----------------------------*/
.visual{
	position: relative;
	background: url(../img/visual-bg.jpg) no-repeat center;
	background-size: cover;
	height: 480px;
}
@media screen and (max-width: 750px){
.visual{
	background: url(../img/visual-bg-sp.jpg) no-repeat;
	background-size: 100%;
	padding-top: 77.33333333333333%;/* 580/750 */
	height: auto;
}
}


	.visual .inner{
		width: 980px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	@media screen and (max-width: 750px){
	.visual .inner{
		position: static;
		width: 100%;
	}
	}
		.visual .inner .title{
			padding-top: 97px;
			display: block;
			text-align: center;
		}
		@media screen and (max-width: 750px){
		.visual .inner .title{
			position: absolute;
			top: 0;
			left: 0;
			padding: 0 15px;
			width: 100%;

			margin-top: 7.333333333333333%;/* 55/750 */
		}
		}
			.visual .inner .title img{
			}
			@media screen and (max-width: 750px){
			.visual .inner .title img{
				width: 100%;
			}
			}




/* .present
-----------------------------*/
.present{
}
	.present .title{
		display: block;
		text-align: center;
		padding: 24px 0;
	}
	@media screen and (max-width: 750px){
	.present .title{
		padding: 5.333333333333333%/* 40/750 */ 0;
	}
	}
		@media screen and (max-width: 750px){
		.present .title img{
			width: 40.93333333333333%;/* 307/750 */
		}
		}
	.present .photo{
		background: #fde060;
		text-align: center;
	}
		.present .photo::before,
		.present .photo::after{
			content: "";
			display: block;
			height: 10px;
			background: url(../img/present-border.jpg) repeat-x;
		}
		@media screen and (max-width: 750px){
		.present .photo::before,
		.present .photo::after{
			display: none;
		}
		}



/* .rules
-----------------------------*/
.rules{
	width: 980px;
	margin: 0 auto;
	padding: 70px 0;
}
@media screen and (max-width: 750px){
.rules{
	width: 100%;
	padding: 50px 15px;
}
}
	.rules .title{
		display: block;
		color: #1096cc;
		font-size: 22px;
		font-weight: bold;
		line-height: 1;

		background: url(../img/rules-border-dotted.png) repeat-x left bottom;
		padding-bottom: 14px;
		margin-bottom: 20px;
	}
	@media screen and (max-width: 750px){
	.rules .title{
		font-size: 17px;

		background: url(../img/rules-border-dotted.png) repeat-x left bottom;
		padding-bottom: 14px;
		margin-bottom: 20px;
	}
	}
		.rules .title span{
			font-size: 15px;
			display: inline-block;
			margin-left: 15px;
		}
		@media screen and (max-width: 750px){
		.rules .title span{
			font-size: 11px;
			vertical-align: middle;
			margin-left: 7px;
		}
		}


	.rules .intro{
		font-weight: bold;
	}


	.rules dt{
		color: #1096cc;
		font-weight: bold;
		line-height: 1;
	}
	.rules .intro + dt{
		margin-top: 35px;
	}
	.rules dd + dt{
		margin-top: 35px;
	}
	@media screen and (max-width: 750px){
	.rules .intro + dt{
		margin-top: 30px;
	}
	.rules dd + dt{
		margin-top: 30px;
	}
	}

		.rules dt + dd{
			margin-top: 5px;
		}


	.rules .list li{
		text-indent: -1em;
		margin-left: 1em;
		display: inline-block;
	}
		.rules .list .note{
			font-size: 13px;
		}



.is-hidden{
	display: none;
}

.close {
	width: 80%;
	margin: 0 auto 3% auto;
	text-align: center;
}
@media screen and (max-width: 750px){
.close {
	padding-bottom: 10px;
}
}


/* .application
-----------------------------*/
.application{
	position: relative;
	text-align: center;

	background: url(../img/application-bg.jpg) no-repeat center;
	background-size: cover;
	height: 400px;
}
@media screen and (max-width: 750px){
.application{
	background: url(../img/application-bg-sp.jpg) no-repeat center;
	padding: 10%/* 75/750 */ 15px 50px;
	height: auto;
}
}
	.application::before{
		content: "";
		width: 100%;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;

		background: url(../img/application-triangle.png) no-repeat center;
	}
	@media screen and (max-width: 750px){
	.application::before{
		height: 20px;
		background-size: auto 100%;
	}
	}




	@media screen and (max-width: 750px){
	.application img{
		width: 100%;
	}
	}
	.application .lead{
		padding-top: 97px;
	}
	@media screen and (max-width: 750px){
	.application .lead{
		padding-top: 0;
	}
	}

	.application .btn{
		margin-top: 23px;
	}
	@media screen and (max-width: 750px){
	.application .btn{
		margin-top: 13px;
	}
	}


/* footer
-----------------------------*/
footer{
	width: 980px;
	margin: 0 auto;
	height: 70px;
	position: relative;
}
@media screen and (max-width: 750px){
footer{
	width: 100%;
	height: auto;
	padding: 0 0 15px;
}
}
	footer img{
		position: absolute;
		top: 50%;
		left: 50%;

		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		width: 207px;
	}
	@media screen and (max-width: 750px){
	footer img{
		position: static;
		top: 50%;
		left: 50%;

		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);

		display: block;
		width: 180px;
		margin: 0 auto;
		margin-top: 16px;
	}
	}

	footer p{
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

		font-size: 13px;
		line-height: 1;
	}
	@media screen and (max-width: 750px){
	footer p{
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);

		text-align: center;

		width: 80%;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 10px;
	}
	}
