@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1080px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;

	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;

}

/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-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: var(--content-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: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}

.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}

.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}

.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide,
.tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */

/* フォント */
body,
button,
input,
textarea,
select {
	font-family: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.6rem);
	line-height: var(--lineheight-main, 1.5);
	letter-spacing: var(--letterspacing-main, 0em);
	overflow-wrap: break-word;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.75);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.subsite_menu_ttl,
.site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
/*
input,
textarea,
select,
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: sans-serif;
}
*/

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;
}

/* リンク */
a:link {
	color: #0d59b7;
	text-decoration: underline;
}

a:visited {
	color: #660099;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

a:hover img,
a:focus img {
	opacity: 0.75;
}

/* レスポンシブアコーディオン用 */
input[id*="acc_ttl_label"] {
	display: none;
}

.acc_icon {
	display: none;
}

/* レスポンシブアコーディオン用（class付与） */
.acc_title.accordion {
	pointer-events: none;
}

.acc_title.accordion:focus {
	outline: none;
}

.acc_title.accordion a {
	pointer-events: auto;
}

/* ========== ヘッダ ========== */

/* スマートフォン用 */
#spm_wrap_top,
#spm_wrap_btm {
	display: none;
}

/* ヘッダ */
#header2_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.he_left_wrapper {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#he_left {
	width: 100%;
	max-width: 664px;
	min-height: 122px;
	margin: 0 auto;
	display: flex;
	justify-content: center;

	background: url(/img/sites/kanko/common/logo_bg.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.color_change #he_left {
	background: #fff !important;
}

#he_left #logo {
	margin: 0px;
}

.color_change #he_left #logo {
	background: #fff !important;
}

#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}

#he_left #logo a {
	display: block;
}

#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.color_change #he_left #logo img {
	background: #fff !important;
}

#he_right {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	text-align: right;
}

.header_nav {
	display: flex;
	gap: 20px;
	align-items: baseline;
}

.header_nav div[class^="h_"],
.header_nav div.h_support_wrap {
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
}

/* ヘッダメニュー */
.header_nav 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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header_nav ul li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 20px;
	text-align: left;
}

.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}

.h_lang {
	position: relative;
}

#lang_menu_open {
	font-size: 1.4rem;
	font-weight: 400;
	background: transparent !important;
	outline: none;
	border: none;
	padding: 0 0 0 26px;
	position: relative;
	cursor: pointer;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
}

#lang_menu_open.open::after {
	content: '';
	width: 16.3rem;
	height: 8px;
	background: url(/img/sites/kanko/common/support_down_lang_arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%)
}

.color_change #lang_menu_open.open::after {
	background-image: url(/img/sites/kanko/common/support_down_lang_arr_white.png);
}

#lang_menu_open::before {
	content: "";
	background: url(/img/sites/kanko/common/lang_icon.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.color_change #lang_menu_open::before {
	background-image: url(/img/sites/kanko/common/lang_icon_white.png);
}

#lang_menu_box {
	display: none;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 200%;
	transform: translateX(-50%);
	text-align: left;
	min-width: 19.2rem;
	z-index: 10;
	border-radius: 5px;
}

#lang_menu_box.open {
	display: flex;
}

#lang_menu_box .lang_list {
	flex-direction: column;
	font-size: 1.2rem;
}

#lang_menu_box .lang_list li {
	margin: 7px 0;
	width: 100%;
}

#lang_menu_box .lang_list li:first-child {
	margin-top: 0;
}

#lang_menu_box .lang_list li:last-child {
	margin-bottom: 0;
}

#lang_menu_box .lang_list li a {
	text-decoration: none;
	color: #333333;
	width: 100%;
	display: block;
}

#lang_menu_box .lang_list li a:hover {
	text-decoration: underline;
}

#lang_menu_close {
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	font-size: 1.4rem;
	margin: 0px;
	background: url(/img/sites/kanko/common/support_close_icon.png) no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent !important;
}

.h_support_wrap {
	display: flex;
	gap: 20px;
}

.header_nav .h_main a {
	font-weight: 400;
	font-size: 1.4rem;
	padding-left: 22px;
	display: block;
	position: relative;
	color: #333333;
	text-decoration: none;
}

.header_nav .h_main a:visited {
	color: #333333;
}

.header_nav .h_main a::before {
	content: "";
	background: url(/img/sites/kanko/common/main_icon.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.color_change .header_nav .h_main a::before {
	background-image: url(/img/sites/kanko/common/main_icon_white.png);
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

#support_menu_open {
	font-size: 1.4rem;
	background: transparent;
	background-color: transparent !important;
	outline: none;
	border: none;
	padding: 0 0 0 25px;
	position: relative;
	cursor: pointer;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, メイリオ, Osaka, sans-serif;
}

#support_menu_open::before {
	content: "";
	background: url(/img/sites/kanko/common/support_icon.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.color_change #support_menu_open::before {
	background-image: url(/img/sites/kanko/common/support_icon_white.png);
}

#support_menu_open.open::after {
	content: '';
	width: 8.6rem;
	height: 8px;
	background: url(/img/sites/kanko/common/support_down_arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%)
}

.color_change #support_menu_open.open::after {
	background-image: url(/img/sites/kanko/common/support_down_arr_white.png);
}


#support_menu_box {
	display: none;
	position: absolute;
	top: 200%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 43.5rem;
	margin: 0px;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
}

.font_size_changed #support_menu_box {
	top: 157%;
	min-width: 39.4rem;
}

.font_size_changed.font_size_limit_max #support_menu_box {
	min-width: 34.4rem;
}

#support_menu_box.open {
	display: flex;
	justify-content: center;
	gap: 30px;
}

#support_menu_close {
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	font-size: 1.4rem;
	margin: 0px;
	background: url(/img/sites/kanko/common/support_close_icon.png) no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent !important;
}

dl#moji_size,
dl#haikei_color {
	margin: 0;
	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: center;
	-ms-flex-align: center;
	align-items: center;
}

dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: 0;
	padding: 6px 0px;
}

dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
	border-radius: 5px;
}

dl#moji_size dd a:hover,
dl#haikei_color dd a:hover {
	text-decoration: underline;
}

dl#moji_size dd a {
	padding: 5px 10px;
}

dl#moji_size dd a#moji_large {
	font-size: 1.4rem;
	font-weight: bold;
}

.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666666;
}

dl#haikei_color dd a#haikei_white {
	border-color: #cccccc;
	background: #ffffff !important;
	color: #333333 !important;
}

dl#haikei_color dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}

dl#haikei_color dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
.header_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 100;
}

.header_search_wrap {
	display: none;
	border: 1px solid #32dba9;
	background: rgba(246, 246, 246, 0.9);
	opacity: 1;
	padding: 30px 20px 20px;
	position: relative;
	min-width: 53.6rem;
}

.header_search_wrap.pcm_search_open {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	top: 100%;
	right: 0;
}

.header_search_wrap .search_ttl {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.search_tabs {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.search_section {
	display: none;
}

.search_section.active {
	display: block;
}

.tab_btn {
	min-width: 17.5rem;
	font-size: 1.5rem;
	background: #d7d7d7;
	border: none;
	padding: 8px 38px;
	max-height: 3rem;
	line-height: 1;
}

.tab_btn.active {
	background: #32dba9;
	padding: 13px 38px;
	max-height: 4rem;
}

.font_size_changed .tab_btn {
	max-height: 4rem;
}

.font_size_changed .tab_btn.active {
	max-height: 4.6rem;
}

#pcm_search {
	display: block;
	width: 10.2rem;
	height: 5rem;
	padding: 0;
	outline: none;
	border: none;
	border-radius: 0 0 10px 10px;
	background: #32dba9;
}

.pcm_search_open #pcm_search {
	border-radius: 0;
}

#pcm_search span.icon {
	width: fit-content;
	margin: 0 auto;
	display: block;
	position: relative;
	padding-left: 35px;
	font-size: 1.4rem;
}

#pcm_search span.icon_close {
	display: none;
}

#pcm_search span.icon_close {
	padding-left: 2.7rem;
}

#pcm_search span.icon_open::before,
#pcm_search span.icon_close::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background: url(/img/sites/kanko/common/search_icon.png) no-repeat;
	background-size: contain;
	background-position: center;
}

#pcm_search span.icon_close::before {
	width: 1.8rem;
	height: 1.8rem;
	background: url(/img/sites/kanko/common/pcm_close_icon.png) no-repeat center / contain;
}

.pcm_search_open #pcm_search .icon_open {
	display: none;
}

.pcm_search_open #pcm_search .icon_close {
	display: block;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
	width: 100%;
}

#cse-search-box .search_ttl {
	display: block;
}

#cse-search-box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	border: 1px solid #32dba9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 6rem) !important;
	height: 3.8rem !important;
	border: none !important;
	padding: 24px;
}

#submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6rem;
	height: auto;
	border: none;
	background: #32dba9;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	line-height: 3.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#cse_filetype {
	margin-top: 5px;
	text-align: right;
}

#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#cse_filetype fieldset legend {
	display: none;
	margin: 0px;
	padding: 0px;
}

#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}

#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* ページID検索 */
#top_search_page_id {
	text-align: left;
	width: 100%;
}

#open_page_id_box .search_ttl {
	display: block;
}

#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	border: 1px solid #32dba9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 6rem);
	height: 3.8rem;
	border: none;
	padding: 24px;
}

#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6rem;
	height: auto;
	border: none;
	background: #32dba9;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	line-height: 3.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#open_page_id_message {
	margin-top: 15px;
	text-align: right;
	font-size: 1.4rem;
	display: block;
	color: #333333;
}

a#open_page_id_message:visited {
	color: #333333;
}

#open_page_id_message:empty {
	display: none;
}

#filetype_all[type="radio"] {
	accent-color: #666;
}

/* グローバルナビ */
#top_search {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.gnav ul {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px 30px;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.gnav ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
	position: relative;
}

.gnav ul li::after {
    content: "";
    position: absolute;          
    top: 0;
    height: 85%;
    right: 0;
    width: 1px;
    background: #14abbd;
}

.gnav ul li:first-child::before {
	content: "";
	position: absolute;          
	top: 0;      
	height: 85%;
	left: 0;
	width: 1px;
	background: #14abbd;
}

.gnav ul li a {
	display: block;
	background: transparent;
	color: #333333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px 7px;
	border-bottom: 1px solid transparent;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.gnav ul li a:hover,
.gnav ul li a:focus {
	background: rgba(255, 255, 255, 0.5);
	border-bottom-color: #14abbd;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: var(--content-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;
	vertical-align: top;
}

#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3.2rem;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
}

#mainimg_box .site_name.noimage {
	position: static;
	padding: 30px;
	text-shadow: none;
	background: #f6f6f6;
	color: #333333;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */

/* フッタ */
#author_info {
	background: #f6f6f6;
}

#author_info_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 0px 80px;
}

.color_change .f_logo {
	background: #fff !important;
}

.color_change .f_author {
	background: #fff !important;
}

.color_change .f_author img {
	background: #fff !important;
}

/* フッタメニュー */
.footer_navi {
	padding: 30px 0px 20px;
}

.footer_navi 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;
}

.footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
}

.footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.footer_navi1 ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 10px;
}

.footer_navi1 ul li a {
	color: #333333;
	font-size: 1.2rem;
	border-right: 2px solid #333333;
	padding-right: 10px;
}

.footer_navi1 ul li:last-child a {
	border-right: none;
	padding-right: 0px;
}

/* 管理者情報 */
#author_box {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 80px;
}

#author_box p {
	font-size: 1.4rem;
}

#author_box p.f_author {
	font-weight: bold;
}

#author_box p.f_number {
	display: none;
}

.f_details {
	width: 100%;
}

.author_sub_box {
	width: 100%;
	display: flex;
	gap: 40px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 10px;
	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;
}

#btn_pagetop.fixed {
	bottom: 10px;
}

#btn_pagetop a {
	display: block;
}

#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
/* #site_footer {
	clear: both;
	float: none;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	color: #333333;
} */
/* #site_footer_box {
	padding: 30px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
} */

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	color: #333333;
	padding: 20px 0px 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#pankuzu_wrap>div {
	width: var(--content-width, 1080px);
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 7rem;
}

#pankuzu_wrap>div a:link,
#pankuzu_wrap>div a:visited {
	color: #333333;
}

.color_change.color_black #pankuzu_wrap>div a:link,
.color_change.color_black #pankuzu_wrap>div a:visited {
	color: #ffff00 !important;
}

.color_change.color_black #pankuzu_wrap>div a:link:hover,
.color_change.color_black #pankuzu_wrap>div a:visited:hover {
	color: #fff !important;
}

.color_change.color_blue #pankuzu_wrap>div a:link,
.color_change.color_blue #pankuzu_wrap>div a:visited {
	color: #fff !important;
}

.color_change.color_blue #pankuzu_wrap>div a:link:hover,
.color_change.color_blue #pankuzu_wrap>div a:visited:hover {
	color: #ffff00 !important;
}

.pankuzu .icon_current {
	display: none;
}

.pankuzu:first-child .icon_current {
	background: #c1f4e5;
}

.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 5px;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.6rem;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}


#footstep_ttl {
	background: #c1dff4;
}

#clear_footstep {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background: url("/img/sites/kanko/common/icon_clear.png") no-repeat center center #ffffff;
	background-size: 1.8rem 1.8rem;
	color: #333333;
}

.color_change #clear_footstep {
	background: url("/img/common/icon_clear.png") no-repeat center center #ffffff;
	background-size: 10px 10px !important;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 30px;
}

.tpl_site_detail a:link,
.tpl_site_detail a:visited {
	color: #333333 !important;
}

#main_header h1 {
	margin: 0;
	text-align: center;
	padding: 4px 30px 26px;
	font-size: 3.2rem;
	border-bottom: 3px solid #32dba9 !important;
	position: relative;
}

#main_header h1::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 33.33%;
	width: 33.33%;
	height: 3px;
	background: #1aadbe;
}

#main_header h1::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 66.66%;
	width: 33.33%;
	height: 3px;
	background: #e4e260;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 21px 30px 20px;
	background: #c1f4e5;
	font-size: 2.6rem;
}

#main_body h3 {
	padding: 17px 30px;
	border: 1px solid #1aadbe;
	font-size: 2.4rem;
}

#main_body h4 {
	padding: 14px 30px 13px;
	border-bottom: 1px solid #32dba9;
	font-size: 2.2rem;
}

#main_body h5 {
	padding: 10px 30px 10px 3.5rem;
	font-size: 2.0rem;
	position: relative;
}

#main_body h5::before {
	content: "";
    position: absolute;
    top: 1.8rem;
    left: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background: #1aadbe;
    border-radius: 100%;
}

#main_body h6 {
	padding: 7px 30px 6px 3.5rem;
	font-size: 1.8rem;
	position: relative;
}

#main_body h6::after {
	content: "";
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    border: 0.35rem solid #c1c1c1;
    background: #fff;
}

/* テーブル */
#main_body table {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	/* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_body th {
	background: #f6f6f6;
	color: #333333;
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_body td {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}

#main_body table p:last-child {
	margin: 0px;
}

/* ========== メイン ========== */

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
	text-align: center;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#content_header>span {
	display: inline-block;
	margin-left: 2em;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/common/icon_print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.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;
	vertical-align: top;
}

.d-flex.f-wrap-wrap>* img,
.sdgs-icons>* img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 40px 30px 0px 0px;
}

#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/common/icon_calendar.png") no-repeat left center transparent;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}

.sns_button_wrap>div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 40px 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;
}

.wmplayer_download .wmplayer_img {
	width: 88px;
}

.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0px 0px;
	padding: 30px;
	border: 1px solid #c1c1c1;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}

#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}

#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}

#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}

.hyouka_box input[type="radio"] {
	accent-color: #1f68ad;
}

.hyouka_box input[type="radio"]:focus {
	outline: none;
}

.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}

#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
}

#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #f6f6f6;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 40px 0px 0px;
	padding: 25px 30px;
	border: 1px solid #1aadbe;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}

#main_body #section_footer h2::before,
#main_body #section_footer h2::after {
	display: none;
}

#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[class*="sf_name"] {
	margin-bottom: 10px;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}

#osusume_contents_area .second_osusume {
	margin: 40px 0px 0px;
	padding: 30px;
	background: #f6f6f6;
}

#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	background: url("/img/common/icon_osusume.png") no-repeat left center transparent;
	color: inherit;
	font-size: 2rem;
}

#osusume_contents_area .second_osusume ul {
	margin: 0px;
	padding: 0px 10px;
	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;
	gap: 30px;
}

#osusume_contents_area .second_osusume ul li {
	width: 200px;
}

#osusume_contents_area .second_osusume ul li div>span {
	display: block;
}

#osusume_contents_area .second_osusume ul li div>span.osusume_img {
	margin-bottom: 10px;
}

#osusume_contents_area .second_osusume ul li div>span.osusume_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */
#sidebar1>div,
#sidebar2>div {
	margin-bottom: 20px;
}

#sidebar1>div:last-child,
#sidebar2>div:last-child,
#sidebar1>div:empty,
#sidebar2>div:empty {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}

.free_box p {
	margin: 0px 0px 1em;
}

.free_box p:last-child {
	margin-bottom: 0px;
}

.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* 重要なお知らせ */
#important_noticest_area .second_important {
	background: #fdf2f2;
	padding: 30px 20px;
}

#important_noticest_area .second_important a {
	color: #cc0000;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #cc0000;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0px;
}

#important_noticest_area .second_important ul li>span {
	display: block;
}

#important_noticest_area .second_important ul li>span.article_date {
	font-size: var(--fontsize-main-small, 1.5rem);
}

#important_noticest_area .second_important .link_box {
	margin-top: 20px;
	text-align: right;
}

#important_noticest_area .second_important .link_box>span {
	display: block;
	margin-top: 5px;
}

#important_noticest_area .second_important .link_box>span a {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* カウントダウン */
#count_down_area .count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 15px;
	padding: 20px;
	position: relative;
}

#count_down_area .count_down_box:last-child {
	margin-bottom: 0px;
}

#count_down_area .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_area .count_down_box2>span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#count_down_area .count_down_box2>span.count_img {
	width: 100px;
}

#count_down_area .count_down_box2>span.count_img>span {
	display: block;
}

#count_down_area .count_down_box2>span.count_img>span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#count_down_area .count_down_box2>span.count_txt {
	width: calc(100% - 120px);
}

#count_down_area .count_down_box2>span.count_txt:only-child {
	width: 100%;
}

#count_down_area .count_down_box2>span.count_txt>span {
	display: block;
}

#count_down_area .count_down_box2>span.count_txt>span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}

#count_down_area .count_down_box2>span.count_txt>span.count_day {
	margin-top: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}

#count_down_area .count_down_box2>span.count_txt>span.count_day span {
	font-size: 3rem;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* カウントダウン クリアボタン */
#count_down_area .count_down_clear {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#recommend_tag {
	margin-top: 60px;
}

#ai_recommend_tag {
	margin-top: 30px;
}

#recommend_title,
#ai_recommend_title {
	background: #f3f6f7;
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 20px;
}

#recommend_title h2,
#ai_recommend_title h2 {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px 5px 50px;
}

#recommend_title h2 {
	background: url("/img/sites/kanko/common/icon_recommend.png") no-repeat left center transparent !important;
	color: inherit;
}

.color_change.color_black #recommend_title h2,
.color_change.color_black #recommend_title h2,
.color_change.color_blue #recommend_title h2,
.color_change.color_blue #recommend_title h2 {
	background: url("/img/sites/kanko/common/icon_recommend_white.png") no-repeat left center transparent !important;
}

#ai_recommend_title h2 {
	background: url("/img/sites/kanko/common/icon_ai_recommend.png") no-repeat left center transparent !important;
	color: inherit;
}

.color_change.color_black #ai_recommend_title h2,
.color_change.color_black #ai_recommend_title h2,
.color_change.color_blue #ai_recommend_title h2,
.color_change.color_blue #ai_recommend_title h2 {
	background: url("/img/sites/kanko/common/icon_ai_recommend_white.png") no-repeat left center transparent !important;
}

#recommend_title h2 span,
#ai_recommend_title h2 span {
	letter-spacing: 0;
	line-height: 1.5;
}

#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;
	padding: 5px 20px 5px 45px;
	position: relative;
}

#sidebar_recommend ul li::before,
#sidebar_ai_recommend ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #333333;
}

.color_change #sidebar_recommend ul li::before,
.color_change #sidebar_ai_recommend ul li::before {
	background: #ffffff !important;
}

#sidebar_recommend ul li a:link,
#sidebar_recommend ul li a:visited,
#sidebar_ai_recommend ul li a:link,
#sidebar_ai_recommend ul li a:visited {
	color: #333333;
}

/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0px;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: center;
}

#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
}

#kanren_link ul li {
	margin-bottom: 15px;
}

#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}

.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}

.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}

.common_banner_link a>span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}

.common_banner_link .common_banner_mitsukaranai a>span {
	background: url("/img/common/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}

.common_banner_link .common_banner_faq a>span {
	background: url("/img/common/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}

.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}

.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}

.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}

.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}

.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}

.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}

.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}

.subsite_menu summary:only-child a {
	pointer-events: auto;
}

/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}

	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}

	.subsite_menu summary a {
		pointer-events: auto;
	}
}

/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.info_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}

.info_list ul:has(li:nth-child(4)) {
    justify-content: flex-start;
}

.info_list ul li {
	width: 346px;
	display: flex;
}

/* リスト（日付） */
.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: calc(11em + 10px);
	font-size: var(--fontsize-detail-small, 1.6rem);
	padding-top: 0.1rem;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li>span {
	display: block;
}

.font_size_changed .info_list.info_list_date ul li>span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-direction: column;
	padding: 0;
	height: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.list_pack .article_img {
	width: 346px;
	height: 240px;
	line-height: 1;
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 346 / 240;
	background: #f3f6f7;
}

.list_pack .article_txt {
	width: calc(100% - 60px);
	padding: 40px 30px;
	background: #f3f6f7;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 20px;
	margin-top: 5px;
}

.list_pack .article_txt .article_title {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

.list_pack .article_txt .article_title a:link,
.list_pack .article_txt .article_title a:visited {
	color: #333333;
}

.list_pack .article_txt .article_date {
	margin-top: auto;
	font-size: 1.4rem;
	text-align: right;
	display: block;
	width: 100%;
}

.list_pack .article_img span:empty {
	background: url("/img/sites/kanko/common/noimage.png") no-repeat center center #f3f6f7;
	background-size: contain;
}

.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.tpl_site_list_2 .info_list ul {
	display: block;
}

.tpl_site_list_2 .info_list ul li {
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #a9c4b8;
	margin: 0 0 12px;
	padding: 20px 0 33px;
}

.tpl_site_list_2 .info_list ul li span {
	width: 100%;
	font-size: 1.8rem;
	padding-left: 40px;
}

.tpl_site_list_2 .info_list ul li span a:link,
.tpl_site_list_2 .info_list ul li span a:visited {
	color: #333333 !important;
}

.oyama_img_wrap {
	max-width: 664px;
	margin: 30px auto 0;
	width: 100%;
}

.oyama_img_wrap img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {}

.color_change * a {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_index a:link,
.color_change.color_black .tpl_site_index a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_index a:link:hover,
.color_change.color_black .tpl_site_index a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_index a:link,
.color_change.color_blue .tpl_site_index a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_index a:link:hover,
.color_change.color_blue .tpl_site_index a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_list1 a:link,
.color_change.color_black .tpl_site_list1 a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_list1 a:link:hover,
.color_change.color_black .tpl_site_list1 a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_list1 a:link,
.color_change.color_blue .tpl_site_list1 a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_list1 a:link:hover,
.color_change.color_blue .tpl_site_list1 a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_list_2 a:link,
.color_change.color_black .tpl_site_list_2 a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_list_2 a:link:hover,
.color_change.color_black .tpl_site_list_2 a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_list_2 a:link,
.color_change.color_blue .tpl_site_list_2 a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_list_2 a:link:hover,
.color_change.color_blue .tpl_site_list_2 a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_detail a:link,
.color_change.color_black .tpl_site_detail a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_detail a:link:hover,
.color_change.color_black .tpl_site_detail a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_detail a:link,
.color_change.color_blue .tpl_site_detail a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_detail a:link:hover,
.color_change.color_blue .tpl_site_detail a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black #sidebar_recommend ul li a:link,
.color_change.color_black #sidebar_recommend ul li a:visited,
.color_change.color_black #sidebar_ai_recommend ul li a:link,
.color_change.color_black #sidebar_ai_recommend ul li a:visited {
	color: #ffff00 !important;
}

.color_change.color_blue #sidebar_recommend ul li a:link,
.color_change.color_blue #sidebar_recommend ul li a:visited,
.color_change.color_blue #sidebar_ai_recommend ul li a:link,
.color_change.color_blue #sidebar_ai_recommend ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_black #sidebar_recommend ul li a:link:hover,
.color_change.color_black #sidebar_recommend ul li a:visited:hover,
.color_change.color_black #sidebar_ai_recommend ul li a:link:hover,
.color_change.color_black #sidebar_ai_recommend ul li a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue #sidebar_recommend ul li a:link:hover,
.color_change.color_blue #sidebar_recommend ul li a:visited:hover,
.color_change.color_blue #sidebar_ai_recommend ul li a:link:hover,
.color_change.color_blue #sidebar_ai_recommend ul li a:visited:hover {
	color: #ffff00 !important;
}


.color_change.color_blue #pankuzu_wrap>div #footstep_detail span.fs_rireki:hover,
.color_change.color_blue #pankuzu_wrap>div #footstep_detail span.fs_rireki:hover a,
.color_change.color_blue #footstep_detail:hover {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_detail #mymainback #main_body h2,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 {
	padding: 15px 30px 13px !important;
}


.color_change.color_black .tpl_site_detail #mymainback #main_body h2 a:link,
.color_change.color_black .tpl_site_detail #mymainback #main_body h2 a:visited,
.color_change.color_black .tpl_site_detail #mymainback #main_body h3 a:link,
.color_change.color_black .tpl_site_detail #mymainback #main_body h3 a:visited,
.color_change.color_black .tpl_site_detail #mymainback #main_body h4 a:link,
.color_change.color_black .tpl_site_detail #mymainback #main_body h4 a:visited,
.color_change.color_black .tpl_site_detail #mymainback #main_body h5 a:link,
.color_change.color_black .tpl_site_detail #mymainback #main_body h5 a:visited,
.color_change.color_black .tpl_site_detail #mymainback #main_body h6 a:link,
.color_change.color_black .tpl_site_detail #mymainback #main_body h6 a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_detail #mymainback #main_body h2 a:link:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h2 a:visited:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h3 a:link:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h3 a:visited:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h4 a:link:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h4 a:visited:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h5 a:link:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h5 a:visited:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h6 a:link:hover,
.color_change.color_black .tpl_site_detail #mymainback #main_body h6 a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 a:link,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 a:visited,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h3 a:link,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h3 a:visited,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h4 a:link,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h4 a:visited,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h5 a:link,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h5 a:visited,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h6 a:link,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h6 a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 a:link:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 a:visited:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h3 a:link:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h3 a:visited:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h4 a:link:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h4 a:visited:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h5 a:link:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h5 a:visited:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h6 a:link:hover,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h6 a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black #site_footer_box a:link,
.color_change.color_black #site_footer_box a:visited,
.color_change.color_black .tpl_site_detail #main_body .detail_free a:link,
.color_change.color_black .tpl_site_detail #main_body .detail_free a:visited {
	color: #ffff00 !important;
}

.color_change.color_black #site_footer_box a:link:hover,
.color_change.color_black #site_footer_box a:visited:hover,
.color_change.color_black .tpl_site_detail #main_body .detail_free a:link:hover,
.color_change.color_black .tpl_site_detail #main_body .detail_free a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue #site_footer_box a:link,
.color_change.color_blue #site_footer_box a:visited,
.color_change.color_blue .tpl_site_detail #main_body .detail_free a:link,
.color_change.color_blue .tpl_site_detail #main_body .detail_free a:visited {
	color: #ffffff !important;
}

.color_change.color_blue #site_footer_box a:link:hover,
.color_change.color_blue #site_footer_box a:visited:hover,
.color_change.color_blue .tpl_site_detail #main_body .detail_free a:link:hover,
.color_change.color_blue .tpl_site_detail #main_body .detail_free a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black .info_list ul li a:link,
.color_change.color_black .info_list ul li a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .info_list ul li a:link:hover,
.color_change.color_black .info_list ul li a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .info_list ul li a:link,
.color_change.color_blue .info_list ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .info_list ul li a:link:hover,
.color_change.color_blue .info_list ul li a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_black #main_header h1,
.color_change.color_blue #main_header h1 {
	border-bottom: 3px solid #32dba9 !important;
	background: none !important;
}

.color_change.color_black #main_header h1::before,
.color_change.color_blue #main_header h1::before {
	display: block !important;
}

.color_change.color_black #main_header h1::after,
.color_change.color_blue #main_header h1::after {
	display: block !important;
}

/* 黒 */
.color_black * {
	color: #ffffff !important;
}

.color_black * a {
	color: #ffff00 !important;
}

/* Phone number contrast fix for black background */
.color_change.color_black .footer_info_ph span.ph_no,
.color_change.color_black .footer_info_ph a[href^="tel:"] {
	color: #ffffff !important;
}

.color_change.color_black #pankuzu_wrap>div {
	border: none;
}

/* 青 */
.color_blue * {
	color: #ffff00 !important;
}

.color_blue * a {
	color: #ffffff !important;
}

/* Phone number contrast fix for blue background */
.color_change.color_blue .footer_info_ph span.ph_no,
.color_change.color_blue .footer_info_ph a[href^="tel:"] {
	color: #ffffff !important;
}

.color_change.color_blue #pankuzu_wrap>div {
	border: none;
}

/* ========== 印刷ページ ========== */

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #main_header {
	margin: 0 0 10px;
}

.view_print_mode #site_footer,
.view_print_mode #open_search {
	display: none;
}


/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */

.f_sdgs {
	display: none;
}

.box_r {
	display: none;
}

#btn_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 40px;
	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;
}

.color_change #btn_pagetop {
	background: transparent !important;
}

#btn_pagetop.fixed {
	bottom: 40px;
}

#btn_pagetop a {
	display: block;
}

#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#footer2 {
	background: #f6f6f6;
	width: 100%;
	padding: 90px 20px 55px;
	box-sizing: border-box;
}

#author_box {
	max-width: 1120px;
	margin: 0 auto;
}

.author_sub_box {
	width: 100%;
	display: flex;
	gap: 40px;
	align-items: center;
}

.f_details {
	width: fit-content;
}

#author_box p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 7px;
	letter-spacing: 0.05em;
}

.footer_navi1 ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 10px;
	margin-top: 33px;
	margin-bottom: 0;
}

.footer_navi1 ul li a {
	color: #333333;
	font-size: 1.2rem;
	border-right: 1px solid #333333;
	padding-right: 10px;
	letter-spacing: 0.05em;
	text-underline-offset: 1px;
}

#copyright {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
	margin-top: 30px;
	padding-right: 80px;
	margin-inline: auto;
	max-width: 1120px;
	box-sizing: border-box;
}

#copyright p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0px;
	line-height: 1.5;
	letter-spacing: 0;
}

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* var() 関数 */
	:root {
		/* フォントサイズ */
		--fontsize-main: 1.4rem;
		/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
		--fontsize-main-small: 1.3rem;
		/* 本文（ #main ） */
		--fontsize-detail: 1.5rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.4rem;

		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 15px;
	}

	@media screen and (max-width: 370px) {
		:root {
			/* 本文（ #main ） */
			--fontsize-detail: 1.4rem;
			/* 本文の一段階小さいフォントサイズ（日付など） */
			--fontsize-detail-small: 1.3rem;
			/* #mymainbackの左右余白 */
			--mymainback-margin-side: 10px;
		}
	}

	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#main,
	.tpl_side1 #main,
	.tpl_side2 #main,
	.tpl_side1.tpl_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,
	.tpl_side1 #main_a,
	.tpl_side2 #main_a,
	.tpl_side1.tpl_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;
	}

	/* パンくずをフッタ上に表示 */
	#mymainback_bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#mymainback_bg>* {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#mymainback_bg>#pankuzu_wrap {}

	/* ========== 基本設定 ========== */

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	input[id*="acc_ttl_label"]+*,
	input[id*="acc_ttl_label"]+.acc_title+* {
		display: none;
	}

	input[id*="acc_ttl_label"]+.acc_title,
	input[id*="acc_ttl_label"]:checked+*,
	input[id*="acc_ttl_label"]:checked+.acc_title+* {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}

	.acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_open_white.png");
	}

	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close_white.png");
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}

	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion+* {
		display: none;
	}

	.acc_title.accordion.acc_open+* {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}

	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}

	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"]+*,
	.index-2 .section_information input[id*="acc_ttl_label"]+.acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"]+.acc_title+*,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked+*,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked+.acc_title+*,
	.index-2 .section_information .acc_title.accordion+*,
	.index-2 .section_information .acc_title.accordion.acc_open+* {
		display: block;
	}

	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 0;
	}

	#he_left {
		position: static;
		margin: 0px;
		padding: 0;
		padding-top: 52px;
		max-width: 100%;
		width: 100%;
		background-position: 50% 94%;
	}

	.font_size_changed.font_size_limit_max #he_left {
		padding-top: 113px;
	}

	.font_size_changed.font_size_limit_max .spm_support_open #he_left {
		padding-top: 52px;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
		position: relative;
	}

	.he_left_wrapper {
		padding: 0 20px;
		margin-bottom: 8px;
	}

	.color_change #he_right {
		background: transparent !important;
	}

	/*ヘッダナビゲーション*/
	#spm_wrap_top {
		display: block;
	}

	/* ボトムナビゲーション */
	#spm_wrap_btm {
		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: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 999;
		width: 100%;
	}

	.spm_menu_open #spm_wrap_btm,
	.spm_search_open #spm_wrap_btm {
		background: #fff !important;
	}

	.color_change.color_black #spm_wrap_btm {
		background: #000 !important;
	}

	.color_change.color_black .spm_menu_open div[id^="spm_wrap_"] button#btn_spm_menu,
	.color_change.color_black .spm_search_open div[id^="spm_wrap_"] button#btn_spm_search {
		background: #000 !important;
		border: none !important;
	}

	.color_change.color_black .spm_support_open div[id^="spm_wrap_"] button#btn_spm_support {
		background: #000 !important;
	}

	.color_change.color_blue #spm_wrap_btm {
		background: #0000ff !important;
	}

	.color_change.color_blue .spm_menu_open div[id^="spm_wrap_"] button#btn_spm_menu,
	.color_change.color_blue .spm_search_open div[id^="spm_wrap_"] button#btn_spm_search {
		background: #0000ff !important;
		border: none !important;
	}

	.color_change.color_blue .spm_support_open div[id^="spm_wrap_"] button#btn_spm_support {
		background: #0000ff !important;
	}

	div[id^="spm_wrap_"] button,
	div[id^="spm_wrap_"] a {
		display: block;
		width: 50%;
		height: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: center;
		font-size: 1rem;
		overflow: hidden;
	}

	div[id^="spm_wrap_"] button#btn_spm_menu {
		color: #333333;
		border-radius: 10px 10px 0 0;
		background: #0ca7bb;
	}

	div[id^="spm_wrap_"] button#btn_spm_menu span {
		position: relative;
		padding-left: 30px;
	}

	div[id^="spm_wrap_"] button#btn_spm_menu span.icon_sp_close {
		display: none;
	}

	div[id^="spm_wrap_"] button#btn_spm_menu span.icon_sp_open {
		display: inline-block;
	}

	.spm_menu_open div[id^="spm_wrap_"] button#btn_spm_menu span.icon_sp_close {
		display: inline-block;
	}

	.spm_menu_open div[id^="spm_wrap_"] button#btn_spm_menu span.icon_sp_open {
		display: none;
	}

	div[id^="spm_wrap_"] button#btn_spm_menu span:before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 20px;
		height: 19px;
		background: url(/img/sites/kanko/common/mail_btn.png) no-repeat;
		background-size: contain;
		background-position: center;
	}

	.spm_menu_open div[id^="spm_wrap_"] button#btn_spm_menu {
		background: #f6f6f6;
		border-left: 1px solid #1aadbe;
		border-radius: 0;
	}

	div[id^="spm_wrap_"] button#btn_spm_search {
		color: #333333;
		border-radius: 10px 10px 0 0;
		background: #32dba9;
	}

	div[id^="spm_wrap_"] button#btn_spm_search span.icon_sp_close {
		display: none;
	}

	div[id^="spm_wrap_"] button#btn_spm_search span.icon_sp_open {
		display: inline-block;
	}

	.spm_search_open div[id^="spm_wrap_"] button#btn_spm_search span.icon_sp_close {
		display: inline-block;
	}

	.spm_search_open div[id^="spm_wrap_"] button#btn_spm_search span.icon_sp_open {
		display: none;
	}

	div[id^="spm_wrap_"] button#btn_spm_search span {
		position: relative;
		padding-left: 35px;
	}

	div[id^="spm_wrap_"] button#btn_spm_search span::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 24px;
		height: 24px;
		background: url(/img/sites/kanko/common/search_icon.png) no-repeat center center;
		background-size: contain;
	}

	div[id^="spm_wrap_"] button#btn_spm_search span.icon_sp_close::before,
	div[id^="spm_wrap_"] button#btn_spm_menu span.icon_sp_close::before {
		width: 18px;
		height: 18px;
		background: url(/img/sites/kanko/common/pcm_close_icon.png) no-repeat center center;
		background-size: contain;
	}

	.spm_search_open div[id^="spm_wrap_"] button#btn_spm_search {
		background-color: #f6f6f6;
		border-right: 1px solid #32dba9;
		border-radius: 0;
	}

	.header_search_wrap {
		border: none;
		padding: 0;
	}

	.spm_search_open .header_search_wrap {
		display: block;
		min-width: unset;
		width: 100%;
	}

	.search_section {
		display: block;
	}

	.search_tabs {
		display: none;
	}

	#tmp_query {
		padding: 30px 20px;
	}

	.header_search_wrap .search_ttl {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
		white-space: normal;
		margin-bottom: 8px;
	}

	/*使わない*/
	#spm_wrap button#btn_spm_kaiyu {
		background: url("/img/sp/btn_kaiyu.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	.spm_kaiyu_open #btn_spm_wrap button#spm_kaiyu {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap a#btn_spm_pagetop {
		background: url("/img/common/btn_pagetop.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	.spm_btn_wrap {
		position: absolute;
		width: 100%;
		height: 1px;
	}

	.spm_support_open .spm_btn_wrap {
		position: static;
		height: auto;
	}

	.color_change .spm_btn_wrap {
		background: transparent !important;
		background-color: transparent !important;
	}

	#support_menu_close {
		display: none;
	}

	#support_menu_open {
		display: none;
	}

	.h_support_wrap {
		width: 100%;
		flex-direction: column;
		gap: 0px;
	}

	.h_main {
		display: none;
	}

	#lang_menu_box {
		position: unset;
		transform: unset;
		margin-top: 14px;
		box-shadow: none;
		border: none;
		background: #f6f6f6;
		min-width: unset;
	}

	#lang_menu_close {
		display: none;
	}

	#lang_menu_open.open::after {
		content: none;
	}

	#lang_menu_box .lang_list li {
		width: fit-content;
		margin: 0;
	}

	/* 閲覧補助（展開） */
	div[id^="spm_wrap_"] button#btn_spm_support {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 40px;
		padding: 15px;
		border: none;
		background: #fff;
		color: #000;
		text-align: right;

		justify-content: end;
		align-items: center;
		z-index: 90;
		transition: all 0.5s ease-in-out;
	}

	.font_size_changed.font_size_limit_max div[id^="spm_wrap_"] button#btn_spm_support {
		height: 100px;
	}

	/* Open state of button */
	.spm_support_open div[id^="spm_wrap_"] button#btn_spm_support {
		width: 148px;
		height: 40px;
		top: calc(100% - 1px);
		padding: 15px 20px;
		border: 1px solid #32dba9;
		border-top: none;
		justify-content: center;
		z-index: 90;
	}

	.font_size_changed.font_size_limit_max .spm_support_open div[id^="spm_wrap_"] button#btn_spm_support {
		height: 40px;
	}


	div[id^="spm_wrap_"] button#btn_spm_support span {
		position: relative;
		padding-right: 16px;
		transition: all 0.5s ease-in-out;
	}

	div[id^="spm_wrap_"] button#btn_spm_support span::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 8px;
		height: 5px;
		background: url(/img/sites/kanko/common/foreign_down_arr.png) no-repeat center center;
		background-size: contain;
	}

	.color_change div[id^="spm_wrap_"] button#btn_spm_support span::before {
		background-image: url(/img/sites/kanko/common/foreign_down_arr_white.png);
		background-size: contain;
	}

	.spm_support_open div[id^="spm_wrap_"] button#btn_spm_support span::before {
		transform: translateY(-50%) rotate(180deg);
		transition: all 0.5s ease-in-out;
	}

	div[id^="spm_wrap_"] button#btn_spm_support span.icon_sp_close {
		display: none;
	}

	.spm_support_open div[id^="spm_wrap_"] button#btn_spm_support span.icon_sp_close {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.spm_support_open div[id^="spm_wrap_"] button#btn_spm_support span.icon_sp_open {
		display: none;
	}

	.header_nav {
		width: 100%;
		background: #ffffff;

		padding: 0 40px;
		border: 0 solid #32dba9;
		box-sizing: border-box;

		transition: all 0.5s ease-in-out;

		transform: translateY(-100%);
	}

	.spm_support_open .header_nav {
		padding: 40px;
		border: 1px solid #32dba9;
		transform: translateY(0);
	}

	/* ヘッダメニュー */
	.header_nav ul {
		display: block;
	}

	#lang_menu_box .lang_list {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 25px;
		row-gap: 16px;
		justify-content: start;
		align-items: start;
	}

	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 10px 0px 0px;
	}

	.header_nav ul li.h_main {
		display: none !important;
	}

	/* アクセシビリティ機能 */
	#btn_support_menu_open,
	#btn_support_menu_close {
		display: none !important;
	}

	#support_menu_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-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: start;
		position: static;
		background: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		min-width: auto;
		transform: unset;
	}

	dl#moji_size,
	dl#haikei_color {
		margin: 20px 0px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* 検索（展開） */
	#pcm_search {
		display: none;
	}

	.header_search {
		position: fixed;
		left: 0px;
		bottom: 60px;
		z-index: 998;
		width: 100%;
		max-height: calc(100vh - 60px);
		background: #f6f6f6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 50px 20px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
		display: none;
	}

	.spm_search_open .header_search {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #0ca7bb;
		border-bottom: none;
	}

	.spm_search_open::before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 99;
		background: rgba(0, 0, 0, 0.75);
		color: #ffffff;
	}

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 16px 0px 0px;
	}

	#open_page_id_box .search_ipt {
		width: auto;
	}

	#open_page_id {
		padding: 30px 20px;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: fixed;
		left: 0;
		bottom: 60px;
		z-index: 998;
		width: 100%;

		height: calc(100dvh - 60px);
		max-height: calc(100dvh - 60px);

		background: #f6f6f6;
		box-sizing: border-box;
		margin: 0;
		padding: 50px 20px;
		overflow-y: auto;
		overscroll-behavior: none;
	}

	.spm_menu_open #top_search {
		display: flex;
		justify-content: center;
		align-items: center;
		background: url(/img/sites/kanko/common/gnav_bg.png) no-repeat #f6f6f6;
		background-size: 243px 224px;
		background-position: center 20%;
		border: 1px solid #32dba9;
		border-bottom: none;
	}

	.spm_menu_open::before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 997;
		background: rgba(0, 0, 0, 0.75);
		color: #ffffff;
	}

	.gnav {
		width: 100%;
	}

	.gnav ul {
		width: auto;
		display: block;
		padding: 0px;
	}

	.gnav ul li::after {
		content: none;
	}

	.gnav ul li:first-child::before {
		content: none;
	}

	.gnav ul li,
	.gnav ul li:first-child {
		display: block;
		border: none;
		margin-bottom: 15px;
	}

	.gnav ul li:last-child {
		margin-bottom: 0px;
	}

	.gnav ul li a {
		padding: 20px 10px;
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 15px var(--mymainback-margin-side, 15px) 0px;
	}

	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #333333;
		color: #ffffff;
		text-shadow: none;
		padding: 5px 20px;
	}

	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #333333;
		text-shadow: none;
		padding: 20px;
	}

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: var(--mymainback-margin-top, 15px) var(--mymainback-margin-side, 15px);
	}

	.link_to_subsitemenu a {
		display: block;
		font-size: var(--fontsize-main-small, 1.3rem);
		border: 1px solid #333333;
		border-radius: 5px;
		background: #eeeeee;
		color: #333333;
		text-decoration: none;
		padding: 10px;
		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: #333333;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #ffffff;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#author_info_box {
		width: auto;
		margin: 0px;
		padding: 40px 20px 160px;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop,
	#btn_pagetop.fixed {
		position: absolute;
		width: 40px;
		bottom: auto;
		right: 20px;
		top: -20px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	/* #site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}
	#site_footer_box {
		padding: 20px;
	} */

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}

	#pankuzu_wrap>div {
		width: auto;
		margin-left: var(--mymainback-margin-side, 15px);
		margin-right: var(--mymainback-margin-side, 15px);
	}

	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}

	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: block !important;
	}

	#clear_footstep {
		width: 20px;
		height: 20px;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header {
		margin-bottom: 15px;
	}

	#main_header h1 {
		margin: 0px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}

	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
	}

	#main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
	}

	#main_body h5 {
		padding: 5px 20px 5px 2rem;
        font-size: 1.7rem;
	}

	#main_body h5::before {
		left: 0.5rem;
        width: 0.8rem;
        top: 1.3rem;
        height: 0.8rem;
	}

	#main_body h6 {
		padding: 3px 20px 3px 2rem;
		font-size: 1.6rem;
	}

	#main_body h6::after {
		left: 0.5rem;
        width: 0.4rem;
        height: 0.4rem;
        border: 0.25rem solid #c1c1c1;
        top: 1.1rem;
	}

	.tpl_site_list_2 .info_list ul {
		max-width: 100%;
	}

	.tpl_site_list_2 .info_list ul li {
		margin: 0 0 12px;
		padding: 10px 0 20px;
	}

	.tpl_site_list_2 .info_list ul li span {
		padding-left: 20px;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 30px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#content_header>span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {}

	/* 印刷 */
	#content_header>span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* 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;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 0px 0px;
	}

	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* 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;
		line-height: 1.5;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 30px 20px;
	}

	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}

	@media screen and (max-width: 370px) {

		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}

	#hyouka_area_box .hyouka_box_detail {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}

	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 10px 0px;
	}

	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
	}

	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}

	@media screen and (max-width: 370px) {

		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}

	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}

	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}

	#osusume_contents_area .second_osusume ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#important_noticest_area .second_important .link_box {
		text-align: center;
	}

	#important_noticest_area .second_important .link_box>span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* カウントダウン */
	#count_down_area .count_down_box {}

	/* レコメンド・AIレコメンド */
	@media screen and (max-width: 370px) {

		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}

	#recommend_tag {
		margin-top: 30px;
	}

	#recommend_title,
	#ai_recommend_title {
		padding: 20px 20px;
	}

	#recommend_title h2,
	#ai_recommend_title h2 {
		padding: 5px 0px 5px 40px;
	}

	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {}

	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		padding: 5px 10px 5px 20px;
	}

	#sidebar_recommend ul li::before,
	#sidebar_ai_recommend ul li::before {
		left: 5px;
		width: 5px;
		height: 5px;
	}

	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 関連リンク */
	#kanren_link h2 {
		font-size: 1.8rem;
	}

	#kanren_link ul {
		margin: 0px;
		padding: 10px 0px;
		list-style: none;
	}

	#kanren_link ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}

	#kanren_link ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {}

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}

	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}

	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}

	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}

	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}

	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}

	.subsite_menu summary .tti_icon {
		margin: -18px -20px;
		/* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;
		/* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}

	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}

	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.info_list ul {
		max-width: 72rem;
		margin: 0 auto;
		padding: 0px;
		list-style: none;
	}

	.info_list ul li {
		margin: 0 auto;
		width: 100%;
	}

	.info_list ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* リスト（日付） */
	.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;
		padding-top: 0px;
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}

	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.tpl_site_list1 .info_list ul li {
		max-width: 346px;
		background: #f3f6f7;
	}

	.list_pack {
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		width: 100%;
		height: auto;
	}

	.list_pack .article_img {
		width: auto;
		height: auto;
	}

	.list_pack .article_txt {
		display: block;
		height: auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 20px;
		margin-top: 0px;
		border-top: 5px solid #ffffff;
	}

	.list_pack .article_txt .article_title {
		font-size: 1.6rem;
	}

	.list_pack .article_txt .article_date {
		font-size: 1.2rem;
	}

	#footer2 {
		padding: 40px 30px 95px;
		position: relative;
	}

	#author_box {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 0;
	}

	.author_sub_box {
		flex-direction: column;
		gap: 15px;
	}

	.f_logo {
		max-width: 158px;
		max-height: 69px;
	}

	.f_author img {
		width: 100%;
		height: 100%;
	}

	#author_box p {
		text-align: center;
		font-size: 1.2rem;
	}

	#copyright {
		margin-top: 20px;
		padding: 0;
		justify-content: center;
	}

	#copyright p {
		font-size: 1rem;
	}

	.footer_navi1 ul {
		margin-top: 15px;
	}

	.footer_navi1 ul li a {
		font-size: 1rem;
	}

	.f_sub_logo {
		max-width: 225px;
		max-height: 62px;
	}

	.f_sub_logo img {
		width: 100%;
		height: 100%;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

/* ==================================================
スマートフォン ここまで
================================================== */

@media screen and (max-width: 768px) {

	.font_size_changed .footer_navi1 ul {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 370px) {
	.spm_support_open .header_nav {
		padding: 40px 15px;
	}

	.info_list ul {
		padding: 0 10px;
	}
}

@media screen and (max-width: 360px) {
	#footer2 {
		padding: 40px 15px 120px;
	}

	.footer_navi1 ul li a {
		font-size: 0.9rem;
	}
}