@charset "UTF-8";
div.main-img-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
div.main-img-wrap img {
	width: 100%;
	height: auto;
}

.main-img-wrap h1 {
	text-align: center;
	color: #004F89;
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
}



/* thanks */
div.thanks {}
.thanks .thanks-wrap {
	border-top: 7px solid #EEEFEF;
}
.thanks-wrap h1 {
	text-align: center;
}
.thanks-wrap p {
	margin: auto;
}
.thanks-wrap ul.thanks-list {
	margin: auto;
}
.thanks-list li {
	font-weight: bold;
}
.thanks-list li span {
	display: block;
	font-weight: normal;
	text-indent: 4em;
}






/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/


@media screen and (max-width:599px){

	body {}
	header {}

	/* sp main-img */
	div.main-img-wrap {
		position: relative;
		overflow: hidden;
	}
	.main-img-wrap h1 {
		width: 70%;
		line-height: 2.4;
		margin-top: -1.2em;
		letter-spacing: .2em;
		text-indent: .2em;
	}

		
	/* thanks */
	.thanks .thanks-wrap {
		padding-top: 5%;
	}
	.thanks-wrap h1 {
		margin: 5% auto 10%;
		font-size: 2rem;
	}
	.thanks-wrap p {
		width: 90%;
		margin: 0 auto 5%;
		font-size: 1.4rem;
	}
	.thanks-wrap ul.thanks-list {
		width: 80%;
		margin: 10% auto 15%;
	}
	.thanks-list li {
		font-size: 1.6rem;
	}
	.thanks-list li span {
		font-size: 1.4rem;
	}
		
		
		
		
		
		
		
}








@media screen and (min-width: 600px) and (max-width: 959px){
/*
	.join-list li:last-child dl dd:nth-child(2) {
		margin-bottom: 1.8em;
	}
*/
}

/*
@media screen and (min-width: 960px) and (max-width: 1280px){}
*/









/**==============================================**/
/**==============================================**/
/*
/*
/*			PC
/*
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:600px){

	body {}

	div.content-wrap {
		border-bottom: 7px solid #EEEFEF;
		padding-bottom: 90px;
	}
	header {}



	/* pc main-img */
	div.main-img-wrap {}
	div.main-img-wrap  h1 {
		width: 40%;
		line-height: 2.2;
		margin-top: -1.2em;
		letter-spacing: .2em;
		text-indent: .2em;
	}

	div.contact-wrap {
		margin: 0 auto;
		border-bottom: 0;
		padding-bottom: 0;
	}




	/* thanks */
	.thanks .thanks-wrap {
		padding-top: 80px;
	}
	.thanks-wrap h1 {
		margin: 0 auto 50px;
		font-size: 24px;
	}
	.thanks-wrap p {
		width: 520px;
		margin: 0 auto 40px;
	}
	.thanks-wrap ul.thanks-list {
		width: 440px;
		font-size: 20px;
		margin-bottom: 90px;
	}
	.thanks-list li {
		margin-bottom: 15px;
		letter-spacing: .05em;
	}
	.thanks-list li span {
		font-size: 16px;
		font-weight: normal;
	}






}




















