@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: 'ヒラギノUD丸ゴ W3 JIS2004', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'ヒラギノUD丸ゴ W6 JIS2004', '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: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: 1170px;
	background: #f4f0ea;
}

/* ヘッダ */
#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[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.8rem);
	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,
.toc_link_wrap summary {
	font-family: 'メイリオ', Meiryo, 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: #363020;
}

/* リンク */
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 {
	display: none;
}

#btn_spm_support {
	display: none;
}

/* ヘッダ */
#header2 {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#he_left {
	position: absolute;
	top: 14px;
	left: -3px;
	z-index: 10;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo,
#he_left #logo p {
	margin: 0px;
}

#he_left #logo a {
	display: inline-block;
}

#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* ヘッダメニュー */
ul.header_nav {
	margin: 0px;
	padding: 20px 0 0;
	list-style: none;
	gap: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

ul.header_nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 11px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.187;
}

ul.header_nav li a {
	display: inline-block;
	vertical-align: middle;
	color: #363020;
}

ul.header_nav li.h_lang a {
	padding: 0 0 0 23px;
	background: url(/img/sites/iju/pc/lang_icon.png) no-repeat left center;
}

ul.header_nav li.h_easy a {
	padding: 0 0 0 23px;
	background: url(/img/sites/iju/pc/easy_icon.png) no-repeat left center;
}
ul.header_nav li.h_read #js_sound_btn,
ul.header_nav li.h_read a {
	padding: 0 0 0 30px;
	background: url(/img/sites/iju/pc/speaker_icon.png) no-repeat left center;
	border: none;
	background-color: transparent;
	font-size: 1.5rem;
	text-decoration: underline;
	line-height: 1;
}

.sound_box{
	display: none;
}
li.h_read{
   position: relative; 
}
#js_sound_btn .sound_close{
	display: none;
}
#js_sound_btn.open .sound_close{
	display: block;
}
#js_sound_btn.open .sound_open{
	display: none;
}
.open ~ .sound_box{
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	white-space: nowrap;
	z-index: 100;
}

/* アクセシビリティ機能 */
#support_menu_box {
	width: 57rem;
	max-width: 852px;
	margin: 0 0 9px auto;
	padding: 12px 16px 12px 0px;
	gap: 20px 35px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#support_menu_box span {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	color: #363020;
	padding: 2px 0 1px 25px;
	background: url(/img/sites/iju/pc/gear_icon.png) no-repeat left center;
}

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 {
	font-size: 1.5rem;
	line-height: 1;
	color: #363020;
	margin: 0px 7px 0px 0px;
	padding: 6px 0px;
	text-decoration: underline;
}
dl#moji_size dt:hover,
dl#haikei_color dt:hover {
	text-decoration: none;
}
dl#moji_size dd,
dl#haikei_color dd {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	border: 1px solid #9b9890;
	color: #363020;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	padding: 4px 4px;
	background: #fff;
}

dl#moji_size dd a#moji_default {
	padding: 5px 12px;
	font-size: 1.5rem;
}

dl#moji_size dd a#moji_large {
	font-size: 1.8rem;
	padding: 3.5px 9px;
}

dl#haikei_color dd a#haikei_white {
	background: #ffffff !important;
	color: #000 !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: #fcee21 !important;
}

/* 検索 */
#top_search_wrap {
	width: 1080px;
	margin: 0 auto;
	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;
	gap: 0 56px;
	padding: 27px 10px 24px;
	background: #f9f7f4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#search_wrap {
	background: #f9f7f4;
}

.search_box {
	width: 1080px;
	padding: 25px 0 24px 100px;
	margin: 0 auto;
	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;
	gap: 0 62px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* （文字拡大時） */
.font_size_changed .search_box {
	padding: 25px 0 24px;
}

/* キーワード検索 */
#cse-search-box,
#open_page_id_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

#top_search_wrap #cse-search-box,
#top_search_wrap #open_page_id_box {
	gap: 30px;
}

/* （文字拡大時） */
.font_size_changed #top_search_wrap #cse-search-box,
.font_size_changed #top_search_wrap #open_page_id_box {
	gap: 15px;
}

.search_ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	color: #363020;
}

#top_search_wrap .search_ttl {
	font-weight: bold;
}

#cse-search-box .search_ipt,
#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: 30.4rem;
	max-width: 504px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tmp_query,
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 7.4rem) !important;
	height: 4rem !important;
	border: 1px solid #9a978f;
	border-right: none;
	padding: 5px;
}

#submit,
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 7.4rem;
	height: 4rem;
	border: none;
	background: #363020;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

#cse_filetype {
	margin-top: 7px;
	text-align: right;
	line-height: 1;
}

#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;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

#cse_filetype fieldset span input {
	margin: 0px 4px 3px 0px;
	vertical-align: middle;
	color: #333;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #8d8b82;
	border-radius: 50%;
	outline: none;
	background: #fff;
	position: relative;
}

#cse_filetype fieldset span input[type='radio']:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#cse_filetype fieldset span input[type='radio']:checked:before {
	background: #363020;
}

/* ページID検索 */
#open_page_id_box .search_ipt {
	width: 20.6rem;
	max-width: inherit;
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}

#open_page_id_message:empty {
	display: none;
}

/* ページID検索とは */
#top_search_wrap #open_page_id_link {
	margin: 4px 0 0;
}

#open_page_id_link {
	text-align: right;
	margin: 7px 0 0;
	line-height: 1;
}

#open_page_id_link a {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #363020;
	padding: 0 0 0 21px;
	background: url(/img/sites/iju/pc/question_icon.png) no-repeat left center;
}

/* セカンドページ グローバルナビ */
nav.gnav {
	padding: 0 0 26px;
}

.gnav ul {
	width: 1080px;
	margin: 0;
	padding: 0;
	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;
}
.gnav ul li {
	width: 160px;
	position: relative;
}
.gnav ul li:first-child::before,
.gnav ul li::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: -o-repeating-linear-gradient(top, #c2beb5 0px 1px, #9a958a 1px 2px, transparent 2px 4px);
	background-image: repeating-linear-gradient(to bottom, #c2beb5 0px 1px, #9a958a 1px 2px, transparent 2px 4px);
}
.gnav ul li::before {
	left: 0;
	right: inherit;
}
.gnav ul li a {
	display: block;
	color: #363020;
	font-size: 1.8rem;
	line-height: 1.278;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 87px 5px 5px;
}
.gnav ul li a:hover {
	text-decoration: underline;
}
.gnav ul li:nth-child(1) a {
	background: url(/img/sites/iju/pc/gnv_icon1.png) no-repeat top center;
}
.gnav ul li:nth-child(2) a {
	background: url(/img/sites/iju/pc/gnv_icon2.png) no-repeat top 8px center;
}
.gnav ul li:nth-child(3) a {
	background: url(/img/sites/iju/pc/nv_icon3.png) no-repeat top center;
}
.gnav ul li:nth-child(4) a {
	background: url(/img/sites/iju/pc/gnv_icon4.png) no-repeat top 8px center;
}
.gnav ul li:nth-child(5) a {
	background: url(/img/sites/iju/pc/gnv_icon5.png) no-repeat top 1px center;
}
.gnav ul li:nth-child(6) a {
	background: url(/img/sites/iju/pc/gnv_icon6.png) no-repeat top 15px center;
}
/* sp- SNSアイコン */
.sns_wrap {
	display: none;
}
/* トップページグローバルナビ . サブナビゲーション  */
#global_navigation {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 38px;
}

#sub_navigation {
	width: 1080px;
	margin: 0 auto;
	padding: 124px 0 0;
}

#global_navigation ul,
#sub_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 24px;
	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;
}

#global_navigation ul li,
#sub_navigation ul li {
	width: 160px;
	border: 1px dashed #5b4636;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#global_navigation ul li a,
#sub_navigation ul li a {
	display: block;
	font-size: 1.8rem;
	line-height: 1.223;
	font-weight: bold;
	text-align: center;
	padding: 121px 5px 15px;
	text-decoration: none;
	color: #3b2a1c;
	letter-spacing: 0;
}

#global_navigation ul li:nth-child(1) a,
#sub_navigation ul li:nth-child(1) a {
	background: url(/img/sites/iju/pc/nv_icon1.png)no-repeat top 19px center;
}

#global_navigation ul li:nth-child(2) a,
#sub_navigation ul li:nth-child(2) a {
	background: url(/img/sites/iju/pc/nv_icon2.png)no-repeat top 35px center;
}

#global_navigation ul li:nth-child(3) a,
#sub_navigation ul li:nth-child(3) a {
	background: url(/img/sites/iju/pc/nv_icon3.png)no-repeat top 28px center;
}

#global_navigation ul li:nth-child(4) a,
#sub_navigation ul li:nth-child(4) a {
	background: url(/img/sites/iju/pc/nv_icon4.png)no-repeat top 37px center;
}

#global_navigation ul li:nth-child(5) a,
#sub_navigation ul li:nth-child(5) a {
	background: url(/img/sites/iju/pc/nv_icon5.png)no-repeat top 28px center;
}

#global_navigation ul li:nth-child(6) a,
#sub_navigation ul li:nth-child(6) a {
	background: url(/img/sites/iju/pc/nv_icon6.png)no-repeat top 44px center;
}

#global_navigation ul a:hover,
#sub_navigation ul a:hover {
	text-decoration: underline;
}

/* サブサイト共通ヘッダ */
#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: #e6e6e6;
}

/* 管理者情報 */
#author_info {
	background: #bd5537;
}

#author_info_box {
	width: 1080px;
	margin: 0 auto;
	padding: 88px 0 59px;
	gap: 0 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.tpl_site_index #author_info_box {
	padding: 100px 0;
}

#footer_logo {
	width: 278px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 31px;
}

.tpl_site_index #footer_logo {
	top: 11px;
}
#author_box {
	width: 530px;
}
#author_box p {
	margin: 0 0 10px 20px;
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.692;
}
#author_box p a {
	color: #fff;
	text-decoration: none;
}

#author_box p.f_author {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.15em;
}

#author_box p.f_number {
	font-size: 1.6rem;
}

.author_link {
	margin: 55px 0 0;
	gap: 0 44px;
	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;
}

.author_link a {
	display: inline-block;
	vertical-align: middle;
	color: #363020;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.07em;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 39px 15px 21px;
	background-color: #ede6dd;
	border: 1px solid #635d4f;
	position: relative;
}

.author_link a:last-child {
	padding: 16px 61px 15px 52px;
}

.author_link a::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	right: -25px;
	top: 50%;
	translate: 0 -50%;
	background: #fff;
}
.author_link a:hover,
.footer_navi ul li a:hover {
	text-decoration: underline;
}

/* フッタ SNSアイコン */
.tpl_site_index .sns_box {
	display: none;
}

.sns_box {
	width: 325px;
	margin: 23px 0 0;
	background-color: #fff;
	padding: 16px 21px;
	gap: 25px;
	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: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.sns_box a {
	display: block;
	line-height: 0;
}

/* フッタメニュー */
.footer_navi ul {
	width: 336px;
	margin: 80px 0 0;
	padding: 0px;
	list-style: none;
}

.tpl_site_index .footer_navi ul {
	margin: 47px 0 0;
}

.footer_navi ul li {
	font-size: 1.6rem;
	line-height: 1.188;
	padding: 24px 18px;
	position: relative;
}

.footer_navi ul li:first-child:before,
.footer_navi ul li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-image: -o-repeating-linear-gradient(left, #d69684 0 1px, #ffffff 1px 2px, #d69684 2px 3px, transparent 3px 4px);
	background-image: repeating-linear-gradient(to right, #d69684 0 1px, #ffffff 1px 2px, #d69684 2px 3px, transparent 3px 4px);
}

.footer_navi ul li:first-child:before {
	top: 0;
	bottom: inherit;
}

.footer_navi ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 0 65px 0 0;
}

/* コピーライト */
#copyright {
	background: #363020;
}

#copyright p {
	width: 1080px;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.075em;
	text-align: center;
	padding: 20px 0 19px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 90px;
	position: fixed;
	right: 30px;
	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: #ffffff;
	padding: 19px 0 16px;
	background: url(/img/sites/iju/pc/pankuzu_bg.png) no-repeat top center #363020;
	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_wrap > div#footstep_wrap {
	margin: 0 auto;
}
.pankuzu,
#footstep {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu a,
#footstep a {
	color: #ffffff;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: 2rem;
	background: #ffffff;
	color: #363020;
	font-size: 1.3rem;
	line-height: 1;
	padding: 0.4rem;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

#clear_footstep {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/sites/iju/pc/icon_clear.png) no-repeat center center;
	color: #fff;
	margin: 0 0 3px 13px;
	border: none;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 38px;
}

.tpl_site_detail #main_header {
	margin-bottom: 27px !important;
}

#main_header h1 {
	margin: 0px;
	padding: 26px 32px;
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.2em;
	background: #bd5537;
}
#main_header h1 a:link {
	color: #ffffff;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 30px 0px;
}
#main_body h2 a:link,
#main_body h3 a:link,
#main_body h4 a:link,
#main_body h5 a:link,
#main_body h6 a:link {
	color: #363020;
}

#main_body h2::before {
	content: "";
	position: absolute;
	width: 130px;
	height: 3px;
	background: #363020;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#main_body h2 {
	padding: 21px 31px 20px;
	font-size: 2.6rem;
	line-height: 1.5;
	position: relative;
}

#main_body h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #bd5537;
}

#main_body h3 {
	padding: 17px 29px;
	background: #ede6dd;
	font-size: 2.4rem;
	line-height: 1.5;
	border-left: 3px solid #bd5537;
}

#main_body h4 {
	padding: 10px 32px 8px;
	font-size: 2.2rem;
	line-height: 1.5;
	border-top: 2px dotted #625c4f;
	border-bottom: 2px dotted #625c4f;
}
#main_body h5 {
	padding: 12px 30px;
	background: #f9f7f4;
	font-size: 2.0rem;
	line-height: 1.5;
	border: 1px solid #363020;
}

#main_body h6 {
	padding: 13px 27px 10px;
	background: #ede6dd;
	font-size: 1.8rem;
	line-height: 1.5;
	border: 3px solid #ffffff;
}

#main_body .detail_free p {
	font-size: 1.6rem;
}

#main_body .detail_free p a {
	color: #363020;
}
#main_body div[class*="detail_"] {
	margin: 0;
}

/* テーブル */
#main_body table {
	table-layout: auto;
	border-color: #867f7a;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 1.4em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#main_body th {
	background: #ede6dd;
	border-color: #867f7b;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#main_body td {
	border-color: #363020;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	font-size: 1.6rem;
	text-align: center;
	-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: 37px;
	padding-bottom: 91px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1;
	color: #363020;
	position: relative;
	z-index: 1;
}

#content_header > span {
	display: inline-block;
	margin: 0 0 15px 30px;
}

/* コンテンツフッタ */
#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: 30px 30px 0px 0px;
}

#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	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;
	display: table;
	margin: 46px 0px 0px;
}

.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: 50px 0px 0px;
	padding: 20px 30px 19px;
	background: #f9f7f4;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	background: none;
	color: #363020;
	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: 2px dotted #969288;
	margin-bottom: 13px;
	padding-bottom: 8px;
}

#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 12px;
	padding: 0px;
	font-size: 1.5rem;
	width: 100%;
}

#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.hyouka_box_detail fieldset span input {
	margin: 0px 6px 3px 0;
	vertical-align: middle;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #afafaf;
	border-radius: 50%;
	outline: none;
	background: #eee;
	position: relative;
}
.hyouka_box_detail fieldset span input[type="radio"]:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.hyouka_box_detail fieldset span input[type='radio']:checked:before {
	background: #666666;
}
#hyouka_area_submit {
	display: inline-block;
	margin-top: 18px;
	position: relative;
}
#hyouka_area_submit::after {
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	background: #bd5537;
	right: -18px;
	top: 50%;
	translate: 0 -50%;
}
#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid #363020;
	background: #ffffff;
	padding: 15px 5px 12px;
	color: #363020;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	width: 205px;
	-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: 46px 0px 0px;
	padding: 23px 30px 24px;
	background: #ffffff;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 17px;
	padding: 0px;
	border: none;
	background: none;
	color: #bd5537;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

#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;
	font-size: 1.8rem;
	line-height: 1.2;
}

#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 17px;
}


/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
	width: 750px;
}

.second_osusume {
	margin: 44px 0px 0px;
	color: #333;
	padding: 25px 44px 27px 30px;
	background: url(/img/sites/iju/pc/border_left_top.png) no-repeat top left, 
				url(/img/sites/iju/pc/border_left_bot.png) no-repeat bottom left, 
				url(/img/sites/iju/pc/border_right_top.png) no-repeat top right, 
				url(/img/sites/iju/pc/border_right_bottom.png) no-repeat bottom right rgba(255,255,255,0.4);
}

#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0px 0px 25px;
	padding: 0px 0px 0px 23px;
	font-size: 2rem;
	line-height: 1.2;
	color: #bd5537;
	position: relative;
	background: url(/img/sites/iju/pc/icon_osusume.png)no-repeat center left transparent !important;
}
.second_osusume ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 36px;
}
.second_osusume ul li {
	width: 200px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.second_osusume ul li a {
	color: #363020;
}
.second_osusume ul li div > span {
	display: block;
}
.osusume_img {
	margin-bottom: 15px;
}
.osusume_img img {
	width: 200px;
	height: 152px;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */

#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_wrap {
	margin-bottom: 66px;
}
#ai_recommend_tag {
	margin-top: 13px;
}
#recommend_title,
#ai_recommend_title {
	background: #bd5537;
	text-align: center;
	padding: 17px 0px 15px;
}

#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0 9px 0 8px;
	list-style: none;
}

#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 2px dotted #c3674c;
	padding: 15px 15px 15px 12px;
	font-size: 1.6rem;
	line-height: 1.5;
}

#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	color: #363020;
}

/* 関連リンク */
#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: 20px;
}

.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}

.common_banner_link a {
	display: block;
	width: 278px;
	border: 1px solid #363020;
	background: #ffffff;
	color: #363020;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding: 20px 36px;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.common_banner_link a::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 47px;
	background: #bd5537;
	right: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_banner_link a>span {
	display: inline-block;
	padding: 5px 0px 4px 40px;
}

#sidebar1 .common_banner_mitsukaranai a>span {
	background: url(/img/sites/iju/pc/icon_mitsukaranai.png) no-repeat left center transparent !important;
	color: inherit;
}

#sidebar1 .common_banner_faq a>span {
	background: url(/img/sites/iju/pc/icon_faq.png) no-repeat left center transparent !important;
	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_wrap {
	margin-bottom: 40px;
}
.subsite_menu {
	margin: 0 0 10px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}
.subsite_menu_ttl {
	background: #363020;
	padding: 14px 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.12em;
}
.subsite_menu summary span {
	display: block;
}
.subsite_menu_ttl a {
	color: #fff;
}
.subsite_menu_list {
	padding: 18px 30px 20px;
}
.subsite_menu_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subsite_menu_list ul li {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.subsite_menu_list ul li strong {
	background: transparent;
}
.subsite_menu_list ul li a {
	color: #363020;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}
.subsite_menu_list div.link_ichiran {
	margin: 20px 0 0;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	width: 222px;
	padding: 8px 36px 7px;
	border: 1px solid #363020;
	color: #363020;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #ffffff;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.subsite_menu_list div.link_ichiran a::after {
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	background: #bd5537;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* サブサイト大小メニュー（開閉） */
.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: 0px;
	padding: 0px;
	list-style: none;
}

.tpl_site_list1 .info_list ul li {
	margin: 0px 0px 35px;
}

.tpl_site_list1 .info_list ul li:last-child {
	margin-bottom: 0px;
}

.tpl_site_list_2 .info_list ul li {
	border: 2px dotted #363020;
	margin: 0px 0px 30px;
	padding: 24px 40px 26px;
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	letter-spacing: 0.14em;
}

.info_list ul li a {
	color: #363020;
	text-decoration: none;
}

.info_list ul li a:hover {
	text-decoration: underline;
}

/* リスト（日付） */
.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 {
	font-size: 1.6rem;
	padding-top: 0.1rem;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.tpl_site_list1 .list_pack {
	width: 100%;
	display: table;
}
.tpl_site_list1 .list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
}
.tpl_site_list1 .list_pack .article_txt .article_date {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.tpl_site_list1 .list_pack .article_txt .article_title {
	display: block;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.tpl_site_list1 .list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	height: 128px;
	padding-right: 40px;
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: 128px;
	aspect-ratio: 200 / 128;
	overflow: hidden;
	background: #ede6dd;
}

.list_pack .article_img span:empty {
	background: url(/img/sites/iju/pc/no_image.png) no-repeat center center #ede6dd !important;
}

.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: 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 .top_sns_list a:nth-child(3) img,
.color_change .sns_wrap a:nth-child(3) img,
.color_change .sns_box a:nth-child(3) img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.color_change #he_left,
.color_change #he_left #logo,
.color_change #section_footer h2,
.color_change #main_body #section_footer h2,
.color_change #hyouka_area_box h2,
.color_change #main_body #hyouka_area_box h2,
.color_change #footer_logo,
.color_change #footer_logo img {
	background: transparent !important;
}

.color_change #section_footer,
.color_change #hyouka_area_box {
	outline: 1px solid rgba(255, 255, 255, 0.7);
}

.color_change .second_osusume {
	background: none;
	outline: 1px solid rgba(255, 255, 255, 0.7);
}
.color_change ul.header_nav li.h_lang a {
	background-image: url(/img/sites/iju/pc/color_lang.png);
}
.color_change ul.header_nav li.h_easy a {
	background-image: url(/img/sites/iju/pc/color_easy.png);
}
.color_change ul.header_nav li.h_read #js_sound_btn,
.color_change ul.header_nav li.h_read a {
	background-image: url(/img/sites/iju/pc/color_speaker.png);
}
.color_change #support_menu_box span {
	background-image: url(/img/sites/iju/pc/color_gear.png);
}
.color_change #content_footer #calendar_button_google a, 
.color_change #content_footer #calendar_button_yahoo a {
	background-image: url(/img/sites/iju/pc/color_calendar.png) !important;
}


/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #search_wrap {
	display: none;
}

.view_print_mode #container:before {
	content: none;
}

.view_print_mode #pankuzu_wrap,
.view_print_mode .pankuzu a {
	color: #363020;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@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;
	}

	/* メイン */
	#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_outer {
		margin: 0 0 30px;
		-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: 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;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#container.spm_support_open,
	#container.spm_search_open,
	#container.spm_menu_open {
		position: fixed;
	}

	#header2 {
		width: auto;
	}

	#he_left {
		position: static;
		text-align: center;
		padding: 30px 20px 0;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 999;
		width: 100%;
	}

	#spm_wrap button {
		display: block;
		width: 100%;
		height: 72px;
		border: 1px solid #363020;
		margin: 0px;
		padding: 0px;
		text-align: left;
		text-indent: -9999em;
		color: #333;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#spm_wrap button#btn_spm_menu {
		background: url(/img/sites/iju/sp/menu_btn.png)no-repeat center center #fff;
	}

	.spm_menu_open #spm_wrap button#btn_spm_menu {
		background: url(/img/sites/iju/sp/close_btn.png)no-repeat center center #ede6dd;
		border: none;
		border-left: 1px solid #363020;
	}

	#spm_wrap button#btn_spm_search {
		background: url(/img/sites/iju/sp/search_btn.png) no-repeat center center #fff;
		border-right: none;
		border-left: none;
	}

	.spm_search_open #spm_wrap button#btn_spm_search {
		background: url(/img/sites/iju/sp/close_btn.png)no-repeat center center #ede6dd;
		border: none;
	}

	#spm_wrap button#btn_spm_support {
		background: url(/img/sites/iju/sp/support_btn.png)no-repeat center center #fff;
	}

	.spm_support_open #spm_wrap button#btn_spm_support {
		background: url(/img/sites/iju/sp/close_btn.png)no-repeat center center #ede6dd;
		border: none;
		border-right: 1px solid #363020;
	}

	@media screen and (max-width: 370px) {
		#spm_wrap button {
			background-size: 90% auto !important;
		}
	}

	/* 閲覧補助（展開） */
	#he_right {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 34px calc(25% - 66.5px) 237px !important;
		background-color: #ede6dd;
		z-index: 998;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: .5s translate;
		transition: .5s translate;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_support_open #he_right {
		translate: 0 -100%;
	}

	/* ヘッダメニュー */
	ul.header_nav {
		display: block;
		padding: 0 !important;
	}

	ul.header_nav li {
		display: block;
		margin: 0;
		padding: 26.5px 0 26.5px calc(25% - 15px);
		border-top: 1px dashed #383222;
	}
	.open ~ .sound_box{
		position: static;
		text-align: left;
		margin-left: 0;
		margin-right: auto;
	}

	/* （文字拡大時） */
	.font_size_changed ul.header_nav li {
		padding: 26.5px 0;
		text-align: center;
	}

	ul.header_nav li.h_main {
		display: none !important;
	}

	ul.header_nav li.h_lang a {
		padding: 0 0 0 24px !important;
	}

	ul.header_nav li.h_easy a {
		padding: 0 0 0 25px !important;
	}
	ul.header_nav li.h_read #js_sound_btn,
	ul.header_nav li.h_read a {
		padding: 0 0 0 32px !important;
	}

	/* アクセシビリティ機能 */
	#support_menu_box {
		width: auto !important;
		max-width: 100%;
		display: block;
		padding: 0 !important;
		margin: 0 !important;
		background: none;
	}

	#support_menu_box span {
		display: none;
	}

	dl#moji_size {
		padding: 25px 0px 25px calc(25% - 16px);
		border-top: 1px dashed #383222;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	dl#haikei_color {
		padding: 25px 0px 25px calc(25% - 16px);
		border-top: 1px dashed #383222;
		border-bottom: 1px dashed #383222;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	/* （文字拡大時） */
	.font_size_changed dl#moji_size,
	.font_size_changed dl#haikei_color {
		padding-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	dl#moji_size dt,
	dl#haikei_color dt {
		padding: 5px 0px !important;
		margin: 0px 5px 0px 0px !important;
	}

	dl#moji_size dd,
	dl#haikei_color dd {
		margin: 0px 0px 0px 10px !important;
	}

	dl#moji_size dd a#moji_default {
		padding: 4px 11px !important;
		font-size: 1.4rem !important;
	}

	dl#moji_size dd a#moji_large {
		font-size: 1.7rem;
		padding: 2.5px 8px !important;
	}

	dl#moji_size dd a,
	dl#haikei_color dd a {
		padding: 4px;
		font-size: 1.5rem;
	}

	/* 検索（展開） */
	#top_search_wrap,
	#search_wrap {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 60px calc(25% - 66.5px) 100px;
		background-color: #ede6dd;
		z-index: 998;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transition: .5s translate;
			transition: .5s translate;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_search_open #top_search_wrap,
	.spm_search_open #search_wrap {
		translate: 0 -100%;
	}

	.search_box {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}

	/* キーワード検索 */
	#cse-search-box,
	#open_page_id_box {
		display: block;
	}

	.search_ttl {
		display: block;
		font-size: 1.8rem;
		margin: 0 0 16px;
	}

	#cse-search-box .search_ipt {
		width: auto;
		max-width: 100%;
	}

	#submit,
	#open_page_id_submit {
		height: 4.5rem;
	}

	#tmp_query,
	#open_page_id {
		height: 4.5rem !important;
	}

	#cse_filetype {
		margin-top: 10px;
		text-align: left;
	}

	#cse_filetype fieldset span {
		margin-right: 15px;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 49px 0 0;
	}

	#open_page_id_box .search_ipt {
		width: calc(100% - 89px);
	}

	/* （文字拡大時） */
	.font_size_changed #open_page_id_box .search_ipt {
		min-width: calc(100% - 20px);
		;
	}

	#open_page_id_message {
		text-align: left;
	}

	#open_page_id_link {
		text-align: left;
		margin: 7px 0 0 !important;
	}

	/* グローバルナビ */
	#global_navigation,
	#top_search {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 35px calc(25% - 66.5px) 97px;
		background-color: #ede6dd;
		z-index: 998;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: .5s translate;
		transition: .5s translate;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_menu_open #global_navigation,
	.spm_menu_open #top_search {
		translate: 0 -100%;
	}

	nav.gnav {
		padding: 0;
	}

	nav.gnav ul,
	#global_navigation ul {
		width: auto;
		display: block;
	}

	.gnav ul li,
	#global_navigation ul li {
		width: auto;
		border: none;
	}

	nav.gnav ul li a,
	#global_navigation ul li a {
		width: auto;
		font-size: 1.6rem;
		padding: 29px 0 29px 145px;
		text-align: left;
		border: none;
		border-top: 1px dashed #383222;
	}

	nav.gnav ul li:last-child a,
	#global_navigation ul li:last-child a {
		border-bottom: 1px dashed #383222;
	}

	nav.gnav ul li:nth-child(1) a,
	#global_navigation ul li:nth-child(1) a {
		background-size: 35px 57px;
		background-position: left 67px center;
	}

	nav.gnav ul li:nth-child(2) a,
	#global_navigation ul li:nth-child(2) a {
		background-size: 47px 37px;
		background-position: left 60px center;
	}

	nav.gnav ul li:nth-child(3) a,
	#global_navigation ul li:nth-child(3) a {
		background-size: 33px 47px;
		background-position: left 67px center;
	}

	nav.gnav ul li:nth-child(4) a,
	#global_navigation ul li:nth-child(4) a {
		background-size: 49px 34px;
		background-position: left 59px center;
	}

	nav.gnav ul li:nth-child(5) a,
	#global_navigation ul li:nth-child(5) a {
		background-size: 21px 45px;
		background-position: left 73px center;
	}

	nav.gnav ul li:nth-child(6) a,
	#global_navigation ul li:nth-child(6) a {
		background-size: 75px 28px;
		background-position: left 46px center;
	}

	.gnav ul li:first-child::before,
	.gnav ul li::after {
		content: none;
	}

	/* SNSアイコン */
	.sns_wrap {
		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: center;
		-ms-flex-align: center;
			align-items: center;
		gap: 22px;
		margin: 25px 0 0;
	}

	.sns_wrap a {
		line-height: 0;
		display: inline-block;
	}

	/* サブサイト共通ヘッダ */
	#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;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#footer {
		position: relative;
		margin: 0 0 70px;
	}

	#author_info_box {
		display: block;
		width: auto;
		padding: 26px 0 34px !important;
		margin: 0 calc(25% - 64px);
	}

	#footer_logo {
		width: 140px;
		position: static;
		line-height: 0;
		margin: 0 auto;
	}

	#footer_logo img {
		max-width: 100%;
	}

	#author_box {
		width: auto;
	}

	#author_box p.f_author {
		margin: 30px 0 0;
		font-size: 2.9rem;
		line-height: 1;
	}

	#author_box p.f_number {
		font-size: 1.5rem;
	}

	#author_box p {
		margin: 8px 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.author_link {
		margin: 15px auto 0;
		max-width: 400px;
		gap: 17px 44px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	@media screen and (max-width: 355px) {

		/*（文字拡大時）*/
		.font_size_changed .author_link {
			margin: 15px 22px 0;
		}
	}

	.author_link a {
		font-size: 1.6rem;
		padding: 15px 28px 14px 14px;
		border: 1px solid #363020;
	}

	.author_link a:last-child {
		padding: 15px 45px 14px 44px;
	}

	.author_link a::before {
		width: 44px;
		height: 2px;
		right: -22px;
	}

	/* フッタメニュー */
	.footer_navi ul {
		width: auto;
		margin: 60px 28px 0 !important;
	}

	.footer_navi ul li {
		font-size: 1.5rem;
		text-align: center;
	}

	.footer_navi ul li a {
		margin: 0;
	}

	/* フッタ SNSアイコン */
	.sns_box {
		display: none;
	}

	/* コピーライト */
	#copyright p {
		width: auto;
		font-size: 1rem;
		padding: 10px 0;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 50px;
		right: 10px;
		top: -25px;
		position: absolute;
		z-index: 1;
		bottom: inherit !important;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}

	#site_footer_box {
		padding: 20px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		padding: 18px 20px 14px;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin: 0 auto;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		height: 1.8rem;
		font-size: 1rem;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header {
		margin-bottom: 25px;
	}
	#main_header h1 {
		z-index: inherit;
		padding: 17px 20px;
		font-size: 2.4rem;
	}
	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}
	#main_body h3 {
		padding: 13px 20px;
		font-size: 1.9rem;
	}
	#main_body h4 {
		padding: 10px 20px 9px;
		font-size: 1.8rem;
	}
	#main_body h5 {
		padding: 9px 20px 8px;
		font-size: 1.7rem;
	}
	#main_body h6 {
		padding: 5px 20px;
		font-size: 1.6rem;
	}
	#main_body :where(h4, h5, h6) {
		margin: 20px 0;
	}
	#main_body .detail_free p {
		font-size: 1.4rem;
	}
	/* テーブル表の幅対応 */
	#main_body .sp_large_table {
		width: 1000px;
		max-width: unset;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px 20px 40px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#content_header > span {
		margin: 0 0 15px;
		display: block;
	}

	/* コンテンツフッタ */
	#content_footer {
		text-align: center;
	}
	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: 20px 15px 0;
	}

	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: 1.3rem;
		padding: 7px 0px 7px 35px;
	}

	/* 印刷 */
	#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;
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
		margin: 20px 0 0;
	}

	.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 13px;
		margin: 20px 0px 0px;
	}

	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	@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 fieldset {
		line-height: 1.5;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
		margin: 20px auto 0;
	}

	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}

	#section_footer_detail span {
		font-size: 1.4rem;
	}

	@media screen and (max-width: 370px) {

		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}

	/* おすすめコンテンツ */
	#osusume_contents_area {
		width: 100%;
		height: 100%;
		min-width: 125px;
	}

	.second_osusume {
		margin: 30px 0px;
		padding: 25px 20px;
		background-size: 75px auto;
	}
	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	.second_osusume ul {
		gap: 20px;
	}
	.second_osusume ul li {
		width: calc(50% - 10px);
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.osusume_img {
		margin-bottom: 10px;
	}
	.osusume_img img {
		width: 100%;
		height: auto;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 20px;
	}

	/* 重要なお知らせ */
	#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レコメンド */
	#recommend_wrap {
		margin: 0 0 30px;
	}

	/* 関連リンク */
	#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 {
		max-width: 280px;
		margin: 0 auto;
	}
	.common_banner_link a {
		display: inline-block;
		width: calc(100% - 22px);
		max-width: 258px;
		padding: 20px 25px;
	}
	.common_banner_link a > span {
		padding: 5px 0px 4px 35px;
	}
	.common_banner_link a::after {
		height: 2px;
		width: 44px;
	}

	/* サブサイト大小メニュー */
	#subsite_menu_wrap {
		margin: 0 0 30px;
	}
	.subsite_menu {
		margin-bottom: 10px;
	}
	.subsite_menu_ttl {
		text-align: left;
	}
	.subsite_menu_list {
		padding: 18px 20px 20px;
	}
	.subsite_menu_list div.link_ichiran {
		max-width: 240px;
		margin: 20px auto 0;
	}
	.subsite_menu_list div.link_ichiran a {
		display: inline-block;
		width: calc(100% - 17px);
		padding: 10px 20px 9px;
	}
	/* サブサイト大小メニュー（開閉） */
	.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: -14px -20px;
		padding: 14px 20px;
		padding-right: 40px;
		display: block;
		background: url(/img/sites/iju/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/sites/iju/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");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.tpl_site_list1 .info_list ul li {
		border: none;
		padding: 0px;
		margin: 0px 0px 25px;
	}
	.tpl_site_list_2 .info_list ul li {
		margin: 0px 0px 20px;
		padding: 15px 20px;
		font-size: 1.6rem;
	}

	/* リスト（日付） */
	.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 .list_pack .article_img {
		width: 120px;
		height: 100px;
		padding-right: 15px;
	}
	.list_pack .article_img span {
		height: 100px;
		aspect-ratio: 120 / 100;
	}
	.tpl_site_list1 .list_pack .article_txt .article_title {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.tpl_site_list1  .list_pack .article_txt .article_date {
		font-size: 1.2rem;
		margin-bottom: 7px;
		letter-spacing: 0;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change #spm_wrap button {
		-webkit-filter: invert(1);
		filter: invert(1);
		background-color: transparent !important;
		border-color: #000 !important;
	}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}


	/* スマートフォン表示時の音声読み上げボタン 20260323 */
	button.h_sound_btn.h_read {
		pointer-events: none !important;
		color: inherit !important;
		text-decoration: none !important;
	}
	.sound_box,
	.open ~ .sound_box {
		display: block;
		position: static;
		white-space: normal;
	}
	.tsutaeru-speech {
		text-align: left;
	}
	.font_size_changed .tsutaeru-speech {
		text-align: center;
	}
	/* スマートフォン表示時の音声読み上げボタン 20260323 ここまで */

}

/* ==================================================
スマートフォン ここまで
================================================== */