@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 641px) {

.main_img{
	text-indent:-9999px;
	background:url(../img/img_main.jpg) no-repeat top center;
	height:577px;
	width:100%;
	margin-bottom:40px;
}

.ttl{
	text-indent:-9999px;
	background:url(../img/ttl.jpg) no-repeat top center;
	height:105px;
	width:980px;
	margin-bottom:40px;
}

.ttl01{
	width:980px;
	background-color:#da386e;
}

.situmon{
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:24px; 
}

.icon1{
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/bk_q.jpg) left top no-repeat;
	margin-bottom:20px;
}

.icon2{
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	background:url(../img/bk_a.jpg) left top no-repeat;
	line-height:130%;
}

.sp{
	display:none;
}

}





@media screen and (max-width: 640px) {
	
.main_img{
	background:url(../spimg/img_main.jpg) no-repeat top center;
	width:640px;
	height:575px;
	text-indent:-9999px;
}

.ttl{
	background:url(../spimg/ttl.jpg) no-repeat top center;
	width:600px;
	height:175px;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top:40px;
}

.content{
	margin-left:20px;
	width:600px;
}

.situmon{
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:20px;
	margin-bottom:20px;
}

.icon1{
	padding-left:40px;
	padding-top:0;
	padding-bottom:10px;
	background:url(../img/bk_q.jpg) left top no-repeat;
	margin-bottom:20px;
}

.icon2{
	padding-left:40px;
	padding-top:0;
	padding-bottom:10px;
	background:url(../img/bk_a.jpg) left top no-repeat;
}



	
.pc{
	display:none;
}

}