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

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
body {
	background-color: rgba(23,49,102,1.00);
}
header.pc {
	background-color: #173166;
}
#main_image {
	height: 680px;
	margin-top: 60px;
}

#contents {
	background-color: #173166;
}
#contents ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 30px;
}
#contents ul:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
#contents ul li {
	margin-right: 30px;
	float: left;
}
#contents ul li:nth-of-type(3) {
	margin-right: 0px;
	padding-bottom: 30px;
}
#contents ul li:nth-of-type(6) {
	margin-right: 0px;
}#contents ul li:nth-of-type(7) {
	margin-top: 30px;
}
footer  {
	background-color: #173166;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
}
footer p img {
	margin-top: -11px;
	margin-right: 13px;
}

footer address {
	padding-top: 0px;
}
}



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

}
#contents {
	background-color: rgba(0,44,100,1.00);
	padding: 3%;
}
#contents nav:nth-of-type(1) ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#contents nav:nth-of-type(1) ul li {
	width: 48%;
	margin-bottom: 3%;
}
#contents nav:nth-of-type(2) {
	padding-left: 18%;
	padding-right: 18%;
	margin-top: 5%;
}
#contents nav:nth-of-type(2) ul li {
	margin-bottom: 12%;
}
}



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