@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
#spm_menu_close {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
}
em {
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: Roboto, 'Segoe UI semibold', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic', 'Segoe UI', Verdana, Meiryo, sans-serif;
}

/* 基本の文字色 */
body {
	color: #111111;
}

/* リンク */
a:link {
	color: #00559f;
	text-decoration: none;
}
a:visited {
	color: #652096;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img,
a:focus img {
	opacity: 0.8;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: normal;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	line-height: 1;
}

#header2_box {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 200px;
	position: absolute;
	top: 20px;
	left: 0px;
}
#he_left h1 {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 240px;
	padding: 23px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#he_right > div {
	display: inline-block;
	vertical-align: bottom;
}

/* ヘッダメニュー */
ul#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#header_link li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 10px 16px 0px 0px;
}
ul#header_link li[class^="h_"] > a {
	display: inline-block;
	font-size: 1.4rem;
	color: #111111;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 19px;
	padding: 3px 0px 3px 22px;
}
ul#header_link li[class^="h_"] > a:hover,
ul#header_link li[class^="h_"] > a:focus {
	text-decoration: underline;
}
ul#header_link li.h_main > a {
	background-image: url(/img/common/icon_h_main.svg);
}
ul#header_link li.h_soshiki > a {
	background-image: url(/img/common/icon_h_soshiki.svg);
}
ul#header_link li.h_mobile > a {
	background-image: url(/img/common/icon_h_mobile.svg);
}
ul#header_link li.h_lang > a {
	background-image: url(/img/common/icon_h_lang.svg);
}
ul#header_link li.h_support > a {
	background-image: url(/img/common/icon_h_support.svg);
}
ul#header_link li.h_keep > a {
	background-image: url(/img/common/icon_h_keep.png);
}

@media all and (-ms-high-contrast: none) {
	ul#header_link li.h_main > a {
		background-image: url(/img/common/icon_h_main.png);
	}
	ul#header_link li.h_soshiki > a {
		background-image: url(/img/common/icon_h_soshiki.png);
	}
	ul#header_link li.h_mobile > a {
		background-image: url(/img/common/icon_h_mobile.png);
	}
	ul#header_link li.h_lang > a {
		background-image: url(/img/common/icon_h_lang.png);
	}
	ul#header_link li.h_support > a {
		background-image: url(/img/common/icon_h_support.png);
	}
}

ul#header_link li.h_soshiki {
	display: none; /* PC非表示 */
}

/* 防災リンク */
#header_link_bosai a {
	display: inline-block;
	background: #8D730A;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	padding: 14px;
	min-width: 7em;
	text-align: center;
}
#header_link_bosai a:hover,
#header_link_bosai a:focus {
	background: #534205;
	text-decoration: underline;
}

/* 展開メニュー */
.h_box_wrap {
	position: relative;
}

.h_box {
	visibility: hidden;
	opacity: 0;
	padding-top: 30px;
	-webkit-transition: opacity 0.5s, padding-top 0.5s;
	-o-transition: opacity 0.5s, padding-top 0.5s;
	transition: opacity 0.5s, padding-top 0.5s;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.h_box_wrap.open .h_box {
	visibility: visible;
	opacity: 1;
	padding-top: 20px;
}

.h_box2 {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px 0 rgba(17,17,17,0.3);
	        box-shadow: 0 0 6px 0 rgba(17,17,17,0.3);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 20px 20px;
	position: relative;
}

button.h_box_close {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear_blue.png) no-repeat center center #0066cc;
	background-size: 18px 18px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 15px;
}

/* 閲覧補助 */
#box_support_menu .h_box2 {
	width: 45.6rem;
}

#moji_size,
#haikei_color {
	margin: 0px 0px 16px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.6rem;
}
#moji_size dt,
#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 6em;
	font-weight: bold;
}
#moji_size dd,
#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#moji_size dd a,
#haikei_color dd a {
	display: inline-block;
	width: 9.8rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 5px;
	background: #ffffff;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0px;
	text-align: center;
}
#moji_size dd a:hover,
#moji_size dd a:focus,
#haikei_color dd a:hover,
#haikei_color dd a:focus {
	text-decoration: underline;
}

#haikei_color dd a#haikei_white {
	background: #ffffff !important;
	color: #111111 !important;
}
#haikei_color dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#haikei_color dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* お気に入り */
#box_keep_menu.h_box {
	width: 32rem;
}

/* グローバルメニュー */
#top_search {
	background: #00559f;
	color: #ffffff;
}
#top_search_box {
	width: 1100px;
	margin: 0px auto;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	position: relative;
}
ul#gnav li[id^="gnav"] {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #5990C0;
	min-width: 100px;
}
ul#gnav li[id^="gnav"]:last-child {
	border-right: 1px solid #5990C0;
}
ul#gnav li[id^="gnav"] > a {
	display: block;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	background: #00559f;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 18px 10px;
	text-align: center;
	text-decoration: none;
}
ul#gnav li[id^="gnav"] > a:hover,
ul#gnav li[id^="gnav"] > a:focus,
ul#gnav li[id^="gnav"]:hover > a {
	background: #003078;
}

.pulldown_box {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 90;
	width: 1100px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 3px 3px 0 rgba(17,17,17,0.1);
	        box-shadow: 0 3px 3px 0 rgba(17,17,17,0.1);
}
.nav1:hover .pulldown_box,
.nav1.open .pulldown_box {
	visibility: visible;
	opacity: 1;
}

.pulldown_box2 {
	width: 100%;
	display: table;
}
.pulldown_box2 div {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #EAF5FF;
	width: 240px;
	padding: 20px 0px 20px 20px;
}
.pulldown_box2 div a {
	color: #00559f;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.pulldown_box2 div a:hover,
.pulldown_box2 div a:focus {
	text-decoration: underline;
}

.pulldown_box2 ul {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 25px 0px 10px 20px;
	list-style: none;
}
.pulldown_box2 ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 0.5em);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
	padding: 0px;
}
.pulldown_box2 ul li a {
	display: inline-block;
	background: url(/img/common/icon_arrow.png) no-repeat left center transparent;
	padding-left: 15px;
	color: #111111;
	text-decoration: none;
}
.pulldown_box2 ul li a:hover,
.pulldown_box2 ul li a:focus {
	text-decoration: underline;
}

/* 検索 */
#header3_box {
	width: 1100px;
	margin: 10px auto 0px;
	background: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 70px;
}
#top_search_keyword_wrap {
	display: inline-block;
	vertical-align: top;
	width: 480px;
	margin-right: 20px;
	text-align: right;
}

#cse-search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
	margin-bottom: 11px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #9f9f9f !important;
	border-radius: 0px;
	width: calc(100% - 108px) !important;
	height: 44px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	width: 98px;
	height: 44px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 44px;
	white-space: nowrap;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#submit:hover,
#submit:focus {
	background: #003078;
}

/* ページ番号検索 */
#top_search_page_id_wrap {
	display: inline-block;
	position: relative;
}

#open_box_pageid {
	display: inline-block;
	background: url(/img/common/icon_arrow_down.png) no-repeat right center transparent;
	padding-right: 15px;
	font-size: 1.4rem;
	color: #111111;
	text-decoration: none;
}
#open_box_pageid:hover,
#open_box_pageid:focus {
	text-decoration: underline;
}
#top_search_page_id_wrap.open #open_box_pageid {
	background-image: url(/img/common/icon_arrow_up.png);
}

#box_pageid_menu {
	visibility: hidden;
	opacity: 0;
	padding-top: 10px;
	-webkit-transition: opacity 0.5s, padding-top 0.5s;
	-o-transition: opacity 0.5s, padding-top 0.5s;
	transition: opacity 0.5s, padding-top 0.5s;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 80;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 285px;
	text-align: left;
}
#top_search_page_id_wrap.open #box_pageid_menu {
	visibility: visible;
	opacity: 1;
	padding-top: 0px;
}

#box_pageid_menu2 {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px 0 rgba(17,17,17,0.3);
	        box-shadow: 0 0 6px 0 rgba(17,17,17,0.3);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	position: relative;
}

#open_page_id_box label {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #9f9f9f;
	border-radius: 0px;
	width: 150px;
	height: 44px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	width: 60px;
	height: 44px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 44px;
	white-space: nowrap;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#open_page_id_submit:hover,
#open_page_id_submit:focus {
	background: #003078;
}

#open_page_id_message {
	margin-top: 10px;
}
#open_page_id_message:empty {
	margin-top: 0px;
}

button#close_box_pageid {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear_blue.png) no-repeat center center #0066cc;
	background-size: 18px 18px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 15px;
}

/* 検索メニュー */
ul#top_search_menu {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
}
ul#top_search_menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 16px 0px 0px;
}
ul#top_search_menu li a {
	display: inline-block;
	padding: 3px 0px 3px 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left center transparent;
	font-size: 1.4rem;
	color: #111111;
	text-decoration: none;
}
ul#top_search_menu li a:hover,
ul#top_search_menu li a:focus {
	text-decoration: underline;
}

/* 「色なしで確認」では非表示 */
body.accGrayscale .h_box,
body.accGrayscale .pulldown_box,
body.accGrayscale #box_pageid_menu {
	display: none !important;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 18px 0px 8px;
	line-height: 1.5;
}
#pankuzu_wrap > div {
	width: 1100px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #333333;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	background: #f2f2f2;
	line-height: 1;
}

#footer_link {
	width: 960px;
	margin: 0px auto;
	padding: 27px 0px 0px;
}
#footer_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#footer_link ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
#footer_link ul li a {
	display: block;
	border: 1px solid #00559f;
	border-radius: 5px;
	background: url(/img/common/icon_arrow.png) no-repeat right 10px top 50% #ffffff;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 13px 20px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#footer_link ul li a:hover,
#footer_link ul li a:focus {
	background-color: #eaf5ff;
}

#author_info_wrap {
	width: 960px;
	margin: 0px auto;
	padding: 38px 0px 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#author_info_wrap ul {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#author_info_wrap ul li {
	display: block;
	margin-bottom: 6px;
}
#author_info_wrap ul li:last-child {
	margin-bottom: 0px;
}
#author_info_wrap ul li a {
	display: inline-block;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left center transparent;
	padding: 3px 0px 3px 24px;
	color: #111111;
	text-decoration: none;
}
#author_info_wrap ul li a:hover,
#author_info_wrap ul li a:focus {
	text-decoration: underline;
}

#author_info {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 190px;
}

#logo_footer {
	width: 126px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo_footer img {
	width: 100%;
	height: auto;
}

#author_box p {
	margin: 0px;
	line-height: 1.7;
}

/* コピーライト */
#copyright {
	background: #00559f;
	color: #ffffff;
}
#copyright p {
	width: 1100px;
	margin: 0px auto;
	padding: 12px 0px;
	font-size: 1.3rem;
	text-align: center;
}

/* ページトップボタン */
#footer_link_pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 80;
	width: 50px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
	text-align: right;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
#content_sdgs_wrap {
	clear: both;
	margin-top: 30px;
}
#content_sdgs_wrap:empty {
	margin-top: 0px;
}

#content_sdgs_wrap .sdgs-icons img,
#content_sdgs_wrap .d-flex.f-wrap-wrap img {
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
}

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 26px 24px;
	background: #eaf5ff;
	border-left: 6px solid #00559f;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2,
#kakuka_midashi h2 {
	clear: both;
	margin: 0px 0px 25px;
	padding: 14px 24px 14px 30px;
	border-bottom: 3px solid #a5d5fd;
	background: url(/img/common/h2_bg.png) no-repeat left center transparent;
	background-size: 5px calc(100% - 30px);
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
#main_body h2::before,
#kakuka_midashi h2::before {
	content: '';
	display: block;
	background: #00559f;
	color: #ffffff;
	width: 100px;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: -3px;
}

#main_body h3,
.life_cat_list_ttl {
	clear: both;
	margin: 0px 0px 20px;
	padding: 14px 24px 14px 30px;
	border-bottom: 1px solid #cccccc;
	background: url(/img/common/h3_bg.png) no-repeat left center #f2f2f2;
	background-size: 5px calc(100% - 30px);
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 0px 0px 20px;
	padding: 6px 24px 6px 30px;
	border-bottom: 2px solid #00559f;
	background: transparent;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 0px 0px 20px;
	padding: 4px 24px 4px 30px;
	background: url(/img/common/h5_bg.png) no-repeat 10px 0.6em transparent;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 0px 0px 20px;
	padding: 0px 24px 0px 30px;
	background: transparent;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

/* テーブル */
#main_body table {
	border-color: #cccccc;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #eaf5ff;
	border-color: #cccccc;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #cccccc;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {}

#recommend_title,
#ai_recommend_title {}

#recommend_title h2,
#ai_recommend_title h2 {
	border: 1px solid #00559f;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	color: #00559f;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px;
	padding: 15px 0px 15px 60px;
}
#recommend_title h2 {
	background-image: url(/img/common/icon_recommend.png);
}
#ai_recommend_title h2 {
	background-image: url(/img/common/icon_ai_recommend.png);
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #9bc3e6;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat 18px 1em transparent;
	line-height: 1.5;
	padding: 13px 20px 13px 40px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 5px;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#common_banner_link ul li a:hover,
#common_banner_link ul li a:focus {
	background: #003078;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 20px 9px 40px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}

/* サイドメニュー */
.side_box {}

.side_box_ttl h2 {
	background: #00559f;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
	margin: 0px;
	padding: 16px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.side_box_list {
	background: #eaf5ff;
	border-radius: 0px 0px 5px 5px;
	padding: 15px 15px 5px;
}
.side_box_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px 0px 15px;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}
.side_box_list ul li ul {
	padding: 5px 0px 0px;
}
.side_box_list ul li ul li {
	background: url(/img/common/icon_arrow.png) no-repeat left 0.3em transparent;
	padding-left: 15px;
	margin-bottom: 5px;
}

.side_box_txt {
	background: #eaf5ff;
	border-radius: 0px 0px 5px 5px;
	padding: 15px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 25px 20px 0px;
	padding-right: 25px;
	border-right: 1px solid;
	line-height: 1;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 6px;
	line-height: 1.5;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #eaf5ff;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center #eaf5ff;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 16px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left center transparent;
	padding: 1px 0px 2px 28px;
	font-size: 1.5rem;
	text-decoration: none;
}
div.link_ichiran a:hover,
div.link_ichiran a:focus {
	text-decoration: underline;
}

/* リスト（newアイコン） */
img.icon_new {
	display: none !important; /* 山口県では使用しない */
	margin-left: 0.5em;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 30px;
	border: 2px solid #a5d5ff;
	border-radius: 5px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 25px;
	padding: 0px;
	background: none;
	border: none;
	color: #00559f;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}
#main_body .section_information h2::before {
	display: none;
}

.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 6px;
	line-height: 1.5;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
}

.section_information_list div.link_box {
	margin: 15px 0px 0px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 10px;
}
.section_information_list div.link_box span a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 224px;
	border: 1px solid #00559f;
	border-radius: 15px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat 16px center #ffffff;
	color: #00559f;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 25px 5px 45px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	text-align: left;
}
.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {
	background-color: #eaf5ff;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#main_body .section_information2 h2::before {
	display: none;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	width: 960px;
	margin: 0px auto 50px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin: 0px 27px 10px 0px;
}
ul.banner_list li:nth-child(5n) {
	margin-right: 0px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div > div {
	margin-bottom: 15px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child {
	margin-bottom: 0px;
}

#sitemap_list_wrap > div > div.sitemap_section_kikan {
	margin-top: -10px;
}

/* サイトマップ（中分類・小分類を非表示） */
#sitemap_life .sitemap_life2 {
	display: none !important;
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 15px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

/* 大分類見出し */
div[id^="main_header_life3_"] {
	margin: 0px 0px 40px;
	padding: 0px;
	background-color: #eaf5ff;
	background-repeat: no-repeat;
	background-position: right center;
	border-left: 6px solid #00559f;
	position: relative;
	height: 210px;
}
div[id^="main_header_life3_"] h1 {
	margin: 0px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-shadow: 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff,
		0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff,
		0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff, 0px 0px 3px #eaf5ff;
}

div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.png); } /* くらし・環境 */
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.png); } /* 健康・福祉 */
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.png); } /* 教育・文化・スポーツ */
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.png); } /* しごと・産業・観光 */
div#main_header_life3_5 { background-image: url(/img/life/life3_5_title.png); } /* まちづくり */
div#main_header_life3_6 { background-image: url(/img/life/life3_6_title.png); } /* 県政情報 */

/* 大分類リスト */
.life3box {
	margin-bottom: 30px;
}
.life3box:last-child {
	margin-bottom: 0px;
}

.life3box ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
.life3box ul li {
	display: block;
	line-height: 1.4;
	margin: 0px 0px 10px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.3em transparent;
	padding: 3px 0px 3px 24px;
}
.life3box ul li:last-child {
	margin-bottom: 0px;
}
.life3box ul li a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.life3box ul li a > span {
	display: inline-block;
	vertical-align: top;
}
.life3box ul li a > span.section {
	display: block;
	margin-left: auto;
}

/* 分類 */
.life_list3 #life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.life_list3 .life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 30px 30px 0px 0px;
}
.life_list3 .life_cat_list:nth-child(1),
.life_list3 .life_cat_list:nth-child(2) {
	margin-top: 0px;
}
.life_list3 .life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.life_gaiyou {
	margin-bottom: 1em;
}

.life1box {
	margin-bottom: 30px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* サブカテゴリ */
.kanren_index #lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.kanren_index .lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 30px 30px 0px 0px;
}
.kanren_index .lifesub_cat_list:nth-child(1),
.kanren_index .lifesub_cat_list:nth-child(2) {
	margin-top: 0px;
}
.kanren_index .lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.lifesub_cat_list .life_cat_list_ttl {
	margin: 0px;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 25px 10px 0px;
	padding-right: 25px;
	border-right: 1px solid;
	line-height: 1;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.soshiki_index #main_body > div.navigation,
.soshiki_index #main_body > div.soshiki_section_kikan {
	margin-bottom: 15px;
}
.soshiki_index #main_body > div.navigation:last-child,
.soshiki_index #main_body > div.soshiki_section_kikan:last-child {
	margin-bottom: 0px;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_info_box > div {
	margin-bottom: 20px;
}
.kakuka_info_box:last-child,
.kakuka_info_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}
.kakuka_contact_box > div.kakuka_email a {
	display: inline-block;
	background: url(/img/common/icon_mail.png) no-repeat left center transparent;
	padding: 3px 0px 3px 24px;
}

.kakuka_tel_list > div span::before {
	content: '（';
}
.kakuka_tel_list > div span::after {
	content: '）';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_wrap {
	border-bottom: 1px solid #00559f;
	padding-bottom: 15px;
}
.kakuka_contact_wrap > span {
	display: block;
}
.kakuka_contact_wrap > span.sf_email a {
	display: inline-block;
	background: url(/img/common/icon_mail.png) no-repeat left center transparent;
	padding: 3px 0px 3px 24px;
}
.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #00559f;
	margin-top: 15px;
	padding-top: 15px;
}
.kakuka_contact_wrap .grpname_box > span {
	display: block;
}

.kakuka_link_mapimage {
	margin-top: 15px;
}

.kakuka_view {
	margin-top: 15px;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_map {
	margin-top: 15px;
}
.kakuka_map .gglmap {
	padding-top: 40px;
}

.midashi_ka > div {
	margin-bottom: 30px;
}
.midashi_ka > div:last-child {
	margin-bottom: 0px;
}

/* 目次 */
#kakuka_midashi p {
	margin: 0px;
}

ul#kakuka_page_index_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul#kakuka_page_index_link li {
	display: inline-block;
	vertical-align: top;
	background: #eaf5ff;
	margin: 20px 20px 0px 0px;
	width: 240px;
}
ul#kakuka_page_index_link li:nth-child(3n) {
	margin-right: 0px;
}
ul#kakuka_page_index_link li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat 10px center transparent;
	padding: 15px 15px 15px 35px;
	line-height: 2rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
	min-height: 70px;
}

/* 一覧を見る */
.listmore_close ul.listmore li:nth-child(n+11),
.listmore_close ol.listmore li:nth-child(n+11) {
	display: none;
}

.listmore_btn_wrap {
	display: none;
	margin: 16px 0px 0px;
	text-align: right;
}
.listmore_close .listmore_btn_wrap {
	display: block;
}

.listmore_btn_wrap button.listmore_btn {
	display: inline-block;
	border: none;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left center transparent;
	margin: 0px;
	padding: 1px 0px 2px 28px;
	color: #00559f;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: left;
}
.listmore_btn_wrap button.listmore_btn:hover,
.listmore_btn_wrap button.listmore_btn:focus {
	text-decoration: underline;
}

#section_footer:empty {
	margin: 0px;
	padding: 0px;
}

/* 関連情報 */
#kanren_info {
	border: 2px solid #00559f;
	border-radius: 5px;
	overflow: hidden;
}
#kanren_info h2 {
	background: #00559f;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
	margin: 0px 0px 10px;
	padding: 16px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.kanren_box {
	padding: 0px 10px 10px;
}
.kanren_box h3 {
	margin: 0px;
	padding: 9px 20px;
	background: #eaf5ff;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.accordion .kanren_box h3 {
	padding: 0px;
}

.kanren_box h3 a {
	display: block;
	padding: 9px 30px 9px 20px;
	background: url(/img/common/icon_menu_open.png) no-repeat right 10px top 50% transparent;
	color: #111111;
	text-decoration: none;
}
.kanren_box h3 a:hover,
.kanren_box h3 a:focus {
	text-decoration: underline;
}
.kanren_box.open h3 a {
	background-image: url(/img/common/icon_menu_close.png);
}

.kanren_list {
	display: none;
}
.kanren_box.open .kanren_list {
	display: block;
}
.kanren_list ul {
	margin: 0px;
	padding: 15px 0px 5px;
	list-style: none;
}
.kanren_list ul li {
	margin: 0px 0px 10px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	padding-left: 24px;
	line-height: 1.5;
}
.kanren_list ul li:last-child {
	margin-bottom: 0px;
}

.kanren_list div.link_ichiran {
	margin: 11px 0px 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
.page_num_ttl {
	font-size: 1.6rem;
	letter-spacing: 0em;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 30px 30px 0px 0px;
}
.book_list_box:nth-child(1),
.book_list_box:nth-child(2) {
	margin-top: 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	line-height: 1.2;
}
.question #main_body table.tbl_ques td input:hover,
.question #main_body table.tbl_ques td input:focus {
	background: #003078;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="submit"]:focus,
.question #main_body input[type="button"]:hover,
.question #main_body input[type="button"]:focus {
	background: #003078;
}

.question_detail #main_body h2 {
	margin-top: 30px;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #cc3333;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #00559f;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#mail_form_btn_wrap input[type="submit"]:hover,
#mail_form_btn_wrap input[type="submit"]:focus {
	background: #003078;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}


/* タブレットのみ */
@media screen and (min-width: 1px) and (max-width: 10px) {

	/* ヘッダ */
	#header2_box {
		width: calc(100% - 40px);
	}

	#he_left {
		top: calc(50% - 25px);
	}

	#he_right {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	ul#header_link li.h_support {
		display: none !important; /* タブレット以下では表示しない（現行サイト踏襲） */
	}

	#top_search_box {
		width: 100%;
	}
	ul#gnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	ul#gnav li[id^="gnav"] {
		display: inline-block;
		vertical-align: middle;
		width: 33.33333%;
		min-width: 33.33333%;
		border-top: 1px solid #5990C0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	ul#gnav li#gnav0,
	ul#gnav .pulldown_box {
		display: none !important; /* タブレット以下では表示しない（現行サイト踏襲） */
	}

	#header3_box {
		width: calc(100% - 40px);
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		padding: 15px;
	}

	#top_search_keyword_wrap {
		width: calc(100% - 300px);
	}

	ul#top_search_menu {
		width: 280px;
	}

	/* パンくず */
	#pankuzu_wrap > div {
		width: calc(100% - 40px);
	}

	/* フッタ */
	#footer_link {
		width: calc(100% - 40px);
	}
	#footer_link ul {
		margin-right: 40px;
	}
	#footer_link ul li {
		width: calc(25% - 10px);
	}
	#footer_link ul li a {
		padding: 13px 15px 13px 10px;
	}

	#author_info_wrap {
		width: calc(100% - 40px);
	}

	#copyright p {
		width: calc(100% - 40px);
	}

	/* バナー広告 */
	ul.banner_list {
		width: 600px;
	}
	ul.banner_list li,
	ul.banner_list li:nth-child(5n) {
		width: 170px;
		margin: 0px 15px 10px;
	}

	/* 大分類見出し */
	div[id^="main_header_life3_"] {
		height: 0px;
		padding-top: 28%;
		background-size: auto 100%;
	}

	/* 課室目次 */
	ul#kakuka_page_index_link li {
		width: calc(33.33333% - 15px);
	}

}
/* タブレットのみ ここまで */