@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 .main_photo {
	margin-bottom: 50px;
}
main .inner {
	background-color: rgba(255,255,255,1.00);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#flow {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}
#flow:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
#flow section {
	float: left;
	margin-right: 44px;
	margin-bottom: 70px;
	width: 357px;
	line-height: 160%;
}
#flow section:nth-child(even) {
	margin-right: 0px;
}
#flow section h3 {
	font-size: 21px;
	color: #16337C;
	font-weight: bold;
}
#flow section figure {
	margin-top: 3px;
	margin-bottom: 10px;
}
#flow .last {
	clear: left;
	font-size: 42px;
	font-weight: bold;
	color: #2651A2;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 80px;
}

}






/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main .inner {
	background-color: rgba(255,255,255,1.00);
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 5%;
	padding-bottom: 10%;
}
main .main_photo {
	margin-bottom: 20px;
}
main p.start img {
	width: 30%;
}
#flow {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#flow section {
	margin-bottom: 30px;
	width: 96%;
	margin-left: 2%;
	line-height: 160%;
}
#flow section:nth-child(even) {
	margin-right: 0px;
}
#flow section:last-child {
	margin-bottom: 0px;
}
#flow section h3 {
	font-size: 21px;
	color: #16337C;
	font-weight: bold;
}
#flow section figure {
	margin-top: 3px;
	margin-bottom: 10px;
}
#flow section figure img {
	width: 100%;
}
#flow .last {
	clear: left;
	font-size: 22px;
	font-weight: bold;
	color: #2651A2;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
h1 + p {
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: bold;
}
#flow .last {
	clear: left;
	font-size: 18px;
	font-weight: bold;
	color: #2651A2;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
}
}
