@charset "utf-8";
/* CSS Document */
.btm_list {
	background: #f3f8fb;
	border-top: 1px solid #e6e6e6;
	padding: 60px 0;
}
.btm_list .black_ttl {
	margin-bottom: 20px;
}
.btm_list ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btm_list ul li {
	max-width: 353px;
	width: 32%;
}
.btm_list ul li .pic img {
	width: 100%;
}
.btm_list ul li h3 {
	background: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 13px;
	text-align: center;
}
.btm_list ul li a {
	-webkit-transition: all .2s;
	display: block;
	transition: all .2s;
}
.btm_list ul li a:hover {
	-webkit-box-shadow: 0 2px 20px rgba(50, 50, 50, 0.25);
	box-shadow: 0 2px 20px rgba(50, 50, 50, 0.25);
	opacity: 0.8;
}

@media screen and (max-width : 767px) {
	.btm_list {
		padding: 11% 0;
	}
	.btm_list .black_ttl {
		margin-bottom: 7%;
	}
	.btm_list ul {
		display: block;
	}
	.btm_list ul li {
		margin-bottom: 4%;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	.btm_list ul li:last-child {
		margin-bottom: 0;
	}
	.btm_list ul li h3 {
		background: none;
		color: #fff;
		font-size: 1.5rem;
		left: 5%;
		padding: 0;
		position: absolute;
		top: 5%;
	}
}

.mv_under  {
	background:url(/img/about/officer/mv_officer_pc.jpg) no-repeat center top;
	background-size:cover;
}

@media screen and (max-width : 767px) {
	.mv_under {
		background:url(/img/about/officer/mv_officer_sp.jpg) no-repeat center top;
		background-size: 100%;
	}

}

.box_white {
	padding:0 0 110px;
	position:relative;
}
.box_blue {
	background:#f3f8fb;
	padding:80px 0 110px;
	position:relative;
}
.ul_officer {
	margin:40px auto 0;
	width:800px;
}
.box_blue .ul_officer {
	margin:25px auto 0;
}
.ul_officer li {
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
	float:left;
	padding:18px 0 0;
	width:50%;
}
.ul_officer li:nth-child(even) {
	padding-left:2%;
}
.ul_officer li dl dd {
	font-size:2rem;
	margin:10px 0 20px;
}

@media screen and (max-width : 767px) {
	.box_white {
		padding:0 0 16%;
	}
	.box_blue:before {
		height:26px;
		top:-13px;
	}
	.box_blue {
		padding:8% 0 16%;
	}
	.ul_officer,.box_blue .ul_officer {
		margin:3% auto 0;
		width:100%;
	}
	.ul_officer li {
		float:none;
		padding:3% 0 0;
		width:100%;
	}
	.ul_officer li:nth-child(even) {
		padding-left:0;
	}
	.ul_officer li dl dd {
		font-size:1.5rem;
		margin:2% 0 4%;
	}
}


.section {
	padding:45px 0 100px;
}
.section .black_ttl {
	margin-bottom:50px;
}
.section p{
	text-align:center;
}

@media screen and (max-width : 767px) {
	.section {
		padding:4% 0 13%;
	}
	.section .black_ttl {
		margin-bottom:10%;
	}
	.section p{
		text-align:center;
	}

}
