@charset "utf-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #222;
	min-width: 1280px;
}

.hide {
	display: none;
}

.fBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* ヘッダー */

#headerFrame {
	background-image: url(/img/ondanka/ph_main_c.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#headMenu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
}

#headMenu h1 {
	margin: 0;
}

.headText {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 319px);
	/* ie対応　#headMenu, .gNaviFrameの高さ分引く */
}

.headText img {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

/* バナー */

.bannerFrame {
	margin: 70px 0;
}

/* バナーslickスライダー(.sliderBnrs) */

.sliderBnr {
	width: 1040px;
	padding: 0 50px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.slick-track p.slick-slide {
	margin: 0 18px;
}

div.slick-track p.slick-slide img {
	width: 100%;
}

.sliderBnr img.slick-arrow_prev, .sliderBnr img.slick-arrow_next {
	position: absolute;
	/* transform: translateY(-50%); */
	cursor: pointer;
	z-index: 10;
	top: 22px;
}

.sliderBnr img.slick-arrow_prev {
	left: 0px;
}

.sliderBnr img.slick-arrow_next {
	right: 0px;
}

.sliderBnr img.slick-arrow_prev:hover, .sliderBnr img.slick-arrow_next:hover {
	opacity: 0.7;
}

div.sliderBnr ul.slick-dots li {
	width: 29px;
	height: 29px;
	margin: 0 7px;
}

div.sliderBnr ul.slick-dots li button::before {
	line-height: 29px;
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 29px;
	content: url(/img/ondanka/icon_dot.png);
	text-align: center;
}

div.sliderBnr ul.slick-dots li.slick-active button:before {
	content: url(/img/ondanka/icon_circle.png);
}

div.sliderBnr ul.slick-dots {
	padding-top: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

div#tglBtn img {
	cursor: pointer;
	margin-left: 5px;
}

div.sliderBnr ul.slick-dots li:first-child {
	margin-left: 0;
}

/* ページトップ */

#top_scroll {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#page-top1 {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 0px;
	width: 212px;
	height: 180px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

/* グローバルメニュー */

div.gNaviFrame.fBox {
	width: 100%;
	background: rgb(210, 241, 199);
	background: linear-gradient(90deg, rgba(210, 241, 199, 1) 0%, rgba(154, 213, 255, 1) 100%);
	margin-top: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.gNavi.fBox {
	width: 100%;
	height: 235px;
	margin-top: -100px;
	background: url(/img/ondanka/yama01.png) no-repeat left center, url(/img/ondanka/yama02.png) no-repeat right center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.gNavi.fBox ul.gNaviBtn.fBox {
	width: 890px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

div.gNavi.fBox ul.gNaviBtn.fBox li {
	/* width: 270px; */
	height: 134px;
	border-radius: 16px;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.45);
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 0 0 24%;
}

div.gNavi.fBox ul.gNaviBtn.fBox li:hover {
	margin-bottom: -4px;
	box-shadow: none;
}

.gNavi>ul:nth-child(2)>li:nth-child(1), .gNavi>ul:nth-child(2)>li:nth-child(2), .gNavi>ul:nth-child(2)>li:nth-child(3), .gNavi>ul:nth-child(2)>li:nth-child(4) {
	background-repeat: no-repeat;
	background-position: bottom;
}

.gNavi>ul:nth-child(2)>li:nth-child(1) {
	background-image: url(/img/ondanka/gnavi_bg01.gif);
}

.gNavi>ul:nth-child(2)>li:nth-child(2) {
	background-image: url(/img/ondanka/gnavi_bg02.gif);
}

.gNavi>ul:nth-child(2)>li:nth-child(3) {
	background-image: url(/img/ondanka/gnavi_bg03.gif);
}

.gNavi>ul:nth-child(2)>li:nth-child(4) {
	background-image: url(/img/ondanka/gnavi_bg04.gif);
}

div.gNavi.fBox ul.gNaviBtn.fBox li a {
	width: 100%;
	text-decoration: none;
	color: #222;
	text-align: center;
	font-size: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gNavi>ul:nth-child(2)>li:nth-child(1)::before, .gNavi>ul:nth-child(2)>li:nth-child(2)::before, .gNavi>ul:nth-child(2)>li:nth-child(3)::before, .gNavi>ul:nth-child(2)>li:nth-child(4)::before {
	margin-top: -26px;
	position: absolute;
	pointer-events: none;
}

.gNavi>ul:nth-child(2)>li:nth-child(1)::before {
	content: url(/img/ondanka/i_navi01.png);
}

.gNavi>ul:nth-child(2)>li:nth-child(2)::before {
	content: url(/img/ondanka/i_navi02.png);
}

.gNavi>ul:nth-child(2)>li:nth-child(3)::before {
	content: url(/img/ondanka/i_navi03.png);
}

.gNavi>ul:nth-child(2)>li:nth-child(4)::before {
	content: url(/img/ondanka/i_navi04.png);
}

.iAkabeko {
	padding: 160px 55px 0 70px;
}

.iEcotan {
	padding-left: 10px;
	margin-top: -10px;
}

/* サイト説明 */

.catchC {
	width: 770px;
	font-size: 1.4em;
	margin: 0 auto;
	border-radius: 24px;
	padding: 1em;
	margin-top: 25px;
	background-color: #e8f6f6;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catchC p {
	margin: 0 0 0.8em;
}

/*新着情報*/

.shinchakuFrame {
	background-image: url(/img/ondanka/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 40px;
	background-size: contain;
	margin-top: 50px;
}

.shinchaku {
	width: 980px;
	margin: 0 auto;
}

.shinchakuList {
	padding: 8px 37px;
	background-color: #ffffff70;
	border-radius: 9px;
	margin-top: 19px;
	margin-bottom: 10px;
	border: solid 1px gainsboro;
}

.shinchakuList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shinchakuList ul li {
	border-bottom: solid 1px gainsboro;
	padding: 25px 14px;
	line-height: 1.7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shinchakuList ul li:last-child {
	border-bottom: none;
}

.shinchakuList ul li span.span_a {
	width: 13em;
}

.shinchakuList ul li span.span_b {
	width: 100%;
}

.ichiranBtnF.fBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*トピックス*/

.topicsFrame {
	background-image: url(/img/ondanka/footer_bg.png);
	background-position: center 80px;
	background-repeat: repeat-x;
}

.topicsFlist {
	background-image: url(/img/ondanka/topics_bg.jpg);
	background-size: cover;
}

div.topicsFlist ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.topicsFlist ul li {
	height: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url(/img/ondanka/topics_btn_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-radius: 16px;
	box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.45);
	background-color: #FFF;
	margin-bottom: 32px;
	flex: 0 0 32%;
}

div.topicsFlist ul li:hover {
	margin-top: 7px;
	box-shadow: none;
	margin-bottom: 25px;
}

div.topicsFlist ul li a {
	width: 100%;
	background-image: url(/img/ondanka/arrow_topics2.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
	color: #222;
	text-align: center;
	font-size: 1.4em;
	padding: 0 30px 0 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.topicsFlist ul.fBox li a span {
	font-size: 0.6em;
}

.namisen01 {
	height: 12px;
	background-image: url(/img/ondanka/namisen01.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 73px;
}

div.gNaviFrame.fBox div.namisen01 {
	margin: 0;
}

.namisen02 {
	height: 12px;
	background-image: url(/img/ondanka/namisen02.png);
	background-repeat: repeat-x;
	background-position: 92px top;
	margin-bottom: 55px;
}

.h2Illust01 {
	width: 106px;
	height: 124px;
	background-image: url(/img/ondanka/h2_i01.png);
	background-repeat: no-repeat;
	margin-left: 35px;
}

div.topicsFrame div.titleH2.fBox {
	margin-bottom: 27px;
}

/* 各市町村の温暖化対策 */

.titleH2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

div.mapFrame div.titleH2.fBox {
	background-image: url(/img/ondanka/yamanami.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 48px;
	margin-top: -40px;
}

.h2Illust02 {
	width: 90px;
	height: 127px;
	background-image: url(/img/ondanka/h2_i02.png);
	background-repeat: no-repeat;
}

div.titleH2.fBox h2 {
	font-size: 2.2em;
	letter-spacing: 0.1em;
	margin: 26px 0 18px;
	line-height: 1;
}

div.shinchakuFrame div.titleH2.fBox h2 {
	/* margin-top: 80px; */
}

div.titleH2.fBox div.h2English, div.titleH2.fBox span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #004A85;
}

div.titleH2.fBox div.h2English::before, div.titleH2.fBox span::before {
	content: url(/img/ondanka/namisen03.png);
	margin-bottom: 12px;
}

div.titleH2.fBox span::after {
	content: url(/img/ondanka/sankaku.png);
	margin-top: 14px;
}

div.shinchakuFrame div.titleH2.fBox span.fBox::after {
	content: none;
}

.kenMap {
	background-image: url(/img/ondanka/map_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: contain;
}

.kenMap img {
	margin: 78px 0;
	width: 780px;
}

/* フッター */

#footerFrame {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/img/ondanka/footer_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 72px;
}

#footerLogo {
	width: 400px;
	height: 50px;
	background-image: url(/img/ondanka/logo_c.png);
	background-repeat: no-repeat;
}

div#footerFrame.fBox h2 {
	font-size: 1.8em;
	letter-spacing: 0.15em;
	color: #004A85;
	margin: 16px 0 19px;
}

.telFax>p:nth-child(1) {
	margin-right: 1em;
}

div.telFax.fBox {
	font-size: 1.4em;
	color: #004A85;
}

div.telFax.fBox p span {
	background-color: #004A85;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	border-radius: 6px;
	color: #FFF;
	font-size: 0.84em;
}

.colorBtn a {
	padding: 0.8em 4em;
	border-radius: 100px;
	background: rgb(210, 241, 199);
	background: linear-gradient(90deg, rgba(210, 241, 199, 1) 0%, rgba(154, 213, 255, 1) 100%);
	color: #000;
	text-decoration: none;
	box-shadow: 0px 0px 15px -5px #777777;
	align-items: center;
}

.colorBtn a::before {
	content: url(/img/ondanka/arrow.png);
	margin-right: 0.5em;
}

div#footerFrame.fBox p.colorBtn a.fBox {
	margin-bottom: 55px;
}

.footerBgline {
	height: 22px;
	background-color: #E8F6F6;
	background-image: url(/img/ondanka/footer_bg02.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.copyFrame {
	background-color: #26873C;
	text-align: center;
	color: #FFF;
}

.copyFrame p {
	margin: 0;
	padding: 8px 0;
}

.jyusho {
	margin: 0;
	color: #004A85;
}

/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
	opacity: 100;
}

/* カスタム検索枠 */

table.gsc-search-box {
	margin-bottom: 0 !important;
	width: 260px !important;
}

.gsc-input-box {
	/* border: 2px solid #26873C !important; */
	background: #fff !important;
	border-radius: 60px 0 0 60px !important;
	height: 45px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

form.gsc-search-box {
	font-size: 100% !important;
	margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
	font-size: 100% !important;
}

.gsc-search-button-v2 {
	font-size: 100% !important;
	border-radius: 0 60px 60px 0 !important;
	background-color: #26873C !important;
	border: none !important;
	color: #FFF !important;
	margin-left: 0 !important;
	height: 45px !important;
	padding: 6px 17px !important;
	cursor: pointer;
}

.gsc-search-button-v2:hover {
	background-color: #26873C !important;
}

.gsc-input, .gsc-completion-container, .gsc-search-button-v2 {
	font-size: 112% !important;
}

.gsib_b {
	width: 30px !important;
}

/* アコーディオン */

.accordionGroup {
	display: none;
	/* width: 1290px; */
	/* margin: 0 auto; */
}

/*　accordion　*/

.accordion-title2 {
	position: relative;
	cursor: pointer;
	padding: 7px 14px;
	margin-bottom: 0;
	margin-top: 5px;
	background: linear-gradient(90deg, rgba(210, 241, 199, 1) 0%, rgba(154, 213, 255, 1) 100%);
}

.accordion-title2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*縦線*/
	transform: rotate(90deg);
	background: #000000;
	transition: all .3s ease-in-out;
}

.accordion-title2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 2px;
	background: #000000;
	transition: all .2s ease-in-out;
}

.accordion-title2.open2::before {
	transform: rotate(180deg);
}

.accordion-title2.open2::after {
	opacity: 0;
}

ul.accordion-content2 {
	display: inline-block;
	margin: 0;
	width: 100%;
	background-color: #f5faff;
	padding: 20px;
}

ul.accordion-content2 li {
	padding: 10px 20px;
	text-decoration: none;
	color: #212121;
	border: solid 2px #37a7d7;
	border-radius: 10px;
	list-style: none;
	margin: 0 5px 5px 0;
	float: left;
	background-color: #FFF;
}

/* 下層ヘッダー */

#headerFrameL {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}

.logo2img {
	margin: 16px 0 19px;
}

div#headerFrameL ul.gNaviBtn {
	list-style: none;
}

div#headerFrameL ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 30px;
	text-decoration: none;
	color: #222;
	padding-top: 0.5em;
}

div#headerFrameL ul>li:nth-child(1) a::before {
	content: url(/img/ondanka/i_navi01b.png);
}

div#headerFrameL ul>li:nth-child(2) a::before {
	content: url(/img/ondanka/i_navi02b.png);
}

div#headerFrameL ul>li:nth-child(3) a::before {
	content: url(/img/ondanka/i_navi03b.png);
}

div#headerFrameL ul>li:nth-child(4) a::before {
	content: url(/img/ondanka/i_navi04b.png);
}

div#headerFrameL ul>li a::before {
	margin-bottom: 16px;
}

.mH1Frame {
	height: 264px;
	background-image: url(/img/ondanka/h1-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*  */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* -webkit-box-align: center; */
	/* -ms-flex-align: center; */
	/* align-items: center; */
}

.namisen02siro {
	height: 12px;
	background-image: url(/img/ondanka/namisen02siro.png);
	background-repeat: repeat-x;
	background-position: center;
}

.midashiH1.fBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	color: #002a5c;
}

.midashiH1.fBox.bunruiT {
	padding-bottom: 10px;
	background-image: url(/img/ondanka/h1-wave.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.mH1Frame #searchKeyword {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 21px 24px 0;
	width: 100%;
}

/* 下層 */

.pankuzuFrame {
	padding: 15px;
}

.pankuzu {
	font-size: 0.9em;
}

.pankuzu a {
	margin-right: 8px;
}

div.honBun img {
	max-width: 100%;
}

.honbunFrame {
	background-color: #E8F6F6;
	margin-bottom: -100px;
	padding-bottom: 150px;
}

.honbunFrame.list1 {
	padding-top: 47px;
}

.printBtn {
	width: 1100px;
	margin: 0 auto;
	padding: 24px 0;
	text-align: right;
	font-size: 0.9em;
}

.honBun {
	width: 1100px;
	margin: 0 auto;
	padding: 50px;
	background-color: #FFF;
	border-radius: 4px;
}

#footerFrame.fBox.lowerF {
	background-image: url(/img/ondanka/footer_bg2.png);
}

.footerBgline.lowerFl {
	background-color: #FFF;
}

div.honBun h2 {
	background-image: url(/img/ondanka/h2_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #095108;
}

div.honBun h2::before {
	content: url(/img/ondanka/h2_icon.gif);
	margin-right: 10px;
}

div.honBun h3 {
	background-color: #f5f9d4;
	padding: 15px;
	background-image: url(/img/ondanka/h3sankaku.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.honBun h3::before {
	/* content: url(/img/ondanka/h3square.gif); */
	/* margin-right: 17px; */
}

div.honBun h4 {
	border-bottom: solid 3px #158515;
	font-size: 1.1em;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #106210;
}

div.honBun h4::before {
	content: url(/img/ondanka/h4square.gif);
	margin: 0 15px 0 8px;
}

div.honBun h5, div.honBun h6 {
	font-size: 1em;
}

div.honBun p {
	margin-bottom: 2em;
}

div.honBun table {
	margin-bottom: 2em;
	border-color: #439444;
        border-collapse:collapse;
}

div.honBun table th {
	background-color: #d9f3d8;
}

div.honBun table th, div.honBun table td {
	padding: 0.5em;
	border-color: #439444;
        border-width:1px;
        border-style:solid;
}

div.honBun ol, div.honBun ul {
	margin-bottom: 2em;
}

div.honBun li {
	margin-bottom: 0.8em;
}

div.honBun ol li ol, div.honBun ul li ul {
	margin-bottom: 1.8em;
}

div.honBun ol:nth-child(1), div.honBun ul:nth-child(1) {
	margin-top: 0.8em;
}

div.honBun div.listOndanka ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

div.honBun div.listOndanka ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: solid 1px gainsboro;
	padding-bottom: 23px;
	margin-bottom: 23px;
}

div.honBun div.listOndanka ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.newsDate {
	font-size: 0.9em;
}

.sectionInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 12px;
}

.sectionInfo::before {
	content: url(/img/ondanka/arrow2.png);
	margin: 0 7px;
}

div.honBun #section_footer {
	padding: 15px;
	border: solid 3px #c2c5a8;
	border-radius: 10px;
}

div.honBun #section_footer_title {
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: dotted 2px #b4b79c;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}

div.honBun #section_footer_name {
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.honBun .pdf_download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	background-color: #F3F7E0;
	border-radius: 10px;
	margin-top: 1em;
}

div.honBun .pdf_download p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div.honBun .pdf_download p.tenpu_txt {
	padding-left: 1em;
}

.kanrenFrame {
	margin-top: 3em;
}

/* スマホ表示 */

@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}

	/*　ハンバーガーボタン　*/

	.hamburger {
		display: block;
		position: fixed;
		z-index: 1000;
		right: 10px;
		top: 5px;
		width: 46px;
		height: 46px;
		cursor: pointer;
		text-align: center;
		background-color: #1ea139;
		border-radius: 100px;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 28px;
		height: 3px;
		left: 9px;
		background: #FFF;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 14px;
	}

	.hamburger span:nth-child(2) {
		top: 22px;
	}

	.hamburger span:nth-child(3) {
		top: 30px;
	}

	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: 21px;
		left: 9px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 21px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* 検索窓 */
	#searchKeyword {
		padding: 10px 0 0;
		justify-content: center;
	}

	/* メニュー */
	nav.globalMenuSp {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		color: #fff;
		background: rgba(19, 101, 70, 0.9);
		text-align: center;
		width: 100%;
		opacity: 0;
		/* transition: opacity .6s ease, visibility .6s ease; */
		pointer-events: none;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	nav.globalMenuSp.active {
		pointer-events: all;
	}

	nav.globalMenuSp ul {
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
	}

	nav.globalMenuSp ul li {
		width: 270px;
		height: 85px;
		border-radius: 16px;
		box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.45);
		background-color: #FFF;
		margin-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	nav.globalMenuSp ul li:last-child {
		margin-bottom: 0;
	}

	nav.globalMenuSp ul li a {
		width: 100%;
		text-decoration: none;
		color: #222;
		text-align: center;
		font-size: 1.2em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	ul.gNaviBtn.fBox li a br {
		display: none;
	}

	.globalMenuSp .gNaviBtn>li:nth-child(1)::before, .globalMenuSp .gNaviBtn>li:nth-child(2)::before, .globalMenuSp .gNaviBtn>li:nth-child(3)::before, .globalMenuSp .gNaviBtn>li:nth-child(4)::before {
		margin-top: -19px;
		position: absolute;
		pointer-events: none;
	}

	.globalMenuSp .gNaviBtn>li:nth-child(1)::before {
		content: url(/img/ondanka/i_navi01b.png);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(2)::before {
		content: url(/img/ondanka/i_navi02b.png);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(3)::before {
		content: url(/img/ondanka/i_navi03b.png);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(4)::before {
		content: url(/img/ondanka/i_navi04b.png);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(1), .globalMenuSp .gNaviBtn>li:nth-child(2), .globalMenuSp .gNaviBtn>li:nth-child(3), .globalMenuSp .gNaviBtn>li:nth-child(4) {
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}

	.globalMenuSp .gNaviBtn>li:nth-child(1) {
		background-image: url(/img/ondanka/gnavi_bg01.gif);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(2) {
		background-image: url(/img/ondanka/gnavi_bg02.gif);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(3) {
		background-image: url(/img/ondanka/gnavi_bg03.gif);
	}

	.globalMenuSp .gNaviBtn>li:nth-child(4) {
		background-image: url(/img/ondanka/gnavi_bg04.gif);
	}

	/* ヘッダー */
	#headerFrameL {
		padding: 0px 36px 0px 0px;
	}

	.logo2img {
		margin: 0;
	}

	#headMenu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	div#main_header {
		padding-right: 40px;
		height: 58px;
	}

	div#main_header h1 img {
		width: 100%;
	}

	.iAkabeko {
		padding: 100px 0 0 65px;
	}

	.iAkabeko img {
		width: 42px;
	}

	.iEcotan {
		padding-left: 0;
		margin-top: 10px;
		padding-right: 20px;
	}

	.iEcotan img {
		width: 110px;
	}

	.headText {
		height: calc(100vh - 198px);
	}

	.headText img {
		width: 88%;
	}

	div.gNavi.fBox {
		height: 128px;
		background: url(/img/ondanka/yama01.png) no-repeat left 65px, url(/img/ondanka/yama02.png) no-repeat right 77px;
		background-size: 50%;
		justify-content: space-between;
	}

	.shinchaku {
		width: 96%;
	}

	div.topicsFlist ul, .sliderBnr {
		width: 100%;
	}

	.catchC {
		width: 96%;
		font-size: 1.1em;
	}

	.catchC img {
		width: 100%;
	}

	.shinchakuFrame {
		background-position: center 17px;
		margin-top: 0;
	}

	/* 新着情報 */
	.shinchakuList {
		padding: 8px;
	}

	.shinchakuList ul li {
		flex-direction: column;
		padding: 14px 7px;
	}

	.shinchakuList ul li span.span_a {
		width: 100%;
		font-size: 0.9em;
	}

	/* トピックス */
	div.topicsFrame div.titleH2.fBox {
		margin-bottom: 5px;
	}

	div.topicsFlist ul li {
		height: 64px;
		flex: 1 1 100%;
		margin: 0 10px 16px;
	}

	div.topicsFlist ul li:hover {
		margin-top: 7px;
		box-shadow: none;
		margin-bottom: 9px;
	}

	div.topicsFlist ul li a {
		font-size: 1em;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 40px 0 1.2em;
		text-align: left;
		line-height: 1.3;
	}

	div.topicsFlist ul li a br {
		display: none;
	}

	.namisen02 {
		margin-bottom: 28px;
	}

	/* 各市町村の温暖化対策 */
	div.titleH2.fBox h2 {
		font-size: 1.6em;
		margin: 26px 10px 18px;
	}

	div.shinchakuFrame div.titleH2.fBox h2 {
		margin-top: 40px;
	}

	div.mapFrame div.titleH2.fBox {
		margin-bottom: 12px;
		background-size: 30%;
	}

	.kenMap {
		/* background-image: url(/img/ondanka/map_bg_sp.png); */
		/* background-size: contain; */
		display: none;
	}

	.kenMap img {
		width: 100%;
		margin: 70px 0;
	}

	.accordionGroup {
		display: block;
		width: 98%;
		margin: 0 auto;
	}

	.slick-list {
		width: 100%;
	}

	div.slick-track p.slick-slide {
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* footer フッター */
	#footerLogo {
		width: 288px;
		height: 40px;
		background-size: contain;
	}

	div#footerFrame.fBox h2 {
		font-size: 1.2em;
		letter-spacing: 0.05em;
		margin: 0 0 0.5em;
	}

	div.telFax.fBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 1.2em;
	}

	.telFax p {
		margin: 0 0 0.5em;
	}

	.telFax>p:nth-child(1) {
		margin-right: 0;
	}

	div.telFax.fBox p span {
		width: 3em;
		display: inline-block;
		text-align: center;
		padding: 0;
	}

	.copyFrame p {
		padding: 8px 0 8px 1em;
		text-align: left;
	}

	.copyFrame p span {
		display: block;
	}

	div#footerFrame.fBox p.colorBtn a.fBox {
		margin-bottom: 10px;
	}

	.jyusho {
		margin: 0 0 1em;
		text-align: center;
	}

	.jyusho span {
		display: block;
	}

	/* pagetop */
	#page-top1 {
		width: 128px;
		height: 109px;
	}

	#page-top1 img {
		width: 100%;
	}

	/* 下層 */
	div.logo2img a img {
		width: 98%;
	}

	.honbunFrame.list1 {
		padding-top: 8px;
	}

	.midashiH1.fBox {
		width: 100%;
		margin-bottom: 1em;
	}

	.mH1Frame #searchKeyword {
		justify-content: center;
		padding: 0 0 12px;
	}

	.printBtn {
		width: 100%;
	}

	.honBun {
		width: 96%;
		padding: 8px;
	}

	#print_mode_link {
		display: none;
	}

	.printBtn {
		padding: 8px 8px 8px 0;
	}

	.mH1Frame {
		height: auto;
	}

	div.midashiH1.fBox h1 {
		font-size: 1.5em;
		margin-top: 1em;
		padding: 0 18px;
	}

	.pankuzuFrame {
		/* padding: 8px; */
		display: none;
	}

	.pankuzu {
		font-size: 0.8em;
	}

	div.honBun h2::before {
		content: url(/img/ondanka/h2_icon_sp.gif);
		margin-bottom: 0.3em;
		width: 100%;
		text-align: center;
	}

	div.honBun h2 {
		font-size: 1.3em;
		line-height: 1.4;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	div.honBun ol, div.honBun ul {
		padding-left: 2em;
	}

	div.honBun div.listOndanka ul {
		padding: 0 8px;
	}

	div.honBun div.listOndanka ul li {
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.sectionInfo {
		padding-top: 6px;
	}

	div.honBun h3 {
		padding: 6px;
		font-size: 1.1em;
	}

	div.honBun h3::before {
		margin-right: 6px;
	}

	div.honBun h4 {
		font-size: 1em;
	}

	div.honBun h4::before {
		margin: 0 8px;
	}

	#section_footer_info a {
		display: block;
		line-height: 1.4;
		margin-top: 0.5em;
	}

	.colorBtn a {
		padding: 0.6em 2em;
	}

	.gsc-input-box {
		height: 36px !important;
	}

	.gsc-search-button-v2 {
		height: 36px !important;
	}

	div.honBun .pdf_download {
		flex-wrap: wrap;
	}

	div.honBun .pdf_download p.tenpu_txt {
		padding-left: 0;
		padding-top: 1em;
	}

	.gNaviBtn>li::before {
		width: 270px !important;
	}
}

@media only screen and (max-width: 320px) {
	.headText img {
		width: 54%;
	}
}


/* google map youtube レスポンシブ対応 */

div.honBun .detail_map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

div.honBun .detail_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.honBun .detail_map+div {
	margin-bottom: 2em;
}

div.honBun .detail_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

div.honBun .detail_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ieハック */

@media all and (-ms-high-contrast: none) {
	.gNaviBtn>li::before {
		width: 206px;
		text-align: center;
	}
}