@charset "UTF-8";




/* layout
---------------------------------------------------------- */
body {
}

@media screen and (max-width:768px){
	body {
		background: none;
	}
}

/* contents
---------------------------------------------------------- */

.wrap {
	min-width:1200px;
}
.wrap_in {
	background:url("../../common/img/pc/header_bg.png") no-repeat center top,url("../../common/img/pc/footer_bg.png") no-repeat center bottom;
	background-size: auto;
	min-width:1200px;
}

.main {
	padding-top: 90px;
}

h1 {
	width: 380px;
	margin: 0 auto 70px;
}
h1 img { width: 100%;}

.main_txt2 { font-size: 22px;}

@media screen and (max-width:768px){
	
	
	.wrap {
		background:none;
		min-width: 100%;
	}
	.wrap_in {
		background:url("../../common/img/sp/header_bg.png") no-repeat center top;
		background-size: 100%;
		min-width: 100%;
	}
	
	.main {
		padding-top: 0;
	}

	h1 {
		width: 50%;
		margin: 0 auto 40px;
		padding: 14% 0 0;
	}
	h1 img { width: 100%;}
}

.wrap section.text_area { width: 1100px; margin: 0 auto 180px;}
.wrap section.text_area .midashi { text-align: center;}
.wrap h2 {
	font-size: 26px;
	color: #c39cc7;
	border-bottom: 2px solid #c39cc7;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 50px;
	
}

.wrap section.text_area p{
	color: #c39cc7;
	line-height: 1.5em;
	font-size: 16px;
}
.wrap section.text_area h3 {
	color: #c39cc7;
	line-height: 1.5em;
	font-size: 16px;
}
.wrap section.text_area p.text1 {
	text-align: center;
	margin-bottom: 20px;
}
.wrap section.text_area p a {
	text-decoration: underline;
	color: #c39cc7;
}
.wrap section.text_area p a:hover {
	text-decoration: none;
}

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

	.wrap section.text_area { width: 84%; margin: 0 auto 60px;}
	.wrap section.text_area .midashi { text-align: center;}
	.wrap h2 {
		font-size: 22px;
		color: #c39cc7;
		border-bottom: 2px solid #c39cc7;
		display: inline-block;
		padding-bottom: 5px;
		margin-bottom: 30px;

	}

	.wrap section.text_area p{
		color: #c39cc7;
		line-height: 1.5em;
		font-size: 14px;
	}
	.wrap section.text_area h3 {
		color: #c39cc7;
		line-height: 1.5em;
		font-size: 14px;
	}
	.wrap section.text_area p.text1 {
		text-align: center;
		margin-bottom: 20px;
	}
	.wrap section.text_area p a {
		text-decoration: underline;
		color: #c39cc7;
	}
	.wrap section.text_area p a:hover {
		text-decoration: none;
	}
}


.nasbana_ft {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
	padding-bottom: 50px;
}
.nasbana_ft a {
	color: #ffffff;
	text-decoration: underline;
}
.nasbana_ft a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px){
	.nasbana_ft {
		background: url("../../common/img/sp/footer_bg.png") no-repeat center top #f3a7ac;
		background-size: 100%;
		width: 100%;
		font-size: 14px;
		padding: 50px 6%;
		box-sizing: border-box;
		
	}
}


.close_window {
	display: block;
	text-align: center;
	padding-top: 60px;
}

.close_window input {
	font-size: 22px;
	background: #f3a7ac;
	color: #ffffff;
	border:none;
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
	
}
.close_window input:hover {
	opacity: 0.7;
}

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


.close_window {
	display: block;
	text-align: center;
	padding-top: 60px;
}

.close_window input {
	font-size: 18px;
	background: #f3a7ac;
	color: #ffffff;
	border:none;
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
	
}
.close_window input:hover {
	opacity: 0.7;
}
	
}
