/*** 共通 ***/
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif !important;
	letter-spacing: 0.05em;
}
img {
	max-width: 100%;
}

a:hover img {
	opacity: 0.8;
}
.iju a:link, .iju a:visited {
	color: #0033cc;
}
.iju a:hover {
	color: #FF4500;
}

body .detail_free {
	margin: 0.5em 0;
	clear: both;
}




/*** ヘッダー ***/
.cf::before, .cf::after {
	display: none !important;
}
#header {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto !important;
	padding: 1em 0 0.5em !important;
}
#headBtn02 li:nth-child(1) a {
	background-color: #fff;
	color: #000 !important;
}

.header_menu {
	position: relative;
}

/* お問い合わせボタン */
.btn_contact {
	background-color: #11873b;
	color: #fff !important;
	text-decoration: none !important;
	padding: 0.2em 0.6em;
	border: 1px solid #11873b;
	border-radius: 5px;
	transition: 0.2s;
	display: block;
}
.btn_contact::before {
	content: '';
	background-image: url(/img2/iju-info/icon_contact_off.png);
	width: 100%;
	height: 24px;
	display: block;
	background-size: 34px 24px;
	margin: 0.3em 0;
	background-position: center;
	background-repeat: no-repeat;
}
.btn_contact:hover{
	background-color: #fff;
	color: #11873b !important;
}
.btn_contact:hover::before {
	background-image: url(/img2/iju-info/icon_contact_on.png);
}

/* 検索ボックス */
.fluidBoxbtn {
	width: auto !important;
}
#kensakuBox {
	padding: 8px 5px 5px !important;
}
#kensakuBox .fluidBox {
	display: flex;
	justify-content: end;
}
.fluidBoxin, .fluidBoxbtn > button {
	width: 30px;
	height: 30px !important;
	min-height: auto !important;
}
#kensakuBox .fluidBox input {
	line-height: normal !important;
	border: solid 1px #1669a8 !important;
	border-radius: 6px 0 0 6px;
	width: 190px;
}
#kensakuBox .fluidBoxbtn > button {
	background-image: url("/img2/iju-info/icon_search.png") !important;
	background-color: #1669a8;
	border: solid 1px #1669a8;
	border-left-width: 0;
	border-radius: 0 6px 6px 0;
}
#kensakuBox {
	padding: 8px 5px 5px !important;
}






/*** メニュー部分 ***/
.menu-container-inner {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.menu-container-inner ul {
	list-style-type: none;
}
.menu-container-inner > ul {
	max-width: 100%;
}
.menu_wrap > .menu {
	*overflow: hidden;
}
.bxslider p {
	margin: 0;
}
.menu {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.menu > li {
	background: #fff;
	width: 100%;
	border-left: 1px solid #ededed;
}
.menu > li:last-child {
	border-right: 1px solid #ededed;
}

.iju .menu > li > a {
	display: block;
	color: #444444;
	text-align: center;
	padding: 1em 0.2em;
	font-size: 1.1em;
	text-decoration: none;
}

.menu > li:hover > a {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.iju ul.menu__second-level > li > a {
	text-align: left;
	color: #434343;
	display: block;
	padding: 1em 0.8em 1em 3em;
	font-size: 1.125em;
	text-decoration: none;
	position: relative;
}
ul.menu__second-level > li > a::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #434343;
	border-right: solid 2px #434343;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 1.55em;
	left: 1em;
	margin-top: -4px;
}

ul.menu__second-level > li > strong {
	text-align: left;
	color: #434343;
	display: block;
	padding: 1em 0.8em 1em 3em;
	font-size: 1.125em;
	text-decoration: none;
	position: relative;
}
ul.menu__second-level > li > strong::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #434343;
	border-right: solid 2px #434343;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 1.55em;
	left: 1em;
	margin-top: -4px;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #1669A8;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	background: #F0F9FF;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

.menu > .menu__single > a {


}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
.menu > li.menu__single:nth-child(6) {
	border-right: 1px solid #ededed;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	*top: 40px;
	width: calc(200% + 2px);
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 0;
	z-index: 999;
}
li.menu__single:last-child ul.menu__second-level {
	right: 0;
}

li.menu__single:hover ul.menu__second-level {
    top: auto;
    visibility: visible;
    opacity: 1;
}

/* 外部リンクの文言非表示 */
.external_link_text {
	display: none;
}




/*** スライドショー ***/
.bx-pager-link.active {
	background-color: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 10px !important;
	border: 2px solid #fff !important;
}

.slide_wrap {
	position: relative;
}

.slide_wrap > img {
	position: absolute;
	top: calc(50% - 30px);
	border: ;
	bottom: 0;
	right: 0;
	left: 5%;
	max-width: 30%;
}

.bxslider, bxslider * {
	transition:initial;
}

@media all and (-ms-high-contrast: none){
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		z-index: 998;
	}
	.slide_wrap > img {
		z-index: 998;
	}
}





/*** トップページの見出し2 ***/
.home h2 {
	margin: 0;
	padding: 1.5em 0;
	text-align: center;
}
.home h2 span {
	display: inline-block;
}



/*** 移住をお考えの方へ ***/
.content_01 {
	background-image: url(/img2/iju-info/bg_introdaction.png);
	padding: 3em 1em;
	background-color: transparent;
}
.content_01_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.introdaction_text {
	padding-right: 2em;
}
.introdaction_text p {
	line-height: 1.8;
	color: #003965;
	font-weight: 700;
}
.introdaction_img {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.introdaction_wrap {
	display: flex;
}



/*** トップページカテゴリー部分 ***/
.content_02 {
	background-image: url(/img2/iju-info/bg_category.jpg);
	padding: 3em 1em;
}
.content_02_inner {
	max-width: 1100px;
	margin: 0em auto;
	background-color: #fff;
	padding: 2em 3em;
	border-radius: 15px;
}
.category_wrap ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.category_wrap ul li {
	max-width: 33.333%;
	padding: 1em 0em;
	box-sizing: border-box;
	/* width: 100%; */
	text-align: center;
}
.category_wrap ul li a {
	position: relative;
	display: block;
	border-radius: 15px;
}
.category_wrap ul li a:hover::before {
	opacity: 0;
}
.category_wrap ul li a img {
	border-radius: 15px;
}
.category_wrap ul li a img:nth-child(2) {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.category_wrap ul li a:hover img:nth-child(2) {
	opacity: 1;
}



/*** ピックアップ ***/
.content_03 {
	background-image: url(/img2/iju-info/bg_pickup.jpg);
	padding: 1.5em 1em 4em;
}
.content_03_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.pickup {
	display: flex;
	justify-content: space-between;
}
.pickup .detail_free {
	width: 48.5%;
	position: relative;
	padding: 0 0 1em;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .5);
	transition: 0.5s;
}
.pickup .detail_free:hover {
	opacity: 0.6;
}
.pickup .detail_free h2 {
	background-color: #ffefe5;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 1em;
	color: #053960;
}
.pickup .detail_free p:last-child a {
	position: absolute;
	display: inline;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
}
.pickup .detail_free p:last-child a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: 0;
	background-image: url(/img2/iju-info/img_detail.png);
	width: 190px;
	height: 32px;
}
.pickup .detail_free p {
	padding: 0 1em;
	box-sizing: border-box;
}
.pickup .detail_free p img {
	margin-right: 1em;
	border: 1px solid #1669a8;
	max-width: 250px;
}




/*** 新着情報 ***/
.content_04 {
	background-image: url(/img2/iju-info/bg_news.jpg);
	padding: 1.5em 1em 3em;
}
.content_04_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.list_type_a_list {
	clear: both;
	margin: 0 0 2em !important;
	padding: 0.8em 1.5em 1.5em !important;
	background: #ffffff;
	border: none !important;
	text-align: right;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3);
}
.list_type_a_list .list_ccc, .soshiki_news .list_ccc, .kanren1 .list_ccc, .box2 .list_ccc {
	margin: 0 !important;
}
.list_ccc.cf ul {
	padding: 0 !important;
	list-style-type: none !important;
}
.list_ccc.cf ul li {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 !important;
	padding: 0.7em 0.7em;
}
.list_type_a_list li .span_a {
	padding-left: 0;
	background: none;
	border-bottom: none !important;
	width: 12em !important;
}
.list_type_a_list li .span_b {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.link_all {
	text-align: center;
}
.link_all a {
	display: inline-block;
	background-color: #11873b;
	text-decoration: none !important;
	color: #fff !important;
	padding: 0.8em 1.5em 0.8em 3em;
	border-radius: 5px;
	border: 1px solid #11873b;
	border-bottom: 3px solid #03441a;
	position: relative;
}
.link_all a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 1.2em;
	margin-top: -4px;
}
.link_all a:hover {
	color: #11873b !important;
	background-color: #fff;
}


.link_all a:hover::before {
	border-top: solid 2px #11873b !important;
	border-right: solid 2px #11873b !important;
}



/*** バナーエリア ***/
.adBnr.fBox p {
	text-align: center;
}



/*** 1100px以上ここから ***/
@media all and (min-width:1100px){
	.menu-container-inner > ul {
		max-width: 1100px;
	}
}
/*** 1100px以上ここまで ***/



/*** 991px以下ここから ***/
@media all and (max-width:991px){
	.pickup .detail_free p img {
		margin-right: 1em;
		border: 1px solid #1669a8;
		max-width: 140px;
	}
}

/*** 991px以下ここまで ***/



/*** 991px以下768px以上ここから ***/
@media all and (max-width:991px) and (min-width:768px){
	#header {
		padding: 1em 0.5em 0.5em !important;
		box-sizing: border-box;
	}
	.header_logo {
		max-width: 300px;
	}
	
	.menu > li > a {
		padding: 1em 0em;
		font-size: 1.05em;
	}


}
/*** 991px以下768px以上ここまで ***/



/*** 768px以上ここから ***/
@media all and (min-width:768px){

	.iju {
		padding-top: 0 !important;
	}

	/*** メニュー ***/
	#toggle_button {
		display: none;
	}

	.menu_contact {
		display: none;
	}
	#container {
		padding-top: 0 !important;
	}
	.toggle_button_2 + ul.menu__second-level {
		display: block !important;
	}
	li.menu__single ul.menu__second-level {
		height: auto !important;
	}

	.iju .menu > li > a.toggle_button_2{
		display: none;
	}

	#kensakuBox {
		position: absolute;
		bottom: -0.2em;
		left: 6em;
	}
}
/*** 768px以上ここまで ***/




/*** 767px以下ここから ***/
@media all and (max-width:767px){

	/*** ヘッダーメニュー ***/
	.active_overlay {
		position: relative;
	}
	.active_overlay::before {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #000;
		position: absolute;
		left: 0;
		opacity: 0.4;
		z-index: 90;
	}
	#header {
		position: relative;
		z-index: 90;
		background-color: #fff;
	}
	.header_inner {
		position: relative;
	}
	.headerNav {
		display: none !important;
	}
	.menu-container {
		position: absolute;
		bottom: 3.3em;
		width: 100%;
		height: 55px;
		z-index: 100;
	}
	.menu-container-inner {
		border-top: none;
		border-bottom: none;
	}
	#kensakuBox .fluidBox {
		display: flex;
		justify-content: center;
	}
	#toggle_button {
		width: 45px;
		height: 52px;
		margin-top: 0.1em;
		margin-left: auto;
		margin-right: 1em;
		background-image: url(/img2/iju-info/btn_sp-menu_off.png);
		background-repeat: no-repeat;
		background-size: 45px 45px;
		text-indent: -9999px;
	}

	#toggle_button.active {
		background-image: url(/img2/iju-info/btn_sp-menu_on.png);
	}

	#header {
		display: block;
		padding: 1em 1em 0.5em !important;
		box-sizing: border-box;
	}
	#header .header_logo {
		max-width: calc(100% - 60px);
		z-index: 101;
		margin-bottom: 0.5em;
	}

	li.menu__single ul.menu__second-level {
		position: static;
		width: auto;
		background: #e0f2ff;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		padding: 0 0.7em;
		display: none;
		visibility: visible;
		opacity: 1;
		margin-bottom: -1px;
	}

	/*** メニュー ***/
	.menu_wrap {
		display: none;
	}
	ul.menu {
		display: block;
		*margin-top: 0.5em;
		padding: 0 0.7em;
		box-sizing: border-box;
		background-color: #fff;
	}
	ul.menu > li {
		background: #fff;
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #ccc;
	}
	ul.menu > li:first-child {
		*border-top: 1px solid #ccc;
	}
	ul.menu > li:last-child {
		border-right: none;
	}
	.iju ul.menu > li > a {
		text-align: left;
		font-size：1em;
	}
 	ul.menu > li:hover {
		background: #fff;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	ul.menu > li:hover > a {
		color: #444444;
	}
	ul.menu__second-level li {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #bbb;
	}
	ul.menu__second-level li a:hover {
		background: transparent;
	}
	ul.menu__second-level > li > a {
		padding: 0.8em 0.8em 0.8em 1.5em !important;
		font-size: 1em !important;
	}
	ul.menu__second-level > li > a::before {
		content: '';
		width: 7px;
		height: 7px;
		top: 1.5em;
		left: 0em;
		margin-top: -4px;
	}
	ul.menu__second-level li:first-child {
		position: relative;
	}
	ul.menu__second-level li:first-child::before {
		content: '';
		border-right: 10px solid transparent;
		border-bottom: 17.3205px solid #e0f2ff;
		border-left: 10px solid transparent;
		position: absolute;
		top: -16px;
		right: -5px;
	}
	ul.menu__second-level li:last-child {
		border-bottom: none;
	}
	.toggle_button_2 + ul.menu__second-level li:first-child::before {
		opacity: 0;
	}
	.toggle_button_2.active_2 + ul.menu__second-level li:first-child::before {
		opacity: 1;
	}
	.toggle_button_2::before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		display: block;
		background-image: url(/img2/iju-info/btn_sp-menu_second_off.png);
		background-size: 20px 20px;
		right: 0.4em;
	}

	.toggle_button_2.active_2::before {
		background-image: url(/img2/iju-info/btn_sp-menu_second_on.png);
	}
	.menu_contact {
		margin-bottom: 0.5em;
		border-bottom: none !important;
	}
	.menu_contact a {
		position: relative;
	}
	.menu_contact a::before {
		content: '';
		width: 13px;
		height: 13px;
		border: 0px;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
		border-right-color: currentcolor;
		border-right-style: none;
		border-right-width: 0px;
		border-top: solid 2px #434343;
		border-right: solid 2px #434343;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 1.55em;
		right: 0.5em;
		margin-top: -4px;
	}

	.iju .menu > li > a.toggle_button_2 {
		position: absolute;
		top: 0;
		right: 0;
	}

	/*** メニューを追従化 ***/
	#container {
		position: relative;
		*margin-top: 124px !important;
	}
	.header_wrap {
		position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
		border-bottom: 1px solid #666;
	}
	.menu_wrap {
		overflow-y: scroll;
		height: auto;
		max-height: 90vh;
		border-top: 1px solid #ccc;
	}

	/*** お問い合わせ部分調整 ***/
	.menu_contact + .menu_contact {
		display: none;
	}



	/*** スライド ***/
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -16px;
		outline: 0;
		width: 25px !important;
		height: 25px !important;
		text-indent: -9999px;
		z-index: 99;
		background-size: 25px 25px;
	}
	.slide_wrap > img {
		display: none;
	}

	/*** 喜多方市への移住をお考えの方へ ***/
	.content_01 {
		padding: 1.5em 1em;
	}
	.home h2 {
		margin: 0;
		padding: 1em 0;
		text-align: center;
	}

	.introdaction_wrap {
		display: block;
	}
	.introdaction_text {
		padding-right: 0;
	}
	.content_02_inner {
		max-width: 1100px;
		margin: 0em auto;
		background-color: #fff;
		padding: 0;
		border-radius: 15px;
	}
	.category_wrap ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0.5em 0.5em;
		margin: 0;
	}
	.category_wrap ul li {
		max-width: 50%;
		padding: 0.5em 0.5em;
		box-sizing: border-box;
		/* width: 100%; */
		text-align: center;
		/* box-sizing: border-box; */
	}


	/*** ピックアップ ***/
	.pickup {
		display: block;
	}
	.pickup .detail_free {
		width: 100%;
		position: relative;
		padding: 0 0 1.5em;
		margin: 0 0 2em 0;
		background-color: #fff;
		box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .5);
		transition: 0.5s;
		clear: both;
		display: inline-block;
	}
	.pickup .detail_free h2 {
		font-size: 1em;
	}
	.pickup .detail_free p img {
		margin-right: 1em;
		border: 1px solid #1669a8;
		max-width: 140px;
	}
	.pickup .detail_free p:last-child a::before {
		width: 143px;
		height: 24px;
		background-size: 143px 24px;
	}



	/*** お知らせ ***/
	.list_ccc li > span {
		display: block !important;
	}


	/* テーブルレスポンシブ */
	.table_wrap {
		overflow: auto;
		white-space: nowrap;
	}


	.menu > li.menu__single:nth-child(6) {
		border-right: none;
	}



}
/*** 767px以下ここまで ***/




/*** 下層ページ ***/
@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
}

#top_scroll {
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 0;
}

#page-top1 {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -180px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

.fBox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.haba1100 {
	max-width: 1100px;
	margin: 0 auto;
}

.ijuLower2 {
	background-image: url(/img2/iju-info/bg.gif);
	padding: 30px 0;
}

.ijuLower2 .haba1100 {
	background-color: #FFF;
	padding: 33px 40px 18px;
	box-sizing: border-box;
	border-radius: 14px;
}


.ijuLower1 {
	background-color: #1669A8;
}

.ijuLower1 h1 {
	color: #FFF;
	padding: 39px 0;
	font-size: 200%;
	margin: 0;
}

.ijuLower2 h2 {
	background-image: url(/img2/iju-info/bg_category.jpg);
	padding: 12px 9px;
	border-bottom: solid 5px #1669A8;
	font-size: 150%;
}


.ijuLower2 h3 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 120%;
}

.ijuLower2 h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1669A8;
	border-radius: 4px;
}

.ijuLower2 h4 {
	position: relative;
	padding: 0 .4em .1em;
	z-index: 1;
	font-size: 113%;
}

.ijuLower2 h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #DCEDE2;
}

.ijuLower2 ul li {
	list-style-image: url(/img2/iju-info/list_icon.png);
}

.ijuLower2 p {
	margin-bottom: 1.5rem;
	margin-top: 0;
	padding: 0 0 0 10px;
}



#pankuzuWrap {
	padding: 6px 0;
}

.pankuzuLink {
	font-size: 94%;
}



.ijuLower2 table caption {
	width: 100%;
	text-align: left;
	padding-bottom: 0.5rem;
	font-size: 113%;
}

.ijuLower2 table {
	border-color: #1669A8;
	margin-bottom: 40px;
}

.ijuLower2 table th,
.ijuLower2 table td {
	border-color: #C3CBD0;
	padding: 0.5rem;
	font-size: 100%;
}

.ijuLower2 table th {
	background-color: #DCE9F2;
}

#section_footer_title {
	padding: 10px;
	background-color: #0F4A76;
	color: #FFF;
}

#section_footer {
	margin: 40px 0 20px;
	border: 1px solid #3F6B8C;
}

.adBnr.fBox {
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 10px 0;
}

.adBnr.fBox p {
	width: 265px;
	margin: 7px 5px;
	padding: 0;
}


.pdf_download,
.wmplayer_download {
	display: flex;
	padding-top: 18px;
}

.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	float: none;
}


.haba1100 .text_r {
	margin-bottom: 15px;
}


div.ijusiteList ul {
	margin: 0;
	padding: 0;
}

div.ijusiteList ul li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: dotted 1px #CCCCCC;
	list-style-image: none;
	padding-bottom: 11px;
	margin-bottom: 12px;
	font-size: 140%;
}

div.ijusiteList ul li span.newsDate {
	display: block;
	float: left;
	width: 11em;
	margin: 0;
	padding: 0px 0px 0px 1.2em;
	background-image: url(/img2/iju-info/list_icon2.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div.ijusiteList ul li span.newsTitle {
	width: auto;
	display: block;
	padding-left: 11rem;
	padding-right: 1rem;
	line-height: 1.4;
}

.newsTitle2::before {
	content: url(/img2/iju-info/list_icon.png);
	margin-right: 0.7em;
}


.ijuFooter1 {
	background-color: #1669A8;
	color: #FFF;
}

.ijuFooter1 .haba1100.fBox {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footerT {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;
}

ul.footerList.fBox {
	padding: 0;
	margin-top: 19px;
}

ul.footerList.fBox li {
	list-style: none;
	margin-right: 12px;
	padding-right: 12px;
	border-right: solid 1px #FFF;
}

ul.footerList.fBox li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

ul.footerList.fBox li a {
	color: #FFF;
}

.ijuFooter2 {
	background-color: #0F4A76;
}

.ijuFooter2 p {
	text-align: center;
	font-size: 84%;
	color: #FFF;
	padding: 5px 0;
	margin: 0;
}



/* google map レスポンシブ */
#map {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

#map .inner {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

#map .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 960px) {

	#map .inner {
		padding-top: 75%;
	}

}

@media (max-width: 600px) {

	#map .inner {
		padding-top: 100%;
	}

}


/* スマホ表示 */

@media screen and (max-width: 600px) {
	.haba1100 {
		width: 100%;
	}

	.haba1100 .text_r {
		font-size: 84%;
	}

	#print_mode_link {
		display: none;
	}

	.pankuzuLink {
		padding: 0 10px;
	}

	.ijuLower1 {

	}

	.ijuLower1 h1 {
		padding: 10px;
		font-size: 138%;
	}

	.ijuLower2 h2 {
		padding: 9px 6px;
		font-size: 128%;
	}

	.ijuLower2 h3 {
		padding: 0.3em 1em 0.3em 1.3em;
		font-size: 118%;
	}

	.ijuLower2 .detail_free {
		margin: 0;
	}

	.ijuLower2 {
		padding: 16px 6px;
	}

	.ijuLower2 .haba1100 {
		padding: 8px 10px;
	}

	div.ijusiteList ul li {
		margin-bottom: 3px;
		margin-top: 5px;
	}

	div.ijusiteList ul li span.newsDate {
		float: none;
		width: 100%;
	}

	div.ijusiteList ul li span.newsTitle {
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
	}

	.adBnr.fBox p {
		width: 48%;
		margin: 1%;
	}

	.adBnr.fBox p img {
		width: 100% !important;
		height: auto !important;
	}

	.pdf_download,
	.wmplayer_download {
		flex-wrap: wrap;
		font-size: 94%;
	}

	.pdf_download p.tenpu_txt,
	.wmplayer_download p.tenpu_txt {
		margin: 9px 0 0;
	}

	.ijuLower2 p {
		margin-bottom: 0px;
		margin-top: 10px;
		padding: 0;
	}

	.header_menu {
		width: 100%;
	}

	#header {
		display: flex;
		flex-wrap: wrap;
		z-index: auto;
	}

	#header .header_logo a {
		display: block;
		z-index: 9999;
		position: relative;
	}

	.ijuFooter1 .haba1100.fBox {
		flex-wrap: wrap;
		padding: 0 10px;
		box-sizing: border-box;
	}

	ul.footerList.fBox {
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 94%;
	}

	ul.footerList.fBox li {
		margin-bottom: 13px;
	}

	ul.footerList.fBox li:nth-child(2n) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}

	/* リストページ */
	div.ijusiteList ul li {
		font-size: 115%;
	}
}



#kensakuBox .fluidBox input {
	width: 190px !important;
}
.ijuLower2 #cse_search_result table {
	margin-bottom: 0px !important;
}
.ijuLower2 #cse_search_result table td {
	padding: 0 !important;
}
.ijuLower2 #cse_search_result .gsc-input-box {
	padding: 0 !important;
	height: 32px;
	box-sizing: border-box;
}