@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :コンテンツエリア関係 他

=================================================================== */

/* -----------------------------------------------------------
	# 部署一覧
----------------------------------------------------------- */
.ttl .ttl_inner {
	background: url(../img/bg_ttl.jpg) no-repeat;
	background-position: right bottom;
	height: 92px; /* max 135px */
	padding-top: 43px;
}

.depart_list .depart_list_l {
	width: 238px;
	/*height: 260px;*/
	float: left;
	border-right: 1px solid #D9D9D0;
}
.depart_list .depart_list_c {
	width: 236px;
	height: 260px;
	float: left;
	border-right: 1px solid #D9D9D0;
	padding: 0 3px 0 3px;
}
.depart_list .depart_list_r {
	width: 220px;
	height: 260px;
	float: left;
	padding: 0 0 0 3px;
}


.depart_list {
	overflow: hidden;
}
.depart_list .depart_list_l, .depart_list .depart_list_c, .depart_list .depart_list_r {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}



.depart_list .depart_list_l ul li {
	color: #06B1E6;
	width: 100px;
	float: left;
	list-style-type: disc;
	margin: 0 0 0 18px;
	text-indent: -7px;
}
.depart_list .depart_list_c ul li, .depart_list .depart_list_r ul li {
	color: #06B1E6;
	float: left;
	list-style-type: disc;
	margin: 0 0 0 18px;
	text-indent: -7px;
}


.depa_catch {
	color: #06B1E6;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","メイリオ","Meiryo",serif;
	font-size: 164.3%;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 30px 0;
	font-weight: bold;
}

.grd_wrap .depa_text {
	width: 47%;
	float: right;
}
.grd_wrap .grd_depa_pic {
	width: 49%;
	float: left;
}
.grd_wrap .grd_depa_pic img {
	border: 1px solid #ccc;
	padding: 1px;
}

.depa_pic_1 {
	float: left;
	width: 49%;
	margin-bottom: 1%;
}
.depa_pic_2 {
	float: right;
	width: 49%;
	margin-bottom: 1%;
}
.depa_pic_1 img,
.depa_pic_2 img {
	border: 1px solid #ccc;
	padding: 1px;
}
.noborder img {
	border: none !important;
	padding: 0 !important;
}
.cap {
	margin-top: 10px;
	display: inline-block;
	line-height: 1.5;
}
.sty_1 {
	text-align: center;
}

/* staff voice */
.voice_box {
	padding: 10px 15px;
	border: 1px solid #06B1E7;
	background: #F2FBFE;
}
.img_vocie {
	width: 179px;
}


.voice_box .voice_sub {
	color: #06B1E6;
	margin-bottom: 3px;
	font-weight: bold;
}
.list_01 li {
	padding-left: 1em;
	position: relative;
	margin-bottom: 4px;
}
.list_01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #06B1E6;
	border-radius: 100%;
}

@media only screen and (min-device-width : 320px)  and (max-device-width : 767px) {
.voice_box .voice_sub {
	background-position: 0 12px;
}
.sty_1 {
	text-align: left;
}
}

@media screen and (min-width: 768px) and (max-width: 959px) {



}

@media screen and (max-width: 767px) {
.ttl .ttl_inner {
	height: 52px;
	padding-top: 20px;
	background-size: contain;
}

.list_policy li {
	background-position: 0 8px;
}

.depa_catch {
	font-size: 140%;
}


.grd_wrap .depa_text {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.grd_wrap .grd_depa_pic {
	width: 100%;
	float: none;
}

.depa_pic_1 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.depa_pic_2 {
	width: 100%;
	float: none;
}

.sty_1 {
	text-align: left;
}

}