@charset "UTF-8";

#container .keyV {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* for servise
=================================================================== */
#listService:before, #listService:after {content:""; display:table;}
#listService:after {clear:both}
#listService .serviceBox {
	width: 300px;
	height: 230px;
	float: left;
	margin-left: 20px;
}
#listService .serviceBox h2 {
	background-color: #0C58A9;
	height: 60px;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 138.5%;
	line-height: 1;
	text-align: center;
	padding-top: 20px;
}
#listService .serviceBox h2.serviceBoxTitle2n { padding-top: 8px; }
#listService .serviceBox p {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.25;
	font-size: 93%;
}
#listService .serviceOut h2 { background-color: #4398D2; }
.sct_Lead .serviceFeature {
	color: #003061;
	padding-left: 5px;
	border-left: 5px solid #4398D2;
}
aside.sct_contact {
	margin-top: 30px;
	padding: 10px 30px 20px;
	clear: both;
	background-color: rgba(0,94,174,0.10);
	border: 1px solid #EEEEEE;
}
aside.sct_contact > h3:first-child {
	margin-top: 0;
}
aside.sct_contact > .linkContact {
	margin-top: 20px;
	text-align: center;
}
aside.sct_contact > .linkContact a {
	margin: 0 auto;
	display: block;
	width: 320px;
	height: 44px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../image/btn_hdr_emailx2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
aside.sct_contact > .linkContact a:hover,
aside.sct_contact > .linkContact a:active {
	background-position: 0px -44px;
}

/* for about
=================================================================== */
.tbl_about {
	margin-left: 20px;
	width: 610px;
}
.tbl_about tr th {
	background-color: #EEEEEE;
	width: 125px;
}
.embeddedMap {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.embeddedMap iframe {
	position: absolute;
	top: 0;
	left: 5px;
	width: 98% !important;
	height: 98% !important;
}


/* for contact
=================================================================== */
.tbl_contact {
		margin-left: 20px;
	width: 610px;
}
.tbl_contact tr th {
	tbl_contact-color: #EEEEEE;
	width: 150px;
}
.tbl_contact input{
	width:400px;
	padding: 5px;
}
.tbl_contact textarea{
	width:400px;
	height: 100px;
	padding: 5px;
}

.sct_errMsg {
	margin: 0 10px;
	font-size: 93%;
}
.sct_errMsg .errMsgHdr {
	margin: 0;
	padding: 0.5em;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF0000;
}
.sct_errMsg .errMsg {
	margin: 0 0 5px 0;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	min-height: 75px;
	font-size: 100%;
	line-height: 1.35;
	background-color: #FAEDEE;
	list-style: none;
}

.control-label { font-weight: bold;}
.control-label:after {
	content: "任意";
	margin-left: 5px;
	padding: 1px 2px;
	color: #FFFFFF;
	font-size: 68%;
	font-weight: normal;
	line-height: 1;
	border-radius: 5px;
	background-color: #999999;
}
.required-label:after {
	content: "必須";
	background-color: #D10000;
}

.iptAlert {
	color: #D10000;
}



/* for recruit
=================================================================== */
#linkInterviews { margin-top: 20px; }
#linkInterviews ul:before, #linkInterviews ul:after {content:""; display:table;}
#linkInterviews ul:after {clear:both}
#linkInterviews ul { }
#linkInterviews ul li {
	width: 320px;
	height: 140px;
	padding-top: 35px;
	padding-left: 15px;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
	background-color: #0C58A9;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	background-size: 500px auto;
	position: relative;
}
#linkInterviews ul li#linkItvKn {
	background-image: url(../../recruit/image/hdr_recruit_interview.png);
	float: left;
}
#linkInterviews ul li#linkItvYb {
	background-image: url(../../recruit/image/hdr_recruit_interview2.png);
	float: right;
}
#linkInterviews ul li div {
	width: 89px;
	height: 89px;
	margin-right: 5px;
	display: inline-block;
	float: left;
	border: 2px solid #FFFFFF;
}
#linkInterviews ul a,
#linkInterviews ul a:hover,
#linkInterviews ul a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#linkInterviews ul li#linkItvKn p {	margin-top: 30px;}
#linkInterviews ul li#linkItvYb p {	margin-top: 15px;}
#linkInterviews ul li:after {
	position: absolute;
	content: "";
	top: 65px;
	left: 305px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: rgba(255, 255, 255, 1.00);
}

@media screen and (max-width: 959px) {
/* 959px以下用（タブレット用）の記述（コンテンツ幅） */
#container .keyV {
	margin-left: 0;
	margin-bottom: 10px;
}
.tbl_about {
	margin-left: 0;
	width: 100%;
}
.tbl_about tr th {
	width: 125px;
}
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
#listService .serviceBox {
	width: 90%;
	height: auto;
	float: none;
	margin: 20px auto;
}
#linkInterviews ul li {
	margin: 0 auto;
}
#linkInterviews ul li#linkItvKn,
#linkInterviews ul li#linkItvYb {
	float: none;
}
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
}
