@charset "utf-8";

/* ------------------------------
 見出し
------------------------------ */
.contentsTopIn h1{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 35px;
}
.contentsPageIn h1{
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
}

.contentsTopIn h2 {
	font-size: 1.25rem;
	line-height: 1.5;
	border-left: solid 3px #0054A6;
	padding-left: 8px;
	margin-bottom: 20px;
}


.career_title {
	position: relative;
	margin-bottom: 50px;
	padding-right: 140px;
}
.cateName {
	font-weight: bold;
	margin-bottom: 10px;
}
.backindex {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ------------------------------
 スマホ用コード（見出し）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTopIn h1{
		font-size: 1.25rem;
		margin-bottom: 25px;
	}
	.contentsPageIn h1{
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.contentsTopIn h2 {
		font-size: 1.18rem;
	}
	
	.career_title {
		margin-bottom: 30px;
		padding-right: 0
	}
	.cateName {
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	.backindex {
		position: static;
	}
}


/* ------------------------------
 ボックス
------------------------------ */
.w308 {
	width: 308px;
}
.w308.fl {
	margin-right: 28px;
}
.w476 {
	width: 476px;
}



.blueBox {
	padding: 20px;
	background: #e6ecf5;
}

.listBox {
	/*padding: 15px 0;*/
	padding: 20px 0 15px;
	margin-bottom: 0 !important;
	margin-top: -1px;
	border-top: solid 1px #CFD8DC;
	border-bottom: solid 1px #CFD8DC;
}

/* ------------------------------
 スマホ用コード（ボックス）
------------------------------ */
@media screen and (max-width: 767px) {
	.w308,.w476 {
		width: 100%;
	}
	.w308.fl {
		margin-right: 0;
	}
}


/* ------------------------------
 テーブル
------------------------------ */
.contentsPage table {
	width: 100%;
	border-bottom: 1px solid #CFD8DC;
}
.contentsPage th {
	width: 225px;
	padding: 15px 5px;
	color: #082B4D;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CFD8DC;
}
.contentsPage td {
	padding: 15px 5px;
	border-top: 1px solid #CFD8DC;
}



/* ------------------------------
 スマホ用コード（テーブル）
------------------------------ */
@media screen and (max-width: 479px) {
	.contentsPage .res th {
		width: 100%;
		display: block;
		padding: 15px 5px 0;
		color: #082B4D;
		text-align: left;
		vertical-align: top;
		border-top: 1px solid #CFD8DC;
	}
	.contentsPage td {
		width: 100%;
		display: block;
		padding: 0 5px 15px;
		border-top: none;
	}
}




/* ------------------------------
 ページ内リンク
------------------------------ */
.pageLink {
	padding: 20px 0 5px 30px;
	color: #fff;
	background: #0054A6;
}
.pageLink ul:after {
	content: "";
	clear: both;
	display: block;
}
.pageLink li {
	width: 315px;
	float: left;
	margin-bottom: 15px;
}
.pageLink li a {
	color: #fff;
	font-weight: bold;
}
.pageLink li a::before {
	content: "\f13a";
	font-weight: normal;
	display: inline-block;
	font-family: "FontAwesome";
	padding-right: .5em;
	text-decoration: none;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink {
		padding: 20px 0 15px 20px;
	}
	.pageLink li {
		width: auto;
		float: none;
		margin-bottom: 5px;
	}
}
.backindex a {
	font-size: 0.937rem;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	padding: 12px 24px 8px;
	background: #0054A6;
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.btn-a a {
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	padding: 12px 38px 8px;
	background: #0054A6;
	border-radius: 54px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.backindex a:hover,
.btn-a a:hover {
	opacity: 0.7;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.backindex a {
	font-size: 0.88rem;
		line-height: 30px;
		padding: 0 15px;
	}
	.btn-a a {
		font-size: 1.125rem;
		line-height: 48px;
		padding: 0 28px;
	}
}
/* ------------------------------
 アイコン
------------------------------ */
.arrow_r:before {
	padding-right: 0.2em;
	color: #004098;
	font-family: "FontAwesome";
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	content: "\f138";
	display: inline-block;
}

.icon-a a {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.icon-a a:before {
	padding-right: 0.2em;
	color: #004098;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	content: "\f138";
	display: inline-block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.icon-a a {
		font-size: 1.1rem;
	}
	.icon-a a:before {
		font-size: 1.25rem;
	}
}
