@charset "utf-8";

/* --------------------
メインブロック
-------------------- */
.bl_main {
	padding-top: 25px;
	padding-bottom: 25px;
}
.bl_main_inner {
	width: auto;
	margin: 0;
}
.bl_main_ttl {
	font-size: 2rem;
	padding-bottom: 25px;
}

/* トップ */
.bl_main.bl_main__top {
	background-color: transparent;
}

/* 重要 */
.bl_main.bl_main__important {
	padding-right: 10px;
	padding-left: 10px;
}

/* 新着 */
.bl_main.bl_main__news {
	padding-right: 10px;
	padding-left: 10px;
}

/* 検索 */
.bl_main.bl_main__search {
	padding: 0px;
	background: none;
}
.main_search_unit {
	display: block;
	max-width: none;
	margin: 0;
}
.main_search_unit > *:first-child,
.main_search_unit > *:last-child {
	width: auto;
}

/* ミドル */
.bl_main.bl_main__mid {
	padding-right: 10px;
	padding-left: 10px;
}

/* メディア */
.bl_main.bl_main__media {
	padding-right: 10px;
	padding-left: 10px;
	background: -o-linear-gradient(left, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	background: -webkit-gradient(linear, left top, right top, from(#b7e7d8), color-stop(50%, #e5f9eb), to(#ecf8de));
	background: linear-gradient(to right, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
}

/* ボトム */
.bl_main.bl_main__btm {
	padding-right: 10px;
	padding-left: 10px;
}

/* --------------------
メインビジュアル
-------------------- */
#topMV {
	width: auto;
	margin-top: 0px;
}
#top_photo_list .photo a:hover {
	text-decoration: none;
}
#top_photo_list .photo a:hover img {
	opacity: 1;
}
#top_photo_list .photo a span.photo_caption {
	width: 100%;
	padding: 6.75px 20px;
	font-size: 1.3rem;
	min-height: auto;
}

/* コントロールボックス */
#tp_control_box {
	position: static;
	width: 100%;
	padding: 0px 10px;
}

/* --------------------
スライドショー
-------------------- */

/* コントロールボックス */
.control_box {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.control_dot {
	margin-right: 0px;
	margin-left: 0px;
}
.control_btn {
	margin-top: 5px;
}

/* ドット */

/* --------------------
重要なお知らせ
-------------------- */
#top_important {
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
}
#top_important_left {
	width: auto;
}
#top_important_ttl {
	font-size: 2rem;
	padding: 20px 10px;
	text-align: center;
}
ul#top_important_list {
	padding-right: 5px;
	padding-left: 5px;
}
ul#top_important_list > li {
	display: block;
	padding-bottom: 11.5px;
}
ul#top_important_list > li:not(:first-child) {
	margin-top: 11.25px;
}
ul#top_important_list > li span.article_date {
	display: block;
	font-size: 1.3rem;
	width: auto;
}
ul#top_important_list > li span.article_title {
	display: block;
	margin-top: 3.25px;
}
#top_important .link_box {
	margin-top: 5px;
}
#top_important .link_box > span{
	margin-right: 10px;
	margin-left: 10px;
}
#top_important .link_box > span a{
	font-size: 1.3rem;
	padding-top: 3px;
	padding-right: 29px;
	padding-bottom: 3px;
	background-size: 19px 19px;
}
#top_important .link_box > span a:hover{
	text-decoration: none;
}

/* 防災メール連携 */

/* --------------------
トップタブ
-------------------- */
#top_tab_title {
	display: none !important;
}
#top_tab_title ul {
	padding-right: 0px;
	padding-left: 0px;
}

#top_tab_detail {
	padding: 0px;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.top_tab_detail_box {
	display: block !important;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(21,21,21,.05), -5px 5px 5px rgba(21,21,21,.05), 5px -5px 5px rgba(21,21,21,.05), -5px -5px 5px rgba(21,21,21,.05);
	        box-shadow: 5px 5px 5px rgba(21,21,21,.05), -5px 5px 5px rgba(21,21,21,.05), 5px -5px 5px rgba(21,21,21,.05), -5px -5px 5px rgba(21,21,21,.05);
}
.top_tab_detail_box:not(:first-child) {
	margin-top: 10px;
}
.top_tab_detail_box2 {
	padding-bottom: 15px;
}

/* 新着情報 */
.top_tab_acc_ttl {
	display: block;
	color: #087e5b;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 18px 10px 17px;
	margin: 0px;
	background: -o-linear-gradient(left, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background: -webkit-gradient(linear, left top, right top, from(#0aad7d), color-stop(50%, #acedbd), to(#c0e792)) no-repeat top left;
	background: linear-gradient(to right, #0aad7d 0%, #acedbd 50%, #c0e792 100%) no-repeat top left;
	background-size: 100% 5px;
}
.top_tab_detail_list ul {
	padding-right: 10px;
	padding-left: 10px;
}
.top_tab_detail_list ul li {
	display: block;
	padding-bottom: 11.5px;
}
.top_tab_detail_list ul li:not(:first-child) {
	margin-top: 11.25px;
}
.top_tab_detail_list ul li > span.article_date {
	display: block;
	font-size: 1.3rem;
	width: auto;
	max-width: none;
}
.top_tab_detail_list ul li > span.article_title {
	display: block;
	margin-top: 3.25px;
}
.top_tab_detail_box .link_box {
	margin-top: 5px;
}
.top_tab_detail_box .link_box > span {
	margin-right: 10px;
	margin-left: 10px;
}
.top_tab_detail_box .link_box > span a {
	font-size: 1.3rem;
	padding-top: 3px;
	padding-right: 29px;
	padding-bottom: 3px;
	background-size: 19px 19px;
}
.top_tab_detail_box .link_box > span a:hover {
	text-decoration: none;
}

/* トピックス */
.lettering_box > div.lettering_box_img {
	width: 120px;
}
.lettering_box > div.lettering_box_img div {
	height: 90px;
}
.lettering_box > div.lettering_box_img div:empty {
	height: 90px;
	background-size: contain;
}

/* --------------------
生活
-------------------- */
#top_living {
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 200;
	width: 100vw;
	height: 100vh;
	background: -o-linear-gradient(left, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	background: -webkit-gradient(linear, left top, right top, from(#b7e7d8), color-stop(50%, #e5f9eb), to(#ecf8de));
	background: linear-gradient(to right, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
	overflow-y: scroll;
}
.active_menu #top_living {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.living_cont {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 25px 10px 50vh;
}
/* --------------------
検索
-------------------- */
#top_search {
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 200;
	width: 100vw;
	height: 100vh;
	background: -o-linear-gradient(left, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	background: -webkit-gradient(linear, left top, right top, from(#b7e7d8), color-stop(50%, #e5f9eb), to(#ecf8de));
	background: linear-gradient(to right, #b7e7d8 0%, #e5f9eb 50%, #ecf8de 100%);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: .5s transform;
	-o-transition: .5s transform;
	transition: .5s transform;
	overflow-y: scroll;
}
.active_search #top_search {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.search_cont {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 25px 10px 50vh;
}

/* ミニカレンダー */
/* 検索メニュー */
/* 注目ワード */
/* ページID検索 */
/* リンクリスト */
/* 時計 */

/* --------------------
カウントダウン
-------------------- */
.count_down_box_wrap {
	display: block;
}
.count_down_box {
	width: auto;
}
.count_down_box:nth-child(n) {
	margin: 0px;
}
.count_down_box:not(:first-child) {
	margin-top: 15px;
}
.count_down_box2 span.count_img {
	width: 123px;
	padding-right: 10px;
}
.count_down_box2 span.count_title {
	font-size: 1.5rem;
	line-height: 1.8rem;
}
.count_down_box2 span.count_comment {
	font-size: 1.3rem;
	line-height: 2rem;
}
.count_down_box2 span.count_day {
	font-size: 1.5rem;
}
.count_down_box2 span.count_day span {
	font-size: 2rem;
}

/* --------------------
メディアブロック
-------------------- */
.bl_media_unit {
	display: block;
}
.bl_media_unit > * {
	width: auto;
}
.bl_media_unit > *:nth-child(n) {
	margin: 0px;
}
.bl_media_unit > *:not(:first-child) {
	margin-top: 25px;
}
.bl_media_ttl {
	font-size: 1.5rem;
}
.bl_media_ttl.bl_media_ttl__magazine {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	height: 57px;
	background-size: auto 32px;
}
.bl_media_ttl.bl_media_ttl__widget {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}
.bl_media_ttl span.bl_media_b2 {
	font-size: 1.65rem;
}
.bl_media_ttl span.bl_media_bb {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 42px;
	background-size: 27px 27px;
}
ul.bl_media_link {
	padding-bottom: 15px;
}
ul.bl_media_link > li {
	margin-top: 15px;
	margin-right: 7.5px;
	margin-left: 7.5px;
}
ul.bl_media_link > li a {
	font-size: 1.3rem;
	padding-top: 3px;
	padding-right: 29px;
	padding-bottom: 3px;
	background-size: 19px 19px;
}
ul.bl_media_link > li a:hover {
	text-decoration: none;
}
.bl_media_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.bl_media_sns {
	margin-top: 25px;
}
ul.bl_media_snsList {
	max-width: 355px;
	margin: 0 auto;
}
ul.bl_media_snsList > li {
	width: calc(33.33333% - 4.34px);
}
ul.bl_media_snsList > li:nth-child(n) {
	margin: 0px;
}
ul.bl_media_snsList > li:not(:nth-child(3n - 2)) {
	margin-left: 6.5px;
}
ul.bl_media_snsList > li:nth-child(n + 4) {
	margin-top: 6.5px;
}
ul.bl_media_snsList > li a {
	padding-top: 52px;
	padding-bottom: 12px;
	background-position-y: 13px;
	background-size: 27px;
}
ul.bl_media_snsList > li a:hover {
	opacity: 1;
}
ul.bl_media_snsList > li.bl_media_ml a {
	background-position-y: 16px;
}
ul.bl_media_snsList > li.bl_media_yt a {
	background-position-y: 16px;
	background-size: 30px;
}
ul.bl_media_snsList > li a span {
	font-size: 1rem;
}

/* --------------------
取り組みブロック
-------------------- */
.bl_att {
	background-position: top left 25px;
	background-size: 100px;
}
.bl_att_cont {
	padding-right: 25px;
	padding-left: 25px;
}

/* リンク */
ul.bl_att_link_list {
	display: block;
	padding-left: 125px;
}
ul.bl_att_link_list > li {
	width: 100%;
}
ul.bl_att_link_list > li:nth-child(n) {
	margin: 0px;
}
ul.bl_att_link_list > li:not(:first-child) {
	margin-top: 10px;
}
ul.bl_att_link_list > li a {
	font-size: 1.4rem;
	line-height: 2.3rem;
	padding-left: 33px;
	background-size: 23px 23px;
}
ul.bl_att_link_list > li a:hover {
	text-decoration: none;
}

/* 人口・世帯数 */
.bl_att_jinkou {
	font-size: 1.3rem;
	display: block;
	/* background-position: top 15px left 15px;
	background-size: 99px; */
	padding: 60px 15px 15px 15px;
	margin-top: 20px;
}
.bl_att_jinkou_ttl {
	top: 15px;
	left: 15px;
	transform: translateY(0);
	width: 99px;
}
.bl_att_jinkou_ttl img {
	/* display: block;
	width: 100%;
	height: auto; */
}
.bl_att_jinkou_list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_att_jinkou_list > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 50%;
}
.bl_att_jinkou_list > dl:not(:first-child) {
	margin-left: 0px;
}
.bl_att_jinkou_list > dl dt {
	width: 3.5em;
}
.bl_att_jinkou_list > dl dd {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 1em;
}
p.bl_att_jinkou_date {
	width: auto;
	font-size: 1.2rem;
	margin-top: 10px;
}

/* --------------------
バナー
-------------------- */

/* 共通 */
ul.top_banner_list li a:hover img {
	opacity: 1;
}

/* バナー2 */
#top_banner_2_list li {
	width: 50%;
	min-width: auto;
	max-width: 340px;
}
#top_banner_2_list li:nth-child(n) {
	margin: 0px;
}

/* バナー3 */
#top_banner_3 {
	margin-bottom: 25px;
}
#top_banner_3_list li:not(:first-child) {
	margin-top: 15px;
}

/* バナー4 */
#top_banner_4_list {
	width: 125px;
}
#top_banner_4_list::after {
	width: 60px;
	height: 57px;
}
#top_banner_4_list li:not(:first-child) {
	margin-top: 10px;
}

/* バナー5 */
#top_banner_5 {
	margin-bottom: 25px;
}
#top_banner_5_list li {
	width: 100%;
}
#top_banner_5_list li:nth-child(n) {
	margin: 0px;
}
#top_banner_5_list li:not(:first-child) {
	margin-top: 15px;
}
#top_banner_5_list li a img {
	margin: 0 auto;
}

/* バナー6 */
#top_banner_6 {
	max-width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#top_banner_6_list a {
	width: 100%;
	height: auto;
}
#top_banner_6_list img {
	width: 100%;
	height: auto;
	padding: 4px 7.5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* バナー7 */
#top_banner_7 {
	margin-top: 50px;
}
#top_banner_7_list {
	padding-left: 0px;
	padding-right: 0px;
}
#top_banner_7_list li {
	width: 112px;
}
#top_banner_7_list li:nth-child(n) {
	margin: 2.5px;
}