@charset "utf-8";

/**********************************************************************************/
/* PC */
/**********************************************************************************/

/*=============== layout =============== */

/* 全体 */
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: 1080px;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: 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;
	width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
			order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
			order: 10;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
			order: 12;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.side1 #main {
	width: calc(100% - 300px);
}
.side1 #main_a {
	padding-left: 40px;
}

.side2 #main {
	width: calc(100% - 300px);
}
.side2 #main_a {
	padding-right: 40px;
}

.side1.side2 #main {
	width: calc(100% - 600px);
}
.side1.side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.side1 hr.hide,
.side2 hr.hide {
	display: none;
}

/* AIレコメンド用スクリプトの読み込みタグを非表示にする */
.footer_insert_recommend_js {
	display: none;
}
/* AIレコメンド用スクリプトの読み込みタグを非表示にする ここまで */

/*=============== parts =============== */

/********** 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;
}
button#tgl_spm_display {
	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;
}

/* 本文へリンク */
.link_skip.hide {
	width: auto;
	height: auto;
	clip: auto;
}
.link_skip.hide a {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #ffffff;
	font-size: 1.4rem;
	line-height: 2em;
	color: var(--textlink-link, #0d59b7);
	text-decoration: underline;
	text-align: center;
}
.link_skip.hide a:focus {
	margin: 5px;
	width: calc(100% - 10px);
	height: auto;
}


/* 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"],
input[type="image"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}
input[type="text"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	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: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 1.8rem;
	line-height: 1.85;
	letter-spacing: 0.02em;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, 'BIZ UDPMincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif;
}

/* 基本の文字色 */
body {
	color: #333333;
}

/* ボタン */
button {
	-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

a:hover img {
	border: none;
	opacity: 0.68;
}

/*ヘッダリンク*/
ul#header_navi li[id^="hl_"] > a:link,
ul#header_navi li[id^="hl_"] > a:visited,
ul#header_navi li[id^="hl_"] > button {
	color: #666565;
}
ul#header_navi li[id^="hl_"] > a:active,
ul#header_navi li[id^="hl_"] > a:hover,
ul#header_navi li[id^="hl_"] > button:hover {
	color: #000000;
}


/*フッタリンク*/
#footer a:link,
#footer a:visited {
	color: #666565;
}
#footer a:active,
#footer a:hover {
	color: #000000;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 302px;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1 {
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1;
}
#he_left #logo a {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 340px;
	padding: 30px 0px;
	text-align: right;
}

ul#header_navi {
	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: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
ul#header_navi li[id^="hl_"] {
	margin: 0px 20px 15px 0px;
	text-align: left;
	position: relative;
}
ul#header_navi li[id^="hl_"]:last-child {
	margin-right: 0px;
}

ul#header_navi li[id^="hl_"] > a,
ul#header_navi li[id^="hl_"] > button {
	padding: 3px 3px 3px 20px;
	position: relative;
	font-size: 1.4rem;
	display: block;
}
ul#header_navi li#hl_lang > a {
	font-size: 1.5rem;
}
ul#header_navi li[id^="hl_"] > a:before,
ul#header_navi li[id^="hl_"] > button:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 0.8rem;
	left: 0;
	background: url("/img/site/ipu/icon_circle.png") no-repeat center center;
	background-size: contain;
	outline: 1px solid;
	outline-color: #00bbd5;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
/* マウスオーバー時 */
ul#header_navi li[id^="hl_"] > a:hover:before,
ul#header_navi li[id^="hl_"] > button:hover:before {
	/*box-shadow: inset 0 0 10px rgba(0, 187, 213, 0.5), 0 0 10px rgba(0, 187, 213, 0.5);*/
	outline-color: transparent;
	outline-offset: 5px;
	cursor: pointer;
}

/*
.btn_design {
	font-size: 28px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	padding: 20px 15px;
	background-color: #333;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #878787;
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
*/



/* アクセシビリティ機能 */
#hl_func {
	position: relative;
}

#acc_func_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 27rem;
	max-width: 500px;
	margin: 0px;
	padding: 15px 20px;
	text-align: center;
}
#acc_func_box.func_menu_open {
	display: block;
}

#acc_func_box dl {
	margin: 15px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#acc_func_box dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px;
	/* font-weight: bold; */
	width: 5em;
	text-align: left;
	white-space: nowrap;
}
#acc_func_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#acc_func_box dl dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #000000;
	text-decoration: none;
	padding: 5px 7px;
}
#acc_func_box dl dd a#moji_large {
	font-size: 1.6rem;
	font-weight: bold;
}
#acc_func_box dl dd a#haikei_white {
	background: #ffffff !important;
	color: #000000 !important;
}
#acc_func_box dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#acc_func_box dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

#func_menu_close {
	border: none;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 20px;
	height: 3rem;
}


/* やさしい日本語 */
body #header a#btn_easy_start {display: block;}
body #header a#btn_easy_reset {display: none;}
body.tsutaeru-toolbar-message-active #header a#btn_easy_start {display: none;}
body.tsutaeru-toolbar-message-active #header a#btn_easy_reset {display: block;}

/* 音声読み上げ・ルビ振り */
body #header #js_ruby_ari {display: block;} 
body #header #js_ruby_nsi {display: none;}
body.tsutaeru-toolbar-message-active #header #js_ruby_ari {display: block;}
body.tsutaeru-toolbar-message-active #header #js_ruby_nsi {display: none;}
body:not(.tsutaeru-toolbar-message-active) #header:has(ruby) #js_ruby_ari {display: none;}
body:not(.tsutaeru-toolbar-message-active) #header:has(ruby) #js_ruby_nsi {display: block;}

ul#header_link #hl_voice {
	position: relative;
}
#voice_open, #voice_menu_close {
	background: none;
	border: none;
	color: #2b3d69;
	text-decoration: underline;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: left;
}
#hl_voice.open #voice_menu_close {
	padding-left: 1.5em;
}
#hl_voice.open #voice_menu_close::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #46567b;
	background-size: .4em;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
#voice_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	width: max-content;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -7px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
	text-align: center;
}
#hl_voice.open #voice_menu_box {
	display: block;
}

/* 検索 */
#top_search_keyword {
	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;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	vertical-align: middle;
	width: auto;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#cse-search-box {
	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: center;
		-ms-flex-align: center;
			align-items: center;
	vertical-align: middle;
	width: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#cse-search-box .gsrch_ttl {
	font-size: 1.4rem;
	color: #666565;
	margin: 10px;
}
#cse-search-box .gsc-control-cse {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
	height: 4rem;
}
#cse-search-box table.gsc-search-box td.gsc-input {
	padding: 0px;
}
#cse-search-box .gsc-input-box {
	width: 23rem;
	max-width: 280px;
	border: 1px solid #666565;
	border-radius: 0px;
	margin: 0px;
}
#cse-search-box .gsib_a {
	padding: 0px 4px;
}
#cse-search-box input.gsc-input {
	height: 3.8rem !important;
	box-sizing: border-box;
}
#cse-search-box .gsc-search-button-v2 {
	border: 1px solid #666565;
	border-radius: 0px;
	background: #666565;
	color: #ffffff;
	line-height: 3.8rem;
	white-space: nowrap;
	width: 10rem;
	height: 4rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 4rem;
	white-space: nowrap;
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
		-o-transition: background-color 0.3s ease, border-color 0.3s ease;
			transition: background-color 0.3s ease, border-color 0.3s ease;
}
#cse-search-box .gsc-search-button-v2 {
  position: relative;
  text-align: left;
}
#cse-search-box .gsc-search-button-v2:hover {
	background-color: #000000;
	border-color: #000000;
}
#cse-search-box .gsc-search-button-v2 svg {
  padding: 0px 10px 0px 20px;
  width: 19px;
  height: 100%;
}
#cse-search-box .gsc-search-button {
  position: relative;
}
#cse-search-box .gsc-search-button ::after {
  content: "検索";
  position: absolute;
  z-index: 1;
  left: 49px;
  top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
#cse-search-box .gsc-results-wrapper-overlay {
	text-align: left;
}


#cse_filetype {
	display: inline-block;
	vertical-align: middle;
	width: 15rem;
	max-width: 200px;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.3;
	text-align: left;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* ページID検索 */
#top_search_page_id {
	margin: 10px 0px 0px;
	position: relative;
}

#open_page_id_box {
	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: center;
		-ms-flex-align: center;
			align-items: center;
}
#open_page_id_box label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
#open_page_id_box div {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: none !important;
	width: calc(100% - 60px) !important;
	height: 38px !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #e6e6e6;
	width: 60px;
	height: 38px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 38px;
	white-space: nowrap;
}

#open_page_id_message {
	position: absolute;
	top: 100%;
	right: 0px;
	border: 1px solid;
	background: #fff;
	color: #333;
	padding: 10px 20px;
}
#open_page_id_message:empty {
	border: none;
	padding: 0px;
}

/* グローバルナビ */
#top_search {
	margin-bottom: 20px;
}

ul#gnav {
	width: 1080px;
	margin: 0px auto;
	padding: 5px 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}
ul#gnav li {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 255px;
}
ul#gnav li a {
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 4px 25px;
	border: 1px solid #e2e2e2;
	transition: border-color 0.2s ease;
}
ul#gnav li a:hover {
	border-color: #000000;
}
ul#gnav li a span {
	display: block;
	padding: 15px 0px 15px 65px;
	position: relative;
}
ul#gnav li a span:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 42px;
	left: 0px;
	top: calc(50% - 21px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateZ(0);
	transition: 0.2s ease-in-out;
}
ul#gnav li a:hover span:before {
	transform: scale(0.9) translateZ(0);
}
ul#gnav li#gnav1 a span:before {
	background-image: url(/img/site/ipu/icon_g_kouza.png);
}
ul#gnav li#gnav2 a span:before {
	background-image: url(/img/site/ipu/icon_g_access.png);
}
ul#gnav li#gnav3 a span:before {
	background-image: url(/img/site/ipu/icon_g_torikumi.png);
}
ul#gnav li#gnav4 a span:before {
	background-image: url(/img/site/ipu/icon_g_toiawase.png);
}
/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 25px 0px 15px;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 1.5rem;
}

.pankuzu {
	position: relative;
	padding-left: 7rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 5rem;
	height: 2rem;
	background: #fff;
	border-radius: 0px;
	color: #333;
	font-size: 1.2rem;
	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;
}
#footstep_detail:before {
	display: block;
	width: 5rem;
	height: 2rem;
	background: #fff;
	border-radius: 0px;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	top: 4px;
}
#footstep_detail {
	/* padding-left: 7rem; */
}
#footstep_ttl{
	background: #fff;
	color: currentcolor;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	background: #ffffff;
}
#footer_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	width: 1080px;
	margin: 0px auto;
	padding: 50px 0px 40px 25px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

#f_info_box {
	padding-top: 30px;
	min-width: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
a.city_toppage {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 27px 20px 25px 50px;
	text-decoration: none;
	background: url(/img/site/ipu/icon_homepage.png) no-repeat left 20px center;
	border: 1px solid #e2e2e2;
	display: block;
	width: 27rem;
	max-width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a.city_toppage:hover {
	border-color: #000000;
}
#footer_navi {
	width: 25rem;
	max-width: 100%;
	padding: 0px 25px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#footer_navi ul {
	margin: 0px;
	padding: 40px 0px 10px;
	list-style: none;
}
#footer_navi ul li {
	margin: 0px 0px 13px;
}
#footer_navi ul li a {
	padding: 3px 3px 3px 20px;
	position: relative;
	font-size: 1.4rem;
}
#footer_navi ul li a:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 0;
	background: url("/img/site/ipu/icon_circle.png") no-repeat center center;
	background-size: contain;
	outline: 1px solid;
	outline-color: #00bbd5;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
/* マウスオーバー時 */
#footer_navi ul li a:hover:before {
	outline-color: transparent;
	outline-offset: 5px;
	cursor: pointer;
}

#author_box p {
	margin: 0px 0px 10px;
	font-size: 1.6rem;
	color: #666565;
}
#author_box p.f_author {
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 25px;
}
#author_box p.f_author span {
	padding-top: 15px;
}
#author_box p a.f_mail {
	padding: 3px 3px 3px 20px;
	margin-left: 20px;
	position: relative;
}
#author_box p a.f_mail:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 0;
	background: url("/img/site/ipu/icon_circle.png") no-repeat center center;
	background-size: contain;
	outline: 1px solid;
	outline-color: #00bbd5;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
/* マウスオーバー時 */
#author_box p a.f_mail:hover:before {
	outline-color: transparent;
	outline-offset: 5px;
	cursor: pointer;
}


#copyright {
	padding: 40px 0px 10px;
}
#copyright p {
	margin: 0px;
	color: #666565;
	font-size: 1.4rem;
}

@media screen and (min-width : 1080px) {
	#author_box {
		max-width: calc(60% - 15px);
	}
	#f_info_box {
		max-width: calc(40% - 15px);
	}
}




/* 戻る・ページトップ */
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	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: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	line-height: 2rem;
	padding: 10px 20px;
	width: 10em;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 90px;
	position: fixed;
	right: 20px;
	bottom: -180px;
	z-index: 70;
	-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: 20px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 100px;
}
#osusume_banner_ttl a {
	display: block;
	background: #ccc;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 30px 0px;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	background: #ccc;
	padding: 10px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	background: #fff;
	padding: 5px;
	position: relative;
}
#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}

.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
	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;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}

/********** 6 メイン **********/

/* メニューへのリンク */
.link_to_subsitemenu {
	display: none;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: 1080px;
	margin: 30px auto 0px;
}

#mainimg_box {
	position: relative;
}
#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#mainimg_box img {
	width: 100%;
	height: auto;
}
#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
	position: absolute;
	top: 30px;
	left: 0px;
}
#mainimg_box .site_name.noimage {
	position: static;
	background: #f6f6f6;
	padding: 30px;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	max-width: 1080px;
	margin: 0px auto 80px;
}
#site_footer_box {
	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;
	gap: 30px 60px;
}
#site_footer_box p {
	margin: 0px;
}
#site_footer_box p:last-child {

}

/* メイン */
#mymainback_bg {
	background: url(/img/site/ipu/bg_honbun.jpg) no-repeat center bottom #edf4f7;
	min-height: calc(828px + 124px);
}
#mymainback {
	padding-top: 5px;
	padding-bottom: 0px;
}
#main_body {
	padding: 0px 30px 30px;
	margin: 0px 0px 90px;
	background: #ffffff;
}
/* コンテンツヘッダ */
.content_header_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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

#content_header {
	margin: 0px 0px 20px auto;
	text-align: right;
}
#content_header > span {
	margin: 0px;
	margin-left: 25px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}
.view_print_mode #top_search {
	display: none !important;
}
/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 54px 30px 51px;
	background: url(/img/site/ipu/bg_h1.png) no-repeat right top #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 23px 30px 22px;
	background: url(/img/site/ipu/bg_h2.png) no-repeat right 8px top #a8f2fc;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 19px 30px 18px;
	background: #d2f0f4;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 15px 30px;
	border-left: 10px solid #38d5ec;
	padding-left: 20px;
	background: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 11px 30px;
	background: url(/img/site/ipu/icon_circle.png) no-repeat left 8px top 1.7rem #ffffff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 9px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	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;
}
*/

/* 本文 */
#main_body .detail_free p,
#main_body .detail_writing {
	line-height: 1.9;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	background: #f6f6f6;
	margin: 30px 0px 0px;
	padding: 20px 30px;
}
#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

.hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
}
.hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
.hyouka_box_detail span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}
.hyouka_box_detail span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
	text-align: center;
}
#hyouka_area_submit input {
	display: inline-block;
	border: none;
	background: #fff;
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.4rem;
	text-align: center;
	width: 260px;
	max-width: 90%;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 30px;
	border: 2px solid #c3f2f9;
}
#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 2rem;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}
/*
#section_footer_detail span.sf_name2::before {
	content: '（';
}
#section_footer_detail span.sf_name2::after {
	content: '）';
}
*/
#section_footer_detail span.sf_zip {
	display: block;
}
#section_footer_detail span.sf_address {
	display: block;
}
#section_footer_detail div.sf_email {
	margin-top: 10px;
}

/* 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: top;
	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: top;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
	margin: 30px 0px 0px;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 0px 30px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: 1.5rem;
	padding: 4px 0px 4px 35px;
	background: url(/img/common/icon_calendar.png) no-repeat left center;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 30px;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#second_osusume {
	background: #f6f6f6;
	margin: 30px 0px 0px;
	padding: 20px 25px 10px;
}
#second_osusume h2 {
	margin: 0px 5px 10px;
	padding: 0px 0px 0px 25px;
	background: url(/img/common/icon_osusume.png) no-repeat left center;
	border: none;
	font-size: 1.6rem;
}
#second_osusume 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;
}
#second_osusume ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 10px 15px;
}
#second_osusume ul li div > span {
	display: block;
}
#second_osusume ul li div > span.osusume_img {
	margin-bottom: 10px;
}
#second_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
}

/********** 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 {
	background: #f6f6f6;
}

#recommend_title,
#ai_recommend_title {
	background: #e6e6e6;
	text-align: center;
	padding: 10px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 3px 0px 3px 40px;
}
#recommend_title h2 {
	background: url(/img/common/icon_recommend.png) no-repeat left center;
}
#ai_recommend_title h2 {
	background: url(/img/common/icon_ai_recommend.png) no-repeat left center;
}
#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-top: 1px solid #fff;
	padding: 13px 20px;
}

/* 「見つからないときは」「よくある質問」バナー */
#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: #e6e6e6;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 0px 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;
}

/* 重要なお知らせ */
#second_important {
	background: #fdf2f2;
	padding: 20px;
}
#second_important a {
	color: #c00;
}
#second_important h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #c00;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#second_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#second_important ul li {
	margin: 0px 0px 10px;
}
#second_important ul li:last-child {
	margin-bottom: 0px;
}
#second_important ul li > span {
	display: block;
}
#second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#second_important .link_box > span {
	display: block;
}

/* カウントダウン */
.count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 10px;
	padding: 20px;
}
.count_down_box:last-child {
	margin-bottom: 0px;
}

.count_down_box2 {
	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;
}
.count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.count_down_box2 > span.count_img {
	width: 100px;
}
.count_down_box2 > span.count_img > span {
	display: block;
}
.count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 110px);
}
.count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
.count_down_box2 > span.count_txt > span {
	display: block;
}
.count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
.count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #c00;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 2rem;
	font-weight: bold;
	margin-left: 1em;
}

.count_down_clear {
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px 0px 0px auto;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}
/* クリアボタンを使用しない */
.count_down_clear {
	display: none;
}

/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0px;
	padding: 14px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 10px 0px 10px 20px;
}
#kanren_link ul li {
	margin-bottom: 10px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 自由編集項目 */
.free_box p {
	margin: 0px 0px 10px;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 10px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 14px 20px;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin-bottom: 10px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 20px 20px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	background: #fff;
	padding: 8px 10px;
}

/********** 8 リスト **********/

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
	padding: 30px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	border-bottom: 1px solid #cdcdcd;
}


/* リスト（日付） */
.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: middle;
}
.list_pack .article_txt .article_date,
.list_pack .article_txt .article_title {
	display: inline;
}
.list_pack .article_txt .article_date:before{
	content: '/';
	padding: 0 16px;
}
.list_pack .article_txt .article_date:after{
	/* content: ')'; */
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 282px;
	position: relative;
	text-align: center;
}
.list_pack .article_img span:empty {
	height: 125px;
	background: url(/img/site/ipu/noimage.jpg) no-repeat center center;
	background-size: contain;
}
.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;
}
*/

/*=============== parts-detail =============== */

#main_body div.detail_table_center {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_writing {
	clear: both;
	/*width: 100%;*/
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_map {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_movie {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_free {
	clear: both;
	/*width: 100%;*/
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_image_left {
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_image_center {
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main_body div.detail_image_right {
	text-align: right;
	margin: 0px 0px 20px;
	padding: 0px;
}

#main_body div.detail_h2 {
	clear: both;
	/*width: 100%;*/
}
#main_body div.detail_h3 {
	clear: both;
	/*width: 100%;*/
}

#main_body div[class^="detail_"] {
	margin-left: 20px;
	margin-right: 20px;
}
#main_body div[class^="detail_"] h2, 
#main_body div[class^="detail_"] h3, 
#main_body div[class^="detail_"] h4, 
#main_body div[class^="detail_"] h5, 
#main_body div[class^="detail_"] h6{
	margin-left: -20px;
	margin-right: -20px;
}

hr.hr_1 {
	clear: both;
	height: 1px;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_3 {
	clear: both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}

/* リンク */
.detail_link {
	margin: 1em 0px;
}

.link_l {
	margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
	display: inline;
}

/* 画像 */
.detail_img_left {
	text-align: left;
}
.detail_img_center {
	text-align: center;
}
.detail_img_right {
	text-align: right;
}

/* 添付ファイル */
.detail_file {
	margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]::before,
div[class^="file_"] a[href^="/uploaded/attachment/"]::before,
div[class^="detail_"] a[href^="/uploaded/life/"]::before,
div[class^="file_"] a[href^="/uploaded/life/"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_etc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".pdf"]::before,
div[class^="detail_"] a[href$=".PDF"]::before,
div[class^="file_"] a[href$=".pdf"]::before,
div[class^="file_"] a[href$=".PDF"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_pdf.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xls"]::before,
div[class^="detail_"] a[href$=".XLS"]::before,
div[class^="file_"] a[href$=".xls"]::before,
div[class^="file_"] a[href$=".XLS"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xls.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xlsx"]::before,
div[class^="detail_"] a[href$=".XLSX"]::before,
div[class^="file_"] a[href$=".xlsx"]::before,
div[class^="file_"] a[href$=".XLSX"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".doc"]::before,
div[class^="detail_"] a[href$=".DOC"]::before,
div[class^="file_"] a[href$=".doc"]::before,
div[class^="file_"] a[href$=".DOC"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_doc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".docx"]::before,
div[class^="detail_"] a[href$=".DOCX"]::before,
div[class^="file_"] a[href$=".docx"]::before,
div[class^="file_"] a[href$=".DOCX"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_docx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
	margin: 1em 0px;
}

/* 移行時に紛れ込んだ見出しの中のspace.gifを消す */
#main_body div[class*="detail_"] img[src*="space.gif"] {
	display: none !important;
}

/* 画像サイズ */
#main_body div[class*="detail"] img {
/*	max-width: 100%;
	height: auto !important;
	vertical-align: top;*/
}

/* iframeの最大サイズ */
#main_body iframe {
	max-width: 100%;
}

/* iframeレスポンシブ対応 */
/*
#main_body div.detail_movie {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
#main_body div.detail_movie iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
*/

/* preタグ */
div[class^="detail_"] pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
	display: inline-block;
	text-decoration: none !important;
	max-width: 100%;
}
div[class^="detail_"] a:not([href]):empty {
	display: block;
}
div[class^="detail_"] a:not([href]):hover {
	color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]::before,
div[class^="detail_"]::after {
	content: "";
	display: table;
}
div[class^="detail_"]::after {
	clear: both;
}
div[class^="detail_"] {
	zoom: 1;
}

#main_body div[class^="detail_"] hr.cf {
	border: none;
	margin: 0px;
}
#main_body div[class^="detail_"] hr.cf:first-child + h2,
#main_body div[class^="detail_"] span[id^="sp_headline"]:first-child + hr.cf + h2 {
	margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
	margin: 1em 0px !important;
	padding-left: 40px;
}

.status_bar div {
	font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
	display: none;
}


/**********************************************************************************/
/* PC ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* 背景色変更 */
/**********************************************************************************/

/* 共通 */
.color_change * {

}
.color_change button#tgl_spm_display,
.color_change #spm_wrap button {
	background-color: #ffffff !important;
}
.color_change #footer {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}
.color_change #author_box p,
.color_change #copyright p {
	color: inherit !important;
}
.color_change #cse-search-box label {
	color: inherit;
}
.color_change #mymainback_bg {
	background: none;
}
/* 黒 */
.color_black * {

}
.color_black #acc_func_box {
	background: #333;
}
/* 青 */
.color_blue * {

}
.color_blue #acc_func_box {
	background: #0000aa;
}

/**********************************************************************************/
/* 背景色変更 ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* タブレット */
/**********************************************************************************/
@media screen and (max-width: 1080px) {

}
/**********************************************************************************/
/* タブレット ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* スマートフォン */
/**********************************************************************************/
@media screen and (max-width : 1079px) {


	/*=============== layout =============== */

	#container {
		min-width: auto;
	}

	/*=============== parts-detail =============== */

	/* 画像サイズ */
	#main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	/*=============== sp-common =============== */

	* {
		float: none;
	}

	/* 領域の位置やサイズに関する設定 */
	#loading-view {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		/* 背景関連の設定 */
		background-color: #ffffff;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}

	#xp1 {
		width: auto;
		margin: 0px auto;
	}

	/* viewSwitch */
	#viewSwitch {
		display: none;
		background: #cccccc;
		border-top: 1px solid #cccccc;
		text-align: center;
		padding: 15px 0px;
	}
	#viewSwitch dl {
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt,
	#viewSwitch dd,
	#viewSwitch ul,
	#viewSwitch li {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt {
		margin-right: 10px;
		color: #333333;
	}
	#viewSwitch ul {
		list-style: none;
	}
	#viewSwitch li {
		padding: 2px 5px;
	}
	#viewSwitch li:nth-child(1) {
		border-right: solid 1px #333333;
	}
	#viewSwitch li:nth-child(2) {
		border-right: solid 1px #333333;
	}
	#vsSP {
		font-weight: bold;
	}

	/* spbutton */
	.spbutton {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		padding: 10px;
		border: 1px solid #dcdcdc;
		border-radius: 5px;
		background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
				box-shadow: inset 1px 1px 0px 0px #ffffff;
		text-decoration: none;
		text-align: center;
	}
	.spbutton:hover {
		background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.spbutton:active {
		position: relative;
		top: 1px;
	}

	/* テーブル切り替え */
	#main_body .sp_table_wrap {
		overflow: auto;
	}

	#main_body div.sp_large_table {
		width: 1000px;
		overflow: visible;
	}

	.sp_button {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		padding: 10px;
		border: 1px solid #dcdcdc;
		border-radius: 5px;
		background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
				box-shadow: inset 1px 1px 0px 0px #ffffff;
		text-decoration: none;
		text-align: center;
	}
	.sp_button:hover {
		background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.sp_button:active {
		position: relative;
		top: 1px;
	}
	.gsc-result .gs-title {
		height: auto !important;
	}

	/* ページ内目次 */
	#sp_page_index_link_wrap {
		display: block;
		width: auto;
		margin: 10px 0px;
	}

	#sp_page_index_link_toggle {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
		border: 1px solid #333;
		background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% #eeeeee;
		background-size: 15px 15px;
		border-radius: 5px;
		text-align: center;
	}
	#sp_page_index_link_toggle.open {
		background-image: url(/img/sp/acc_close.png);
	}
	#sp_page_index_link_toggle:focus {
		outline: none;
	}

	ul#sp_page_index_link {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	ul#sp_page_index_link li {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	ul#sp_page_index_link li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	ul#sp_page_index_link li a.sp_headtype_h2 { padding-left: 10px; font-size: 2.0rem; line-height: 1.2; }
	ul#sp_page_index_link li a.sp_headtype_h3 { padding-left: 20px; font-size: 1.8rem; line-height: 1.2; }
	ul#sp_page_index_link li a.sp_headtype_h4 { padding-left: 30px; font-size: 1.6rem; line-height: 1.2; }
	ul#sp_page_index_link li a.sp_headtype_h5 { padding-left: 40px; font-size: 1.4rem; line-height: 1.2; }
	ul#sp_page_index_link li a.sp_headtype_h6 { padding-left: 50px; font-size: 1.2rem; line-height: 1.2; }

	/*=============== sp-layout =============== */

	/* 全体 */
	html {
		font-size: 62.5%;
	}
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		line-height: 1.5;
		-webkit-text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: block;
	}

	#main,
	.side1 #main,
	.side2 #main,
	.side1.side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_a,
	.side1 #main_a,
	.side2 #main_a,
	.side1.side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	/*=============== sp-parts =============== */

	/********** 1 共通 **********/

	/* PC表示切り替えボタン */
	#viewPCMode {
		display: none;
	}

	/* レスポンシブアコーディオン用 */
	.acc_title_wrap {
		position: relative;
	}
	.acc_title {
		position: relative;
	}
	.acc_title > label {
		display: block;
		cursor: pointer;
		padding-right: 30px;
	}

	.acc_title + input[id*="acc_ttl_label"] + * {
		display: none;
	}
	.acc_title + input[id*="acc_ttl_label"]:checked + * {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% transparent;
		background-size: 15px 15px;
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_close.png);
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none;
	}

	/* 非表示 */
	#footstep_wrap {
		display: none !important;
	}
	#keep_page {
		display: none !important;
	}

	/********** 2 基本設定 **********/

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: 1.4rem;
	}

	/********** 3 ヘッダ **********/

	/* ヘッダ */
	#header {
		font-size: 1.3rem;
		position: relative;
	}

	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: stretch;
			-ms-flex-align: stretch;
				align-items: stretch;
		position: fixed;
		left: 0;
		bottom: 0px;
		z-index: 999;
		width: 100%;
		background: transparent;
		padding: 0px 10px 10px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		transition: all 0.2s ease;
	}
	.spm_menu_open #spm_wrap,
	.spm_search_open #spm_wrap {
		background: #36cae0;
	}
	#spm_wrap button {
		display: block;
		width: calc(100% / 2);
		height: 50px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		color: #000000;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 24px;
		background-color: #36cae0;
		position: relative;
		transition: none !important;
	}
	#spm_wrap button + button:before {
		content: "";
		width: 1px;
		height: 30px;
		position: absolute;
		z-index: 1;
		top: calc(50% - 15px);
		left: 0;
		background: #8c8c8c;
	}
	#spm_wrap button#tgl_spm_menu {
		background-image: url("/img/site/ipu/spm_btn_menu.png");
	}
	.spm_menu_open #spm_wrap button#tgl_spm_menu {
		background-image: url("/img/site/ipu/spm_btn_menu_cl.png");
	}

	#spm_wrap button#tgl_spm_search {
		background-image: url("/img/site/ipu/spm_btn_search.png");
	}
	.spm_search_open #spm_wrap button#tgl_spm_search {
		background-image: url("/img/site/ipu/spm_btn_search_cl.png");
	}
	#spm_display_menu {

	}
	button#tgl_spm_display {
		position: absolute;
		z-index: 99;
		top: 15px;
		right: 0px;
		display: block;
		width: 94px;
		height: 50px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		margin: 0px;
		padding: 30px 5px 5px;
		border: none;
		border-left: 1px solid #8c8c8c;
		text-align: center;
		text-indent: -9999em;
		overflow: hidden;
		color: #000000;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 56px auto;
		background-color: #ffffff;
		background-image: url("/img/site/ipu/spm_btn_display.png");
	}
	.spm_display_open button#tgl_spm_display {
		height: 100%;
		top: 10px;
		padding: 45px 5px 20px;
		border-left-color: #36cae0;
		background-color: #36cae0;
		background-position: top 12px center;
		background-image: url("/img/site/ipu/spm_btn_display_cl.png");
	}

	#header2 {
		width: auto;
		margin: 0px;
	}

	#he_left {
		position: static;
		width: auto;
		margin: 0px;
		padding: 7px 15px;
		-webkit-box-sizing: border-box;
			box-sizing: border-box;
	}
	#he_left #logo img {
		max-width: none;
		width: 206px;
		height: 64px;
		object-fit: contain;
	}

	#he_right {
		margin: 0;
		padding: 0;
	}
	#display_menubox {
		right: -100%;
		top: 100%;
		position: absolute;
		z-index: 99;
		width: 100%;
		height: auto;
		padding: 15px;
		background: #ffffff;
		border: 4px solid #36cae0;
		-webkit-box-sizing: border-box;
			box-sizing: border-box;
		-webkit-transition: right 0.3s ease;
			-o-transition: right 0.3s ease;
				transition: right 0.3s ease;
	}
	.spm_display_open #display_menubox {
		right: 0;
	}

	ul#header_navi {
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
	ul#header_navi li[id^="hl_"] {
		margin: 0px 15px 20px 0px;
	}
	ul#header_navi li[id^="hl_"]:last-child {
		margin-bottom: 0px;
	}
	ul#header_navi li#hl_voice {
		display: none !important;
	}
	ul#header_navi li#hl_func {
		width: 100%;
	}
	#acc_func_menu {
		display: none !important;
	}
	#acc_func_box {
		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;
		position: static;
		box-shadow: none;
		width: auto;
		padding: 0;
	}
	#acc_func_box dl {
		margin: 0px 0px 20px;
	}
	#acc_func_box dl#moji_size {
		margin-right: 15px;
	}
	#func_menu_close {
		display: none;
	}

	ul#header_navi li[id^="hl_"] > a, ul#header_navi li[id^="hl_"] > button {
		font-size: 1.3rem;
	}
	ul#header_navi li#hl_lang > a {
		font-size: 1.4rem;
	}
	#acc_func_box dl dt {
		font-size: 1.3rem;
		width: auto;
	}
	#acc_func_box dl dd a {
		font-size: 1.3rem;
	}
	#acc_func_box dl dd a#moji_large {
		font-size: 1.4rem;
	}

	/* 検索 */
	#top_search_keyword {
		position: fixed;
		z-index: 99;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		overflow: auto;
		padding: 40px 20px 100px;
		-webkit-box-sizing: border-box;
			box-sizing: border-box;
		border: 4px solid #36cae0;
		background: #ffffff;
		-webkit-transition: .3s transform;
			-o-transition: .3s transform;
				transition: .3s transform;
		display: block;
		text-align: left;
	}
	.spm_search_open #top_search_keyword {
		-webkit-transform: translate3d( 0, -100%, 0);
			transform: translate3d( 0, -100%, 0);
	}
	#cse-search-box {
		display: block;
		width: auto;
	}
	#cse-search-box .gsrch_ttl {
		display: block;
		margin: 0px 0px 10px;
		font-size: 1.3rem;
	}
	#cse-search-box .gsc-input-box {
		width: 100% !important;
		max-width: none;
		padding: 0px;
	}
	/*
	#cse-search-box input.gsc-input,
	#cse-search-box .gsc-search-button-v2 {
	  vertical-align: middle;
	}
	*/
	#cse-search-box input.gsc-input {
		height: 3.6rem !important;
		line-height: 3.6rem !important;
		box-sizing: border-box;
	}
	#cse-search-box .gsc-search-button-v2 {
		height: 3.8rem;
		line-height: 3.8rem;
		box-sizing: border-box;
	}
	#cse-search-box .gsc-search-button-v2 svg {
		height: 3.8rem;
	}

	input[type="text"] {
		-webkit-appearance: none;
		border-radius: 0;
	}

	#cse-search-box .gsc-results-wrapper-overlay {
		width: 87%;
		height: calc(100% - 170px);
		padding: 40px 10px 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}


	#cse_filetype {
		display: block;
		margin: 10px 0px 0px auto;
		width: auto;
	}
	#cse_filetype fieldset {
		padding: 0px;
		text-align: right;
	}
	#cse_filetype fieldset span {
		font-size: 1.2rem;
	}

	/* ページID検索 */
	#top_search_page_id {}

	#open_page_id_message {
		position: static;
	}

	/* グローバルナビ */
	#top_search {
		position: fixed;
		z-index: 99;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		overflow: auto;
		padding: 40px 20px 100px;
		-webkit-box-sizing: border-box;
			box-sizing: border-box;
		border: 4px solid #36cae0;
		background: #ffffff;
		-webkit-transition: .3s transform;
			-o-transition: .3s transform;
				transition: .3s transform;
	display: block;
	text-align: left;
	}
	.spm_menu_open #top_search {
		-webkit-transform: translate3d( 0, -100%, 0);
			transform: translate3d( 0, -100%, 0);
	}

	ul#gnav {
		flex-wrap: wrap;
		align-items: stretch;
		gap: 14px;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	ul#gnav li {
		display: block;
		width: calc(50% - 7px);
	}
	ul#gnav li a {
		font-size: 1.4rem;
		padding: 15px 5px;
	}
	ul#gnav li a span {
		padding: 55px 0px 0px;
	}
	ul#gnav li a span:before {
		left: calc(50% - 25px);
		top: 0px;
	}

	/********** 4 パンくず **********/

	/* パンくず */
	#pankuzu_wrap {
		padding: 15px 0px 5px;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin: 0px 0px 10px;
		font-size: 1.3rem;
	}
	.pankuzu {
		font-size: 1.2rem;
		padding-left: 5.5rem;
	}
	.pankuzu:first-child .icon_current {
		top: -1px;
		font-size: 1.1rem;
		width: 4.5rem;
	}
	.pankuzu:first-child .icon_current {

	}

	/********** 5 フッタ **********/

	/* フッタ */
	#footer {
		font-size: 1.3rem;
	}
	#footer_column {
		width: auto;
		padding: 40px 20px 100px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		column-gap: 0;
		row-gap: 20px;
	}
	#footer_navi{
		padding: 0px;
		width: auto;
	}
	#footer_navi ul {
		width: auto;
		margin: 0px;
		padding: 30px 0px 10px;
		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;
	}
	#footer_navi ul li {
		display: inline-block;
		vertical-align: middle;
		margin: 0px 20px 15px 0px;
	}
	#author_box p {
		font-size: 1.3rem;
	}
	#author_box p.f_author {
		gap: 25px;
		font-size: 1.5rem;
	}
	#author_box p.f_author span {
		padding-top: 0px;
	}
	#author_box p.f_author img {
		width: 225px;
		height: auto;
	}
	#author_box p.f_day_close br {
		display: none;
	}
	#f_info_box {
		padding-top: 0px;
		align-items: flex-start;
		min-width: auto;
	}
	#copyright {
		padding-top: 20px;
	}
	#copyright p {
		text-align: center;
	}
	a.city_toppage {
		font-size: 1.4rem;
	}

	/* 戻る・ページトップ */
	#back_or_pagetop {
		width: auto;
		margin: 0px 10px;
	}
	#back_or_pagetop > div a {
		width: auto;
		padding: 10px 15px;
	}

	/* ページトップ（フローティング表示） */
	#footer_link_pagetop {
		width: 60px;
		right: 10px;
	}
	#footer_link_pagetop.fixed {
		bottom: 10px;
	}

	/* おすすめ情報（回遊ボタン） */
	#osusume_banner_ttl {
		width: 60px;
	}
	#osusume_banner_ttl a {
		font-size: 1.2rem;
		line-height: 1.5rem;
		padding: 15px 0px;
	}

	/********** 6 メイン **********/

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: 10px;
	}
	.link_to_subsitemenu a {
		display: block;
		padding: 10px;
		font-size: 1.5rem;
		border: 1px solid #333333;
		background: #eeeeee;
		color: #333;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
	}
	.link_to_subsitemenu a span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	.link_to_subsitemenu a span:before {
		content: '';
		width: 0px;
		height: 0px;
		border: 7px solid transparent;
		border-bottom-width: 0px;
		border-top-width: 9px;
		border-top-color: #333;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 10px 10px 0px;
	}
	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #333;
		color: #fff;
		text-shadow: none;
		padding: 5px 20px 0px;
	}
	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #333;
		text-shadow: none;
		padding: 20px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		max-width: 765px;
		margin: 0px auto 30px;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	@media screen and (max-width : 795px) {
		#site_footer {
			width: auto;
			max-width: 480px;
			margin: 0px auto 30px;
		}
	}
	#site_footer_box {
		gap: 16px;
	}
	#site_footer_box p {
		max-width: calc(50% - 8px);
	}
	#site_footer_box p img {
		max-width: 100%;
		height: auto !important;
	}
	/* メイン */
	#mymainback_bg {
		background-size: auto 448px;
		min-height: calc(448px + 100px);
	}
	#mymainback {
		margin: 0px 10px;
	}
	#main_body {
		padding: 0px 10px 20px;
		margin: 0px 0px 60px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: 1.3rem;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* 見出し */
	#main_header h1 {
		font-size: 2.4rem;
		padding: 30px 20px;
		background-size: 280px auto;
	}

	#main_body h2 {
		font-size: 2rem;
		padding: 15px 20px;
		background-size: 85px auto;
	}

	#main_body h3 {
		font-size: 1.8rem;
		padding: 12px 20px;
	}

	#main_body h4 {
		font-size: 1.6rem;
		padding: 10px 20px;
		border-left-width: 8px;
		padding-left: 12px;
	}

	#main_body h5 {
		font-size: 1.5rem;
		padding: 8px 20px;
		background-size: 11px auto;
		background-position: left 0px top 1.3rem;
	}

	#main_body h6 {
		font-size: 1.4rem;
		padding: 5px 20px;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 20px;
	}
	.hyouka_box_detail {
		font-size: 1.2rem;
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 20px;
	}
	#section_footer h2, #main_body #section_footer h2 {
		font-size: 1.6rem;
	}
	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
	}
	.pdf_download .pdf_img,
	.wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.2rem;
	}

	/* コンテンツフッタ */
	#content_footer {
		text-align: center;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: 0px 10px 10px;
	}
	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: 1.3rem;
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* おすすめコンテンツ */
	#second_osusume {
		padding: 20px 15px 10px;
	}
	#second_osusume h2 {
		margin: 0px 5px 10px;
	}
	#second_osusume ul {
		max-width: 420px;
		margin: 0px auto;
	}
	#second_osusume ul li {
		width: calc(50% - 10px);
		margin: 0px 5px 10px;
	}

	/********** 7 サイド **********/

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 30px;
	}

	/* レコメンド・AIレコメンド */
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		padding: 10px;
	}
	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	#main #common_banner_link ul {
		margin-top: 30px;
	}

	/* 重要なお知らせ */
	#second_important {}

	#second_important ul li {
		margin: 0px;
		padding: 10px 0px;
		border-bottom: 1px solid #ccc;
	}
	#second_important ul li:last-child {
		border-bottom: none;
	}
	#second_important ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	#second_important .link_box {
		text-align: center;
	}

	/* カウントダウン */
	.count_down_box {}

	/* 関連リンク */
	#kanren_link ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#kanren_link ul li {
		margin: 0px;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	#kanren_link ul li:last-child {
		border-bottom: none;
	}
	#kanren_link ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* サイドメニュー */
	.subsite_menu_ttl.acc_title {
		padding-right: 10px;
	}
	.subsite_menu_list {
		padding: 0px 20px;
	}
	.subsite_menu_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.subsite_menu_list ul li:last-child {
		border-bottom: none;
	}
	.subsite_menu_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/********** 8 リスト **********/

	/* リスト（一覧） */
	.info_list ul li {
		margin: 0px;
		padding: 10px 5px;
	}
	.info_list ul li:last-child {

	}
	.info_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding: 10px 5px;
		padding-right: 12px;
		text-decoration: none;
	}
	.site_list1 .info_list ul li {
		padding-right: 10px;
	}
	.site_list1 .info_list ul li a {
		display: inline;
		background: none;
		padding: 10px 5px;
		text-decoration: underline;
	}

	/* リスト（日付） */
	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
		padding-right: 10px;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack .article_img {
		width: 120px;
		padding-right: 10px;
	}
	.list_pack .article_img span {
		max-height: 100px;
	}
	.list_pack .article_img span:empty {
		height: 100px;
		background-size: contain;
	}

	/* リスト（サムネイル） 縦可変 */
	/*
	.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;
	}
	*/

	/*=============== sp-parts-detail =============== */

	/* 画像サイズ */
	#main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	#main_body div[class^="detail_"] {
		margin: 0px 10px;
		padding: 10px 0px;
	}
	#main_body div[class*="detail_"] h2,
	#main_body div[class*="detail_"] h3,
	#main_body div[class*="detail_"] h4,
	#main_body div[class*="detail_"] h5,
	#main_body div[class*="detail_"] h6{
		margin-left: 0px;
		margin-right: 0px;
	}

	/* 背景色変更 */
	.color_change .sp_button {
		background: rgba(255, 255, 255, 0.2) !important;
	}
	.color_black #spm_wrap {
		background: #333333 !important;
	}
	.color_blue #spm_wrap {
		background: #0000aa !important;
	}
	.color_black #top_search_keyword,
	.color_black #top_search,
	.color_black #display_menubox {
		background: #333333 !important;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.color_blue #top_search_keyword,
	.color_blue #top_search,
	.color_blue #display_menubox {
		background: #0000aa !important;
		border-color: rgba(255, 255, 255, 0.5);
	}
}
/**********************************************************************************/
/* スマートフォン ここまで */
/**********************************************************************************/