@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1100px;
	/* 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;
	
	/* 背景色 */
	--color-sky: #c5edff;
	--color-lawn: #daff9f;
	--color-cream: #ffe686;
	--color-orange: #ffad00;
	--color-dark-brown: #3d1d14;

	/* フォントファミリー */
	--fontfamily-normal: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;

}
/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	min-width: var(--content-width, 1100px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;

}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

/* メイン */
#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, 1100px);
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_a {
	margin: 0;
	padding: 0;
}

#main_body {
	margin: 0;
	padding: 0;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0;
	padding: 0;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0;
	padding: 0;
}

.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;
}

/* ========== 基本設定 ========== */

#container {
	background-color: var(--color-sky);
}

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
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フォント使用時） */
/*
#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: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, 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: #333;
}

/* リンク */
a:link {
	color: #0d59b7;
	text-decoration: underline;
}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:active {
	color: #c00;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	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;
}

#header .external_link_text,
#footer .external_link_text,
.tpl_site_index .external_link_text {
	display: none !important;
}

/* レスポンシブアコーディオン用 */
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 {
	display: none;
}
#btn_spm_support {
	display: none;
}
#btn_spm_menu_cls {
	display: none;
}
/* ヘッダ */
#header2_box {
	width: var(--content-width, 1100px);
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

#he_left {
	width: 180px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}
#he_left #logo {
	margin: 0;
}
#he_left #logo h1,
#he_left #logo p {
	margin: 0;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 200px;
	text-align: right;
}

/* ヘッダメニュー */

/* アクセシビリティ機能 */

/* 検索 */

/* キーワード検索 */

/* ページID検索 */

/* SNSリンク ページ上部固定 */
.link_sns {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	display: grid;
	grid-template-columns: 115fr 92fr 27fr 92fr 80fr;
	grid-template-rows: 55fr 92fr 23fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: url(/img/sites/character/header-sns-cloud.png) no-repeat center center / contain;
	width: clamp(161px, 20.35vw, 407px);
	aspect-ratio: 407 / 170;
	margin: 0;
	padding: 0;
	position: fixed;
	top: clamp(20px, 15vw, 30px);
	left: clamp(20px, 3.4vw, 68px);
	z-index: 9;
}
.link_sns li {
	display: block;
	background-color: transparent !important;
}
.link_sns li:nth-child(1) { grid-area: 2 / 2 / 3 / 3; }
.link_sns li:nth-child(2) { grid-area: 2 / 4 / 3 / 5; }
.link_sns li a { display: block; }
.link_sns li img {
	vertical-align: top;
	width: 92px;
	max-width: 100%;
	height: auto;
}

/* グローバルナビゲーション */
.gnav_wrap {
	position: fixed;
	top: 35px;
	right: clamp(40px, 3.3413vw, 75px);
	z-index: 10;
}
#btn_spm_menu {
	background-image: url(/img/sites/character/menu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: left bottom;
	border: none;
	margin: 0;
	width: clamp(46px, 5.25vw, 105px);
	padding: 0;
	height: auto;
	aspect-ratio: 105 / 159;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.spm_menu_open #btn_spm_menu {
	background-image: url(/img/sites/character/btn_close.png);
	background-size:  clamp(70px, 4.35vw, 87px) auto;
	background-position: top right;
}
.gnav {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
	width: auto;
	background: #fff;
	border-radius: clamp(50px, 4vw, 80px);
	padding: clamp(45px, 1.5vw, 30px) clamp(28px, 1.7vw, 34px) clamp(50px, 3.5vw, 70px);
	position: relative;
	top: 8px;
}
.spm_menu_open .gnav { display: block; }
.gnav ul {
	width: 100%;
	margin: 0;
	padding: clamp(0px, 1.25vw, 25px) 0 0;
	list-style: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.gnav ul li {
	display: block;
	width: clamp(257px, 15.35vw, 307px);
	max-width: 100%;
	height: clamp(62px, 4.25vw, 85px);
	aspect-ratio: 307 / 87;
	padding: 1px 0;
	position: relative;
	text-align: center;
}
#header .gnav ul li::after {
	content: '';
	background: url(/img/sites/character/menu-line.png) no-repeat center center / contain;
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 0;
}
.gnav ul li a {
	display: block;
	color: var(--color-dark-brown);
	text-decoration: none;
	text-align: center;
	height: 100%;
}
.gnav ul li a img {
	position: relative;
	z-index: 1;
}
.gnav ul li a:hover img,
.gnav ul li a:focus img {
	opacity: 1;
}
.gnav ul li > span,
.gnav ul li a > span {
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gnav ul li a > span::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	background-image:
	    -o-linear-gradient(bottom, var(--color-cream) 0, var(--color-cream) 15px, transparent 16px, transparent 100%);
	background-image:
	       linear-gradient(to top, var(--color-cream) 0, var(--color-cream) 15px, transparent 16px, transparent 100%);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 5px;
	z-index: 0;
}
.gnav ul li a:hover > span::before,
.gnav ul li a:focus > span::before {
	-webkit-transition: width .35s ease-in-out;
	-o-transition: width .35s ease-in-out;
	transition: width .35s ease-in-out;
	width: 100%;
}
.gnav ul li img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (min-width: 1366px) {
	.gnav ul li img {
		height: 85%;
	}
}
@media screen and (max-width: 540px) {
	.gnav ul li img {
		height: 95%;
	}
}

@media screen and (max-width: 2000px) {

	.spm_menu_open #btn_spm_menu {
		background-size: 4.35vw auto;
		background-size: clamp(60px, 4.35vw, 87px) auto;
	}

}

@media screen and (max-height: 700px) {

	.spm_menu_open #btn_spm_menu {
		background-size: clamp(0px, 12.428vh, 87px) auto;
	}
	.gnav ul {
		padding-top: clamp(0px, 3.571vh, 25px);
	}
	.gnav ul li {
		width: clamp(257px, 43.857vh, 307px);
		max-width: 100%;
		height: clamp(40px, 12.429vh, 87px);
		max-height: clamp(62px, 4.25vw, 85px);
		aspect-ratio: auto;
	}
	.gnav {
		border-radius: clamp(0px, 11vh, 80px);
		padding: clamp(0px, 4.285vh, 30px) clamp(28px, 4.857vh, 34px) clamp(0px, 10vh, 70px);
		max-height: calc(100vh - 35px);
	}
}


/* サブサイト共通ヘッダ */
#mainimg {
	width: var(--content-width, 1100px);
	margin: 30px auto 0;
}

#mainimg_box {
	position: relative;
}
#mainimg_box a {
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
		0px 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
		0px 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}
#mainimg_box .site_name.noimage {
	position: static;
	padding: 30px;
	text-shadow: none;
	background: #f6f6f6;
	color: #333;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}


/* ========== フッタ ========== */

/* フッタ */
#footer {
	position: relative;
}

/* 管理者情報 */
.author_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0 215px;
	margin: 0 auto -100px;
	padding: 0;
	width: 1000px;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.author_box img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}
.author_box a {
	display: block;
	text-align: center;
	position: relative;
}
.author_box a .ttl {
	display: block;
	margin: 0 0 1.75vw;
}
.author_box a::after {
	content: '';
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.author_box a.ft_contact {
	width: clamp(135px, 15.65vw, 313px);
	perspective: 200px;
}
.author_box a.ft_contact::after {
	background-image: url(/img/sites/character/footer-post1.png);
	width: clamp(135px, 15.65vw, 313px);
	aspect-ratio: 313 / 432;
	-webkit-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	        transform-origin: center bottom;
}
.author_box a.ft_contact:hover::after {
	-webkit-animation: post1_wobble 1.2s ease-in-out infinite;
	        animation: post1_wobble 1.2s ease-in-out infinite;
}
@-webkit-keyframes post1_wobble {
	0%   { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
	25%  { -webkit-transform: rotate(-2deg) translateX(-2px);
	               transform: rotate(-2deg) translateX(-2px); }
	50%  { -webkit-transform: rotate(2deg)  translateX(2px);
	               transform: rotate(2deg)  translateX(2px); }
	75%  { -webkit-transform: rotate(-1deg) translateX(-1px);
	               transform: rotate(-1deg) translateX(-1px); }
	100% { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
}
@keyframes post1_wobble {
	0%   { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
	25%  { -webkit-transform: rotate(-2deg) translateX(-2px);
	               transform: rotate(-2deg) translateX(-2px); }
	50%  { -webkit-transform: rotate(2deg)  translateX(2px);
	               transform: rotate(2deg)  translateX(2px); }
	75%  { -webkit-transform: rotate(-1deg) translateX(-1px);
	               transform: rotate(-1deg) translateX(-1px); }
	100% { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
}
.author_box a.ft_request {
	width: clamp(65px, 16.05vw, 321px);
	margin-bottom: 20px;
	margin-right: 40px;
	-webkit-perspective: 800px;
	        perspective: 800px;
}
.author_box a.ft_request::after {
	background-image: url(/img/sites/character/footer-post2.png);
	width: clamp(65px, 16.05vw, 321px);
	aspect-ratio: 321 / 339;
	-webkit-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	        transform-origin: center bottom;
}
.author_box a.ft_request:hover::after {
	-webkit-animation: post2_wobble 1.2s ease-in-out infinite;
	        animation: post2_wobble 1.2s ease-in-out infinite;
}
@-webkit-keyframes post2_wobble {
	0%   { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
	25%  { -webkit-transform: rotate(-2deg) translateY(-2px);
	               transform: rotate(-2deg) translateY(-2px); }
	50%  { -webkit-transform: rotate(2deg)  translateY(2px);
	               transform: rotate(2deg)  translateY(2px); }
	75%  { -webkit-transform: rotate(-1deg) translateY(-1px);
	               transform: rotate(-1deg) translateY(-1px); }
	100% { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
}
@keyframes post2_wobble {
	0%   { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
	25%  { -webkit-transform: rotate(-2deg) translateY(-2px);
	               transform: rotate(-2deg) translateY(-2px); }
	50%  { -webkit-transform: rotate(2deg)  translateY(2px);
	               transform: rotate(2deg)  translateY(2px); }
	75%  { -webkit-transform: rotate(-1deg) translateY(-1px);
	               transform: rotate(-1deg) translateY(-1px); }
	100% { -webkit-transform: rotate(0deg);
	               transform: rotate(0deg); }
}
/* 雲 */
.author_box_wrap {
	margin-top: 200px;
}
.author_box_wrap::before,
.author_box_wrap::after {
	content: '';
	display: block;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 0;
}
.author_box_wrap::before {
	background-image: url(/img/sites/character/footer-cloud1.png);
	width: 579px;
	aspect-ratio: 579 / 301;
	left: clamp(-205px, calc(50% - 1030px), calc(50% - 1030px));
	top: -220px;
}
.author_box_wrap::after {
	background-image: url(/img/sites/character/footer-cloud2.png);
	width: 283px;
	aspect-ratio: 283 / 119;
	right: clamp(10px, calc(50% - 840px), calc(50% - 840px));
	top: -150px;
}

@media screen and (max-width: 2000px) {

	.author_box {
		width: 50vw;
		gap: 0 9vw;
		margin: 0 auto -5vw;
	}
	.author_box a.ft_contact,
	.author_box a.ft_contact::after {
		width: 15.65vw;
	}
	.author_box a.ft_request {
		width: 16.05vw;
		margin-bottom: 0.75vw;
		margin-right: 0;
		
	}
	.author_box a.ft_request::after {
		width: 16.05vw;
	}
	.author_box_wrap {
		margin-top: 10vw;
	}
	.author_box_wrap::before {
		width: 28.95vw;
		top: -11vw;
	}
	.author_box_wrap::after {
		width: 14.15vw;
		top: -7.5vw;
	}

}

/* コピーライト */
.copyright {
	background: url(/img/sites/character/footer-ground.png) var(--color-lawn) no-repeat center top;
	margin: 0;
	padding: clamp(120px, calc(100% / 2022 * 45 + 7.85vw), 195px) 0 30px;
}
.copyright p {
	width: var(--content-width);
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 2023px) {
	.copyright {
		background-size: 100% auto;
		padding-top: calc(100% / 2022 * 45 + 205px);
	}
}
@media screen and (max-width: 2000px) and (min-width: 1101px) {
	.copyright {
		background-size: 100% auto;
		padding-top: calc(100% / 2022 * 45 + 7.85vw);
	}
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: clamp(69.5px, 11.6vw, 232px);
	position: absolute;
	right: 3px;
	bottom: 80px;
	z-index: 70;
}
#btn_pagetop a {
	display: block;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	        transform-origin: center bottom;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: var(--content-width, 1100px);
	margin: 0 auto 60px;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	color: #333;
}
#site_footer_box {
	padding: 30px;
}
#site_footer_box p {
	margin: 0 0 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	margin: 0 auto;
	padding: 20px 0 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#pankuzu_wrap > div {
	width: var(--content-width, 1100px);
	max-width: 100%;
	margin: 0 auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 7rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 5px;
	background: var(--color-dark-brown);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 0.2rem 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0;
}

#clear_footstep {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333;
	background-size: 10px 10px;
	color: #fff;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0;
	padding: 26px 30px;
	background: #e6e6e6;
	font-size: 3.2rem;
}

#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 1em 0;
}

#main_body h2 {
	padding: 21px 30px 20px;
	background: #e6e6e6;
	font-size: 2.6rem;
}
#main_body h3 {
	padding: 17px 30px;
	background: #e6e6e6;
	font-size: 2.4rem;
}
#main_body h4 {
	padding: 14px 30px 13px;
	background: #e6e6e6;
	font-size: 2.2rem;
}
#main_body h5 {
	padding: 10px 30px;
	background: #e6e6e6;
	font-size: 2.0rem;
}
#main_body h6 {
	padding: 7px 30px 6px;
	background: #e6e6e6;
	font-size: 1.8rem;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0 0 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body th {
	background: #f6f6f6;
	color: #333;
	border-color: #333;
	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: #333;
	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: 0 0 1em;
}
#main_body table p:last-child {
	margin: 0;
}

/* ========== メイン ========== */

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 60px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0 0 20px;
	text-align: right;
	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: 0 0 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
	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: 0;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 40px 30px 0 0;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0 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 0 0;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0;
	padding: 0;
}
.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: 0;
	padding: 2px 0 2px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0 0;
	padding: 30px;
	background: #f6f6f6;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0 0 15px;
	padding: 0;
	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: 0;
}

#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: 0;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0 4em 0 0;
}
#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}
.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: 0;
	background: #fff;
	color: #333;
	margin: 0;
	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 0 0;
	padding: 30px;
	background: #f6f6f6;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0 0 15px;
	padding: 0;
	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: 0;
}

#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 0 0;
	padding: 30px;
	background: #f6f6f6;
}
#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0 0 20px;
	padding: 0 0 0 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: 0;
	padding: 0 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: 0 !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}
.free_box p {
	margin: 0 0 1em;
}
.free_box p:last-child {
	margin-bottom: 0;
}
.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: #c00;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0 0 15px;
	padding: 0;
	color: #c00;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0;
}
#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: 0 0 15px;
	padding: 20px;
	position: relative;
}
#count_down_area .count_down_box:last-child {
	margin-bottom: 0;
}

#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: #c00;
	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: 0;
	padding: 0;
	border: 2px solid #fff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #f6f6f6;
}

#recommend_title,
#ai_recommend_title {
	background: #e6e6e6;
	text-align: center;
	padding: 10px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0;
	padding: 5px 0 5px 40px;
}
#recommend_title h2 {
	background: url("/img/common/icon_recommend.png") no-repeat left center transparent;
	color: inherit;
}
#ai_recommend_title h2 {
	background: url("/img/common/icon_ai_recommend.png") no-repeat left center transparent;
	color: inherit;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-top: 1px solid #fff;
	padding: 15px 20px;
}

/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0;
	padding: 20px 0 20px 20px;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0;
}
.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333;
	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 0 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: 0 0 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0 0 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0;
}

.subsite_menu_list div.link_ichiran {
	margin: 0;
	padding: 0 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;
}
.info_list ul li {
	margin: 0 0 15px;
}

/* リスト（日付） */
.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: 0;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	background: url("/img/common/noimage.png") no-repeat center center transparent;
	background-size: contain;
}
.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== 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: 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0 0 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change #btn_spm_menu {
	background-color: #fff !important;
}
.color_change .gnav_wrap,
.color_change .spm_menu_open .gnav img,
.color_change .spm_menu_open #btn_spm_menu,
.color_change #btn_pagetop,
.color_change .gnav * {
	background-color: transparent !important;
}
.color_change .gnav ul li:not(.item0) img,
.color_change #header .gnav ul li::after,
.color_change #footer .copyright img {
	filter: brightness(8);
}
.color_change .gnav ul li a > span::before {
	background-image: linear-gradient(to top, rgb(255 255 255 / .2) 0, rgb(255 255 255 / .2) 15px, transparent 16px, transparent 100%);
}
.color_change .author_box a[class^="ft_"] .ttl img {
	display: none;
}
.color_change .author_box a.ft_contact .ttl::before {
	content: '';
	display: block;
	width: 306px;
	height: 75px;
	background: url(/img/sites/character/footer-contact-w.png) no-repeat center center / contain;
}
.color_change .author_box a.ft_request .ttl::before {
	content: '';
	display: block;
	width: 331px;
	height: 75px;
	background: url(/img/sites/character/footer-request-w.png) no-repeat center center / contain;
}
.color_change .author_box_wrap::before,
.color_change .author_box_wrap::after {
	display: none;
}
.color_change #footer .copyright {
	background-image: none;
}

/* 黒 */
.color_black .spm_menu_open .gnav,
.color_black .spm_menu_open .gnav * {
	background-color: #333 !important;
}

/* 青 */
.color_blue .spm_menu_open .gnav,
.color_blue .spm_menu_open .gnav * {
	background-color: #00a !important;
}


/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode * {}


/* ========== アクセシビリティチェック ========== */

.acc_check_view .link_sns,
.acc_check_view .gnav_wrap {
	display: none;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {

	/* 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: 0;
		padding: 0;
		-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: 0;
		padding: 0;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		z-index: 100;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		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: 0;
		padding: 0;
	}
	#main_a,
	.tpl_side1 #main_a,
	.tpl_side2 #main_a,
	.tpl_side1.tpl_side2 #main_a {
		margin: 0;
		padding: 0;
	}

	/* サイド */
	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	/* パンくずをフッタ上に表示 */
	#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 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/* ========== 基本設定 ========== */

	/* フォント */
	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: 0;
	}

	/* レスポンシブアコーディオン用（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: 0;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		position: relative;
	}

	#header2_box {
		width: auto;
		margin: 0;
		padding: 0;
	}

	#he_left {
		position: static;
		margin: 0;
		padding: 10px;
	}

	#he_right {
		margin-left: 0;
		text-align: left;
	}

	/* 閲覧補助（展開） */

	/* ヘッダメニュー */

	/* アクセシビリティ機能 */

	/* 検索（展開） */

	/* キーワード検索 */

	/* ページID検索 */

	/* SNSリンク */
	.link_sns {
		top: 20px;
		left: 5px;
		z-index: 9;
	}

	/* グローバルナビ */
	.spm_menu_open #header::before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		position: fixed;
		inset: 0;
		z-index: 10;
		-webkit-backdrop-filter: blur(5px);
		        backdrop-filter: blur(5px);
		color: #fff;
	}

	#header .gnav {
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) !important;
		    -ms-transform: translate(-50%, -50%) !important;
		        transform: translate(-50%, -50%) !important;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		max-width: 80%;
	}
	.gnav ul {
		display: block;
		padding: 0;
	}
	@media screen and (max-width: 740px) {
		.gnav_wrap {
			right: 25px;
		}
	}
	@media screen and (max-width: 400px) {
		.gnav_wrap {
			right: 20px;
		}
	}
	.spm_menu_open #btn_spm_menu {
		display: none;
	}
	#btn_spm_menu_cls {
		display: block;
		width: clamp(60px, 6.364vw, 70px);
		aspect-ratio: 1 / 1;
		border: none;
		background: url(/img/sites/character/btn_close.png) no-repeat center center / contain;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		top: -15px;
		right: -20px;
		z-index: 1;
	}

	.spm_menu_open #btn_spm_menu {
		background-size: clamp(60px, 4.35vw, 87px) auto;
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 15px var(--mymainback-margin-side, 15px) 0;
	}
	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #333;
		color: #fff;
		text-shadow: none;
		padding: 5px 20px;
	}
	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #333;
		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 #333;
		border-radius: 5px;
		background: #eeeeee;
		color: #333;
		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: 0;
		height: 0;
		border: 7px solid transparent;
		border-bottom-width: 0;
		border-top-width: 9px;
		border-top-color: #333;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #fff;
	}


	/* ========== フッタ ========== */

	/* 装飾（雲） */
	.author_box_wrap::before {
		width: clamp(150px, 52vw, 579px);
		top: clamp(-200px, -30vw, -130px);
		left: -18vw;
	}
	.author_box_wrap::after {
		width: 26vw;
		top: -13vw;
		right: 1vw;
	}

	/* フッタ */
	#author_info_box {
		width: auto;
		margin: 0;
		padding: 40px 20px 160px;
	}

	.author_box {
		width: 100%;
		margin-bottom: -9vw;
	}
	.author_box a.ft_contact {
		width: 30vw;
	}
	.author_box a.ft_request {
		width: 30vw;
		margin-bottom: 2vw;
	}
	@media screen and (max-width: 480px) {
		.author_box {
			gap: 0 6vw;
		}
		.author_box a.ft_contact {
			width: 32vw;
		}
		.author_box a.ft_request {
			width: 32vw;
		}
		.author_box a.ft_contact::after {
			width: 24vw;
		}
		.author_box a.ft_request::after {
			width: 24vw;
		}
	}

	/* コピーライト */
	.copyright {
		background-size: 100% auto;
		padding-top: clamp(calc(80px / 232 * 300), calc(15vw / 232 * 300), 205px);
	}
	.copyright img {
		max-width: 80%;
		height: auto;
	}
	@media screen and (max-width: 480px) {
		.copyright {
			padding: 115px 0px 15px;
		}
		.copyright p {
			line-height: 1;
		}
	}

	/* ページトップボタン */
	#btn_pagetop {
		background-size: 100% auto;
		width: clamp(80px, 14vw, 232px);
		bottom: clamp(60px, 12vw, 80px);
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0 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: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		margin: 0;
		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;
		font-size: 1.7rem;
	}

	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.6rem;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 40px;
	}

	/* コンテンツヘッダ */
	#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 0 0;
	}
	#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 0 0;
		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 0;
	}
	#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: 0 0 20px;
	}
	#osusume_contents_area .second_osusume ul {
		padding: 0;
		-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: 0;
		padding: 0;
		list-style: none;
	}
	#important_noticest_area .second_important ul li {
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid var(--list-bordercolor, #ccc);
	}
	#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;
		}
	}

	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {}

	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {}

	#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: 0;
		padding: 10px 0;
		list-style: none;
	}
	#kanren_link ul li {
		margin: 0;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
	}
	#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: 0;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid var(--list-bordercolor, #ccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0;
		padding: 0 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 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.info_list ul li {
		margin: 0;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
	}
	.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: 0;
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0 !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0;
		padding-bottom: 0;
	}
	.list_pack .article_img {
		width: 120px;
	}
	@media screen and (max-width: 370px) {
		.list_pack .article_img {
			width: 100px;
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}
	/* 黒 */
	.color_black * {}
	/* 青 */
	.color_blue * {}

}
/* ==================================================
スマートフォン ここまで
================================================== */