@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: '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: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
    margin: 0 0 0 240px;
	padding: 0px;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0 64px;
}
.tpl_site_detail #mymainback {
	width: auto;
	padding-top: 0;
}

#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;
}

/* サイド */
#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.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: #333333;
}

/* リンク */
a:link {
	color: #333333;
	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;
}

/* ========== ヘッダ ========== */

/* スマートフォン用 */
#btn_spm_menu {
	display: none;
}

/* ヘッダ */
#header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 240px;
    height: 100vh;
    background: #f0ece9;
    border-right: 1px solid #f0ece9;
    -webkit-box-sizing: border-box;
    		box-sizing: border-box;
}
#header2_box {
	height: 100vh;
    padding: 15px 13px 17px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-sizing: border-box;
    		box-sizing: border-box;
}
.font_size_changed #header2_box {
	padding: 15px 6px 17px;
}
#he_left #logo {
	margin: 0;
	text-align: center;
}
#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;
}

/* ヘッダメニュー */
.header_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.h_homepage {
	margin: 0 0 13px;
}
.h_toiawase {
	margin: 0 0 16px;
}
.h_homepage a,
.h_toiawase a {
	display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    padding: 15px 5px;
    color: #715138;
    border: 1px solid #785a43;
    text-decoration: none;
}
.h_homepage a:hover,
.h_toiawase a:hover {
	text-decoration: underline;
}

.header_nav ul li.h_lang {
    margin: 0 11px 12px 5px;
}
.h_lang a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    padding: 14px 13px 13px 49px;
    color: #333333;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    background: url("/img/sites/iju/pc/lang_icon.png") no-repeat center left 15px #d3ccc9;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
    margin: 12px 11px 0 5px;
}
#btn_support_menu_open {
	display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 14px 24px 13px 53px;
    border: none;
    text-align: left;
    color: #333;
    background: url("/img/sites/iju/pc/support_icon.png")no-repeat left 15px center, 
    			url("/img/sites/iju/pc/arrow.png")no-repeat center right 14px #d3ccc9;
}
#support_menu_box {
	display: none;
    position: fixed;
    left: 240px;
    z-index: 100;
    bottom: 0;
    width: 38rem;
    max-width: 500px;
    background-color: rgba(211, 204, 201, 0.91);
    padding: 40px 0 40px 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#support_menu_box.open {
	display: block;
}

dl#moji_size,
dl#haikei_color {
	margin: 0px 0px 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
  	-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
dl#haikei_color {
	margin: 0;
}
dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 20px 0 0;
    letter-spacing: 0.08em;
}
dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #333333;
	font-size: 1.8rem;
	line-height: 1;
	text-decoration: none;
	padding: 5px;
}
dl#moji_size dd a {
	padding: 8px 8.5px;
	border-radius: 0;
}

dl#haikei_color dd a#haikei_white {
	border-color: #000000;
	background: #ffffff !important;
	color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
	border-color: #000000;
	background: #333333 !important;
	color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
	border-color: #142298;
	background: #142298 !important;
	color: #ffff00 !important;
}
#btn_support_menu_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    color: #fff;
    background: url("/img/sites/iju/pc/clear_btn.png") no-repeat center center #3e3a39;
    text-indent: -9999em;
}

/* グローバルナビ */
#top_search {
	margin: 32px 0 18px;	
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.gnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gnav ul li {
	font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 24px;
    text-align: center;
}
.gnav > ul li:last-child {
	margin: 0;
}
.gnav ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.gnav ul li:has(div.sub_nav_wrap) > a {
	background: url("/img/sites/iju/pc/nav_arrow.png")no-repeat center right;
}
.gnav ul li.open > a {
	color: #715138;
}
.sub_nav_wrap {
	display: none;
    position: fixed;
    top: 0;
    left: 240px;
    background-color: #3e3a39;
    width: 240px;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.sub_nav_wrap.open {
	display: block;
}
.sub_nav_wrap ul {
	position: relative;
    top: 50%;
    translate: 0 -50%;
}

.sub_nav_wrap ul li a {
	color: #fff;
}

.sub_nav_wrap ul li a:hover {
	text-decoration: underline;
}

/* サブサイト共通ヘッダ */
#mainimg {
	position: relative;
}
#mainimg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
}
#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#logo_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: min(100%,1080px);
    margin: 0px auto;
    text-align: center;
}
#logo_txt span {
    display: block;
    font-size: 4.2rem;
    margin: 32px 0 0;
}
#logo_txt p {
    margin: 0px;
    font-size: 2.2rem;
    line-height: 1;
    color: #000;
    text-shadow: 0px 0px 20px #fff;
    -webkit-filter: invert(1);
    		filter: invert(1);
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */

/* フッタ */
#author_box,
.footer_navi ul,
#copyright p {
    width: min(100%, 1080px);
    margin: 0px auto;
}

/* 管理者情報 */
#author_box {
    padding: 58px 0px 62px;
}
#author_box p {
    margin: 0px 145px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
}
#author_box p br {
	display: none;
	line-height: 0;
}
#author_box p.f_logo {
    text-align: center;
    line-height: 0;
}
#author_box p.f_number {
    text-align: center;
    line-height: 1;
    margin: 33px 0px 27px;
}

/* フッタメニュー */
.footer_navi {
    padding: 28px 0px 27px;
    background: #efebe8;
}
.footer_navi ul {
	padding: 0px;
	list-style: none;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer_navi ul li {
    display: inline-block;
    vertical-align: top;
    padding: 3px 37px 2px;
    border-right: 1px solid #1b1b1b;
    font-size: 1.6rem;
    line-height: 1.25;
}
.footer_navi ul li:first-child {
    border-left: 1px solid #1b1b1b;
}
.footer_navi ul li a {
    text-decoration: none;
}
.footer_navi ul li a:hover,
.footer_navi ul li a:focus {
    text-decoration: underline;
}

/* コピーライト */
#copyright {
    padding: 31px 0px;
    background: #3e3a39;
}
#copyright p {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
	text-transform: capitalize;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	position: fixed;
	width: 128px;
	right: 15px;
	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: 15px;
}
#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 {
	background: #efebe8;
	color: #333333;
	padding: 42px 0px 23px;
}
#pankuzu_wrap > div {
	width: min(100%, 1080px);
	margin: 0px auto 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 10.4rem;
	font-size: 1.8rem;
    line-height: 2;
	color: #333;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current, 
#footstep_ttl {
    display: block;
    width: 7.2rem;
    height: 3.6rem;
    border: none;
    border-radius: 0;
    background: #333333;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
	letter-spacing: 0.08em;
    padding: 1rem 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 5px;
}

#clear_footstep {
    vertical-align: middle;
    width: 27px;
    height: 27px;
    border: none;
    background: url("/img/sites/iju/pc/icon_clear.png") no-repeat center center;
    color: #333;
    margin: 0 0 0px 13px;
}

/* ========== 見出し / 表 ========== */

.tpl_site_detail #main_a > div:not(#osusume_contents_area) {
	width: 1080px;
	margin-left: auto;
    margin-right: auto;
}

/* 見出し */
#main_a > div#main_header {
	margin: 10px auto 70px;
}
.tpl_site_detail #main_a > div#main_header {
	margin: 25px auto 20px;
}
#main_header h1 {
	margin: 0px;
    padding: 15px 30px;
    font-size: 4.5rem;
    line-height: 1.5;
    color: #715138;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 2px solid #bdaea2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tpl_site_detail #main_header h1 {
    padding: 0 20px 26px 10px;
    text-align: left;
    font-size: 3.2rem;
    color: #333333;
    border: none;
}
#main_body div.detail_free {
    margin: 0;
}
#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 30px 0px;
}

#main_body h2 {
    padding: 13px 20px 13px 6px;
    text-align: left;
    font-size: 2.8rem;
    line-height: 1.5;
    border-bottom: 2px solid #929292;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#main_body h2::before {
    content: "";
    position: absolute;
    width: 266px;
    border-bottom: 4px solid #715138;
    left: 0;
    bottom: -3px;
}
#main_body h3 {
    padding: 13px 15px 13px 11px;
    background: #efebe8;
    color: #231815;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-left: 2px solid #715138;
}
#main_body h3 a, #main_body h5 a,
#main_body h6 a {
	color: #231815;
}
#main_body h4 {
    padding: 7px 43px 8px 14px;
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #715138;
    border: 1px solid #715138;
    border-top: 2px solid #bdaea2;
    border-bottom: 2px solid #bdaea2;
}
#main_body h4 a {
	color: #715138;
}
#main_body h5 {
    padding: 9px 18px 8px 14px;
    font-size: 2rem;
    line-height: 1.3;
    color: #231815;
    font-weight: normal;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #b3a295;
}
#main_body h6 {
    padding: 9px 20px 9px 15px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #231815;
    font-weight: normal;
    letter-spacing: 0.05em;
    border-bottom: 4px solid #ededed;
}

/* テーブル */
#main_body table {
	border-color: #715138;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body th {
	background: #efebe8;
	color: #333333;
	border-color: #715138;
	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: #715138;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* ========== メイン ========== */

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
    text-align: right;
    font-size: 1.8rem;
    color: #231815;
}
#content_header > span {
	display: inline-block;
    margin-left: 40px;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/sites/iju/pc/icon_print.png") no-repeat left center transparent;
	padding-left: 26px;
    color: #715138;
}
span.link_print {
    margin-left: 25px !important;
}

/* 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: 50px 40px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #715138;
    letter-spacing: 0.08em;
    padding: 2px 0px 2px 32px;
    background: url("/img/sites/iju/pc/icon_calendar.png") no-repeat left center transparent;
}
#calendar_button_yahoo a {
    padding: 2px 0px 2px 34px;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 40px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
.wmplayer_download .wmplayer_img {
	width: 88px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 190px;
    height: 50px;
    vertical-align: top;
}

.tenpu_txt {
	display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 2px 0px 2px 8px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
    margin: 58px 0px 0px;
    padding: 50px 32px 38px;
    background: #efebe8;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 21px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    color: #715138;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: inherit;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #333333;
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 20px;
    padding: 0px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
    vertical-align: top;
    margin: 0px 80px 0px 0px;
}
.hyouka_box_detail fieldset span input {
	margin: 3px 8px 3px 5px;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #bcbbbb;
    border-radius: 50%;
    outline: none;
    background: #eee;
    position: relative;
}
.hyouka_box_detail fieldset span input[type="radio"]:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    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 {
	margin-top: 22px;
}
#hyouka_area_submit input {
	display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    margin: 0px;
    padding: 14px 10px 13px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    width: 335px;
    -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: 80px 0px 0px;
    padding: 33px 28px 40px;
    border: 3px solid #715138;
    background: url("/img/sites/iju/pc/section_bg.png") no-repeat bottom 10px right 23px;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 35px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    color: #715138;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#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: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#section_footer_detail span a, 
.sf_email a {
    color: #715138;
}
#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 15px;
}
span.sf_tel, span.sf_fax {
    margin-right: 25px !important;
}
.sf_email {
    margin-top: 5px;
	font-size: 1.8rem;
	line-height: 1.5;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
	background-color: #efebe8;
	margin: 127px 0 0px;
}
.second_osusume {
	width: 1080px;
	margin: 0 auto;
    padding: 26px 36px 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.second_osusume h2,
.second_osusume_ttl {
	margin: 0px 0px 45px;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #715138;
    text-align: center;
}
.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: center;
    	-ms-flex-pack: center;
    justify-content: center;
    gap: 41px;
}
.second_osusume ul li {
	width: 227px;
}
.second_osusume ul li .osusume_link {
	display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin: 17px 0 0;
}
.osusume_link a {
    color: #715138;
}
.second_osusume ul li .osusume_img {
	display: block;
	height: 172px;
}
.osusume_img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child,
#sidebar1 > div:empty,
#sidebar2 > div:empty {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 重要なお知らせ */
#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レコメンド */
#sidebar_recommend {
    margin: 50px 0 0;
}
#sidebar_ai_recommend {
    margin: 30px 0 0;
}
#recommend_title h2,
#ai_recommend_title h2 {
	background: #efebe8;
    border-radius: 10px;
    text-align: start;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 20px 30px 19px;
	margin: 0;
}
#recommend_title h2 span,
#ai_recommend_title h2 span{
	display: inline-block;
    text-align: left;
    margin: 0px;
}
#recommend_title h2 span {
    background: url("/img/sites/iju/pc/icon_recommend.png") no-repeat left center transparent;
    padding: 7px 0px 7px 46px;
}
#ai_recommend_title h2 span {
	background: url("/img/sites/iju/pc/icon_ai_recommend.png") no-repeat left center transparent;
    padding: 7px 0px 7px 42px;
}
#recommend_title br, #ai_recommend_title br {
    display: none;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
    padding: 23px 30px 22px;
    list-style: none;
    background-color: #fbfeff
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
}
#sidebar_recommend ul li:before, 
#sidebar_ai_recommend ul li:before, 
#kanren_link ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333;
    left: 0;
    top: 0.9rem;
}

#sidebar_recommend ul li:last-child, 
#sidebar_ai_recommend ul li:last-child {
    margin: 0;
}

/* 関連リンク */
#kanren_link {
    margin: 30px 0 0;
}
#kanren_link h2 {
	background: #efebe8;
    border-radius: 10px;
    margin: 0px;
    padding: 19px 31px 19px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: start;
}
#kanren_link ul {
	margin: 0px;
    padding: 20px 20px 20px;
    list-style: none;
}
#kanren_link ul li {
	margin-bottom: 11px;
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 16px;
    position: relative;
}
#kanren_link ul li:before {
	top: 0.7rem;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link {
    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;
	margin-top: 40px;
}
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
    width: calc(50% - 15px);
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
    display: block;
    background: #efebe8;
    border-radius: 10px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 21px 5px 20px;
    text-align: center;
}
.common_banner_link a > span {
	display: inline-block;
    padding: 5px 0px 5px 40px;
}
.common_banner_link .common_banner_mitsukaranai a > span {
	background: url("/img/sites/iju/pc/icon_mitsukaranai.png") no-repeat left center transparent;
}
.common_banner_link .common_banner_faq a > span {
	background: url("/img/sites/iju/pc/icon_faq.png") no-repeat left center transparent;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}
.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}
.subsite_menu summary:only-child a {
	pointer-events: auto;
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.tpl_site_list1 .info_list ul {
    margin: 0px;
    padding: 0 63px 0 36px;
    list-style: none;
}
.tpl_site_list_2 .info_list ul {
    gap: 56px 63px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tpl_site_list1 .info_list.info_list_date ul li {
    padding: 37px 45px 37px;
    background: #efebe8;
    margin-bottom: 36px;
}
.tpl_site_list1 .info_list.info_list_date ul li:last-child {
    margin: 0;
}
.tpl_site_list_2 .info_list ul li {
    width: 495px;
}
.tpl_site_list_2 .info_list ul li a {
    display: block;
    background: url("/img/sites/iju/pc/arrow_icon.png") no-repeat center right 30px #efebe8;
    padding: 29px 45px 28px 20px;
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}
.tpl_site_list_2 .info_list ul li a:hover {
    text-decoration: underline;
}

/* リスト（日付） */
.tpl_site_list1 span.article_date {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 30px;
}
.tpl_site_list1 span.article_title {
    font-size: 2rem;
    line-height: 1.2;
}
.tpl_site_list1 span.article_title a {
    color: #715138;
}
/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}
.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	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: 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 #he_left #logo img, 
.color_change #sidebar_recommend ul li:before, 
.color_change #sidebar_ai_recommend ul li:before, 
.color_change #kanren_link ul li:before, 
.color_change #author_box p.f_logo img {
    background-color: #ffffff !important;
}
.color_change dl#moji_size, .color_change dl#haikei_color, 
.color_change dl#moji_size dt, .color_change dl#haikei_color dt, 
.color_change dl#moji_size dd, .color_change dl#haikei_color dd,
.color_change .tpl_site_detail #main_header h1,  
.color_change #main_body #hyouka_area_box h2, 
.color_change #main_body #section_footer h2, 
.color_change .second_osusume h2, 
.color_change #logo_txt, .color_change .sub_nav_wrap ul, 
.color_change .gnav ul li, .color_change #btn_pagetop,
.color_change #logo_txt span {
    background-color: transparent !important;
}
.color_change #logo_txt p  {
    background-color: transparent !important;
    color: #fff !important;
    text-shadow: 0px 0px 20px #000 !important;
    -webkit-filter: inherit;
            filter: inherit;
}
.color_change .tpl_site_list_2 .info_list ul li, 
.color_change .tpl_site_list1 .info_list ul li, 
.color_change #hyouka_area_box, 
.color_change .common_banner_link a, 
.color_change #osusume_contents_area .second_osusume {
    outline: 1px solid rgba(255, 255, 255, 0.7);
}
.color_change #section_footer {
    background-image: none;
}
.color_change .gnav ul li:has(div.sub_nav_wrap) > a, 
.color_change .tpl_site_list_2 .info_list ul li a {
    background-image: url("/img/sites/iju/pc/color_nav_arrow.png");
}

.color_change .h_lang a {
    background-image: url("/img/sites/iju/pc/color_lang_icon.png");
}
.color_change #btn_support_menu_open {
    background-image: url("/img/sites/iju/pc/color_support_icon.png"), 
        url("/img/sites/iju/pc/color_arrow.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_icon_calendar.png") !important;
}
.color_change #recommend_title h2 span {
    background-image: url("/img/sites/iju/pc/color_icon_recommend.png");
}
.color_change #ai_recommend_title h2 span {
    background-image: url("/img/sites/iju/pc/color_icon_ai_recommend.png");
}
.color_change .common_banner_mitsukaranai a span {
    background-image: url("/img/sites/iju/pc/color_icon_mitsukaranai.png");
}
.color_change .common_banner_link .common_banner_faq a span {
    background-image: url("/img/sites/iju/pc/color_icon_faq.png");
}
/* 黒 */
.color_black #support_menu_box, 
.color_black .sub_nav_wrap {
    background-color: #333 !important;
}
.color_black .gnav li.open > a {
    text-decoration: none !important;
    color: #fff !important;
}
/* 青 */
.color_blue #support_menu_box, 
.color_blue .sub_nav_wrap {
    background-color: #0000aa !important;
}
.color_blue .gnav li.open > a {
    text-decoration: none !important;
    color: #ffff00 !important;
}
/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #sidebar_recommend,
.view_print_mode #sidebar_ai_recommend, 
.view_print_mode #kanren_link, 
.view_print_mode .common_banner_link {
	display: none;
}
.view_print_mode .tpl_site_detail #main_a > div:not(#osusume_contents_area) {
    width: auto !important;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* var() 関数 */
	:root {
		/* フォントサイズ */
		--fontsize-main: 1.4rem;
		/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
		--fontsize-main-small: 1.3rem;
		/* 本文（ #main ） */
		--fontsize-detail: 1.5rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.4rem;

		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 15px;
	}
	@media screen and (max-width: 370px) {
		:root {
			/* 本文（ #main ） */
			--fontsize-detail: 1.4rem;
			/* 本文の一段階小さいフォントサイズ（日付など） */
			--fontsize-detail-small: 1.3rem;
			/* #mymainbackの左右余白 */
			--mymainback-margin-side: 10px;
		}
	}
	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		   -moz-text-size-adjust: none;
		    -ms-text-size-adjust: none;
		        text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
	}

	/* メイン */
	#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;
	}
	#main_body {
		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: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}
	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion + * {
		display: none;
	}
	.acc_title.accordion.acc_open + * {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"] + *,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + .acc_title + *,
	.index-2 .section_information .acc_title.accordion + *,
	.index-2 .section_information .acc_title.accordion.acc_open + * {
		display: block;
	}
	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header2 {
		width: 100%;
	    height: auto;
        border: none;
        background: #fff;
	}
	.spm_menu_open #header2 {
		height: 100%;
        overflow-y: auto;
        background-color: #efebe8;
	}
	#header2_box {
		width: auto;
        height: auto;
        padding: 0px !important;
        display: block;
        -ms-scroll-chaining: inherit;
    	overscroll-behavior: inherit;
	}
	#he_left {
		width: auto;
		position: static;
		margin: 0 130px 0 0;
    	padding: 9px 0 8px 10px;
	}
	#he_left #logo {
	    width: 179px;
    	height: 43px;
        background: url("/img/sites/iju/sp/header_logo.png") no-repeat center center;
	}
	#he_left #logo img {
	    opacity: 0;
	    height: 43px;
	    width: 100%;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	/* ボトムナビゲーション */
	#btn_spm_menu {
		display: block;
		position: fixed;
        right: 0;
        top: 0;
		width: 60px;
		height: 60px;
		padding: 0;
		border: none;
		color: #fff;
		text-align: left;
		text-indent: -9999em;
		z-index: 110;
		overflow: hidden;
		background: url("/img/sites/iju/sp/menu_btn.png") no-repeat center center #3e3a39;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.spm_menu_open #btn_spm_menu {
		background-image: url("/img/sites/iju/sp/close_btn.png");
	}
	.spm_menu_open #he_left,
	.spm_menu_open .h_toiawase {
		display: none;
	}
	/* ヘッダメニュー */
	.header_nav {
		display: none;
    	padding: 37px 10px 34px;
	}
	.spm_menu_open .header_nav {
		display: block;
	}
	.header_nav ul li.h_lang {
		text-align: center;
    	margin: 0 0 36px;
	}
	.h_lang a {
		width: auto;
	    display: inline-block;
	    background-color: transparent;
	    padding: 3px 0 3px 29px;
	    background-position: left center;
	    text-decoration: underline;
	}
	.h_lang a:hover {
		text-decoration: none;
	}

	/* アクセシビリティ機能 */
	.h_support {
		margin: 0;
	}
	#btn_support_menu_open,
	#btn_support_menu_close {
		display: none !important;
	}
	#support_menu_box {
		display: block;
	    position: static;
	    width: auto;
	    max-width: inherit;
	    padding: 0;
	    background: transparent;
	}
	dl#moji_size, dl#haikei_color {
		-webkit-box-pack: center;
	    	-ms-flex-pack: center;
	    justify-content: center;
	    margin: 0 0 23px;
	}
	dl#haikei_color {
		margin: 0;
	}
	dl#moji_size dt {
	    font-size: 1.6rem;
    	margin: 0px 13px 0px 0px;
	}
	dl#haikei_color dt {
		font-size: 1.6rem;
    	margin: 0px 8px 0px 0px;
	}
	dl#moji_size dd a {
		font-size: 1.6rem;
		padding: 6.5px;
	}
	dl#haikei_color dd a {
		font-size: 1.6rem;
	    padding: 4px 3.5px 3px;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		margin: 0;
		padding: 75px 10px 0;
        background-color: #3e3a39;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	.gnav ul li {
		font-size: 1.8rem;
    	margin: 0 0 22px;
	}
	.gnav ul li a {
		color: #fff;
		background: none !important;
	}

	/* 朝倉市公式ホームページ */
	.h_homepage {
		display: none;
	    margin: 0;
	    padding: 44px 10px 45px;
	    text-align: center;
	    background-color: #3e3a39;
	}
	.spm_menu_open .h_homepage {
		display: block;
	}
	.h_homepage a {
		display: inline-block;
	    width: auto;
	    border: 2px solid #fff;
	    color: #fff;
	    padding: 13px 15px 12px;
	}

	/*	お問い合わせ*/
	.h_toiawase {
		position: absolute;
	    top: 50%;
	    right: 80px;
	    translate: 0 -50%;
	    margin: 0;
        z-index: 90;
	}
	.h_toiawase a {
	    padding: 0;
	    width: 25px;
	    height: 17px;
	    border: none;
	    text-indent: -9999em;
	    background: url("/img/sites/iju/sp/mail_icon.png") no-repeat center center;
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		margin-top: 60px;
	}
	#logo_txt p {
		font-size: 1rem;
	}
	#logo_txt span {
		font-size: 2rem;
		margin: 12px 0 0;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#author_box {
		max-width: 375px;
		padding: 34px 0px;
	}
	#author_box p {
		font-size: 1.5rem;
		letter-spacing: 0.08em;
		margin: 0px 14px;
	}
	#author_box p.f_address,
	#author_box p.f_detail {
    	margin: 0 0 0 15px;
	}
	#author_box p.f_logo img {
		width: 204px;
		height: auto;
	}
	#author_box p.f_number {
		margin: 23px 0px 15px;
	}
	#author_box p br {
		display: block;
	}
	.footer_navi {
		padding: 7px 10px;
	}
	.footer_navi ul li {
		font-size: 1.5rem;
		padding: 0px 23px;
		margin: 11px 0px;
	}
	.footer_navi ul {
		max-width: 380px;
	}
	#copyright p {
		font-size: 1.5rem;
		letter-spacing: 0.03em;
	}
	#copyright {
		padding: 14px 10px;
	}
	@media (width <= 358px) {
		#author_box p.f_address,
		#author_box p.f_detail {
			margin: 0px 0px 0px 13px;
		}
		.footer_navi ul li {
			font-size: 1.45rem;
			padding: 0px 15px;
			margin: 10px 0px;
		}
		.font_size_limit_max .footer_navi ul li {
			font-size: 1.3rem;
		}
		#copyright p {
			font-size: 1.45rem;
			letter-spacing: 0;
		}
	}
	@media (max-width: 344px) {
		#author_box p {
			letter-spacing: 0;
		}
	}


	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 75px;
		background: url(/img/sites/iju/sp/top_btn.png) no-repeat center center;
	}
	#btn_pagetop.fixed {
		bottom: 100px;
		right: 8px;
	}
	#btn_pagetop img {
	    opacity: 0;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
        padding: 20px 15px;
	}
	#pankuzu_wrap > div {
		width: auto !important;
        margin: 0;
	}
	.pankuzu,
	#footstep {
		padding-left: 6rem;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4.5rem;
        height: 2.5rem;
        font-size: 1rem;
		margin: 0;
		left: 0;
		padding: 0.7rem 0;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */
	.tpl_site_detail #main_a > div:not(#osusume_contents_area) {
		width: auto;
	}

	/* 見出し */
	#main_header {
        margin-bottom: 30px !important;
    }
    .tpl_site_detail #main_a > div#main_header {
    	margin-bottom: 10px;
    }
    .tpl_site_detail #main_header h1 {
        margin: 0px;
        padding: 17px 10px;
        font-size: 2.4rem;
    }
	#main_body :where(h2,h3,h4,h5,h6) {
		margin: 20px 0px;
	}
	#main_header h1 {
		margin: 0px;
		padding: 17px 15px;
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#main_body h2 {
		padding: 14px 15px;
		font-size: 2rem;
	}
	#main_body h2::before {
		width: 20%;
		bottom: -2px;
		border-bottom: 2px solid #715138;
	}
	#main_body h3 {
		padding: 13px 13px 12px;
        font-size: 1.9rem;
	}
	#main_body h4 {
		padding: 9px 14px;
        font-size: 1.8rem;
	}
	#main_body h5 {
		padding: 8px 15px;
		font-size: 1.7rem;
	}
	#main_body h6 {
		padding: 9px 15px 6px;
		font-size: 1.6rem;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 0 var(--mymainback-margin-side, 15px) 40px;
	}

	/* コンテンツヘッダ */
	#content_header {
		margin: 0px 0px 20px;
		line-height: 1.1;
        font-size: 1.4rem;
	}
	#content_header > span {
		display: block;
        margin: 10px 0 0;
		letter-spacing: 0;
	}

	/* コンテンツフッタ */
	#content_footer {
		text-align: center;
	}

	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 0px 0px;
	}
	#calendar_button_google a,
	#calendar_button_yahoo a {
        font-size: 1.6rem;
        padding-left: 40px;
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
		margin: 25px 0px 0px;
	}
	.pdf_download .pdf_img,
	.wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 20px 15px;
        margin: 10px 0 0;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
		margin: 0px 0px 15px;
	}
	@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: 1.3rem;
		letter-spacing: 0;
	}
	#hyouka_area_box .hyouka_box_detail fieldset legend  {
		margin: 0px 0px 15px !important;
		letter-spacing: 0em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span input {
        width: 14px;
        height: 14px;
    }
    .hyouka_box_detail fieldset span input[type="radio"]:before {
        width: 8px;
        height: 8px;
    }
	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 0 auto;
	}
	#hyouka_area_submit input {
		display: block;
        max-width: 200px;
        width: 100%;
        font-size: 1.3rem;
        line-height: 1;
        padding: 10px 0px;
	}

	@media screen and (max-width: 370px) {
		#hyouka_area_box .hyouka_box_detail {
			font-size: 1.2rem;
			letter-spacing: -0.05em;
		}
	}
	/* お問い合わせ先 */
	#section_footer {
		padding: 15px 10px 20px;
        margin: 20px 0 0;
        background-position: bottom 5px right 5px;
        background-size: 45px auto;
        border-width: 2px;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
        letter-spacing: 0em;
		margin: 0px 0px 10px;
	}
	
	#section_footer_detail span[class*="sf_name"] {
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#section_footer_detail span {
        font-size: 1.6rem;
		letter-spacing: 0;
    }

	.sf_email {
		font-size: 1.6rem;
    	letter-spacing: 0;
	}

	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
		.sf_email {
			font-size: 1.5rem;
        	padding-right: 40px;
		}
	}

	/* テーブル表の幅対応 */
	#main_body .sp_large_table {
        max-width: inherit;
	}

	/* おすすめコンテンツ */
	#osusume_contents_area {
	    margin: 30px 0 0;
	}
	.second_osusume {
        width: auto;
		padding: 20px;
	}
	.second_osusume h2,
	.second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	.second_osusume ul {
		padding: 0px;
        -webkit-box-pack: start;
        		-ms-flex-pack: start;
        			justify-content: start;
        gap: 20px;
    }
	.second_osusume ul li {
		width: calc(50% - 10px);
	}
	.second_osusume ul li .osusume_img {
		height: auto;
	}
	.second_osusume ul li .osusume_link {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}
	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#important_noticest_area .second_important .link_box {
		text-align: center;
	}
	#important_noticest_area .second_important .link_box > span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* カウントダウン */
	#count_down_area .count_down_box {}

	/* レコメンド・AIレコメンド */
	#sidebar_recommend {
		margin: 30px 0 0;
	}
	#recommend_title h2, #ai_recommend_title h2 {
        font-size: 1.6rem;
        text-align: center;
        padding: 5px;
		border-radius: 5px;
    }
	#recommend_title h2 span {
		padding: 8px 0px 7px 40px;
	}
    #recommend_title br, #ai_recommend_title br {
        display: block;
        line-height: 0;
    }
	@media screen and (max-width: 370px) {
		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}
	#sidebar_recommend ul, 
	#sidebar_ai_recommend ul {
		padding: 20px 10px;
	}
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		font-size: 1.6rem;
        letter-spacing: 0;
	}
	#sidebar_ai_recommend {
		margin: 10px 0 0;
	}

	/* 関連リンク */
	#kanren_link h2 {
    	padding: 17px 20px 16px;
        border-radius: 5px;
    }
	#kanren_link ul {
		padding: 20px 10px;
	}
	#kanren_link ul li {
		font-size: 1.6rem;
	}
	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {
		display: block;
		margin-top: 0px;
	}
	.common_banner_link *[class*="common_banner_"] {
		width: 100%;
	}
	.common_banner_link a {
        padding: 12px 5px;
        margin: 0 0 15px;
		border-radius: 5px;
    }
	.common_banner_link a > span {
        padding: 8px 0px 8px 35px;
    }

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.tpl_site_list_2 .info_list ul li {
        width: 100%;
    }
    .tpl_site_list_2 .info_list ul li a {
        font-size: 1.6rem;
        padding: 21px 45px 20px 20px;
    }
    .tpl_site_list_2 .info_list ul {
        gap: 30px;       
    }

	/* リスト（日付） */
	.tpl_site_list1 .info_list ul {
        padding: 0;
    }
    .tpl_site_list1 .info_list.info_list_date ul li {
        padding: 18px 20px;;
        margin-bottom: 25px;
    }
    .tpl_site_list1 span.article_date {
        font-size: 1.5rem;
        margin-bottom: 10px;
		letter-spacing: 0;
    }
    .tpl_site_list1 span.article_title {
        font-size: 1.6rem;
    }
	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.list_pack .article_img {
		width: 120px;
	}
	@media screen and (max-width: 370px) {
		.list_pack .article_img {
			width: 100px;
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change #support_menu_box {
        background: transparent !important;
    }
	.color_change #he_left #logo {
        background-color: #fff !important;
    }
    .color_change .h_toiawase a {
        background-image: url("/img/sites/iju/sp/color_mail_icon.png");
    }
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */