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

.seisaku-pc {
	margin-bottom:-6px;
}

.seisaku-pc img {
	width:100%;
}

.seisaku-sp {
	display: none;
}

/*---------------------- 画面サイズが760以下の場合ここから --------------------------*/
@media screen and (max-width: 760px) {
.seisaku-pc {
	display: none;
}

.seisaku-sp {
	display:block;
	margin-bottom:-6px;
	width:100%
}

.seisaku-sp img {
	width:100%;
}
}
/*---------------------- 画面サイズが760以下の場合ここまで --------------------------*/



/*----- 政策提案のアイコン ----*/
.obi-mizuiro img {
	margin-bottom:-3px;
	margin-right:-3px;
}



.seisaku-zentai {
	width:100%;
	margin-top:20px;
	text-align:center;
}

.seisaku-matomari {
	width:49%;
	display:inline-block;
	padding:20px;
	box-sizing:border-box;
	vertical-align: top;
}

.seisaku-daimei {
	font-size:18px;
	color:#039;
	font-weight:bold;
	position:relative;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
}

.seisaku-daimei img {
	position: absolute;
  	top: 0;
}

.seisaku-daimei span {
	display:inline-block;
	padding-left:45px;
	box-sizing:border-box;
}


.seisaku-honbun {
	font-size:15px;
	width:100%;
	padding-left:45px;
	box-sizing:border-box;
	text-align: justify;/*文字の均等配置*/
	text-justify: inter-ideograph;/*文字の均等配置IE*/
}

/*---------------------- 画面サイズが750以下の場合ここから --------------------------*/
@media screen and (max-width: 750px) {
.seisaku-matomari {
	width:100%;
}
}
/*---------------------- 画面サイズが750以下の場合ここまで --------------------------*/



.seisaku-photo-zentai {
	width:100%;
}

.seisaku-photo {
	display:inline-block;
	width:49%;
	padding:10px;
	box-sizing:border-box;
}

.seisaku-photo img {
	width:100%;
}

/*---------------------- 画面サイズが500以下の場合ここから --------------------------*/
@media screen and (max-width: 500px) {
.seisaku-photo {
	width:100%;
}
}
/*---------------------- 画面サイズが500以下の場合ここまで --------------------------*/


.seisaku-kazokuimg {
	max-width:200px;
	width:100%;
}