/*========================================================== 
セカンドページ(SDGs)
==========================================================*/

/*基本*/
#sdgsContsArea {
	width: 100%;
	background: #FFF;
	position: relative;
	display: block;
	z-index: 100;
	box-sizing: border-box;
}

#sdgsContsAreaWrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	background: #FFF;
	position: relative;
	display: block;
	z-index: 100;
	box-sizing: border-box;
}

#sdgsContsArea h2 {
	font-size: 2em;
	/*font-family: 'mplus-2c-light' , sans-serif;*/
	color: #000;
	margin: 0 0 30px 0;
}

#sdgsContsArea h3 {
	font-size: 1.2em;
	line-height: 2em;
	/*font-family: 'mplus-2c-regular' , sans-serif;*/
	margin: 10px 0;
}

#sdgsContsArea h4 {
	font-size: 1em;
	line-height: 1.4em;
	/*font-family: 'mplus-2c-regular' , sans-serif;*/
	font-weight: bold;
	padding: 0 0 10px 0;
}


#sdgsContsArea p {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}

#sdgsContsArea ol {
	list-style-type: decimal;
	padding: 0 10px 10px 20px;
	font-weight: bold;
}

#sdgsContsArea ol li {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
	font-weight: bold;
}

#sdgsContsArea ol li ul {
	font-weight: normal;
	padding: 0 10px 10px 20px;
	list-style-type: disc;
}

#sdgsContsArea ol li ul li {
	font-weight: normal;
	padding: 0 0 5px 0;
}

@media screen and (max-width: 768px) {
    #sdgsContsArea h2 {
		font-size: 1.4em;
		/*font-family: 'mplus-2c-light' , sans-serif;*/
		color: #000;
		margin: 0 0 10px 0;
	}

	#sdgsContsArea h3 {
		font-size: 1.2em;
		line-height: 2em;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
		margin: 10px 0;
	}

	#sdgsContsArea h4 {
		font-size: 1em;
		line-height: 1.4em;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
		font-weight: bold;
		padding: 0 0 10px 0;
	}
    
    #sdgsContsArea {
		width: 100%;
		background: #FFF;
		position: relative;
		display: block;
		z-index: 100;
		box-sizing: border-box;
	}

	#sdgsContsAreaWrap {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 10px;
		background: #FFF;
		position: relative;
		display: block;
		z-index: 100;
		box-sizing: border-box;
	}
	
	#sdgsContsArea p {
		font-size: 0.9em;
		line-height: 1.6em;
		padding: 0 0 10px 0;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
	}
	
	#sdgsContsArea ol {
		list-style-type: decimal;
		padding: 0 5px 10px 20px;
		font-weight: bold;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
	}

	#sdgsContsArea ol li {
		font-size: 0.9em;
		line-height: 1.6em;
		padding: 0 0 10px 0;
		font-weight: bold;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
	}

	#sdgsContsArea ol li ul {
		font-weight: normal;
		padding: 0 0 10px 20px;
		list-style-type: disc;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
	}

	#sdgsContsArea ol li ul li {
		font-weight: normal;
		padding: 0 0 5px 0;
		/*font-family: 'mplus-2c-regular' , sans-serif;*/
	}
}

/*sdgs*/
#sdgsContsArea .about{
    background-image: url(../images/sdgs/bk_gr.png);
    background-repeat: no-repeat;
    /*background-position: right 10% bottom 10%;*/
    background-position: 100% 0;
    position: relative;
    background-size:60%;
}
#sdgsContsArea .top{
    display: flex;
}
#sdgsContsArea .group_logo{
    max-width: 100%;
    margin-bottom: 20px;
}
#sdgsContsArea .title_1{
    /*font-size: 3.5em;*/
    max-width: 100%;
    margin: 20px 0 30px 0;
}
#sdgsContsArea .s_main{
    display: flex;
}
#sdgsContsArea .s_main > .text > p{
    padding-bottom: 20px;
    line-height: 2em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
#sdgsContsArea .s_main > .ceo > p{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}
#sdgsContsArea .about2{
    background-image: url(../images/sdgs/clear.png);
    background-position: top;
}
#sdgsContsArea .text{
    padding-right: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#sdgsContsArea .title_3{
    border-bottom: solid 1px #757575;
    font-weight: bold;
}
#sdgsContsArea .title_2{
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
}
#sdgsContsArea .membership{
    padding-top: 10px;
    font-weight: 600;
}
#sdgsContsArea .bloc{
    display: flex;
    margin-bottom: 30px;
}
#sdgsContsArea .box{
    padding-left: 25px;
}
#sdgsContsArea .box > .item > h3{
    font-weight: bold;
}
#sdgsContsArea .box > .item > h3 > span{
    font-weight: bold;
}
#sdgsContsArea .box > ul > li{
    margin-bottom: 10px;
}
#sdgsContsArea .img{
    margin-top: 20px;
}
#sdgsContsArea .item_1{
    color: #C40023;
}
#sdgsContsArea .item_2{
    color: #C9A520;
}
#sdgsContsArea .item_3{
    color: #529544;
}
#sdgsContsArea .item_4{
    color: #A9162C;
}
#sdgsContsArea .item_5{
    color: #C83B21;
}
#sdgsContsArea .item_7{
    color: #EABB00;
    line-height: 1.5em;
}
#sdgsContsArea .item_9{
    color: #D16A1A;
    line-height: 1.5em;
}
#sdgsContsArea .item_10{
    color: #BC0077;
}
#sdgsContsArea .item_11{
    color: #E0A01E;
}
#sdgsContsArea .item_12{
    color: #C29021;
}
#sdgsContsArea .item_13{
    color: #57783C;
}
#sdgsContsArea .item_14{
    color: #0D75B7;
}
#sdgsContsArea .item_15{
    color: #64A744;
}
#sdgsContsArea .item_16{
    color: #1C4D85;
}
#sdgsContsArea .item_17{
    color: #1D3366;
    line-height: 1.5em;
}


@media screen and ( max-width:750px ){
    #sdgsContsArea .group_logo{
        width: 50%;
    }
    #sdgsContsArea .about{
        background-size:65%;
    }
    #sdgsContsArea .title_1{
        width: 70%;
    }
    #sdgsContsArea .s_main{
        display: block;
    }
    #sdgsContsArea .text{
        padding-right: 0;
    }
    #sdgsContsArea .ceo{
        margin: 0 auto;
        width: 250px;
    }
    #sdgsContsArea .title_3{
        text-align: center;
    }
    #sdgsContsArea .bloc{
        display: block;
        border-bottom: 1px solid #ddd;
    }
    #sdgsContsArea .box{
        padding-left: 0;
    }
    #sdgsContsArea .box > ul{
    margin: 10px;
}
    #sdgsContsArea .img{
        text-align: center;
    }
    #sdgsContsArea .item{
        margin: 0 auto;
        width: 300px;
        display: block;
        text-align: center;
    }
    #sdgsContsArea .title_3{
        line-height: 1.5em;
    }
    #sdgsContsArea .sp_br{
        display: block;
    }
}