@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1085px;
	/* 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: 0px;
	padding: 0px;
	min-width: var(--content-width, 1085px);
	background: #FFFAF4;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: var(--content-width, 1085px);
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background: #F7FCFF;
	border: none;
	position: relative;
}

/* メイン */
#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, 1085px);
	height: auto;
	margin: 0px auto;
	padding: 0 80px 48px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
        	box-sizing: border-box;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}
.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}
.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}
.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide,
.tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */

/* フォント */
body,
button,
input,
textarea,
select {
	font-family: var(--fontfamily-normal);
	font-size: var(--fontsize-main, 1.6rem);
	line-height: var(--lineheight-main, 1.5);
	letter-spacing: var(--letterspacing-main, 0em);
	overflow-wrap: break-word;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.75);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1, h2, h3, h4, h5, h6, strong,
.subsite_menu_ttl,
.site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
/*
input,
textarea,
select,
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: 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: #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: var(--content-width, 1085px);
    max-width: 100%;
    min-height: auto;
    margin: 0px auto;
    position: relative;
    background: #F9FBFC;
}
#header2_box {
    padding: 0px !important;
}
#he_left {
    width: auto;
    position: absolute;
    top: 2rem !important;
    left: 49px;
    text-align: left;
}
.font_size_changed #he_left {
	left: 25px;
}
#he_left #logo h1,
#he_left #logo {
    margin: 0px;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #1660CD;
	letter-spacing: 0;
}
.font_size_changed #he_left #logo h1, 
.font_size_changed #he_left #logo {
	font-size: 1.75rem;
}
#he_left #logo a {
	display: block;
	color: #1660CD;
	text-decoration: none;
}
#he_right {
    margin-left: 0px;
    text-align: right;
    display: block;
    padding: 22px 48px 21px 0px;
}
.font_size_changed #he_right {
	padding-right: 35px;
}
#sp_link_box {
    display: none;
}
span.toiawase_link {
    display: block;
    border-radius: 7px;
    width: 203px;
    margin: 16px auto 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(67%, rgba(255, 255, 255, 0))), #DC6600;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
}
span.toiawase_link a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
	color: #000;
    -webkit-filter: invert(1);
            filter: invert(1);
	background: url("/img/site/jinko/pc/msg_icon_2.png")no-repeat left 13px center,
                url("/img/site/jinko/pc/arrow_1.png")no-repeat right 6px center;
    -webkit-box-shadow: 0 6px 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 6px 10px rgba(255, 255, 255, 0.2);
	text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 9px 27px 9px 38px;
    border-radius: 7px;
    letter-spacing: 0;    
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
span.toiawase_link a:hover,
span.toiawase_link a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* ヘッダメニュー */
nav.header_nav {
    margin-left: 350px;
}
.font_size_changed nav.header_nav {
    margin-left: 430px;
}
.header_nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.header_nav ul li[class^="h_"] {
    font-size: 1.5rem;
    line-height: 1;
    color: #333;
}
#header2 li.h_lang a {
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    padding: 3px 0px 2px 28px;
    background: url("/img/site/jinko/pc/lang_icon.png") no-repeat left center;
}
#header2 li.h_voice a {
    font-size: 1.4rem;
    color: #333333 !important;
    text-decoration: none;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #333;
}

/* アクセシビリティ機能 */
li.h_support {
    gap: 16px;
}
.h_support,
dl#moji_size,
dl#haikei_color {
    margin: 0;
    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;
}
dl#moji_size dt,
dl#haikei_color dt {
	margin: 0px 4px 0px 0px;
}
dl#moji_size dd,
dl#haikei_color dd {
	margin: 0px 0px 0px 4px;
    padding: 0px;
}
dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
    background: #ffffff;
    border: 1px solid #333333;
    border-radius: 0;
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 3px 7px;
}
.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666666;
}
dl#haikei_color dd a#haikei_white {
	background: #ffffff !important;
	color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
    background: #0101FE !important;
    color: #ffffff !important;
}

/* グローバルナビ */
#top_search {
    background: none !important;
    width: 100%;
    margin: 20px 0 0;
}
.gnav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
}
.gnav ul li {
    font-size: 1.5rem;
    line-height: 1;
	letter-spacing: 0.035em;
}
.gnav ul li a {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333333 !important;
	text-decoration: none;
    font-weight: normal;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.gnav ul li a::after {
    content: "";
    width: 0;
    border-bottom: 1px solid #1660CD;
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.gnav ul li a:hover,
.gnav ul li a:focus {
    color: #1660CD !important;
}
.gnav ul li a:hover::after,
.gnav ul li a:focus::after {
    width: 100%;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */

/* フッタ */
#footer_wrap_area {
	padding: 0 85px;
	margin: 0px auto;
	background: url(/img/site/jinko/pc/snow_man.png)no-repeat right 99px bottom;
}
#f_author_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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 48px 0 28px;
	background: url(/img/site/jinko/pc/f_map.png)no-repeat top 48px right 384px;
}
.footer_right {
	margin-top: 27px;
}
/* フッタメニュー */
.footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 58px;
	margin-right: -5px;
}
.font_size_changed .footer_nav ul {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_nav ul li {
	font-size: 1.6rem;
	color: #555555;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.footer_nav ul li a {
	text-decoration: none;
	color: currentcolor;
	position: relative;
}
.footer_nav ul li a::after {
	content: "";
	width: 0;
	border-bottom: 1px solid #1660CD;
	position: absolute;
	left: 0;
	bottom: -6px;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.footer_nav ul li a:hover,
.footer_nav ul li a:focus {
    color: #1660CD !important;
	text-decoration: none;
}
.footer_nav ul li a:hover::after,
.footer_nav ul li a:focus::after {
    width: 100%;	
}

.f_link_box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
}
.f_link_box > span {
	display: inline-block;
	width: 240px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 8px;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.f_link_box > span.f_toiawase {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(67%, rgba(255, 255, 255, 0))), #DC6600;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
}
.f_link_box span.f_toiawase a {
	display: block;
	color: #000;
	text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
	-webkit-filter: invert(1);
	filter: invert(1);
	-webkit-box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
	background: url("/img/site/jinko/pc/msg_icon_2.png")no-repeat left 18px center,
				url("/img/site/jinko/pc/arrow_1.png")no-repeat right 10px center;
	padding: 12px 34px 12px 48px;
}
.f_link_box > span.f_homepage {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(67%, rgba(255, 255, 255, 0))), #0054D0;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 67%), #0054D0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 67%), #0054D0;
}
.f_link_box span.f_homepage a {
	display:block;
	background: url(/img/site/jinko/pc/arrow_white.png)no-repeat right 6px center;
	padding: 12px 18px 12px 16px;
}
.f_link_box span a {
	font-size: 1.6rem;
	line-height: 1;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.03em;
	border-radius: 8px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.f_link_box span a:hover,
.f_link_box span a:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#footer_link_ichiran 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;
	gap: 20px 80px;
	padding: 0 0 21px;
}
#footer_link_ichiran ul li a {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #5F5F5F;
    text-underline-offset: 5px;
}
#footer_link_ichiran ul li a:hover {
	text-decoration: none;
}

/* 管理者情報 */
#author_box p {
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #555555;
	font-weight: bold;
	/* letter-spacing: 0.1rem; */
}
#author_box p.f_address {
	margin: 19px 0px 17px;
}
#author_box p.f_author {
	font-size: 2.2rem;
	font-weight: bold;
	color: #1660CD;
	line-height: 1.4;
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
	background: #1660CD;
}
#copyright p {
	font-size: 1.3rem;
	color: #F6F6F6;
	letter-spacing: 0.11em;
	margin: 0px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 68px;
	height: auto;
	position: absolute;
	right: calc(50% - 503px);
	top: -20px;
	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 a {
	display: block;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: 1085px;
	margin: 0px auto;
	border: none;
	background: #fff;
	padding-bottom: 48px;
}
#site_footer_box {
	padding: 35px 32px 39px;
	margin: 0 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #F7FCFF;
	border-radius: 20px;
}
#site_footer_box p {
	margin: 0px 0px 10px;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.7;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}
#site_footer_box p a {
	font-size: 1.6rem;
	color: #1660CD;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	padding: 32px 0px 8px;
	width: var(--content-width, 1085px);
    margin: 0px auto;
    background: #fff;
}
#pankuzu_wrap > div {
	width: 925px;
	margin: 0px auto 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #555;
	font-weight: bold;
}

.pankuzu,
#footstep {
	position: relative;
	padding: 2px 0 1px 9.2rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl,#footstep_detail::before {
	display: block;
	top: 1px;
	left: 0px;
	width: 6.8rem;
	height: 3rem;
	border: none;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 0.7rem 0px;
	text-align: center;
	position: absolute;
	border-radius: 8px;
	background: #1660CD;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#pankuzu_wrap span a {
	color: currentcolor;
}

#footstep_ttl,#footstep_detail::before {
	content: "足あと";
}
#footstep_detail {
	position: static;
	padding: 0;
	margin: 0;
	display: inline;
}
#clear_footstep {
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	width: 24px;
	height: 24px;
	margin: -6px 0 0 16px;
	color: #333;
	background: url("/img/site/jinko/pc/clear_icon.png") no-repeat center center;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 32px;
}
.site_jinko #main_header h1 {
	background: #1660CD;
	font-size: 2.8rem;
	line-height: 1.5;
	color: #ffffff;
	border-radius: 16px;
	padding: 29px 36px;
}

.site_jinko #main_body h2 {
	padding: 22px 30px;
	background: #F6F6F6;
	font-size: 2.4rem;
	color: #555555;
	line-height: 1.5;
	border-left: 10px solid #1660CD;
	border-bottom: none;
}

.site_jinko  #main_body h3 {
	padding: 5px 0px 16px;
	border-width: 2px;
	border-color: #1660CD;
	border-style: none none solid none;
	font-size: 2.2rem;
	line-height:1.5;
	color: #555555;
}

.site_jinko #main_body h4 {
	padding: 0px 0px 0px 12px;
	font-size: 2rem;
	line-height: 1.4;
	color: #555555;
    border: none;
	border-left: 4px solid #1660CD;
}

.site_jinko #main_body h5 {
	padding: 3px 0px 2px;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #555555;
	border: none;
}

.site_jinko #main_body h6 {
	padding: 0px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #555555;
	border: none;
}
.site_jinko #main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 24px 0;
}
#main_body :where(h2,h3,h4,h5,h6)  a {
	color: currentColor;
}
.site_jinko #main_body div.detail_free p {
	font-size: 1.6rem;
	color: #555555;
	margin: 1em 0;
}

/* テーブル */
#mymainback_bg #main_body div.detail_free .sp_table_wrap2 {
    margin-left: 0;
}
#main_body table {
	border-color: #B3B3B3;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body th {
	background: #1660CD;
	color: #fff;
	border-color: #B3B3B3;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    font-size: 1.6rem;
	text-align: center;
}
#main_body td {
	border-color: #B3B3B3;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    color: #000000;
	text-align: center;
	font-size: 1.6rem;
}
/* テーブル内の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: var(--fontsize-main-small, 1.5rem);
}
#content_header > span {
	display: inline-block;
	margin-left: 22px;
	font-size: 1.4rem;
	color: #555555;
	font-weight: bold;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/site/jinko/pc/print.png") no-repeat left center transparent;
	padding-left: 28px;
	color: currentColor;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 40px 30px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/common/icon_calendar.png") no-repeat left center transparent;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
    width: 100%;
    display: table;
    padding: 0;
    margin: 40px 0px 0px;
    background: transparent;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	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: top;
    margin: 0px;
    padding: 0px 0px 2px 10px;
    font-size: 1.3rem;
    letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0px 0px;
	padding: 30px;
	background: #f6f6f6;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}
.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
}
#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
.site_jinko #section_footer {
	clear: both;
	margin: 48px 0px 0px;
	padding: 40px 31px 35px;
	background: #F7FCFF;
	border-radius: 20px;
}
#section_footer_ttl {
	border-bottom: 1px solid #1660CD;
    margin: 0px 0px 16px;
    padding: 0 0 16px;
}
#section_footer h2,
#main_body #section_footer h2 {
	margin: 0;
    font-size: 1.8rem;
    line-height: 1;
    color: #555555;
    padding: 1px 0 1px 32px;
	background: url(/img/site/jinko/pc/telephone.png) no-repeat left center;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	font-size: 1.8rem;
	color: #555555;
	line-height: 1.5;
}
#section_footer_detail span[class^="sf_"] {
	margin: 0;
}
#section_footer_detail span.sf_tel {
	margin-right: 15px;
}
#section_footer_detail span a {
	color: currentcolor;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#osusume_contents_area .second_osusume {
	margin: 40px 0px 0px;
	padding: 30px;
	background: #f6f6f6;
}
#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	background: url("/img/common/icon_osusume.png") no-repeat left center transparent;
	color: inherit;
	font-size: 2rem;
}
#osusume_contents_area .second_osusume ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
}
#osusume_contents_area .second_osusume ul li {
	width: 200px;
}
#osusume_contents_area .second_osusume ul li div > span {
	display: block;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img {
	margin-bottom: 10px;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child,
#sidebar1 > div:empty,
#sidebar2 > div:empty {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}
.free_box p {
	margin: 0px 0px 1em;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* 重要なお知らせ */
#important_noticest_area .second_important {
	background: #fdf2f2;
	padding: 30px 20px;
}
#important_noticest_area .second_important a {
	color: #cc0000;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #cc0000;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0px;
}
#important_noticest_area .second_important ul li > span {
	display: block;
}
#important_noticest_area .second_important ul li > span.article_date {
	font-size: var(--fontsize-main-small, 1.5rem);
}

#important_noticest_area .second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#important_noticest_area .second_important .link_box > span {
	display: block;
	margin-top: 5px;
}
#important_noticest_area .second_important .link_box > span a {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* カウントダウン */
#count_down_area .count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 15px;
	padding: 20px;
	position: relative;
}
#count_down_area .count_down_box:last-child {
	margin-bottom: 0px;
}

#count_down_area .count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#count_down_area .count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#count_down_area .count_down_box2 > span.count_img {
	width: 100px;
}
#count_down_area .count_down_box2 > span.count_img > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#count_down_area .count_down_box2 > span.count_txt {
	width: calc(100% - 120px);
}
#count_down_area .count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
#count_down_area .count_down_box2 > span.count_txt > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* カウントダウン クリアボタン */
#count_down_area .count_down_clear {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#recommend_tag #sidebar_recommend,
#sidebar_ai_recommend {
	background: #F7FCFF;
    border-radius: 16px;
}
#recommend_tag #recommend_title,
#ai_recommend_title {
	text-align: left;
	padding: 15px 5px 10px 5px;
	border-bottom: 1px solid #1660CD;
    margin: 10px 30px;
	background: none;
	color:#333333;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}
#recommend_tag #sidebar_recommend h2{
	border-bottom: none;
}
#sidebar_recommend #recommend_title h2 {
	background: url("/img/site/jinko/pc/icon_recommend.jpg") no-repeat left center transparent;
	color: inherit;
}
#ai_recommend_title h2 {
	background: url("/img/common/icon_ai_recommend.png") no-repeat left center transparent;
	color: inherit;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: inline;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 5px 0px 20px 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-top: 1px solid #ffffff;
	padding: 5px 30px 5px 55px;
	border-top: none;
	font-size: 1.6rem;
	position: relative;
}
#sidebar_recommend ul li a:link{
	color: #333333;
}
#sidebar_recommend ul li a:hover,#sidebar_recommend ul li a:focus {
    text-decoration: none;
}
#sidebar_recommend ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1660CD;
    border-radius: 5px;
    top: 1.45rem;
    left: 35px;
}
/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0px;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}
.common_banner_link a > span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}
.common_banner_link .common_banner_mitsukaranai a > span {
	background: url("/img/common/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link .common_banner_faq a > span {
	background: url("/img/common/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}
.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}
.subsite_menu summary:only-child a {
	pointer-events: auto;
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li:before {
	content: none;
}
.tpl_site_list_2 .info_list ul li {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #555555;
	padding: 0 0 0px 3.2rem;
	margin: 0 0 .2rem;
	border: none !important;
}
.tpl_site_list_2 .info_list ul li > span:before {
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	left: 1.6rem;
	top: 0.9rem;
    border: none;
    border-radius: 50%;
	background-color: #1660CD;
}
.tpl_site_list1 .info_list ul {
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 40px 20px;
}
.tpl_site_list1 .info_list ul li {
	width: 295px;
	background: none;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	padding: 0;
}
.info_list ul li a {
	color: currentcolor;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: calc(11em + 10px);
	font-size: var(--fontsize-detail-small, 1.6rem);
	padding-top: 0.1rem;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}
.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack .article_txt {
	padding: 24px 17px 26px 16px;
	color: #555555;
	font-size: 1.6rem;
	line-height: 1.8;
}
.list_pack .article_txt .article_date {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 5px;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: 136px;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}
.list_pack .article_img span img {
	width: 100%;
    height: 100%;
    -o-object-fit: contain;
   		object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
}
.list_pack .article_img span:empty {
	background: url("/img/site/jinko/pc/no_img.png") no-repeat center center #eaf7ff;
}

/* ========== 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 * {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: currentColor !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.color_change #btn_pagetop, 
.color_change #btn_pagetop *,
.color_change #footer_wrap_area,
.color_change #f_author_wrap,
.color_change #main_body :where(h2,h3,h4,h5,h6) a {
    background: transparent !important;
}
.color_change .f_link_box span,
.color_change .tpl_site_list1 .info_list ul li,
.color_change #site_footer_box {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}
.color_change #header2 li.h_voice a,
.color_change .gnav ul li a:hover,
.color_change .footer_nav ul li a:hover {
	color: inherit !important;
	background: none;
}
.color_change #header2 li.h_lang a {
	color: inherit !important;
	background: none;
}
.color_change .gnav ul li a::after,
.color_change .footer_nav ul li a::after,
.color_change #section_footer_ttl {
	border-color: rgba(255, 255, 255, 0.5); !important;
}
.color_change .tpl_site_list_2 .info_list ul li > span:before {
	background: #fff;
}
.color_change #header2 li.h_voice a::before, 
.color_change #header2 li.h_lang a::before {
	-webkit-filter: drop-shadow(1px 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 1px #fff) drop-shadow(0 -1px #fff);
	        filter: drop-shadow(1px 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 1px #fff) drop-shadow(0 -1px #fff);
}
.color_change .site_jinko #section_footer {
	outline: none !important;
	border: 1px solid;
}

.color_change #section_footer h2, 
.color_change #main_body #section_footer h2 {
	background: transparent !important;
	padding-left: 0;
}
.color_change span.toiawase_link a,
.color_change .f_link_box span.f_toiawase a {
    -webkit-filter: invert(0);
            filter: invert(0);
    background-image: url(/img/site/jinko/pc/msg_icon.png), url(/img/site/jinko/pc/arrow_white.png);
}

/************ 黒 /* ==========
/* 全体 */
.color_black,
.color_black #container {
	background: #000000 !important;
	color: #ffffff !important;
}
.color_black * {
	background-color: #000000 !important;
}

/* リンク */
.color_black a:link    { color: #ffff00 !important; }
.color_black a:visited { color: #ffffca !important; }
.color_black a:active  { color: #ffffff !important; }
.color_black a:hover   { color: #ffffff !important; }


/* ボタン */
.color_black input[type="button"],
.color_black input[type="submit"],
.color_black button {
	background-color: #333333 !important;
	color: #ffff00 !important;
}
.color_black input[type="button"]:hover,
.color_black input[type="submit"]:hover,
.color_black button:hover {
	color: #ffffff !important;
}

/* 見出し */
.color_black h2,
.color_black h3,
.color_black h4,
.color_black h5,
.color_black h6,
.color_black #main_header h1,
.color_black #main_body h2,
.color_black #main_body h3,
.color_black #main_body h4,
.color_black #main_body h5,
.color_black #main_body h6,
.color_black .life_cat_list_ttl,
.color_black div[id^="main_header_life3_"],
.color_black div[id^="main_header_life3_"] h1,
.color_black .subsite_menu_ttl {
	background: #333333 !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

/* パンくず・足あと */
.color_black .pankuzu:first-child .icon_current,
.color_black #footstep_ttl, .color_black #footstep_detail::before {
	background: #333333 !important;
	color: currentColor !important;
}


/* レコメンド */
.color_black #recommend_title,
.color_black #ai_recommend_title {
	background: #333333 !important;
}

/* 「見つからないときは」「よくある質問」バナー */
.color_black #common_banner_link ul li a,
.color_black .common_banner_link ul li a {
	background: #333333 !important;
}

/* ========== 青 ========== */

/* 全体 */
.color_blue,
.color_blue #container {
	background: #0000ff !important;
	color: #ffff00 !important;
}
.color_blue * {
	background-color: #0000ff !important;
}

/* リンク */
.color_blue a:link    { color: #ffffff !important; }
.color_blue a:visited { color: #ececf4 !important; }
.color_blue a:active  { color: #ffff00 !important; }
.color_blue a:hover   { color: #ffff00 !important; }


/* ボタン */
.color_blue input[type="button"],
.color_blue input[type="submit"],
.color_blue button {
	background-color: #0000aa !important;
	color: #ffffff !important;
}
.color_blue input[type="button"]:hover,
.color_blue input[type="submit"]:hover,
.color_blue button:hover {
	color: #ffff00 !important;
}

/* 見出し */
.color_blue h2,
.color_blue h3,
.color_blue h4,
.color_blue h5,
.color_blue h6,
.color_blue #main_header h1,
.color_blue #main_body h2,
.color_blue #main_body h3,
.color_blue #main_body h4,
.color_blue #main_body h5,
.color_blue #main_body h6,
.color_blue .life_cat_list_ttl,
.color_blue div[id^="main_header_life3_"],
.color_blue div[id^="main_header_life3_"] h1,
.color_blue .subsite_menu_ttl {
	background: #0000aa !important;
	border-color: transparent !important;
	color: #ffff00 !important;
}

/* パンくず・足あと */
.color_blue .pankuzu:first-child .icon_current,
.color_blue #footstep_ttl, .color_blue #footstep_detail::before {
	background: #0000aa !important;
	color: currentColor !important;
}

/* レコメンド */
.color_blue #recommend_title,
.color_blue #ai_recommend_title {
	background-color: #0000aa !important;
}

/* 「見つからないときは」「よくある質問」バナー */
.color_blue #common_banner_link ul li a,
.color_blue .common_banner_link ul li a {
	background: #0000aa !important;
}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #site_footer {
	display: none;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width : 1099px) {

	/* 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: 10px;
	}
	@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 {
		width: 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 {
		-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;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		border: none;
	}

	#he_left {
		position: static;
		margin: 0px;
		padding: 9px 11px 9px 14px;
	}
	#he_left #logo h1,
	#he_left #logo {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	#he_left #logo a {
		display: inline-block;
	}
	.font_size_changed #he_left #logo h1,
	.font_size_changed #he_left #logo {
		font-size: 1.3rem;
	}

	#he_right {
		display: none;
		margin-left: 0px;
		text-align: left;
		padding: 0;
	}
	.spm_menu_open #he_right {
		display: block;
		padding-right: 0;
	}

	#spm_wrap {
        display: block;
        position: absolute;
        right: 11px;
        top: 12px;
        z-index: 999;
    }
	button#btn_spm_menu {
        display: block;
        color: #fff !important;
        width: 42px;
        height: 40px;
        background: url("/img/site/jinko/sp/menu_btn.png") no-repeat top 6px left 8px #1660CD;
        border-radius: 4px;
		background-size: 30px auto;
        border: none;
    }
	.spm_menu_open button#btn_spm_menu {
        background: url("/img/site/jinko/sp/close_btn.png") no-repeat center #1660CD;
        background-size: 24px auto;
    }
	.spm_menu_open::before {
		content: none !important;
	}

	nav.header_nav {
		margin: 0 !important;
	}
	.header_nav ul {
        display: block;
        margin: 24px 10px 20px;
        background: #1660CD;
        padding: 17px 29px;
        border-radius: 16px;
    }
	.header_nav ul li[class^="h_"] {
        display: block;
        margin: 0 0 24px;
        color: #fff;
        font-weight: bold;
    }
	.header_nav ul li:last-child {
		margin: 0;
	}
	#header2 li.h_lang a {
        padding: 10px 10px 6px;
        border-radius: 10px;
        color: #555 !important;
        background: #fff;
        font-weight: normal;
        text-align: center;
        position: relative;
    }
	#header2 li.h_lang a::before {
		content: "";
		background: url("/img/site/jinko/pc/lang_icon.png") no-repeat left top;
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 24px;
		margin: 0px 8px 0px 0;
	}
	#header2 li.h_voice a {
        border: none;
        padding: 11px 10px 7px;
        border-radius: 10px;
        text-align: center;
        position: relative;
		color: #555 !important;
    }
	#header2 li.h_voice a::before {
		content: "";
		background: url("/img/site/jinko/sp/voice_icon.png") no-repeat left top;
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 22px;
		margin-right: 6px;
	}
	.h_support,
	dl#moji_size,
	dl#haikei_color {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	dl#moji_size, dl#haikei_color {
        margin: 0 0 24px;
    }
	dl#moji_size dt,
	dl#haikei_color dt {
		width: 7.5rem;
		margin: 0;
		font-size: 1.4rem;
	}
	dl#moji_size dd,
	dl#haikei_color dd {
		margin: 0px 0px 0px 8px;
		padding: 0px;
		width: 103px;
	}
	dl#moji_size dd a,
	dl#haikei_color dd a {
		padding: 12px 0px;
		text-align: center;
		border-radius: 10px;
		font-weight: bold;
		border-color: #fff;
		color: #555;
	}
	dl#haikei_color dd {
		width: 66px;
	}
	dl#haikei_color dd a#haikei_white {
		color: #555 !important;
	}
	dl#haikei_color dd a#haikei_black {
		border-color: #000;
	}
	dl#haikei_color dd a#haikei_blue {
		border-color: #FFFF00;
		background: #0000FF !important;
		color: #FFFF00 !important;
	}
	#sp_link_box {
		display: block;
        padding: 0 42px 32px;
	}
	#sp_link_box > span {
		display: block;
		margin: 24px auto 0;
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		width: 100%;
		border-radius: 8px;
		max-width: 400px !important;
	}
	#sp_link_box span a {
		display: block;
		font-size: 1.8rem;
		line-height: 1;
		text-decoration: none;
		border-radius: 8px;
		padding: 11px 20px;
		text-align: center;
		font-weight: bold;
		background-size: 20px auto;
		background-position: left 29px center, right 21px center;
	}
	.font_size_changed #sp_link_box span a {
		font-size: 1.3rem;
        letter-spacing: -0.8px;
		background-position: left 10px center, right 10px center;
	}
	span.toiawase_link {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(67%, rgba(255, 255, 255, 0))), #DC6600;
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 67%), #DC6600;
	}
	span.home_link {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)),color-stop(67%, rgba(255, 255, 255, 0))),#1660CD;
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0) 67%),#1660CD;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0) 67%),#1660CD;
	}
	span.home_link a {
		color: #fff;
	}

	/* グローバルナビ */
	#top_search {
        display: block;
        width: auto !important;
        margin: 32px 42px !important;
		background: url("/img/site/jinko/sp/map_bg.png") no-repeat top 18px right 22px !important;
    }
	.gnav ul {
        display: block;
    }
	.gnav ul li {
        font-size: 1.6rem;
        border-bottom: 1px solid #C0C0C0 !important;
        margin: 0 0 32px;
        padding: 0 0 16px;
		color: #444 !important;
    }
	.gnav ul li a::after {
		content: none;
	}
	.gnav ul li a {
		color: #444;
	}

	@media screen and (max-width: 370px) {
		.header_nav ul {
			padding: 17px 10px;
		}
		#top_search {
			margin: 32px 25px !important;
		}
		#sp_link_box {
			padding: 0 15px 32px;
		}
		.font_size_changed #he_left #logo h1,
		.font_size_changed #he_left #logo {
			font-size: 1.2rem;
			max-width: 250px;
		}
	}

	/* メニューへのリンク */
	.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_wrap_area {
		padding: 0;
		background-position: bottom 2px right 28px;
		background-size: 30px;
	}
	#f_author_wrap {
		display: block;
		padding: 48px 10px 8px;
		background-position: top 157px center;
		background-size: 166px auto;
	}
	#author_box {
		padding: 0 calc(50% - 155px);
	}
	#author_box p {
		font-size: 1.3rem;
	}
	#author_box p.f_address {
		margin: 30px 0 23px;
	}

	/* フッタメニュー */
	.footer_right {
		max-width: 400px;
		margin: 0 auto;
	}
	.footer_nav ul {
		gap: 24px;
		margin: 30px 37px;
	}
	.footer_nav ul li {
		text-align: center;
		width: calc(100% / 2.34);
		font-size: 1.3rem;
		line-height: 1;
	}

	.f_link_box {
		display: block;
		margin: 0 auto;
		max-width: 291px;
	}
	 .f_link_box > span {
		display: block;
		width: auto;
		margin: 0 0 24px;
		text-align: center;
		letter-spacing: 0.1em;
	}
	 .f_link_box span.f_toiawase a {
		background-position: left 29px center,right 21px center;
		padding: 11px 44px;
	}
	.f_link_box span.f_homepage a {
		background-position: right 11px center;
		padding: 11px 15px;
	}
	.f_link_box span a {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	@media screen and (orientation: landscape) {
		.f_link_box span a {
			letter-spacing: 0;
		}
	}
	#footer_link_ichiran ul {
		margin: 0 10px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 24px;
		padding: 0 0 40px;
	}
	 @media screen and (orientation: landscape) {
		#footer_link_ichiran ul {
			max-width: 400px;
			margin: 0px auto;
		}
	}
	@media screen and (max-width: 370px) {
		#footer_link_ichiran ul {
			gap: 12px;
			margin: 0 5px;
		}
	}
	#footer_link_ichiran ul li a {
		font-size: 1.2rem;
	}

	/* コピーライト */
	#copyright p {
		font-size: 1rem;
		padding: 13px 0px 12px;
		letter-spacing: 0;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 40px;
		right: 10px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0 var(--mymainback-margin-side, 15px);
		padding: 0 0 30px;
	}
	#site_footer_box {
		padding: 20px;
		margin: 0 10px;
		border-radius: 16px;
	}
	#site_footer_box p {
		margin: 0px 0px 10px;
		font-size: 1.5rem;
	}
	#site_footer_box p a {
		font-size: 1.4rem;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		width: auto;
		margin: 0 var(--mymainback-margin-side, 15px);
        padding: 15px 0px;
	}
	#pankuzu_wrap > div {
		width: auto;
		padding-top: 0;
        margin: 0 10px;
		font-size: 1.3rem;
	}
	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
        width: 4rem;
        height: 2rem;
        top: 3px;
        font-size: 1.1rem;
        border-radius: 4px;
        padding: 0.4em 0;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	.site_jinko #main_header h1 {
		margin: 0px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}

	.site_jinko #main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	.site_jinko #main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
	}

	.site_jinko #main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
	}

	.site_jinko #main_body h5 {
		padding: 5px 0px;
		font-size: 1.7rem;
	}

	.site_jinko #main_body h6 {
		padding: 3px 0px;
		font-size: 1.6rem;
	}
	.site_jinko #main_body :where(h2,h3,h4,h5,h6) {
		margin: 20px 0;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 10px) 0;
		padding: 0 0 30px;
        border-radius: 16px 16px 0 0;
	}
	#mymainback_bg #main_body {
		padding: 0 10px;
	}
	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
		margin: 0 10px;
	}
	#content_header > span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {}

	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 0px 0px;
	}
	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* テーブル表の幅対応 */
	.site_jinko #main_body div.sp_large_table {
        width: auto;
        margin: 0 auto;
	}
	.site_jinko #main_body table {
        font-size: var(--fontsize-detail, 1.5rem);
        line-height: var(--lineheight-detail, 1.75);
	}

	/* 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 20px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 10px 0px;
	}
	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	.site_jinko #section_footer {
        padding: 20px 15px;
        border-radius: 15px;
        margin: 20px 0 0;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
        letter-spacing: 0;
        line-height: 1.5;
        padding: 0 0 0 32px;
        background-position: top 0.2rem left;
	}
	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.5rem;
            padding-left: 29px;
		}
	}
	.font_size_changed #section_footer h2, 
	.font_size_changed #main_body #section_footer h2 {
		background-position: top 1rem left;
	}
	#section_footer_detail span {
		font-size: 1.6rem;
	}

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}
	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px;
	}
	#osusume_contents_area .second_osusume ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}
	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#important_noticest_area .second_important .link_box {
		text-align: center;
	}
	#important_noticest_area .second_important .link_box > span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* カウントダウン */
	#count_down_area .count_down_box {}

	/* レコメンド・AIレコメンド */
	@media screen and (max-width: 370px) {
		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}
	#recommend_tag {
		padding: 0px 10px;
	}
	#recommend_tag #recommend_title, #ai_recommend_title {
		margin: 10px 10px;
	}
	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {}

	#sidebar_recommend ul li, #sidebar_ai_recommend ul li {
		padding: 5px 10px 5px 35px;
	}
	#sidebar_recommend ul li:before {
		left: 15px;
	}
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		border: none;
	}

	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 関連リンク */
	#kanren_link h2 {
		font-size: 1.8rem;
	}
	#kanren_link ul {
		margin: 0px;
		padding: 10px 0px;
		list-style: none;
	}
	#kanren_link ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}
	#kanren_link ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {}

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.info_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.info_list ul li a {
		background: none;
		padding: 0;
		text-decoration: underline;
	}

	.tpl_site_list1 .info_list ul {
		gap: 30px 10px;
	}
	.tpl_site_list1 .info_list ul li {
		width: 259px;
		margin: 0 auto;
		border: none !important;
	}
	.tpl_site_list1 .info_list ul li:last-child {
		margin-bottom: 0;
	}

	/* リスト（日付） */
	.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;
	}

	/* リスト（サムネイル） */
	.list_pack .article_txt {
	    padding: 10px 17px 30px 16px;
	}
	.list_pack .article_txt .article_date {
		margin: 12px 0 5px !important;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change #header2 li.h_lang,
	.color_change #header2 li.h_voice,
	.color_change #sp_link_box span {
		border: 1px solid;
	}

	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */