
section#mv_c {
	background-image: url("../../common/images/csr/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	width: 100%;
}

.mv_ttl_c {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/csr/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
    top: 74px;
    margin: 0 auto;
    height: 52px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl_c h1,
.mv_ttl_c p {
	font-size: 15px;
	color: #013e98;
	position: relative;
	margin-bottom: -18px;
	text-align: center;
}
section#csr_area01 {
	position: relative;
	/*height: 910px;*/
	width: 100%;
	padding-bottom: 40px;
}
.csr_area01_inner {
	position: relative;
	width: 90%;
	display: block;
	margin: 0 auto;
}
.csr_area01_inner img {
	width: 100%;
	height: auto;
}
.csr_head {
	font-size: 16px;
	color: #434343;
	line-height: 24px;
	/*text-align: center;*/
	margin-bottom: 20px;
}
.csr_head br {
	display: none;
}
section#csr_area01 .contact_area01_ttl {
	padding: 40px 0 30px;
	text-align: center;
}
.csr_area01_title_txt_yougo_m {
	font-size: 16px;
}
#csr_area01_img img {
	width: 804px;
}
section#csr_area02 {
	background-image: url("../../common/images/csr/csr_area02_bg.jpg");
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
    width: 100%;
    padding: 40px 0;
}
.csr_area02_inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.csr_area02_ttl {
	position: relative;
	width: 203px;
	height: 77px;
	background: url("../../common/images/csr/csr_area02_ttl_img.png") no-repeat;
	margin: 0 auto;
}
.csr_area02_ttl > h2 {
	font-size: 16px;
	color: #013e98;
	text-align: center;
	position: relative;
	line-height: 98px;
}
.csr_area02_des_txt {
	position: relative;
	font-size: 16px;
	color: #56595b;
	text-align: center;
	margin-top: 40px;
}
.csr_area02_contents {
	position: relative;
	display: block;
	margin: 50px auto 0;
}
.csr_wrap > li {
	width: 100%;
	border-bottom: solid 1px #71757a;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.csr_wrap > li > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.csr_wrap > li:last-child {
	border: none;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラページネーション*/
/*wp-pagenavi 07*/
.csr_pagenation {
	width: 100%;
	height: 60px;
}
.csr_pagenation > .wp-pagenavi {
	clear: both;
	text-align:center;

}
.csr_pagenation > .wp-pagenavi a, .csr_pagenation > .wp-pagenavi span {
	color: #fff;
	background:-moz-linear-gradient( center top, #dfb850 5%, #e8cd84 100% );
	background:-ms-linear-gradient( top, #dfb850 5%, #e8cd84 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb850', endColorstr='#e8cd84');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfb850), color-stop(100%, #e8cd84) );
	background-color:#dfb850;
	border:1px solid #dfb850;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.csr_pagenation > .wp-pagenavi a:hover{
    color:#dfb850; 
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
    }
.csr_pagenation > .wp-pagenavi span.current{
	color: #FFF;
	background:-moz-linear-gradient( center top, #e8cd84 5%, #dfb850 100% );
	background:-ms-linear-gradient( top, #e8cd84 5%, #dfb850 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8cd84', endColorstr='#dfb850');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e8cd84), color-stop(100%, #dfb850) );
	background-color:#e8cd84;
	border-color: #dfb850;
	font-weight: bold;
    }
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデページネーション*/
/*▼▼▼▼▼▼▼▼▼▼▼▼詳細ページ用*/
.csr_list_inner {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
.csr_area {
	width: 90%;
	height: auto;
	margin: 30px auto 40px;
}
.csr_area .blog_ttl {
	color: #013e98;
}
.csr_content_ttl {
	position: relative;
	background: url("../../common/images/csr/csr_content_ttl_img.png") no-repeat;
	width: 72px;
	height: 77px;
	background-position: center;
	margin: 0 auto;
}
.csr_content_ttl img {
	display: block;
}
.csr_content_ttl p {
	font-size: 16px;
	color: #013e98;
	text-align: center;
	line-height: 98px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデ詳細ページ用*/

