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

#banner {
	background-image: url(../img/banner_sdgs.jpg);
}
h2.act {
  margin: 0 auto 25px;
  text-align: center;
  font-size: 2.4em;
  letter-spacing: 5px;
}
h2.act span {
  height: 2px;
  width: 80px;
  background: #00AA9F;
  display: block;
  margin: 15px auto;
}
p{
	font-size: 14px;
}
.readTx{
	font-size: 17px;
}
.sec01 .img01{
	margin-top: 40px;
	text-align: center;
}
.sec02{
	margin-top: 100px;
}
.sec02 .tbl{
	table-layout: fixed;
	margin-top: 35px;
	border-top: 1px solid #D3DBE0;
	border-right: 1px solid #D3DBE0;
}
.sec02 .tbl th,.sec02 .tbl td{
	border-bottom: 1px solid #D3DBE0;
	border-left: 1px solid #D3DBE0;
	padding: 20px;
	font-size: 15px;
}
.sec02 .tbl td:nth-child(1){
	text-align: center;
	font-weight: bold;
}
.sec02 .tbl td ul li{
	font-size: 15px;
}
.sec02 .tbl th{
	padding: 12px;
	text-align: center;
	background: #F5F5F9;
}
.sec02 .tbl td .iconList{
	font-size: 0;
	margin-top: 10px;
	letter-spacing: 0;
}
.sec02 .tbl td .iconList >li{
	width: 32.333%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.5% 1.5% 0;
}
.sec02 .tbl td .iconList >li img{
	width: 100%;
}
.sec02 .tbl td .iconList >li:nth-child(3n){
	margin-right: 0;
}
.sec02 .tbl td .iconList >li:last-child{
	margin-right: 0;
}
.sec02 .tbl td .txList{
	list-style: disc;
	margin-left: 20px;
}
.sec02 .tbl td .txList02{
	color: #0085BA;
	list-style: disc;
	margin-left: 20px;
	font-weight: bold;
}



@media screen and (max-width:800px) {
	
h2.act {
  font-size: 1.8em;
}
p{
	font-size: 13px;
}
.readTx{
	font-size: 14px;
}
.sec01 .img01{
	margin-top: 30px;
}
	.sec01 .img01 img{
		width: 100%;
	}
.sec02{
	margin-top: 60px;
}
.sec02 .tblWrap{
	overflow-y: scroll;
}
	.sec02 .tblWrap .tbl{
		width: 600px;
	}
.sec02 .tbl th,.sec02 .tbl td{
	padding: 15px;
	font-size: 13px;
}
.sec02 .tbl td ul li{
	font-size: 13px;
}
.sec02 .tbl th{
	padding: 10px;
}
.sec02 .tbl td .txList{
	margin-left: 15px;
}
.sec02 .tbl td .txList02{
	margin-left: 15px;
}
	
	
}
