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

society Css

--------------------------------*/
.img img{
	width: 100%;
}
.page .mainimg img{
	max-height: none;
}

.sp_n{	display: block;}/*スマホ横非表示*/

/*flex*/
.flex.alignC{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.justifySB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex.justifyC{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex.justifySA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.sp_n{	display: none;}/*スマホ横非表示*/
}

/*******************************
society
*******************************/
.goal{
	background-image: url("../img/titleBg01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
    color: #fff;
}
.goal .h-ttl02.color01::after {
    background: #fff;
    width: 400px;
}

/*目標詳細*/
.society .detail{
	padding: 60px 0;
    border-top: solid 3px #d4ddd9;
}
.society .detail.nonLine{
	border-top: none;
}
.society .detail .txt{
	padding-right: 60px;
}
.society .detail .h-ttl02{
	text-align: left;
    margin-bottom: 50px;
    position: relative;
}
.society .detail .h-ttl02::after{
	position: absolute;
	left: 0;
}
.society .detail .goalList{
	text-align: left;
    padding-top: 20px;
}
.society .detail .goalList > li:nth-child(n+2){
	padding-top: 30px;
}
.society .detail .goalList li .ttl{
	font-size: 150%;
    font-weight: bold;
	margin-bottom: 10px;
}
.society .detail .goalList li .ttl .num{
	color: #0f9aaa;
	margin-right: 10px;
}
.society .goalList ul.list-style-indent li{
	margin: 0;
}
/*行動計画*/
.society .actionPlan{
	background-color: #e7f5f6;
    padding: 100px 0;
}
.society .actionPlan.woman{
	background-color: #fff;
}
.society .actionPlan .h-ttl02.font02{
	margin-bottom: 60px;
}
.society .actionPlan .inner{
	width: 90%;
    margin: 0 auto;
    max-width: 770px;
}
.society .actionPlan .inner:nth-child(n+2){
	padding-top: 100px;
}
.society .actionPlan .h-ttl03{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}
.society .actionPlan .matters .ttl{
	text-align: center;
    padding: 60px 0;
    font-size: 150%;
    font-weight: bold;
	color: #0f9aaa;
}
.society .actionPlan .matters .period{
	background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 85%;
    margin-bottom: 30px;
}
.society .actionPlan .mattersList{
	text-align: left;
}
.society .actionPlan .mattersList > li{
	padding: 40px 60px;
    background-color: #fff;
    border-left: solid 10px #0f9aaa;
}
.society .actionPlan.woman .mattersList > li{
	background-color: #e7f5f6;
}
.society .actionPlan .mattersList > li:nth-child(n+2){
	margin-top: 30px;
}
.society .actionPlan .mattersList dl.flex:nth-child(n+2){
	margin-top: 20px;
}
.society .actionPlan .mattersList .flex dt:nth-child(n+2){
	margin-top: 10px;
}
.society .actionPlan .mattersList .flex dt{
	width: 10%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-weight: bold;
	color: #0f9aaa;
}
.society .actionPlan .mattersList .flex dd{
	width: 90%;
	font-weight: bold;
}
.society .actionPlan .mattersList ul.list-style-indent li{
	margin: 0 0 5px;
	font-weight: bold;
	text-indent: 0;
    position: relative;
}
.society .actionPlan .mattersList ul.list-style-indent li:before {
	content: "・";
    display: inline-block;
    color: #0f9aaa;
    position: absolute;
    left: 0;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
	.society .detail {
		padding: 40px 0;
	}
	.society .detail .h-ttl02{
		font-size: 180%;
		margin-bottom: 30px;
	}
	.society .detail .goalList {
		padding-top: 20px;
	}
	.society .detail .goalList li .ttl {
		font-size: 130%;
		margin-bottom: 10px;
	}
	.society .detail .flex.col2 .item{
		width: 50%;
	}
	.society .detail .txt{
		padding-right: 40px;
	}
	.society .actionPlan {
		padding: 60px 0;
	}
	.society .actionPlan .h-ttl02.font02 {
		margin-bottom: 0;
	}
	.society .actionPlan .inner:nth-child(n+2) {
		padding-top: 60px;
	}
	.society .actionPlan .matters .ttl {
		padding: 30px 0;
	}
	.society .actionPlan .mattersList > li {
    	padding: 20px;
	}
	.society .actionPlan .mattersList dl.flex:nth-child(n+2) {
		margin-top: 10px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.society .detail {
		padding: 30px 0;
	}
	.society .detail .flex.col2 .item {
		width: 100%;
		margin-bottom: 10px;
	}
	.society .detail .h-ttl02{
		margin-bottom: 40px;
	}
	.society .actionPlan {
		padding: 30px 0;
	}
	.society .actionPlan .inner:nth-child(n+2) {
		padding-top: 30px;
	}
	.society .actionPlan .h-ttl03{
		font-size: 150%;
		margin-bottom: 20px;
	}
	.society .actionPlan .matters .ttl{
		font-size: 130%;
		padding: 20px 0px;
	}
	.society .actionPlan .mattersList .flex dt, .society .actionPlan .mattersList .flex dd {
    	width: 100%;
	}
}