@charset "UTF-8";


/* list
---------------------------------------------------------*/
#list .list{
	justify-content: center;
	flex-wrap: wrap;
}
#list .w1320 > section{
	overflow:hidden;
}
#list .list > li{
	width: min(325px,22vw);
	margin-right: min(30px,2vw);
}
#list .list > li.img560,
#list .col1_img.img560 {
	width: min(560px,37vw);
}
#list .list > li.img400{
	width: min(400px,26vw);
}

#list .list li:last-child{
	margin-right: 0;
}
#list .col1_img {
	margin-left: auto;
	margin-right: auto;
}

#list section .com_btn1{
	position: relative;
}
#list section .com_btn1::before{
	position: absolute;
	display: block;
	content: "";
	background: #f1f0ee;
	background-size: 100% auto;
	width: 500%;
	height: 50%;
	top:0;
	left: -250%;
	z-index: -1;
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
#list .list > li{
	width:48%;
	margin-right: 2%;
	margin-top: 2%;
}
#list .list > li.img560,
#list .col1_img.img560 {
	width: 60%;
}
#list .list > li.img400{
	width: 38%;
}
#list .list > li:nth-child(-n+2){
	margin-top: 0;
}
#list .list > li p{
	font-size:88%;
	line-height: 1.5em;
}

#list .list li:last-child{
	margin-right: 0;
}
#list section .com_btn1{
	position: relative;
}
#list section .com_btn1::before{
	position: absolute;
	display: block;
	content: "";
	background: #f1f0ee;
	background-size: 100% auto;
	width: 500%;
	height: 50%;
	top:0;
	left: -250%;
	z-index: -1;
}
}





/* sdgs
---------------------------------------------------------*/
#sdgs.contentpage_bg1::before{
	top: 3em;
}
#sdgs.contentpage_bg1::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs1@2x.png)no-repeat top left;
	background-size: 100% auto;
	width: 22%;
	max-width: 311px;
	height: 521px;
	top: -40px;
	left: 0;
}
#sdgs .sdgs_area{
	width: 80%;
	max-width: 735px;
	margin-left: auto;
	margin-right: auto;
}
#sdgs .sdgs_area .logo{
	width: 58%;
	margin: 0 auto 3%;
}
#sdgs .sdgs_area .flex_box{
	flex-wrap: wrap;
	justify-content: start;
}
#sdgs .sdgs_area .flex_box li{
	width: 15%;
	margin-right: 2%;
	margin-top: 2%;
}
#sdgs .sdgs_area .flex_box li:nth-child(6n){
	margin-right: 0;
}
#sdgs .sdgs_area .flex_box li:nth-child(-n+6){
	margin-top: 0;
}

#sdgs .list li{
	border-bottom: 1px solid #ccc;
	padding-bottom:60px;
	margin-bottom: 60px;
}
#sdgs .list li:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom: 0;
}
#sdgs .list .img_l{
	width:17.5%;
	max-width: 200px;
}
#sdgs .list .txt_r{
	width: 78.5%;
}
#sdgs .list .txt_r dl{
	margin-bottom: 1.1em;
}
#sdgs .list .txt_r dl:last-child{
	margin-bottom: 0;
}
#sdgs .list .txt_r .no{
	font-size:120%;
	display: inline-block;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	border-radius: 50px;
	padding: .5em 1em;
	box-sizing: border-box;
	margin-bottom: .7em;
	background: #000;
}
#sdgs .list .sdgs3 .no{	background: #00973b;}
#sdgs .list .sdgs5 .no{	background: #e83819;}
#sdgs .list .sdgs7 .no{	background: #fabd00;}
#sdgs .list .sdgs8 .no{	background: #970b31;}
#sdgs .list .sdgs10 .no{ background: #dc007a;}
#sdgs .list .sdgs12 .no{ background: #d39200;}
#sdgs .list .sdgs16 .no{ background: #004c88;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sdgs.contentpage_bg1::after{
	top: -3vw;
}
#sdgs .list li{
	padding-bottom:4.5%;
	margin-bottom:4.5%;
}
#sdgs .list .txt_r dl{
	margin-bottom: 1em;
}
#sdgs .list .txt_r dl:last-child{
	margin-bottom: 0;
}
#sdgs .list .txt_r .no{
	font-size:110%;
	padding: .3em 1em;
	margin-bottom: .6em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sdgs.contentpage_bg1::before{
	top: 4vw;
}
#sdgs.contentpage_bg1::after{
	top: -2vw;
}
#sdgs .sdgs_area{
	width: 100%;
	max-width: 100%;
}
#sdgs .sdgs_area .logo{
	width: 85%;
}
#sdgs .sdgs_area .flex_box li{
	width: 23.5%;
	margin-top: 2%;
}
#sdgs .sdgs_area .flex_box li:nth-child(6n){
	margin-right: 2%;
}
#sdgs .sdgs_area .flex_box li:nth-child(4n){
	margin-right: 0;
}
#sdgs .sdgs_area .flex_box li:nth-child(5),
#sdgs .sdgs_area .flex_box li:nth-child(6){
	margin-top: 2%;
}
#sdgs .list li{
	display: block;
	padding-bottom:8%;
	margin-bottom:8%;
}
#sdgs .list .img_l{
	width: 38%;
	margin: 0 auto 4%;
}
#sdgs .list .txt_r{
	width: 100%;
}
#sdgs .list .txt_r dl{
	margin-bottom: .8em;
}
#sdgs .list .txt_r .no{
	font-size:105%;
	padding: .35em 1em .3em;
	margin-bottom: .5em;
}
}