@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

html {
	background-color: #f1f7ff;
}

header.top nav a {
	color: #FFF;
}

.recruit-top-cont {
	width: 100%;
	margin-top: 5%;
}
.recruit-top-cont dl {
	width: 100%;
}
.recruit-top-cont dt {
	font-size: 180%;
	text-align: center;
	color: #FFF;
	background-color: #014da5;
	padding: 3%;
}
.recruit-top-cont dt span {
	font-size: 60%;
	display: block;
	margin-top: 2%;
}
.recruit-top-cont dd {
	background-color: #FFF;
	padding: 4%;
}
.recruit-top-cont dd .txt {
	width: 60%;
	float: right;
}
.recruit-top-cont dd .txt p {
	font-size: 110%;
	line-height: 200%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.recruit-top-cont dd .txt p.photo {
	margin-top: 5%;
}
.bg1 dt {
	background-image: url(../../recruit/images/recruit_05.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg1 dd {
	background-image: url(../../recruit/images/bg1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 dt {
	background-image: url(../../recruit/images/recruit_12.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 dd {
	background-image: url(../../recruit/images/bg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.message-cont {
	margin-top: 5%;
}
.message-cont p {
	text-align: justify;
	text-justify: inter-ideograph;
	border-top: 3px solid #014da5;
	margin-top: 3%;
	padding-top: 3%;
}
.message-cont p.photo {
	width: 100%;
	max-width: 700px;
	border-top: none;
	margin: 3% auto 0;
}
.message-cont p.photo-l {
	width: 100%;
	border-top: none;
	margin: 3% auto 0;
}
.message-cont p.name {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	border-top: none;
	margin-top: 3%;
}
.message-cont p.name span {
	font-size: 80%;
}

.data-cont {
	margin-top: 5%;
}
.data-cont aside {
	width: 100%;
	max-width: 600px;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	background-color: #014da5;
	margin: 5% auto 0;
	padding: 3%;
}

/* cf */

.recruit-top-cont dd:after {
    content:" ";
    display:block;
    clear:both;
}

/* top img */

.recruit-top-cont .photo img,.message-cont img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	.recruit-top-cont dt {
		font-size: 140%;
		padding: 3%;
	}
	.recruit-top-cont dt span {
		font-size: 80%;
	}
	.bg1 dd,.bg2 dd {
		background-image: none;
	}
	.recruit-top-cont dd .txt {
		width: 100%;
		float: none;
	}
	.message-cont p.name {
		font-size: 110%;
	}
	.data-cont aside {
		font-size: 100%;
	}
}

@media only screen and (max-width: 568px) {
	

}
	
@media only screen and (max-width: 480px) {
	
	
}

