@charset "UTF-8";

/* csr
---------------------------------------------------------- */
.keyVisual {
	width: 100%;
	margin: 0 auto 0;
	padding: 87px 0;
	background: url(../images/csr/img_main.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.keyVisual h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	text-align: center;
}
.keyVisual h2 em {
	color: #ffffff;
	font-size: 24px;
	display: block;
	padding: 14px 0 0;
}

@media all and (max-width: 1200px) {
	.keyVisual {
		margin-bottom: 0;
	}
	.breadcrumbArea {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.keyVisual {
		padding: 60px 0;
	}
	.keyVisual h2 {
		font-size: 28px;
		position: relative;
		left: auto; top: auto;
	}
	.keyVisual h2 em {
		font-size: 18px;
		letter-spacing: 0;
		padding: 10px 0 0;
	}
}


#csr {
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 80px;
}
#csr .secTtl02,
#sdgs .secTtl02{
  color: #000065;
}
#csr .table01 tr th {
	width: 290px;
	padding: 15px 20px;
}
#csr .table01 tr td {
	padding: 15px 20px;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
#csr .table01 tr td .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#csr .table01 tr td .imgArea {
	display: flex;
	margin-top: 20px;
}
#csr .table01 tr td .imgArea figure{
	width: 100px;
	margin-right: 10px;
}

#csr .box {
	display: flex;
}
#csr .box li {
	display: flex;
	margin: 0 15px 80px;
}
#csr .box li figure {
	max-width: 150px;
	margin-right: 25px;
}
#csr .box li div {
	max-width: 250px;
}
#csr .box li div .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}
#csr .box li div .btn {
	width: 100%;
	margin-top: 30px;
}
#csr .box li div .btn a {
	width: 100%;
	height: 60px;
	color: #727277;
	font-size: 16px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
	border: 1px #858585 solid;
	position: relative;
}
#csr .box li div .btn span:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 10px; top: 20px;
}
#csr .img01 figure{
	margin-bottom: 80px;
}
#csr .heading02{
	margin-top: 80px;
}


@media all and (min-width: 768px) and (max-width: 1201px) {
	#csr {
		width: 96%;
		margin: 0 2% 40px;
	}
}
@media all and (max-width: 768px) {
	#csr {
		width: 96%;
		margin: 0 2% 80px;
	}
	#csr .table01 tr th {
		display: block;
		width: 96%;
		margin: 0 2%;
		font-weight: bold;
		padding: 30px 0 15px;
		border: none;
	}
	#csr .table01 tr td {
		display: block;
		width: 100%;
		padding: 0 15px 30px;
	}
	#csr .table01 th::before {
		background-color: inherit;
	}
	#csr .box {
		display: block;
	}
	#csr .box li {
		display: block;
		margin: 0 auto 40px;
	}
	#csr .box li:nth-child(1) {
		padding-bottom: 30px;
		border-bottom: 1px #cccccc solid;
	}
	#csr .box li figure {
		margin: 0 auto 20px;
	}
	#csr .box li div {
		max-width: none;
	}
	#csr .box li div .ttl {
		text-align: center;
	}
	#csr .box li div .btn {
		width: 72%;
		margin: 30px auto 0;
	}
}
