@charset "utf-8";

.ttl_inner h2 {
	background-image: url("../img/img_mv_csr.png");
}

.ttl_inner h2::after {
	width: 31px;
	background-size: 31px;
	background-image: url("../img/ttl_txt_csr.png");
}

@media screen and (max-width: 767px) {
	.ttl_inner h2::after {
		width: 21px;
		background-size: 21px;
		background-position: top 1px right 0;
	}
}
/*------------------------------------
　　　					csr
------------------------------------*/

@media screen and (max-width: 767px) {
	.content_box .blue_title {
		margin-bottom: 13px;
	}
}

#csr {
}

/*--- csr_lead ---*/

#csr #csr_lead {
	margin-bottom: 30px;
}

#csr #csr_lead::after {
	display: table;
	width: 0;
	height: 0;
	clear: both;
	content: '';
	visibility: hidden;
}

#csr #csr_lead p {
	float: left;
	width: 631px;
}

#csr #csr_lead .image {
	width: auto;
	float: none;
    padding-left: 671px;
}

@media screen and (max-width: 767px) {

	#csr #csr_lead {
		margin-bottom: 33px;
	}

	#csr #csr_lead p {
		width: auto;
		float: none;
		font-size: 16px;
		line-height: 2;
	}

	#csr #csr_lead .image {
		margin-left: 0;
		margin-top: 24px;
		padding: 0;
		text-align: right;
	}

	#csr #csr_lead .image img{
		max-width: 294px;
		width: 100%;
		height: auto;
	}
}


/*--- guidelines ---*/

#csr #guidelines {
	border: 1px solid #a0a0a0;
	border-radius: 4px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 60px;
}

#csr #guidelines dl {
}

#csr #guidelines dt {
	background-color: #0063ae;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 20px;
	line-height: 23px;
}

#csr #guidelines dd {

}

#csr #guidelines li {
	border-bottom: 1px dashed #a0a0a0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    position: relative;
}

#csr #guidelines li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

#csr #guidelines li.end {
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {

	#csr #guidelines {
		padding: 20px 24px;
		margin-bottom: 0;
		border-radius: 0;
	}

	#csr #guidelines li {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 12px;
   		padding-bottom: 13px;
   		border-bottom: 1px solid #BFBFBF;
	}

	#csr #guidelines dt,dd {
		font-size: 16px;
		line-height: 1.5;
	}

	#csr #guidelines dt {
		border-radius: 20px;
		padding: 7px 12px;
		margin-bottom: 12px;
	}
}


/*--- effort ---*/

#csr #effort {
	overflow: hidden;
    margin-bottom: 50px;
}

#csr #effort div {
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#csr #effort div.end {
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#csr #effort h5 {
	font-size: 28px;
	color: #0063ae;
	line-height: 1.3;
	margin-bottom: 20px;
}

#csr #effort .p {
}

#csr #effort ul {
	float: right;
	margin-left: 50px;
}

#csr #effort li {
	margin-bottom: 10px;
}

#csr #effort .image {
	float: right;
	margin-left: 50px;
}

#csr #effort .image dt {
	margin-bottom: 10px;
}

#csr #effort .image dd {
}
















