@charset "utf-8";
@import "default.css";
@import "base.css?2025";
@import "meanmenu.css";
@import "accordion.css";
@import "nav.css";
@import "form.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url(../images/otoiawase/main_back.png);
	height: 450px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -180px;
}
#catch div {
	padding-top: 254px;
	color: rgba(255,255,255,1.00);
	line-height: 150%;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 550px;
}
#catch div h1 {
	margin-bottom: 15px;
}
#catch+figure {
	margin-top: -10px;
	background-image: url(../images/main_back.png);
	height: 20px;
	background-repeat: repeat-x;
	background-position: center top;
}
#contents .inpbox {
	margin-top: 80px;
}
form .center .btn_submit {
	background-image: url(../images/otoiawase/input_btn.png);
}




}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#catch {
	margin-top: -80px;
}
#catch div {
	padding-top: 120px;
	color: rgba(255,255,255,1.00);
	line-height: 150%;
	width: 180px;
	margin-left: 0px;
	font-size: 12px;
}
#catch div h1 {
	margin-bottom: 15px;
}
#catch div h1 img {
	width: 50%;
}
#catch+figure {
	margin-top: -5px;
	margin-bottom: 20px;
	background-image: url(../images/main_back_sp.png);
	height: 20px;
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}
#contents .inpbox {
	margin-top: 10%;
}
form .center .btn_submit {
	background-image: url(../images/otoiawase/input_btn.png);
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch {
	height: 200px;
	margin-top: -80px;
}
#catch+figure {
	margin-top: -45px;
	margin-bottom: 20px;
	height: 20px;
}
}
