@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 h2.title {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
	background-color: rgba(23,50,103,1.00);
	width: 950px;
}
main .inner {
	background-color: rgba(255,255,255,1.00);
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 80px;
	padding-bottom: 40px;
}
main .inner .box:nth-of-type(1) {
	width: 380px;
	line-height: 160%;
	position: relative;
}
main .inner .box:nth-of-type(1) dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
main .inner .box:nth-of-type(1) dd {
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 160%;
}
main .inner .box:nth-of-type(2) figure {
	margin-bottom: 30px;
}
main #shitei {
	background-image: url(../images/staff03/back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
main #shitei .box:nth-of-type(1) figure {
	position: absolute;
	bottom: 30px;
	left: 0px;
}


}






/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main .inner {
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 10%;
}
main .inner .box:nth-of-type(1) {
	line-height: 160%;
}
main .inner .box:nth-of-type(1) dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
main .inner .box:nth-of-type(1) dd {
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 160%;
}
main .inner .box:nth-of-type(2) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
main .inner .box:nth-of-type(2) figure {
	width: 48%;
}
main #shitei {
	background-image: url(../images/staff03/back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
main #shitei .box:nth-of-type(2) figure {
	width: 32%;
}
main #shitei .box:nth-of-type(1) figure img {
	width: 100%;
	margin-bottom: 2%;
}

}



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