@charset "UTF-8";
/* CSS Document */

/* ページ内共通 */
h2{
	font-size: 25px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
	letter-spacing: 5px;
	position: relative;
}
h2:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #231815;
	position: absolute;
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	bottom: -20px;
}
h2 span{
	display: block;
	font-size: 11px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 3px;
	padding-top: 10px;
}

/* メインビジュアル */
.mainV{
	height: 800px;
	position:relative;
	background:url(../img/csr/ph_main.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
}
.mainV .rinenTi img{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	bottom: 0;
	top: 0;
	margin: auto;
}

section.csr .intro{
	margin-bottom: 100px;
}
section.csr .intro h3{
	font-size: 20px;
	color: #231815;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	line-height: 2em;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
section.csr .intro p{
	font-size: 16px;
	color: #231815;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 40px;
}
section.csr .intro ul{
	overflow: hidden;
	width: 100%;
}
section.csr .intro ul li{
	float: left;
	width: 24%;
	margin-right: 1.3%;
}
section.csr .intro ul li:last-child{
	margin-right: 0;
}
section.csr .pad{
	margin: 0 -15px;
}
section.csr .unisefBox{
	width: 100%;
	background: #333333;
	overflow: hidden;
}
section.csr .unisefBox .pic{
	float: left;
	width: 66%;
}
section.csr .unisefBox .text{
	float: right;
	width: 34%;
	padding: 8% 0 0 3%;
}
section.csr .unisefBox .text .text01{
	font-size: 20px;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 2px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
section.csr .unisefBox .text .text02{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
section.csr .myanmarBase{
	padding: 80px 40px;
	background: url(../img/csr/bg_myanmar.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
section.csr .myanmarBase .inner{
	max-width: 945px;
	margin: 0 auto;
}
section.csr .myanmarBase dl{
	margin-bottom: 40px;
}
section.csr .myanmarBase dl dt{
	font-size: 18px;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}
section.csr .myanmarBase dl dd{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
}
section.csr .myanmarBase .box .cap{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
section.csr .myanmarBase .box img{
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}



@media only screen and (max-width: 991px) and (min-width: 768px) {
	section.csr .unisefBox .pic{
	float: none;
	width: 100%;
}
section.csr .unisefBox .text{
	float: none;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
}

@media only screen and (max-width: 767px) {	
	/* ページ内共通 */
h2{
	font-size: 18px;
	margin-bottom: 50px;
}

/* メインビジュアル */
.mainV{
	height: 250px;
}
.mainV .rinenTi img{
	width: 60%;
}
	
	section.csr .intro{
	margin-bottom: 50px;
}
section.csr .intro h3{
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
section.csr .intro p{
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
section.csr .intro ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
section.csr .intro ul li:nth-child(2n){
	margin-right: 0;
}
section.csr .unisefBox{
	display: block;
}
section.csr .unisefBox .pic{
	float: none;
	width: 100%;
}
section.csr .unisefBox .text{
	float: none;
	width: 100%;
	padding: 30px 0;
}
section.csr .unisefBox .text .text01{
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
section.csr .unisefBox .text .text02{
	font-size: 12px;
	text-align: center;
}
section.csr .myanmarBase{
	padding: 40px 15px;
}
section.csr .myanmarBase dl{
	margin-bottom: 30px;
}
section.csr .myanmarBase dl dt{
	font-size: 16px;
}
section.csr .myanmarBase dl dd{
	font-size: 14px;
	text-align: left;
}
	section.csr .myanmarBase .box{
		padding: 0 15px;
	}
	section.csr .myanmarBase .box .pic01{
	margin-bottom: 10px;
}
	
}

/* 20210720修正 */
ul.imagelist {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	ul.imagelist {
		flex-direction: column;
	}
}

ul.imagelist li {
	display: flex;
	flex-direction: column;
}

.csr-image-title {
	font-size: 16px!important;
	font-weight: bold;
	margin-bottom: 12px!important;
}

.imagetxt {
	font-size: 14px!important;
	margin-top: 8px!important;
	text-align: left!important;
}

@media screen and (max-width: 768px) {
	section.csr .intro ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}