@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
nav ul li:nth-of-type(1) img  {
	opacity: 0.6;
}
main h1 {
	background-image: url(../images/about/title_back.png);
	height: 183px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 60px;
}
main h1 span {
	display: block;
	padding-top: 75px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#about {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#about .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 20px;
}
#about .inner .box {
	width: 270px;
	height: 190px;
	background-color: rgba(219,242,250,1.00);
	padding-left: 20px;
	border-radius: 10px;
	padding-right: 20px;
}
#about .inner .box h3 {
	text-align: center;
	color: rgba(3,119,191,1.00);
	font-size: 22px;
	padding-top: 23px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#about .inner .box p {
	line-height: 160%;
}




#setsubi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#setsubi 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 */
	margin-top: 20px;
}
#setsubi ul li {
	margin-bottom: 20px;
}
#setsubi ul li figure {
	margin-bottom: 5px;
}





}



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


/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h1 {
	background-image: url(../images/about/title_back.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 5%;
}
main h1 span {
	display: block;
	line-height: 120px;
	padding-left: 5%;
	text-align: left;
	color: rgba(3,119,191,1.00);
	font-weight: bold;
	font-size: 26px;
}
#about {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#about .inner {
	margin-top: 20px;
}
#about .inner .box {
	background-color: rgba(219,242,250,1.00);
	padding: 5%;
	border-radius: 10px;
	margin-bottom: 5%;
}
#about .inner .box h3 {
	text-align: center;
	color: rgba(3,119,191,1.00);
	font-size: 22px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#about .inner .box p {
	line-height: 160%;
}
#setsubi {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#setsubi ul {
	margin-top: 20px;
}
#setsubi ul li {
	margin-bottom: 20px;
}
#setsubi ul li figure {
	margin-bottom: 5px;
}
}




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