@charset "UTF-8";
/* CSS Document */
/*-- mission --*/
.mission{
	margin-bottom:100px;
	font-size:14px;
}

.mission h3{
	margin-bottom:30px;
}

.mission h4{
	margin-bottom:20px;
	text-align:left;
}

.mission_txt{
	line-height:2.2;
	text-align:left;
	margin-bottom:58px;
}

.mission dl{
	margin-bottom:30px;
	line-height: 1.7;
}

.mission dt{
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
}

.mission dd{
	padding-left:23px;
	box-sizing:border-box;
	text-align:left;
	margin-bottom:33px;
}
/*-- policy --*/
.policy{
	margin-bottom:115px;
	font-size:14px;
	line-height: 1.7;
}

.policy h3{
	margin-bottom:40px;
}

.policy dl{
	margin-bottom:20px;
	overflow:hidden;
}

.policy dt{
	text-align:left;
	float:left;
	width:20px;
}

.policy dd{
	text-align:left;
	float:right;
	width:670px;
}

/*-- SDGs --*/
.sdgs {
	margin-bottom: 80px;
}

.sdgs h3 {
	margin-bottom: 30px;
}

.sdgs .img {
	text-align: center;
	margin-bottom: 40px;
}

.sdgs .icon-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sdgs .icon-list li {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.sdgs .icon-list li:not(:nth-child(-n+2)) {
	margin-top: 12px;
}

.sdgs .icon-list li .icon {
	width: 110px;
}

.sdgs .icon-list li .icon img {
	width: 100%;
}

.sdgs .icon-list li .txt {
	width: calc(100% - 110px);
	text-align: left;
	padding: 5px 0 0 10px;
	box-sizing: border-box;
}

/*-- outline --*/
.outline{
	margin-bottom:80px;
}

.outline h3{
	margin-bottom:38px;
	font-size:14px;
}

.outline table{
	width: 100%;
}

.outline table th{
	border:1px solid #ccc;
	background-color:#f4f4f4;
	padding:15px 0 15px 20px;
	font-weight:normal;
	box-sizing:border-box;
	width:184px;
}

.outline table td{
	border:1px solid #ccc;
	padding:15px 0 15px 18px;
	box-sizing:border-box;
	line-height: 1.8;
}
	
/*-- history --*/
.history{
}

.history h3{
	margin-bottom:35px;
}

.history h4{
	margin-bottom:32px;
	text-align:left;
}

.history dl{
	width:690px;
	overflow:hidden;
	padding:18px 0;
	border-bottom:1px dotted #e5e5e5;
}

.history .dl_first{
	padding-top:0;
}

.history .dl_last{
	border-bottom: none;
}

.history dt{
	width:140px;
	float:left;
	text-align:left;
}

.history dd{
	width:550px;
	float:right;
	text-align:left;
}
