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

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
main {
	background-size: 100%;
	min-width: 960px;
}
main h2.title+ p{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: -120px;
}

main .catch {
	margin-top: 50px;
	margin-bottom: 50px;
}
main .inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.b40 {
	margin-bottom: 40px;
}
.b20 {
	margin-bottom: 20px;
}
.b10 {
	margin-bottom: 10px;
}
.center {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
main .inner #no {
	margin-top: 30px;
}
main .inner #no:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.inner #no div {
	width: 550px;
	float: left;
	margin-right: 30px;
	margin-bottom: 80px;
}
#no div h3 {
	margin-bottom: 10px;
}

.inner #no figure {
	padding-top: 60px;
}

}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h2.title+ p {
	margin-left: 2%;
	margin-right: 2%;
}

main .catch {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 2%;
	margin-right: 2%;
}
main .inner {
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}
.b40 {
	margin-bottom: 5%;
}
.b20 {
	margin-bottom: 3%;
}
.b10 {
	margin-bottom: 2%;
}
.center {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.center img {
	width: 80%;
	margin-bottom: 2%;
}
main .inner #no {
	margin-top: 30px;
}
.inner #no div {
	margin-bottom: 2%;
}
#no div h3 {
	margin-bottom: 10px;
}

.inner #no figure {
	margin-bottom: 10%;
}
.inner #no figure img {
	width: 100%;
}
}


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