@charset "UTF-8";

.action_plan {
	background-color: #F5F6F8;
	padding: 70px 0 100px;
}

.pttl {
	font-size: 18px;
	line-height: 1.3;
	border-bottom: 2px solid #012572;
	padding-bottom: 10px;
}

.action_plan_intro {
	margin-top: 50px;
}

.action_plan_intro_ttl {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.3em;
	text-align: center;
}

.action_plan_intro_txt {
	text-align: center;
	margin-top: 20px;
}

.ap_sub_ttl {
	font-size: 22px;
	margin-top: 13px;
	line-height: 1;
}

.kosodate {
	margin-top: 50px;
}

.kosodate_wrap {
	padding: 20px 0px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
}

.kosodate_cnt {

	padding: 20px 0;
}

.kosodate_txt {
	margin-top: 15px;
}

.kosodate_img {
	flex: none;
}

.kosodate_img img {
	max-width: 100%;
	height: auto;
}

.action_plan_cnt {}

.action_plan_item {
	padding: 40px 0;
	/* border-top: 1px dashed #9c9c9c; */
}

.action_plan_item:first-child {
	border-top: 0px;
}

.action_plan_item_txt {
	margin-top: 20px;
}

.action_plan_item_link {
	margin-top: 20px;
}

.action_plan_item_link>a {
	background: #012572;
	color: #FFF;
	display: block;
	width: 320px;
	line-height: 1.3;
	padding: 20px;
	transition: box-shadow .4s;
}

.action_plan_item_link>a:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.action_plan_item_link>a span {
	position: relative;
	padding-left: 20px;
}

.action_plan_item_link>a span:before {
	font-family: icomoon;
	content: "\e906";
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}

.community {
	margin-top: 20px;
}

.community_wrap {
	margin-top: 20px;
}

.community_cnt {
	width: 50%;
	float: left;
}

.community_list {}

.community_list>li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	margin-top: 5px;
}

.community_list>li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	left: 0.5em;
	margin-left: -2px;
	top: 0.6em;
}

.community_img {
	width: 46%;
	float: right;
	font-size: 0;
	text-align: right;
}

.community_img figure {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-left: 1%;
}

.community_img figure:first-child {
	margin-left: 0;
}

.community_img figure img {
	max-width: 100%;
	height: auto;
}

.community_img figcaption {
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3;
}

.ap_item_cnt {
	padding: 30px 32px;
	background-color: #fff;
	margin-top: 20px;
}

.support .ap_item_cnt {
	background-color: #F5F6F8;
}

.ap_dtl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.ap_dtl dt {
	flex: none;
	width: 20%;
	color: #00286E;
}

.ap_dtl.-line {
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}






/* All SP & Tablet */
@media screen and (max-width:1130px) {}

/* All SP */
@media screen and (max-width:640px) {
	.action_plan {
		padding: 0;
	}

	.pttl {
		font-size: 18px;
	}

	.action_plan_intro {
		margin-top: 40px;
	}

	.action_plan_intro_ttl {
		font-size: 24px;
	}

	.action_plan_intro_txt {
		margin-top: 20px;
		text-align: justify;
	}

	.kosodate {
		margin-top: 40px;
	}

	.kosodate_wrap {
		padding: 20px;
		flex-direction: column;
		gap: 5px;
	}

	.kosodate_cnt {
		width: 100%;
		float: none;
	}

	.kosodate_txt {}

	.kosodate_img {
		width: 100%;
		float: none;
		text-align: center;
	}

	.kosodate_img img {}

	.action_plan_cnt {}

	.action_plan_item {
		padding: 15px 0;
	}

	.action_plan_item:first-child {}

	.action_plan_item_txt {}

	.action_plan_item_link {}

	.action_plan_item_link>a {
		width: 100%;
	}

	.action_plan_item_link>a:hover {}

	.action_plan_item_link>a span {}

	.action_plan_item_link>a span:before {}

	.community {
		margin-top: 20px;
	}

	.community_wrap {}

	.community_cnt {
		width: 100%;
		float: none;
	}

	.community_list {}

	.community_list>li {}

	.community_list>li:before {}

	.community_img {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.community_img figure {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 256px;
		margin: 20px auto 0;
	}

	.community_img figure:first-child {
		margin: 0 auto;
	}

	.community_img figure img {}

	.community_img figcaption {
		text-align: left;
	}

	.ap_sub_ttl {
		font-size: 18px;
		line-height: 1.3;
	}

	.ap_dtl {
		flex-direction: column;
	}
	.ap_dtl dt{
		width: 100%;
	}

}