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

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#flow {
	width: 960px;
	background-color: rgba(255,255,255,1.00);
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 80px;
}
#flow .inner {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: left;
	margin-bottom: 30px;
}
#flow .inner:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
#flow .inner h2 {
	margin-bottom: 20px;
}
#flow .box {
	float: left;
	margin-right: 30px;
	width: 267px;
	font-size: 12px;
	line-height: 150%;
}
#flow .box figure {
	margin-bottom: 5px;
}
#flow #flow01 .box:nth-of-type(3) {
	margin-right: 0px;
}
#flow #flow02 .box {
	width: 416px;
}
#flow #flow02 .box:nth-of-type(2) {
	margin-right: 0px;
}
#flow #flow03 .box:nth-of-type(3) {
	margin-right: 0px;
}
#flow #flow04 .box {
	width: 416px;
}
#flow #flow04 .box:nth-of-type(2) {
	margin-right: 0px;
}
#flow #flow05 .box:nth-of-type(3) {
	margin-right: 0px;
	margin-bottom: 30px;
}
#flow #flow05 .box:nth-of-type(6) {
	margin-right: 0px;
}
#flow #flow06 .box {
	width: 416px;
}
#flow #flow06 .box:nth-of-type(2) {
	margin-right: 0px;
}
#flow #flow07 .box:nth-of-type(3) {
	margin-right: 0px;
}
#flow #flow07 + p {
	margin-top: 30px;
}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#main {
	background-size: 100%;
	min-width: 100%;
}
#flow {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
}
#flow .inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: left;
}
#flow .inner:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
#flow .inner h2 {
	margin-bottom: 2%;
}
#flow .inner h2 + p {
	margin-left: 5%;
	margin-right: 5%;
	line-height: 150%;
	margin-bottom: 5%;
}
#flow .inner h2 img {
	width: 90%;
	margin-left: 5%;
}
#flow .box {
	width: 90%;
	font-size: 12px;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 5%;
}
#flow .box img {
	width: 100%;
}
#flow .box figure {
	margin-bottom: 5px;
}
#flow #flow07 + p {
	margin-bottom: 10%;
}
#flow #flow07 + p img {
	width: 60%;
}
}

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