@charset "utf-8";
@import "default.css";
@import "jquery.megamenu.css";
@import "base2018.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#message {
	width: 960px;
	background-color: rgba(255,255,255,1.00);
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
p.text {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 50px;
}
#message p.name {
	text-align: right;
	margin-top: 80px;
	margin-bottom: 65px;
}
#tanto {
	background-color: rgba(255,255,255,1.00);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
#tanto .catch {
	margin-top: 20px;
	margin-bottom: 60px;
}
#tanto .btn {

}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h2+p {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#message {
	background-color: rgba(255,255,255,1.00);
	margin-top: 4%;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 4%;
}
#message figure {
	margin-left: 2%;
	margin-right: 2%;
}

p.text {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5%;
	margin-left: 2%;
	margin-right: 2%;
}
#message p.name {
	text-align: right;
	margin-top: 80px;
	margin-bottom: 65px;
}
#tanto {
	padding-top: 50px;
	background-color: rgba(255,255,255,1.00);
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10%;
}
#tanto h2 {
}

#tanto .catch {
	margin-top: 20px;
	margin-bottom: 5%;
	margin-left: 10%;
	margin-right: 10%;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
}
