@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;
}
.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;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/* 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%;
}


/********** 2 基本設定 **********/

/* フォント */
body {
	color: #222;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: serif;
}

/* リンク */
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
hr {
	clear: both;
}

p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}
#main_body p {
	line-height: 1.75;
}

/* テーブル */
#main_body table {
	border-color: #222222;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 10px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #222222;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #222222;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	font-size: 3.2rem;
	font-weight: bold;
	background: #004095;
	border-radius: 5px;
	color: #fff;
	padding: 20px 30px;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	font-size: 2.8rem;
	font-weight: bold;
	background: #66ffcc;
	border-radius: 5px;
	padding: 13px 30px;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	font-size: 2.1rem;
	font-weight: bold;
	border: 2px solid #00ae7a;
	border-radius: 5px;
	padding: 13px 28px 12px;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #4dc4ff;
	border-radius: 5px;
	padding: 11px 28px;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 11px 30px 10px;
	position: relative;
}
#main_body h5:before {
	content: '';
	width: 7px;
	height: 100%;
	background: #484747;
	border-radius: 3px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 11px 30px 10px;
	position: relative;
}
#main_body h6:before {
	content: '';
	width: 7px;
	height: 100%;
	background: #bfbfbf;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_body h2 a, #main_body h3 a, #main_body h4 a, #main_body h5 a, #main_body h6 a {
	color: inherit;
}


/********** 3 ヘッダ **********/

/* 本文へ */
a.skipmenu {
	display: block;
	width: 100%;
	height: 0px;
	text-align: center;
	overflow: hidden;
}
a.skipmenu:focus {
	height: auto;
	outline: none;
	line-height: 1.75;
}

/* ヘッダ */
#header {
	font-size: 1.6rem;
}

#header2 {
	background: url(/img/common/bg_header.png) repeat-x center top #fff;
}
#header2_box {
	width: 98%;
	max-width: 1280px;
	min-height: 90px;
	margin: 0px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#he_left {
	width: 201px;
	padding: 10px 50px 10px 0px;
	background: url(/img/top/img_logo.png) no-repeat right bottom transparent;
}
#he_left h1, #he_left p {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
}

#he_right {
	text-align: right;
	padding: 0px 0px 10px 0px;
	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;
	align-items: flex-end;
}

/* 補助機能 */
#header_link_support {
	margin: 0px;
	list-style: none;
	width: 50rem;
	max-width: 100%;
	padding: 0px 15px 5px;
}
#header_link_support li {
	display: inline-block;
	margin: 6px 3px 6px 18px;
}
#header_link_support #support_voice a,
#header_link_support li > a,
#header_link_support li > button {
	display: block;
	color: #003e8b;
	text-decoration: none;
	line-height: 1.5rem;
	padding: 3px 2px;
	border: 0;
	background: none;
	margin: 0;
}
#header_link_support #support_voice a:hover,
#header_link_support li > a:hover,
#header_link_support li > button:hover {
	text-decoration: underline;
}

#header_link_support li#moji_ruby > a {
	padding-left: 26px;
	background: url(/img/common/hd-icon-ruby.png) no-repeat center left;
}
#header_link_support li#h_easy > a {
	padding-left: 26px;
	background: url(/img/common/hd-icon-easy.png) no-repeat center left;
}
#header_link_support #support_voice a {
	padding-left: 26px;
	background: url(/img/common/hd-icon-read.png) no-repeat center left;
}
#header_link_support li#for_lan > a {
	padding-left: 26px;
	background: url(/img/common/hd-icon-lan.png) no-repeat center left;
}
#header_link_support li > button {
	padding-left: 33px;
	background: url(/img/common/hd-icon-font.png) no-repeat center left;
	width: 100%;
	text-align: left;
}

/*文字サイズ・色変更*/
#header_link_support li#h_letter {
	position: relative;
}
#header_link_support li#h_letter div {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 99;
	width: 20rem;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.moji_open #header_link_support li#h_letter div {
	display: block;

}
#header_link_support li#h_letter dl {
	margin: 0px 0px 10px;
	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;
}
#header_link_support li#h_letter dl dt {
	display: block;
	margin: 2px 6px 2px 0px;
	padding: 0px;
}
#header_link_support li#h_letter dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	padding: 0px;
}
#header_link_support li#h_letter dl dd a {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
	text-decoration: none;
	line-height: 1.5rem;
	padding: 4px 4px 3px;
	border-radius: 12px;
	min-width: 3.8rem;
	text-align: center;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
		transition: -webkit-box-shadow 0.3s ease;
			-o-transition: box-shadow 0.3s ease;
			transition: box-shadow 0.3s ease;
				transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#header_link_support li#h_letter dl dd a:hover {
	-webkit-box-shadow: 0 0 3px #333;
		box-shadow: 0 0 3px #333;
}
#header_link_support li#h_letter dl dd a#haikei_white {
	width: auto;
	min-width: auto;
	background: #fff !important;
	color: #000 !important;
}
#header_link_support li#h_letter dl dd a#haikei_black {
	width: auto;
	min-width: auto;
	border-color: #000;
	background: #000 !important;
	color: #fff !important;
}
#header_link_support li#h_letter dl dd a#haikei_blue {
	width: auto;
	min-width: auto;
	border-color: #00c;
	background: #00c !important;
	color: #ff0 !important;
}

#header_link_support li#h_letter dl dd a#moji_default {
	border-color: #004095;
	background: #dcebff;
	color: #004095;
}
#header_link_support li#h_letter dl dd a#moji_large {
	border-color: #ccc;
	background: #fff;
	color: #555;
}
html[style*="font-size"] #header_link_support li#h_letter dl dd a#moji_default {
	border-color: #ccc;
	background: #fff;
	color: #555;
}
html[style*="font-size"] #header_link_support li#h_letter dl dd a#moji_large {
	border-color: #004095;
	background: #dcebff;
	color: #004095;
}
#h_letterbox_close {
	border: 0;
	padding: 4px 4px 4px 20px;
	margin: 10px 0px 0px;
	background: url(/img/common/close-box-btn.png) no-repeat center left 3px;
	background-size: 15px 15px;
	color: #333333;
	font-weight: normal;
	font-size: 1.3rem;
	-webkit-box-shadow: 0 0 3px #aeafb1;
		box-shadow: 0 0 3px #aeafb1;
	border-radius: 3px;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#h_letterbox_close:hover {
	-webkit-box-shadow: 0 0 6px #aeafb1;
		box-shadow: 0 0 6px #aeafb1;
}

/* 言語選択 */
#select_language dl dd {
	position: relative;
}

#select_language_open,
#header_link_support #select_language dl dd a#select_language_open {
	width: auto;
	border-color: #fff;
	background: url(/img/common/icon_arrow_lang_open.png) no-repeat right 5px top 50% #004095;
	color: #fff;
	font-size: 1.2rem;
	padding-right: 15px;
	padding-left: 10px;
}
#select_language_open.open,
#header_link_support #select_language dl dd a#select_language_open.open {
	background-image: url(/img/common/icon_arrow_lang_close.png);
}

#select_language_close {
	display: inline-block;
	margin: 10px 0px 0px;
	padding: 6px 5px 6px 25px;
	border: none;
	background: url(/img/common/icon_lang_close.png) no-repeat left center #004095;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: underline;
}

#select_language_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	z-index: 80;
	border: 1px solid #fff;
	background: #004095;
	border-radius: 12px;
	color: #fff;
	width: 14em;
	max-width: 300px;
	text-align: right;
	margin-top: 5px;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#select_language_box.open {
	display: block;
}
#select_language_box a {
	color: inherit;
}
#select_language_box 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;
	text-align: left;
}
#select_language_box ul li {
	display: inline-block;
	vertical-align: top;
	background: none !important;
	color: inherit;
	margin: 0px;
	padding: 5px;
	width: 50%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
_:-ms-fullscreen, :root #select_language_box ul li {
	list-style-image: url(data:0);
}

/*ふりがな*/
/*やさしい日本語*/
/*音声読み上げ*/
/*伝えるウエブ対応*/
#header_link_support li#moji_ruby > a.ruby_off {
	display: none;
}
.ruby_active ul#header_link_support > li > a.ruby_on,
.easy_active ul#header_link_support > li > a.easy_on,
ul#header_link_support > li > a.tteru_reset_btn {
	display: none;
}
.ruby_active ul#header_link_support > li > a.tteru_reset_btn.reset_ruby,
.easy_active ul#header_link_support > li > a.tteru_reset_btn.reset_easy {
	display: inline-block;
}

#support_voice {
	position: relative;
}
.tsutaeru-speech {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
}
.read_active .tsutaeru-speech {
	display: block;
}
.tsutaeru-speech-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	white-space: nowrap;
}


/* 検索 */
#header_search_box {
	display: none;
	width: 67rem;
	max-width: 1080px;
	background: #ffffff;
	border: 1px solid #004095;
	border-radius: 10px;
	padding: 10px 10px 60px;
	position: absolute;
	right: 0px;
	top: 110%;
	z-index: 99;
}
.open #header_search_box {
	display: block;
}
#top_search_keyword {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	width: 18.5rem;
	height: 4.8rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #999 !important;
	border-radius: 5px;
	font-size: 1.3rem;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	width: 10.5rem;
	height: 4.8rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
	border: none;
	background: #004095;
	border-radius: 5px;
	color: #fff;
	margin-left: 5px;
	padding: 0px;
	-webkit-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
			transition: background 0.3s ease;
}
#submit:hover {
	background: #042858
}

#cse_filetype {
	display: none;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset legend {
	display: none;
}
#cse_filetype fieldset span {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset span input {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
}
#cse_filetype fieldset span label {
	display: inline-block;
	vertical-align: middle;
}

#header_search_id {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	position: relative;
}
#search_id_open {
	display: inline-block;
	vertical-align: middle;
	line-height: 2rem;
	padding: 5px 0px 5px 15px;
	background: url(/img/common/icon_arrow_pageid.png) no-repeat left center transparent;
	color: #222;
	text-decoration: none;
}
/*
#header_search_id_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 20;
	width: 32rem;
	background: #d8eefe;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 11px 40px 11px 11px;
	text-align: left;
}
#header_search_id_box.open {
	display: block;
}

#search_id_close {
	display: block;
	width: 21px;
	height: 21px;
	border: none;
	background: url(/img/common/btn_pageid_close.png) no-repeat center center transparent;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
*/
#top_search_page_id label {
	display: none;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	width: 15rem;
	height: 4.8rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #999;
	background: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	width: 10.5rem;
	height: 4.8rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	border: none;
	background: #004095;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	padding: 0px;
	-webkit-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
			transition: background 0.3s ease;
}
#open_page_id_submit:hover {
	background: #042858
}
#open_page_id_message {
	margin: 10px 0px 0px;
}
#open_page_id_message:empty {
	margin: 0px;
}

/*********** 新ヘッダここから ***********/
#srch_of_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
}
#srch_of_type li {
	margin: 0px 2px 2px;
	width: 8.6rem;
	max-width: 180px;
}
#srch_of_type li.srch_by_keyword {
	position: relative;
}
#srch_of_type li > a,
#srch_of_type li > button {
	background-color: #0b7b58;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 4px center;
	color: #ffffff;
	font-size: 1.2rem;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 34px 5px 5px;
	border:0;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 5px 5px;
	-webkit-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
			transition: background-color 0.3s ease;
}
#srch_of_type li.srch_by_bun a {
	background-image: url(/img/common/hd-icon-bunn.png);
}
#srch_of_type li.srch_by_pur a {
	background-image: url(/img/common/hd-icon-moku.png);
}
#srch_of_type li.srch_by_soshiki a {
	background-image: url(/img/common/hd-icon-soshiki.png);
}
#srch_of_type li.srch_by_keyword > button {
	background-image: url(/img/common/hd-icon-srch.png);
}
#srch_of_type li > a:hover,
#srch_of_type li > button:hover {
	background-color: #06543c;
}
#h_srchbox_close {
	border: 0;
	padding: 4px 4px 4px 20px;
	margin: 10px 0px 0px;
	background: url(/img/common/close-box-btn.png) no-repeat center left 3px;
	background-size: 15px 15px;
	color: #333333;
	font-weight: normal;
	font-size: 1.3rem;
	-webkit-box-shadow: 0 0 3px #aeafb1;
		box-shadow: 0 0 3px #aeafb1;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
	bottom: 17px;
	right: 17px;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#h_srchbox_close:hover {
	-webkit-box-shadow: 0 0 6px #aeafb1;
		box-shadow: 0 0 6px #aeafb1;
}
/*********** 新ヘッダここまで ***********/

/* グローバルメニュー */
#top_search {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
}
#top_search_box {
	border: 2px solid #7f9fca;
	background: #fff;
	border-radius: 35px;
	padding: 0px 50px;
	position: relative;
}

#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gnav .nav1 {
	display: table-cell;
	vertical-align: bottom;
	padding: 8px 18px;
}
#gnav .nav1 .nav1a {
	display: block;
	text-align: center;
	position: relative;
	z-index: 11;
	background: #fff;
	color: #004095;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
	padding: 13px 0px 20px;
}
#gnav .nav1 .nav1a.br {
	padding: 5px 0px 11px;
}
#gnav .nav1 .nav1a:hover {
	color: #cc3300;
}

#gnav .nav1 .nav1a span.pc_none {
	display: none;
}
#gnav .nav1 .nav1a:before {
	content: '';
	width: 100%;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#gnav #gnav1.nav1 .nav1a:before {
	background: #ff4b00;
}
#gnav #gnav2.nav1 .nav1a:before {
	background: #f6aa00;
}
#gnav #gnav3.nav1 .nav1a:before {
	background: #03af7a;
}
#gnav #gnav4.nav1 .nav1a:before {
	background: #4dc4ff;
}
#gnav #gnav5.nav1 .nav1a:before {
	background: #005aff;
}
#gnav #gnav6.nav1 .nav1a:before {
	background: #990099;
}

.nav1_close {
	border: none !important;
	background: none !important;
	padding: 0px;
}

.nav2_box {
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	z-index: 10;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 55px 70px;
	border: 2px solid #7f9fca;
	border-top: none;
	border-radius: 0px 0px 35px 35px;
	width: 100%;
	margin-top: -35px;
	padding-top: 40px;
}
#gnav .nav1.open .nav2_box {
	display: block;
}
#gnav1 .nav2_box {
	background-image: url(/img/common/ttl_gnav1.png);
}
#gnav2 .nav2_box {
	background-image: url(/img/common/ttl_gnav2.png);
}
#gnav3 .nav2_box {
	background-image: url(/img/common/ttl_gnav3.png);
}
#gnav4 .nav2_box {
	background-image: url(/img/common/ttl_gnav4.png);
}
#gnav5 .nav2_box {
	background-image: url(/img/common/ttl_gnav5.png);
}
#gnav6 .nav2_box {
	background-image: url(/img/common/ttl_gnav6.png);
}

.nav2_box .nav2 {
	margin: 0px 60px;
	padding: 18px 0px 15px 245px;
	list-style: none;
	border-top: 4px dotted #7f9fca;
	min-height: 80px;
}
.nav2_box .nav2 li {
	display: inline-block;
	vertical-align: top;
	width: 12rem;
	margin: 0px 0px 8px 5px;
}
_:-ms-fullscreen, :root .nav2_box .nav2 li {
	list-style-image: url(data:0);
}
.nav2_box .nav2 li a {
	display: block;
	background: #fff;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 5px;
	color: #222;
	text-decoration: none;
	text-align: center;
	line-height: 2rem;
	padding: 30px 10px;
}
.nav2_box .nav2 li a.br {
	padding: 20px 10px;
}
#gnav1 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav1.png);
}
#gnav2 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav2.png);
}
#gnav3 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav3.png);
}
#gnav4 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav4.png);
}
#gnav5 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav5.png);
}
#gnav6 .nav2_box .nav2 li a {
	background-image: url(/img/common/bg_gnav6.png);
}


/********** 4 フッタ **********/

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 130px;
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 10;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* フッタ */
#footer {
	background: url(/img/common/bg_footer.jpg) no-repeat center top transparent;
	margin-top: 50px;
}
#footer_box {
	width: 98%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 55px 0px 50px;
}

/* フッタメニュー */
#footer_link1 {
	margin: 0px 0px 30px;
	padding: 0px;
	list-style: none;
	text-align: center;
	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;
}
#footer_link1 li {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 8px);
}
#footer_link1 li a {
	display: block;
	border: 1px solid #84919e;
	background: url(/img/common/icon_arrow_footer.png) no-repeat right 15px top 50% #fff;
	border-radius: 5px;
	color: #222;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 15px;
}
#footer_link1 li a span {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0px 4px 35px;
}
#footer_link1 li:nth-child(1) a span {
	background-image: url(/img/common/icon_foot_shisetsu.png);
}
#footer_link1 li:nth-child(2) a span {
	background-image: url(/img/common/icon_foot_access.png);
}
#footer_link1 li:nth-child(3) a span {
	background-image: url(/img/common/icon_foot_toiawase.png);
}

#footer_link2 {
	margin: 0px 0px 30px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#footer_link2 li {
	display: inline-block;
	vertical-align: top;
	margin: 4px 12px;
}
#footer_link2 li a {
	color: #222;
}

/* 管理者情報 */
#author_info {
	width: 100%;
	display: table;
}
#author_info > div {
	display: table-cell;
	vertical-align: top;
}

#author_box {
	width: 520px;
	position: relative;
}
#author_box #logo_footer {
	position: absolute;
	top: 0px;
	left: 0px;
}

#author_box .author_name {
	display: none;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#author_box .author_name span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

#author_box .author_txt {
	margin-left: 200px;
}
#author_box .author_txt p {
	margin: 0px;
}
#author_box .author_txt p.f_address span {
	margin-right: 1em;
}
#author_box .author_txt p.f_number {
	font-size: 1.4rem;
	margin-top: 0.5em;
}

#author_box2 dl {
	margin: 0px 50px 0px 30px;
	padding: 0px;
	border: 1px solid #004095;
	border-radius: 10px;
}
#author_box2 dl dt {
	display: inline-block;
	background: #fff;
	margin: -18px 0px 0px 18px;
	font-size: 1.8rem;
	color: #004095;
	padding: 4px 12px;
}
#author_box2 dl dd {
	display: block;
	margin: 0px;
	padding: 0px 30px 10px;
}
#author_box2 dl dd span {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 0.5em;
}
#author_box2 dl dd br.none {
	display: none;
}

#copyright p {
	margin: 30px 0px 0px;
	font-size: 1.2rem;
	text-align: center;
}

/* カウントダウン（バナー掲載で使用） */
#footer_random_banner {
	width: 160px;
}
#count_down_area .countdown_box {
	display: none;
}
#count_down_area .countdown_box:first-child {
	display: block;
}
#count_down_area .countdown_box a {
	display: block;
}
#count_down_area .countdown_box img {
	width: 100%;
	height: auto;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	width: 98%;
	max-width: 1280px;
	margin: 18px auto 18px;
}
#pankuzu_wrap .pankuzu {
	margin-bottom: 10px;
}
#pankuzu_wrap .pankuzu:last-child {
	margin-bottom: 0px;
}


/********** 6 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

/* サイドメニュー */
.side_box {
	background: #ffefec;
	border-radius: 5px;
	padding: 20px;
}

.side_box_ttl h2 {
	margin: 0px;
	padding: 8px 10px;
	background: #ffcebd;
	border-radius: 5px;
	font-size: 1.6rem;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 12px 0px 12px 18px;
	list-style-type: disc;
	list-style-position: outside;
}
.side_box_list ul li {
	padding: 8px 0px;
}
.side_box_list ul li ul {
	padding: 2px 0px 2px 18px;
	list-style-type: circle;
}
.side_box_list ul li ul li {
	padding: 3px 0px;
}


/********** 7 記事ページ **********/

/* 記事ヘッダ */
#content_header {
	font-size: 1.5rem;
	margin: -20px 0px 10px;
}
#content_header > span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.8em;
}
#content_header > span:last-child {
	margin-right: 0px;
}
#content_header > span a {
	display: inline-block;
	background: url(/img/common/icon_section.png) no-repeat left 0.2em transparent;
	padding-left: 20px;
}
#content_header > span.print_link a {
	background: url(/img/common/icon_print.png) no-repeat left 0.2em transparent;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
}
.tenpu_txt br {
	display: none;
}

/* お問い合わせ */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px 30px;
	background: #f6f6f6;
	border-radius: 5px;
}

#section_footer_ttl h2,
#main_body #section_footer_ttl h2 {
	margin: 0px;
	padding: 0px;
	background: none;
	border-radius: 0px;
	font-size: 1.6rem;
}
#main_body #section_footer_ttl hr.cf {
	margin: 0px;
}

#section_footer_detail {
	margin-top: 0.5em;
}
#section_footer_detail span {
	display: inline-block;
	margin-right: 0.8em;
}

/* SNS */
#sns_button_wrap {
	clear: both;
	margin: 30px 0px 0px;
}
#sns_button_wrap > div,
#sns_button_wrap > iframe {
	display: inline-block;
	vertical-align: top;
}

/* 重要なお知らせ */
#detail_side_important {
	width: 98%;
	max-width: 1280px;
	margin: 0px auto 30px;
	border: 4px solid #f1ca41;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#detail_side_important_ttl {
	margin: 0px;
	padding: 5px 30px 9px;
	background: #f1ca41;
	font-size: 2rem;
	font-weight: bold;
}
#detail_side_important_ttl span {
	display: inline-block;
	background: url(/img/common/icon_important.png) no-repeat left center transparent;
	padding: 7px 0px 3px 40px;
}

#detail_side_important_list {
	margin: 0px;
	padding: 10px 16px;
	list-style: none;
}
#detail_side_important_list li {
	border-bottom: 1px dotted #7d7d7d;
	padding: 10px 0px 10px 20px;
	position: relative;
}
#detail_side_important_list li:before {
	content: '';
	width: 4px;
	height: calc(100% - 20px);
	background: #f1ca41;
	position: absolute;
	top: 10px;
	left: 0px;
}
#detail_side_important_list li span {
	display: block;
}
#detail_side_important_list li a {
	color: #222;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend h2,
#sidebar_ai_recommend h2 {
	margin: 0px;
	padding: 15px 20px;
	background: #e7f1e7;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
#sidebar_ai_recommend h2 {
	padding: 25px 20px;
}
#sidebar_recommend h2 span,
#sidebar_ai_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	margin: 1px 0px 0px;
	padding: 13px 20px;
	background: #f6f6f6;
	border-radius: 5px;
}


/********** 8 広告バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 10px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	margin: 0px 0px 10px;
}
ul.banner_list.banner_list_side li:last-child {
	margin-bottom: 0px;
}


/********** 9 リスト **********/

/* 新着情報 */
.section_information {
	margin: 30px 0px;
	border: 4px solid #005f52;
	border-radius: 10px;
	overflow: hidden;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 5px 30px 9px;
	background: #005f52;
	border-radius: 0px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.section_information h2 span {
	display: inline-block;
	background: url(/img/common/icon_information.png) no-repeat left center transparent;
	padding: 7px 0px 3px 40px;
}
#main_body .section_information hr.cf {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 10px 16px;
	list-style: none;
}
.section_information_list ul li {
	border-bottom: 1px dotted #7d7d7d;
	padding: 10px 0px 10px 20px;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	display: table;
}
.section_information_list ul li:before {
	content: '';
	width: 4px;
	height: calc(100% - 20px);
	background: #005f52;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 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 .link_box {
	text-align: right;
	padding: 0px 20px 10px;
}
.section_information_list .link_box > span {
	display: inline-block;
	margin: 15px 0px 10px;
}
.section_information_list .link_box a {
	display: inline-block;
	background: url(/img/common/icon_arrow__information.png) no-repeat 95% center #005f52;
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	min-width: 270px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 6px 30px;
}

.section_information p.no_data {
	margin: 0px;
	padding: 23px 16px;
}

.section_information_thum {
	margin: 0px;
	padding: 10px 16px;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 150px;
	padding-right: 15px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/* サムネイル */
.list_pack {
	width: 100%;
	display: table;
}
.list_pack > div {
	display: table-cell;
	vertical-align: top;
}
.list_pack > div.article_img {
	width: 150px;
	padding: 5px 15px 5px 0px;
}
.list_pack > div.article_img span {
	display: block;
}
.list_pack > div.article_img span img {
	width: 100%;
	height: auto;
}
.list_pack > div.article_img span:empty {
	height: 111px;
	background: url(/img/common/noimage.png) no-repeat center center #dcdcdc;
}
.list_pack > div.article_txt {
	padding: 10px 0px;
}
.list_pack > div.article_txt > span {
	display: block;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 12px 0px 12px 18px;
	list-style-type: disc;
	list-style-position: outside;
}
.info_list ul li {
	padding: 8px 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul {
	margin: 0px;
	padding: 12px 0px;
	list-style: none;
}
.info_list.info_list_date ul li {
	display: table;
	width: 100%;
	padding: 8px 0px 8px 18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
}
.info_list.info_list_date ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #222;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 1em;
}
.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;
}

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 16px 8px 0px;
	padding-right: 16px;
	border-right: 1px solid #3d3d3d;
	line-height: 1.2;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	text-align: right;
}
#main_body div.link_ichiran a {
	display: inline-block;
	background: #fff;
	border: 1px solid #2ec2a7;
	border-radius: 5px;
	color: #222;
	text-align: center;
	padding: 8px 20px;
	min-width: 230px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/* リスト（すべて表示） */
.listmore_close ul.listmore li:nth-child(n+51),
.listmore_close ol.listmore li:nth-child(n+51) {
	display: none;
}

.listmore_btn_wrap {
	text-align: right;
}
.listmore_btn_wrap .listmore_btn {
	display: inline-block;
	background: #fff;
	border: 1px solid #2ec2a7;
	border-radius: 5px;
	color: #222;
	text-align: center;
	padding: 8px 20px;
	min-width: 230px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: underline;
}
.listmore_btn_wrap .listmore_btn .txt_open {
	display: none;
}
.listmore_close .listmore_btn_wrap .listmore_btn .txt_open {
	display: block;
}
.listmore_btn_wrap .listmore_btn .txt_close {
	display: block;
}
.listmore_close .listmore_btn_wrap .listmore_btn .txt_close {
	display: none;
}


/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 50px;
}
#sitemap_list_wrap > div > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child {
	margin-bottom: 0px;
}

/* 大分類 */
#life_information_wrap {
	width: 100%;
	display: table;
}
#life_information_wrap > div {
	display: table-cell;
	vertical-align: top;
}

#life_banner {
	width: 240px;
	padding-left: 50px;
}
#life_banner h2 {
	background: #d9efff;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 25px 0px 12px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
}
#life_banner ul.banner_list.banner_list_side {
	background: #d9efff;
	border-radius: 0px 0px 5px 5px;
	padding: 20px 40px;
}
#life_banner ul.banner_list.banner_list_side li {
	width: 160px;
	margin: 0px auto 20px;
}

#life_cat_list_wrap {
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
#main_body .life_cat_list h2 {
	margin: 0px 0px 12px;
	padding: 16px 20px 17px;
	font-size: 1.8rem;
	text-align: center;
	background: #fbdd99;
	border-radius: 5px;
}
#main_body .life_cat_list h2 a {
	color: inherit;
}

/* 中・小分類 */
.life_list1_box,
.life_list2_box {
	margin-bottom: 30px;
}
.life_list1_box:last-child,
.life_list2_box:last-child {
	margin-bottom: 0px;
}

.life_list1_box ul,
.life_list2_box ul {
	margin: 0px;
	padding: 12px 0px 12px 18px;
	list-style-type: disc;
	list-style-position: outside;
}
.life_list1_box ul li,
.life_list2_box ul li {
	padding: 3px 0px;
}

.life_list1 ul.banner_list.banner_list_side,
.life_list2 ul.banner_list.banner_list_side {
	background: #d9efff;
	border-radius: 5px;
	padding: 40px 40px 20px;
}
.life_list1 ul.banner_list.banner_list_side li,
.life_list2 ul.banner_list.banner_list_side li {
	width: 160px;
	margin: 0px auto 20px;
}

/* 分類メニュー */
#side_menu_category {
	border: 3px solid #7f9fca;
	border-radius: 5px;
}

#side_menu_category_ttl {
	padding: 10px;
	text-align: center;
}
#side_menu_category_open {
	display: block;
	padding-bottom: 30px;
	background: url(/img/common/icon_category_open.png) no-repeat center bottom transparent;
	cursor: pointer;
}
#side_menu_category.open #side_menu_category_open {
	background: url(/img/common/icon_category_close.png) no-repeat center bottom transparent;
}
#side_menu_category_open span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #004095;
	padding: 12px 0px;
	position: relative;
}
#side_menu_category_open span:before {
	content: '';
	width: 100%;
	height: 6px;
	background: #f6aa00;
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#side_menu_category_list {
	display: none;
}
#side_menu_category.open #side_menu_category_list {
	display: block;
}

#side_menu_category_list ul {
	margin: 0px;
	padding: 12px 17px;
	list-style: none;
}
#side_menu_category_list ul li {
	padding: 8px 0px 8px 18px;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#side_menu_category_list ul li:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left-width: 8px;
	border-left-color: #222;
	position: absolute;
	left: 0px;
	top: 0.8em;
}
#side_menu_category_list ul li ul {
	padding: 7px 0px;
}
#side_menu_category_list ul li ul li {
	padding: 3px 0px 3px 18px;
}
#side_menu_category_list ul li ul li:before {
	content: '';
	display: block;
	border: none;
	width: 6px;
	height: 6px;
	background: #222;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0.8em;
}

/* 関連情報 */
#kanren_info {
	background: #ffefec;
	border-radius: 5px;
	padding: 20px 20px 10px;
}
#kanren_info h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#kanren_info h2 span {
	display: inline-block;
	background: url(/img/common/icon_kanren.png) no-repeat left center transparent;
	padding: 5px 10px 1px 30px;
}
#kanren_info h3 {
	margin: 0px;
	padding: 8px 10px;
	background: #ffcebd;
	border-radius: 5px;
	font-size: 1.6rem;
	text-align: center;
}

#kanren_info .kanren_list ul {
	margin: 0px;
	padding: 12px 0px 12px 18px;
	list-style-type: disc;
	list-style-position: outside;
}
#kanren_info .kanren_list ul li {
	padding: 8px 0px;
}

#kanren_info .kanren_list .link_ichiran {
	padding: 2px 0px 10px;
}
#kanren_info .kanren_list .link_ichiran a {
	display: block;
	background: #fff;
	border-radius: 5px;
	color: #222;
	text-align: center;
	padding: 8px 20px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
.life_cat_list_ttl,
#main_body .lifesub_cat_list h2 {
	margin: 0px 0px 12px;
	padding: 16px 20px 17px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #fbdd99;
	border-radius: 5px;
}
.life_cat_list_ttl a,
#main_body .lifesub_cat_list h2 a {
	color: inherit;
}

/* 組織 */
#soshiki_hyouji ul {
	margin: 30px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 16px 8px 0px;
	padding-right: 16px;
	border-right: 1px solid #3d3d3d;
	line-height: 1.2;
}
#soshiki_hyouji ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

#soshiki_content_header {
	background: #f6f6f6;
	margin: 30px 0px;
	padding: 20px 30px;
}

#main_body .ka_tbl_wrap table {
	width: 100%;
	border-width: 2px;
	margin-bottom: 20px;
}
#main_body .ka_tbl_wrap table th {
	font-weight: bold;
	text-align: left;
	padding: 15px 20px;
}
#main_body .ka_tbl_wrap table th a {
	color: inherit;
}
#main_body .ka_tbl_wrap table td {
	padding: 15px 20px;
	vertical-align: top;
}
#main_body .ka_tbl_wrap table td.ka_name {
	width: 24%;
}
#main_body .ka_tbl_wrap table td span[class^="ka_"] {
	display: block;
}
#main_body .ka_tbl_wrap table td span.ka_tel span:before {
	content: '（';
}
#main_body .ka_tbl_wrap table td span.ka_tel span:after {
	content: '）';
}
#main_body .ka_tbl_wrap table td span.ka_tel span:empty:before,
#main_body .ka_tbl_wrap table td span.ka_tel span:empty:after {
	display: none;
}
#main_body .ka_tbl_wrap table td span.ka_tel_ttl,
#main_body .ka_tbl_wrap table td span.ka_fax_ttl {
	font-weight: bold;
	margin: 0.2em 0px;
}

.kakuka_info_box {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0px 0px 30px;
}
.kakuka_info_box > div {
	display: table-cell;
	vertical-align: top;
}
#main_body .kakuka_info_box h3 {
	margin: 0px 0px 0.5em;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.8rem;
}
#main_body .kakuka_info_box h4 {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.6rem;
	font-weight: normal;
}

.kakuka_info_box .kakuka_contact_box {
	border: 1px solid #ccc;
	margin-left: 30px;
	padding: 20px;
}
.kakuka_info_box .kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_info_box .kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.kakuka_tel_list ul li span:before {
	content: '（';
}
.kakuka_tel_list ul li span:after {
	content: '）';
}
.kakuka_tel_list ul li span:empty:before,
.kakuka_tel_list ul li 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;
}

#freespace2_ka {
	background: #fff4e5;
	border-radius: 5px;
	padding: 20px 20px 10px;
}
#freespace2_ka h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#freespace2_ka h2 span {
	display: inline-block;
	background: url(/img/common/icon_kanren.png) no-repeat left center transparent;
	padding: 5px 10px 1px 30px;
}
#freespace2_ka ul {
	margin: 0px;
	padding: 12px 0px 12px 18px;
	list-style-type: disc;
	list-style-position: outside;
}
#freespace2_ka ul li {
	padding: 8px 0px;
}

#section_work {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px;
	background: #f6f6f6;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#section_work > div {
	display: table-cell;
	vertical-align: top;
}
#section_work > div:nth-child(2) {
	padding-left: 165px;
}
#section_work > div:nth-child(2) img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
#main_body #section_work h2 {
	margin: 0px;
	padding: 8px 10px;
	border: none;
	background: #f6e7c5;
	border-radius: 5px;
	font-size: 1.6rem;
	text-align: center;
}
#section_work p {
	margin: 1em 0px 0px;
}

.soshiki_kakuka .side_box {
	background: #efe6f7;
}
.soshiki_kakuka .side_box_ttl h2 {
	background: #deb8e4;
}
.soshiki_kakuka .gglmap {
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 85%;
}

.soshiki_kakuka #section_footer_detail .sf_name {
	font-weight: bold;
}
.soshiki_kakuka #section_footer_detail .grpname_box {
	margin-top: 1em;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#book_list_wrap {
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}

#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: 15px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}
.book_list_box .book_info > div.book_detail > div {
	margin-bottom: 0.5em;
}
.book_list_box .book_info > div.book_detail > div:last-child {
	margin-bottom: 0px;
}

/* アンケート */
.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	background: #fff;
	border: 1px solid #2ec2a7;
	border-radius: 5px;
	color: #222;
	text-align: center;
	margin: 0px 5px;
	padding: 8px 20px;
	min-width: 230px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#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;
	margin: 0px;
	padding: 2px 0px;
	width: 100%;
	min-width: auto;
}

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;
}

#hyouka_area_submit {
	text-align: center;
	margin: 30px 0px 0px;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c1272d;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
}
#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;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	background: #fff;
	border: 1px solid #2ec2a7;
	border-radius: 5px;
	color: #222;
	text-align: center;
	margin: 0px 5px;
	padding: 8px 20px;
	min-width: 230px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	border: none;
	margin: 0px;
}
#main_body #cse_search_result td {
	border: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #84919e;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #84919e;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	border: 1px solid #84919e;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}


/* タブレット */
@media screen and (max-width: 1279px) {

	/* ヘッダ */
	#header {
		position: relative;
	}

	#spm_wrap {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 100;
	}
	button#spm_menu {
		display: block;
		width: 80px;
		height: 80px;
		border: none !important;
		background: url(/img/sp/btn_spmenu.png) no-repeat center center #004095 !important;
		background-size: 60px 60px !important;
		color: #fff !important;
		margin: 0px;
		padding: 0px;
	}
	.spm_menu_open button#spm_menu {
		background-image: url(/img/sp/btn_spmenu_close.png) !important;
	}

	#header2_box {
		width: auto;
		min-height: auto;
		display: block;
	}

	#he_left {
		width: 190px;
		position: static;
		background: url(/img/common/sp_logo_bg.png) no-repeat right 5px top 7px;
		background-size: auto 70px;
		padding: 10px 22px 10px 10px
	}
	#he_left img {
		max-width: 160px;
		height: auto;
	}
	#he_right {
		display: none;
		margin: 0px;
		padding: 20px 10px;
		text-align: center;
	}
	.spm_menu_open #he_right {
		display: block;
	}

	#header_link_support {
		display: block;
		text-align: left;
		width: auto;
	}
	#header_link_support li {
		margin: 8px 20px 8px 0;
		width: auto;
	}
	#header_link_support li#h_letter {
		display: block;
		padding: 15px 10px 5px;
		margin: 8px 0px 0px;
		background: #eef5f9;
		border-radius: 5px;
	}
	#header_link_support li#h_letter div {
		display: block;
		position: static;
		width: auto;
		border: 0;
		margin: 5px 0px 0px;
		padding: 5px 0px 0px;
		background: transparent;
	}
	#header_link_support li#h_letter dl {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0px 20px 5px;
	}
	#header_link_support li > button {
		pointer-events: none;
	}
	#h_letterbox_close {
		display: none;
	}
	#header_link_support #support_voice a, #header_link_support li > a,
	#header_link_support li > button {

	}
	#srch_of_type {
		padding: 0px 15px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	#srch_of_type li {
		width: calc(100% / 3 - 4px);
		max-width: none;
	}
	#srch_of_type li > a {
		border-radius: 5px;
	}
	#srch_of_type li.srch_by_keyword {
		position: static;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#srch_of_type li.srch_by_keyword > button {
		display: none;
	}
	#header #header_search_box {
		display: block;
		background: none;
		padding: 5px;
		position: static;
		width: auto;
		border: 0;
	}
	#h_srchbox_close {
		display: none;
	}
	#header #search_id_open,
	#header #search_id_close {
		display: none !important;
	}
	#header #header_search_id_box {
		display: block !important;
		position: static;
		background: none;
		padding: 0px;
		width: auto;
	}
	#top_search_keyword,
	#header_search_id {
		margin: 5px 5px 0px;
	}
	#top_search {
		display: none;
		width: auto;
		margin: 0px;
		padding: 0px 10px;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	#top_search_box {
		padding: 10px 30px;
	}
	#gnav {
		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: stretch;
			-ms-flex-align: stretch;
				align-items: stretch;
	}
	#gnav .nav1 {
		display: inline-block;
		width: 32%;
		margin: 10px 0px;
		padding: 0px;
	}
	.nav2_box,
	.nav1_close {
		display: none !important;
	}

	/* パンくず */
	#pankuzu_wrap {
		font-size: 1.4rem;
		margin: 30px auto;
	}

	/* フッタ */
	#author_info {
		display: block;
		position: relative;
	}
	#author_info > div {
		display: block;
	}
	#author_box {
		width: auto;
		margin-bottom: 40px;
	}
	#author_box2 dl {
		margin: 0px 200px 0px 0px;
	}
	#footer_random_banner {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	/* 記事 */
	.detail #main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	#content_header > span {
		margin: 0px 10px 10px 0px;
	}

	/* 分類・関連 */
	#life_banner {
		width: 30%;
		padding-left: 30px;
	}
	#life_banner ul.banner_list.banner_list_side {
		padding: 20px;
	}

	.life_cat_list {
		width: calc(50% - 10px);
	}

	.lifesub_cat_list {
		width: calc(50% - 10px);
	}

	/* 組織 */
	.kakuka_info_box {
		display: block;
	}
	.kakuka_info_box > div {
		display: block;
	}
	.kakuka_info_box .kakuka_work_box {
		margin-bottom: 1em;
	}
	.kakuka_info_box .kakuka_contact_box {
		margin-left: 0px;
	}

	#section_work > div:nth-child(2) {
		padding-left: 20px;
	}

	/* ウェブブック */
	.book_list_box {
		width: calc(50% - 10px);
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 55%;
	}
	#main_body table.tbl_ques th.button {
		width: 15%;
	}

}
/* タブレット ここまで */


/* SDGsアイコン */
.content_header_wrap {
	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;
	margin: 0px 0px 20px;
}
.content_header_wrap > div {
	display: inline-block;
	vertical-align: top;
}
.content_header_wrap > div#content_header {
	width: calc(100% - 220px);
	margin: 0px;
	text-align: right;
}
.content_header_wrap > div#content_header:only-of-type {
	width: 100%;
}

.content_header_wrap .d-flex.f-wrap-wrap {
	width: 210px;
}
.content_header_wrap .d-flex.f-wrap-wrap img {
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
}

.view_print_mode .content_header_wrap > div#content_header,
.view_print_mode .content_header_wrap .d-flex.f-wrap-wrap {
	width: auto;
}

/* タブレット */
@media screen and (max-width : 1079px) {
	.content_header_wrap,
	.content_header_wrap > div {
		display: block;
	}
	.content_header_wrap > div#content_header {
		width: auto;
	}
	.content_header_wrap .d-flex.f-wrap-wrap {
		width: auto;
		margin-bottom: 20px;
	}
}

/* スマートフォン */
@media screen and (max-width: 670px) {
	.content_header_wrap .d-flex.f-wrap-wrap img {
		max-width: calc(25% - 5px);
	}
}
/* SDGsアイコン ここまで */

* 目的でさがすここから*/
ul.mokuteki_menu_list {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.mokuteki_menu_list li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 0px 20px;
}
ul.mokuteki_menu_list li:last-child {
	margin-bottom: 0px;
}
ul.mokuteki_menu_list li a {
	display: block;
	background-color: #ecf0f7;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #333333;
	font-size: 1.8rem;
	text-decoration: none;
	padding: 14px 20px 14px 60px;
}
ul.mokuteki_menu_list li a:hover,
ul.mokuteki_menu_list li a:focus {
	text-decoration: underline;
}

ul.mokuteki_menu_list li.mokuteki01 a { background-image: url(/img/mokuteki/icon_mokuteki01.png); }
ul.mokuteki_menu_list li.mokuteki02 a { background-image: url(/img/mokuteki/icon_mokuteki02.png); }
ul.mokuteki_menu_list li.mokuteki03 a { background-image: url(/img/mokuteki/icon_mokuteki03.png); }
ul.mokuteki_menu_list li.mokuteki04 a { background-image: url(/img/mokuteki/icon_mokuteki04.png); }
ul.mokuteki_menu_list li.mokuteki05 a { background-image: url(/img/mokuteki/icon_mokuteki05.png); }
ul.mokuteki_menu_list li.mokuteki06 a { background-image: url(/img/mokuteki/icon_mokuteki06.png); }
ul.mokuteki_menu_list li.mokuteki07 a { background-image: url(/img/mokuteki/icon_mokuteki07.png); }
ul.mokuteki_menu_list li.mokuteki08 a { background-image: url(/img/mokuteki/icon_mokuteki08.png); }
ul.mokuteki_menu_list li.mokuteki09 a { background-image: url(/img/mokuteki/icon_mokuteki09.png); }
ul.mokuteki_menu_list li.mokuteki10 a { background-image: url(/img/mokuteki/icon_mokuteki10.png); }
ul.mokuteki_menu_list li.mokuteki11 a { background-image: url(/img/mokuteki/icon_mokuteki11.png); }
ul.mokuteki_menu_list li.mokuteki12 a { background-image: url(/img/mokuteki/icon_mokuteki12.png); }
ul.mokuteki_menu_list li.mokuteki13 a { background-image: url(/img/mokuteki/icon_mokuteki13.png); }
ul.mokuteki_menu_list li.mokuteki14 a { background-image: url(/img/mokuteki/icon_mokuteki14.png); }
ul.mokuteki_menu_list li.mokuteki15 a { background-image: url(/img/mokuteki/icon_mokuteki15.png); }
ul.mokuteki_menu_list li.mokuteki16 a { background-image: url(/img/mokuteki/icon_mokuteki16.png); }


/* タブレット */
@media screen and (max-width : 1079px) {

}
/* タブレット ここまで */


/* スマートフォン */
@media screen and (max-width: 670px) {

	ul.mokuteki_menu_list {
		display: block;
	}
	ul.mokuteki_menu_list li {
		display: block;
		width: auto;
		margin: 0px 0px 10px;
	}
	ul.mokuteki_menu_list li:last-child {
		margin-bottom: 0px;
	}
	ul.mokuteki_menu_list li a {
		font-size: 1.6rem;
	}

}
/* スマートフォン ここまで */

* 目的でさがすここまで */

/* お問い合わせ・アンケート 表のキャプション */
#main_body table.tbl_ques caption,
#main_body table#mail_form_tbl caption {
	text-align: left;
	font-weight: bold;
}
/* お問い合わせ・アンケート 表のキャプション ここまで */