@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1080px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;

	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'UD新ゴ R', 'UD Shin Go Regular', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'UD新ゴ B', 'UD Shin Go 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;
}

body.noscroll {
	overflow: hidden;
	width: 100%;
}

body.no_scroll {
	overflow: hidden;
	width: 100%;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1080px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.footer_container {
	position: relative;
}

.footer_container::after {
	content: "";
	position: absolute;
	background-image: url(/img/sites/iju/common/footer_wave_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	left: 0;
	top: -5px;
	width: 100%;
	height: 30px;
	z-index: -1;
}

.footer_wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 90px 0 55px;
}

.footer_logo {
	line-height: 1.2;
}

.footer_logo_flex_block {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.font_size_changed .footer_logo_flex_block {
	row-gap: 30px;
}

.footer_info {
	/* margin-left: 50px; */
}

.footer_info_ph {
	line-height: 1.2;
	margin-top: 20px;
}

.footer_info_ph span {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.footer_mail_link {
	/* margin-left: 45px; */
}

.footer_info_txt span {
	font-size: 2.2rem;
	font-weight: 600;
}

.footer_info_ph span.ph_no {
	font-size: 2rem;
	color: #333333 !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}

/* Target Safari's auto-generated tel: links */
.footer_info_ph a[href^="tel:"] {
	color: #333333 !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}

.footer_info_ph a[href^="tel:"]:link,
.footer_info_ph a[href^="tel:"]:visited,
.footer_info_ph a[href^="tel:"]:active,
.footer_info_ph a[href^="tel:"]:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

.footer_mail_link a {
	height: 4.6rem;
	font-size: 1.6rem;
	border: 1px solid #10789f;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.3rem;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	will-change: box-shadow;
	-webkit-transition: box-shadow 0.4s ease;
	-o-transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease;
}

.footer_mail_link a:hover {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.35);
	/*-webkit-transition: box-shadow 0.4s ease;
	-o-transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease;*/
}

.footer_mail_link a:link,
.footer_mail_link a:visited {
	color: #10789f;
	text-decoration: none;
}

.footer_mail_link a {
	position: relative;
}

.footer_mail_link a span {
	position: relative;
	display: flex;
	padding: 12px 68px 10px 40px;
	justify-content: center;
	align-items: center;
}

.footer_mail_link a::before {
	content: "";
	position: absolute;
	width: 2.2rem;
	height: 2.2rem;
	background: url(/img/sites/iju/common/footer_down_arr.png) no-repeat center/contain;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.footer_anchor_links ul li a:link,
.footer_anchor_links ul li a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 1.4rem;
}

.footer_anchor_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_anchor_links {
	display: flex;
	gap: 3rem;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	flex-wrap: wrap;
}

.footer_anchor_links li a:link,
.footer_anchor_links li a:visited {
	color: #333333;
	font-size: 1.4rem;
	text-decoration: none;
}

.footer_anchor_links li a {
	position: relative;
}

.footer_anchor_links li:not(:last-child) a::after {
	content: "/";
	position: absolute;
	font-size: 1.6rem;
	right: -1.5rem;
	top: -0.4rem;
}

.footer_anchor_flex {
	margin-top: 55px;
}

.footer_copyright p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

/* メイン */
#mymainback {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: var(--content-width, 1080px);
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}

.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}

.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}

.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide,
.tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.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: 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;
}

/* Button hover opacity for top page 
.tpl_site_index .msm_intro_btn,
.tpl_site_index .voice_btn,
.tpl_site_index .support_btn,
.tpl_site_index .ytube_btn {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.tpl_site_index .msm_intro_btn:hover,
.tpl_site_index .msm_intro_btn:focus,
.tpl_site_index .voice_btn:hover,
.tpl_site_index .voice_btn:focus,
.tpl_site_index .support_btn:hover,
.tpl_site_index .support_btn:focus,
.tpl_site_index .ytube_btn:hover,
.tpl_site_index .ytube_btn:focus {
	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_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 272px;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 1;
}

#he_left #logo {
	margin: 0px;
}

#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}

#he_left #logo a {
	display: block;
}

#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 252px;
	text-align: right;
}

.he_forsp {
	display: block !important;
}

#btn_sp_menu_close {
	display: none;
}

/* ヘッダメニュー */
.header_nav {
	position: relative;
}

.header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	height:56px;
}

.header_nav ul li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	text-align: left;
	font-size: 1.4rem;
}

.header_nav ul li.h_main {
	margin-right: 29px;
	padding-left: 2.5rem;
	background: url(/img/sites/iju/common/down_arr_icon.png) no-repeat left center;
	background-size: 1.6rem 1.5rem;
}

.footer_anchor_links li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.header_nav ul li.h_main a{
	text-decoration: none;
}

.header_nav ul li.h_support {
	min-width: 100px;
	text-align: center;
	margin-right: 53px;
}

.header_nav ul li.h_lang {
	padding-left: 2.5rem;
	background: url(/img/sites/iju/common/lang_icon.png) no-repeat left center;
	background-size: 1.5rem 1.5rem;
	margin-right: 20px;
}

.header_nav ul li.h_lang a{
	text-decoration: none;
}

.header_nav ul li.h_main a:hover,
.header_nav ul li.h_lang a:hover{
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.header_nav ul li.h_support #btn_support_menu_open.open {
	width: 100%;
	background: #8bdeea;
	padding: 0;
	border-radius: unset;
	min-width: unset;
    min-height: unset;
}

.header_nav ul li.h_support #btn_support_menu_open .support_menu_btn_txt02 {
	display: none;
}

.header_nav ul li.h_support #btn_support_menu_open.open .support_menu_btn_txt01 {
	display: none;
}

.header_nav ul li.h_support #btn_support_menu_open.open .support_menu_btn_txt02 {
	display: block;
	padding-left: 0;
	background: url(/img/sites/iju/common/cancel_button.png) no-repeat bottom center;
	background-size: 1.5rem 1.5rem;
	height: 5.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_nav ul li a:link,
.header_nav ul li a:visited {
	color: #333333;
}

.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}

.header_nav ul li[class^="h_"] button {
	font-size: 1.4rem;
	border: none;
	outline: none;
	background: none;
}

.header_nav ul li.h_support button {
	background: url(/img/sites/iju/common/setting_icon.png) no-repeat left 7px center;
	background-size: 1.5rem 1.5rem;
	padding:0.7rem 0 0.6rem 2.3rem;
    min-width: 10rem;
	transition: background-color 0.3s ease;
}

.header_nav ul li.h_support button:hover{
    background-size: 1.5rem 1.5rem;
    background-color: #8bdeea;
    border-radius: 7px;
}

.header_search {
	position: relative;
}

.header_search button span {
	padding-left: 3rem;
	background: url(/img/sites/iju/common/search_icon.png) no-repeat left center;
	background-size: contain;
	position: relative;
	top: 1px;
	font-size: 1.6rem;
}

.header_search button {
	width: 200px;
	height: 3.6rem;
	font-size: 1.4rem;
	border: none;
	background: #8bdeea;
	border-radius: 10px;
}

.font_size_changed .header_nav ul{
	height: unset;
}

#btn_pc_search_close {
	display: none;
}

#btn_pc_search_open.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 4.8rem;
}

#btn_pc_search_open .search_btn_txt02 {
	display: none;
}

#btn_pc_search_open.open .search_btn_txt01 {
	display: none;
}

#btn_pc_search_open.open .search_btn_txt02 {
	display: block;
	padding-left: 0;
	background: url(/img/sites/iju/common/cancel_button.png) no-repeat bottom center;
	background-size: 1.5rem 1.5rem;
	height: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	transform: translateY(-5px);
}

.support_menu_box_inner {
	display: flex;
	justify-content: center;
	gap: 20px;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	border-radius: 0px;
	background: #8bdeea;
	box-sizing: border-box;
	max-width: 52rem;
	width: 100%;
	margin: 0px;
	padding: 2rem;
	text-align: center;
	border-radius: 10px;
}

#support_menu_box.open {
	display: block;
}

#support_menu_box.open #btn_support_menu_close {
	display: none;
}

#btn_support_menu_close {
	border: none;
	background: #e6e6e6;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 15px;
}

dl#moji_size,
dl#haikei_color {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

dl#moji_size {
	padding-left: 30px;
	background: url(/img/sites/iju/common/font_icon.png) no-repeat left center;
	background-size: 22px 16px;
}

dl#haikei_color dt {
	padding-left: 30px !important;
	background: url(/img/sites/iju/common/copy_icon.png) no-repeat left center;
	background-size: 18px 16px;
}

dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px 4px 0px 0px;
	padding: 6px 0px;
}

dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5.2px 8.2px;
	border-radius: 5px;
}

dl#moji_size dd a {
	padding: 5.5px 10.2px;
	border-radius: 5px;
}

dl#moji_size dd a#moji_large {
	font-size: 1.4rem;
	font-weight: bold;
}

.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666666;
}

dl#haikei_color dd a#haikei_white {
	border-color: #cccccc;
	background: #ffffff !important;
	color: #333333 !important;
}

dl#haikei_color dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}

dl#haikei_color dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
#header_searchbox {
	display: none;
}

#header_searchbox.open {
	min-width: 48rem;
	width: 100%;
	display: block;
	position: absolute;
	right: 0;
	background: #8bdeea;
	padding: 25px 20px;
	z-index: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;
}

#header_searchbox {
	position: relative;
}


#btn_pc_search_close::after {
	content: "×";
	font-size: 2rem;
	line-height: 1;
}

#header_searchbox:not(.open) #btn_pc_search_close {
	display: none;
}

#header_searchbox:not(.open) #btn_sp_search_close {
	display: none;
}

#header_searchbox:not(.open) #btn_sp_search_close.show {
	display: block;
}

.search_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_ttl_txt01 {
	font-size: 1.6rem;
	font-weight: 600;
}

.search_ttl_txt02 {
	font-size: 1.4rem;
	color: #333333;
	font-weight: normal;
}

#open_page_id_box .search_ttl {
	margin-bottom: 10px;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
	margin-bottom: 20px;
}

#top_search_keyword .search_ipt {
	display: flex;
	align-items: center;
	width: 100%;
	border: none;
	margin-top: 10px;
	gap: 0;
	background: #fff;
	height: 7rem;
	border-radius: 10px;
}

#open_page_keyword {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	flex: 1;
	height: 4.5rem;
	border: none;
	outline: none;
	background: transparent;
	color: #333333;
	padding: 0 20px;
	font-size: 1.6rem;
	border-radius: 5px 0 0 5px;
}

#open_page_keyword::placeholder {
	color: #999999;
	font-size: 1.6rem;
}

#open_page_keyword_submit {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 10rem;
	height: 5.4rem;
	border: none;
	background: #333333;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 400;
	border-radius: 10px;
	margin-right: 8px;
}

#open_page_keyword_submit:hover {
	background: #555555;
}

#cse-search-box .search_ttl {
	display: block;
}

#cse-search-box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 30rem;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 6rem) !important;
	height: 3.8rem !important;
	border: none !important;
}

#submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6rem;
	height: 3.8rem;
	border: none;
	background: #e6e6e6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 3.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#cse_filetype {
	margin-top: 5px;
	text-align: right;
}

#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#cse_filetype fieldset legend {
	display: none;
	margin: 0px;
	padding: 0px;
}

#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}

#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* ページID検索 */
#top_search_page_id {
	text-align: left;
	margin-top: 20px;
	margin-left: 0;
}

#open_page_id_box .search_ttl {
	display: block;
}

#open_page_id_box .search_ipt {
	display: flex;
	align-items: center;
	min-width: 30rem;
	border: none;
	gap: 0;
	background: #fff;
	height: 5.4rem;
	border-radius: 10px;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	flex: 1;
	height: 4.5rem;
	border: none;
	outline: none;
	background: #ffffff;
	color: #333333;
	padding: 0 20px 0 20px;
	font-size: 1.6rem;
	border-radius: 5px 0 0 5px;
}

#open_page_id::placeholder {
	color: #999999;
	font-size: 1.6rem;
}

#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 10rem;
	height: 3.8rem;
	border: none;
	background: #333333;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 400;
	border-radius: 10px;
	position: relative;
	right: 11px;
}

#open_page_id_submit:hover {
	background: #555555;
}

.search_ipt_flex {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.search_link {
	margin-left: 0;
}

.search_link a {
	color: #0066cc;
	font-size: 1.4rem;
	text-decoration: underline;
}

.search_link a:hover {
	color: #0052a3;
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}

#open_page_id_message:empty {
	display: none;
}

/* グローバルナビ */

.gnav ul {
	padding: 0 0 32px;
	list-style: none;
	margin: 15px 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 49px;
}

.gnav ul li {
	display: table-cell;
	vertical-align: middle;
}

.gnav ul li:nth-child(1) a img {
	max-width: 32px;
	max-height: 32px;
	width: 100%;
}

.gnav ul li:nth-child(2) a img {
	max-width: 35px;
	max-height: 32px;
	width: 100%;
}

.gnav ul li:nth-child(3) a img {
	max-width: 23px;
	max-height: 32px;
	width: 100%;
}

.gnav ul li:nth-child(4) a img {
	max-width: 27px;
	max-height: 33px;
	width: 100%;
	background-size: 27px 33px;
}

.gnav ul li:nth-child(5) a img {
	max-width: 38px;
	max-height: 32px;
	width: 100%;
}

.gnav ul li:nth-child(6) a img {
	max-width: 41px;
	max-height: 32px;
	width: 100%;
}

.gnav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-direction: column;
	background: transparent;
	color: #333333;
	font-size: 1.5rem;
	letter-spacing: 0.6px;
	text-decoration: none;
	text-align: center;
	padding: 0;
	padding-top: 42px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}

.gnav ul li:nth-child(1) a::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon01.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(2) a::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 32px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon02.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(3) a::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 33px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon03.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(4) a::before {
	content: "";
	position: absolute;
	width: 27px;
	height: 33px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon04.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(5) a::before {
	content: "";
	position: absolute;
	width: 38px;
	height: 32px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon05.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(6) a::before {
	content: "";
	position: absolute;
	width: 41px;
	height: 32px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/img/sites/iju/common/nav_icon06.png) no-repeat top center;
	background-size: contain;
}

.gnav ul li:nth-child(1) a::before,
.gnav ul li:nth-child(2) a::before,
.gnav ul li:nth-child(3) a::before,
.gnav ul li:nth-child(4) a::before,
.gnav ul li:nth-child(5) a::before,
.gnav ul li:nth-child(6) a::before {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gnav ul li:nth-child(1) a:hover::before,
.gnav ul li:nth-child(2) a:hover::before,
.gnav ul li:nth-child(3) a:hover::before,
.gnav ul li:nth-child(4) a:hover::before,
.gnav ul li:nth-child(5) a:hover::before,
.gnav ul li:nth-child(6) a:hover::before {
    transform: translateX(-50%) scale(0.8);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*フローティングメニュー（PC・右側）*/
#pc_floatmenu {
	position: fixed;
    z-index: 999;
    right: 0;
    top: 135px;
    width: 70px;
    height: 340px;
    box-shadow: 0 0 15px 6px rgb(255 255 255);
    background: #ffffff !important;
    border-radius: 8px 0px 0px 8px;
}

.hd_fb {
	position: relative;
	top: 0;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: var(--content-width, 1080px);
	margin: 30px auto 0px;
}

#mainimg_box {
	position: relative;
}

#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}

#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3.2rem;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
}

#mainimg_box .site_name.noimage {
	position: static;
	padding: 30px;
	text-shadow: none;
	background: #f6f6f6;
	color: #333333;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */

/* フッタ */
#author_info {
	background: #e6e6e6;
}

#author_info_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 0px 80px;
}

/* フッタメニュー */
.footer_navi {
	padding: 30px 0px 20px;
}

.footer_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
}

.footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 管理者情報 */
#author_box {
	margin: 0px;
	padding: 0px;
}

#author_box p {
	margin: 0px 0px 0.5em;
}

#author_box p.f_author {
	font-size: 3rem;
	font-weight: bold;
}

#author_box p.f_number {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
}

#copyright p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 70px;
	position: fixed;
	right: 20px;
	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: 20px;
}

#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;
	color: #333333;
}

#site_footer_box {
	padding: 25px 30px;
	border: 1px solid #10789f;
	border-radius: 10px;
}

#site_footer_box p {
	margin: 0px 0px 1em;
}

#site_footer_box p:last-child {
	margin-bottom: 0px;
}

#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	color: #333333;
	padding: 20px 0px 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	border-top: 2px solid #efefef;
}

#pankuzu_wrap>div {
	width: var(--content-width, 1080px);
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 7rem;
}

.pankuzu .icon_current {
	display: none;
}

.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 0;
	color: #10789f;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

#pankuzu_wrap a:link,
#pankuzu_wrap a:visited {
	color: #333333 !important;
}

#footstep_ttl {
	background: none !important;
}

#clear_footstep {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: -1px 0px 0px 0.5em;
	background: url("/img/sites/iju/common/icon-clear.png") no-repeat center center;
	background-size: 2.4rem 2.4rem;
	color: #333;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-left: 12px;
	vertical-align: middle;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin: 30px 0;
}

#main_header h1 {
	margin: 0px;
	font-size: 3.2rem;
	text-align: center;
	color: #10789f;
	position: relative;
}

#main_header h1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10rem;
	background: url("/img/sites/iju/common/h1_bg.png") no-repeat center/cover;
	bottom: -25px;
	left: 0;
	z-index: -1;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 2.1rem 3rem 2rem;
	background: #8bdeea96;
	font-size: 2.6rem;
}

#main_body h3 {
	padding: 1.7rem 3rem;
	border: 2px solid #8bdeea;
	font-size: 2.4rem;
	border-radius: 10px;
}

#main_body h4 {
	padding: 0 3rem 1.3rem;
	font-size: 2.2rem;
	position: relative;
	margin-top: 40px;
}

#main_body h4::before {
	content: "";
	position: absolute;
	background: url(/img/sites/iju/common/h4_detail_bg.png) no-repeat center/contain;
	width: 2rem;
	height: 3rem;
	left: 0;
	top: 0;
}

#main_body h5 {
	padding: 0px 3rem 0;
	font-size: 2.0rem;
	position: relative;
}

#main_body h5::before {
	content: "";
	position: absolute;
	background: url(/img/sites/iju/common/h5_detail_bg.png) no-repeat center/contain;
	width: 1.6rem;
	height: 2.4rem;
	left: 0;
	top: 0;
}

#main_body h6 {
	padding: 0.7rem 3rem 0.6rem;
	color: #10789f;
	font-size: 1.8rem;
}

#main_body h1 a:link,
#main_body h1 a:visited,
#main_body h2 a:link,
#main_body h2 a:visited,
#main_body h3 a:link,
#main_body h3 a:visited,
#main_body h4 a:link,
#main_body h4 a:visited,
#main_body h5 a:link,
#main_body h5 a:visited {
	color: #333333;
}


#main_body h6 a:link,
#main_body h6 a:visited {
	color: #10789f !important;
}

/* テーブル */
#main_body table {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	/* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_body th {
	background: #e8f8fb;
	color: #333333;
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_body td {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}

#main_body table p:last-child {
	margin: 0px;
}

/* ========== メイン ========== */

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 60px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 50px 0px 20px;
	text-align: right;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#content_header>span {
	display: inline-block;
	margin-left: 2em;
	letter-spacing: 0;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
	margin-bottom: 45px;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/common/icon-print.png") no-repeat left center transparent;
	padding-left: 20px;
	color: #333;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}

.d-flex.f-wrap-wrap>*,
.sdgs-icons>* {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}

.d-flex.f-wrap-wrap>* img,
.sdgs-icons>* img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 30px 40px 0px 0px;
}

#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.6rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/common/icon-calendar.png") no-repeat left center transparent;
}

#calendar_button_google a:link,
#calendar_button_google a:visited,
#calendar_button_yahoo a:link,
#calendar_button_yahoo a:visited {
	color: #333333;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}

.sns_button_wrap>div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 40px 0px 0px;
	width: 100%;
	display: table;
}

.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0px;
	padding: 0px;
}

.wmplayer_download .wmplayer_img {
	width: 88px;
}

.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 20px 0px 0px;
	padding: 20px 30px;
	border: 1px solid #10789f;
	border-radius: 10px;

}

#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;
}

.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_box .hyouka_box_detail fieldset span input[type="radio"] {
	accent-color: #666666;
}

#hyouka_area_submit {
	margin-top: 10px;
}

#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #c5eef4;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px 30px;
	background: #e8f8fb;
	margin-bottom: 30px;
	border-radius: 10px;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}

#main_body #section_footer h2::before,
#main_body #section_footer h2::after {
	display: none;
}

#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 10px;
}

#section_footer_detail span a:link,
#section_footer_detail span a:visited {
	color: #333333;
}

#section_footer_detail .sf_email a:link,
#section_footer_detail .sf_email a:visited {
	color: #333333;
}

/* おすすめコンテンツ */
#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レコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	/* background: #f6f6f6; */
}

#recommend_title,
#ai_recommend_title {
	background: #eef4d3;
	text-align: start;
	padding: 21.5px 5px 21.5px 30px;
}

#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 0.5rem 0px 0.5rem 4rem;
	letter-spacing: 0;
}

#recommend_title h2 {
	background: url("/img/common/icon-recommend.png") no-repeat left center transparent;
	color: inherit;
	background-size: contain;
}

#ai_recommend_title h2 {
	background: url("/img/common/icon-ai-recommend.png") no-repeat left center transparent;
	color: inherit;
	background-size: contain;
}

#recommend_title h2 span,
#ai_recommend_title h2 span {
	font-size: 1.8rem;
}

#ai_recommend_tag {
	margin-top: 40px;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	padding: 15px 20px;
}

#sidebar_recommend ul li a:link,
#sidebar_recommend ul li a:visited,
#sidebar_ai_recommend ul li a:link,
#sidebar_ai_recommend ul li a:visited {
	color: #333333;
}

#sidebar_recommend ul li:not(:last-child),
#sidebar_ai_recommend ul li:not(:last-child) {
	border-bottom: 1px solid #acca24;
}

/* 関連リンク */
#kanren_link h2 {
	background: #f7fae9;
	margin: 0px;
	padding: 15px 20px 15px 30px;
	font-size: 1.8rem;
	text-align: start;
}

#kanren_link {
	margin-top: 20px;
}

#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
}

#kanren_link ul li {
	margin-bottom: 7px;
}

#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

#kanren_link ul li a:link,
#kanren_link ul li a:visited {
	color: #333333;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link {
	display: flex;
	width: 100%;
	gap: 30px;
	margin-top: 20px;
}

.common_banner_mitsukaranai {
	width: 50%;
}

.common_banner_faq {
	width: 50%;
}

.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}

.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #c5eef4;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
	border-radius: 5px;
}

.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;
	letter-spacing: 0;
}

.common_banner_link .common_banner_faq a>span {
	background: url("/img/common/icon-faq.png") no-repeat left center transparent;
	color: inherit;
	letter-spacing: 0;
}

.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;
}

/* list-1,list-2,detail-page */

.tpl_site_list1 .info_list ul li {
	padding: 30px;
}

.tpl_site_list1 #mymainback,
.tpl_site_list_2 #mymainback,
.tpl_site_detail #mymainback {
	padding-top: 0px;
	padding-bottom: 50px;
}

.tpl_site_detail #main_body .detail_free a{
	color: #333;
}

.tpl_site_list1 #mymainback #main_header,
.tpl_site_list_2 #mymainback #main_header,
.tpl_site_detail #mymainback #main_header {
	margin: 65px 0 40px;
}


.tpl_site_detail #mymainback #main_body h2 {
	position: relative;
	border-radius: 10px;
	margin-bottom: 7px;
	z-index: 9;
}

.tpl_site_detail #mymainback #main_body h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	background: url(/img/sites/iju/common/h2_detail_bg.png) no-repeat center / cover;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.tpl_site_detail #mymainback {
	padding-bottom: 50px;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

/* list-1,list-2,detail-page */

/* サブサイト大小メニュー（開閉）（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_wrap {
	margin-top: 60px;
}

.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.info_list ul li {
	font-size: 1.6rem;
	padding: 25px;
	border-radius: 10px;
}

.info_list ul li:nth-of-type(odd) {
	background-color: rgba(232, 248, 251, 0.5);
}

.info_list ul li a {
	color: #333333;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	letter-spacing: 0;
}


.hd_contact {
	position: relative;
	top: -4px;
}

a.hd_contact:hover img{
	opacity: 1;
}


/* リスト（日付） */
.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 {
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
	width: calc(100% - 325px);
}

.list_pack .article_txt .article_date {
	display: block;
	margin-top: 25px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 327px;
	padding-right: 30px;
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 327 / 157;
	overflow: hidden;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #e4e4e4;
}

.list_pack .article_img span:empty {
	background: url("/img/sites/iju/common/noimage.png") no-repeat center center #ffffff;
	background-size: contain;
}

.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 5px;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {}

.color_change * a {
	color: #ffff00 !important;
}

.color_change.color_black .map_cards_grid,
.color_change.color_blue .map_cards_grid{
	background: none !important;
}

.color_change.color_black #pc_floatmenu,
.color_change.color_blue #pc_floatmenu{
	background: none !important;
}

.color_change.color_black .tsp_train,
.color_change.color_blue .tsp_train{
	background-color: unset !important;
}

.color_change.color_black .tpl_site_index h2,
.color_change.color_blue .tpl_site_index h2,
.color_change.color_black .tpl_site_index h3,
.color_change.color_blue .tpl_site_index h3,
.color_change.color_black .tpl_site_index h3,
.color_change.color_blue .tpl_site_index h4,
.color_change.color_black .tpl_site_index h4,
.color_change.color_black .ytube_ttl_box,
.color_change.color_blue .ytube_ttl_box{
    background: none !important;
}

.color_change.color_black .tpl_site_index h2 img,
.color_change.color_blue .tpl_site_index h2 img,
.color_change.color_black .tpl_site_index h3 img,
.color_change.color_blue .tpl_site_index h3 img,
.color_change.color_black .tpl_site_index h4 img,
.color_change.color_blue .tpl_site_index h4 img,
.color_change.color_black .ytube_ttl_box img,
.color_change.color_blue .ytube_ttl_box img{
    background-color: #ffffff !important;
}

.color_change.color_black .ttl_attraction,
.color_change.color_black .ttl_testimonials,
.color_change.color_black .ttl_support,
.color_change.color_black .tpl_site_index .ttl_on_off,
.color_change.color_black .tpl_site_index .ttl_city_area,
.color_change.color_black .tpl_site_index .ttl_nature,
.color_change.color_black .tpl_site_index .ttl_environment{
	background: none !important;
    padding: 0;
    margin: 0 auto;
	position: relative;
    z-index: 9;
}

.color_change.color_black .tpl_site_index .support_btn,
.color_change.color_black .tpl_site_index .voice_btn,
.color_change.color_black .tpl_site_index .msm_intro_btn,
.color_change.color_black .ytube_btn{
	border: 1px solid;
	position: relative;
	z-index: 9;
}

.color_change.color_blue .ttl_attraction,
.color_change.color_blue .ttl_testimonials,
.color_change.color_blue .ttl_support,
.color_change.color_blue .tpl_site_index .ttl_on_off,
.color_change.color_blue .tpl_site_index .ttl_city_area,
.color_change.color_blue .tpl_site_index .ttl_nature,
.color_change.color_blue .tpl_site_index .ttl_environment{
	background:none !important;
	padding: 0;
    margin: 0 auto;
	position: relative;
    z-index: 9;
}

.color_change.color_black .tpl_site_index h4.map_card_btn{
	background: #000 !important;
}

.color_change.color_blue .tpl_site_index h4.map_card_btn{
	background:#0000ff !important;
	color: #fff !important;
}


.color_change.color_blue .tpl_site_index .support_btn,
.color_change.color_blue .tpl_site_index .voice_btn,
.color_change.color_blue .tpl_site_index .msm_intro_btn{
	border: 1px solid;
	position: relative;
	z-index: 9;
}

.color_change.color_black .tpl_site_index a:link,
.color_change.color_black .tpl_site_index a:visited{
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_index a:link:hover,
.color_change.color_black .tpl_site_index a:visited:hover{
	color: #fff !important;
}

.color_change.color_blue .tpl_site_index a:link,
.color_change.color_blue .tpl_site_index a:visited{
	color: #ffffff !important;
}

.color_change.color_blue .tpl_site_index a:link:hover,
.color_change.color_blue .tpl_site_index a:visited:hover{
	color: #ffff00 !important;
}

.color_change.color_black #btn_pagetop,
.color_change.color_blue #btn_pagetop{
	background:none !important;
}

.color_change.color_black .link_ichiran a::after,
.color_change.color_blue .link_ichiran a::after,
.color_change.color_black .footer_mail_link a::before,
.color_change.color_blue .footer_mail_link a::before{
	content: '';
	width: 22px;
	height: 22px;
	background: url("/img/sites/iju/top/ytube_btn_arr.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}

.color_change.color_black .social_icon_box img,
.color_change.color_blue .social_icon_box img{
	background-color: #fff !important;
}

.color_change.color_black #he_left #logo img,
.color_change.color_blue #he_left #logo img {
	background-color: #ffffff !important;
}

.color_change.color_black .footer_logo img,
.color_change.color_blue .footer_logo img {
	background-color: #ffffff !important;
}

.color_change.color_black .header_search button span,
.color_change.color_blue .header_search button span {
	background:url(/img/sites/iju/common/search_icon02.png) no-repeat left center;
	background-size: contain;
    position: relative;
    top: 1px;
}

.color_change.color_black dl#moji_size,
.color_change.color_blue dl#moji_size {
	background:url(/img/sites/iju/common/font_icon02.png) no-repeat left center;
	background-size: 22px 16px;
}

.color_change.color_black dl#haikei_color dt,
.color_change.color_blue dl#haikei_color dt {
	background:url(/img/sites/iju/common/copy_icon02.png) no-repeat left center;
	background-size: 18px 16px;
}

.color_change.color_black #main_body h4,
.color_change.color_blue #main_body h4 {
	padding: 15px 30px 13px !important;
}

.color_change.color_black #main_body h5,
.color_change.color_blue #main_body h5 {
	padding: 10px 30px 8px !important;
}


.color_change.color_black #open_page_keyword,
.color_change.color_blue #open_page_keyword,
.color_change.color_black #top_search_page_id,
.color_change.color_blue #top_search_page_id {
	border: none !important;
	outline: none !important;
	background: #000 !important;
}

.color_change.color_black #top_search_page_id,
.color_change.color_blue #top_search_page_id,
.color_change.color_black #open_page_id,
.color_change.color_blue #open_page_id,
.color_change.color_black #open_page_id_box,
.color_change.color_blue #open_page_id_box {
	background: none !important;
	border: none !important;
	outline: none !important;
}

.color_change.color_black .search_ipt_flex,
.color_change.color_blue .search_ipt_flex,
.color_change.color_black .search_link,
.color_change.color_blue .search_link {
	background: none !important;
}

.color_change.color_black #pankuzu_wrap,
.color_change.color_blue #pankuzu_wrap {
	border: none !important;
}

.color_change.color_black #main_header h1,
.color_change.color_blue #main_header h1 {
	background: none !important;
}

.color_change .header_nav ul li.h_support button {
	padding-right: 15px;
	padding-left: 3rem;
	background-position: left 10px center;
}

.color_change.color_black #sidebar_recommend ul li a:link,
.color_change.color_black #sidebar_recommend ul li a:visited,
.color_change.color_black #sidebar_ai_recommend ul li a:link,
.color_change.color_black #sidebar_ai_recommend ul li a:visited,
.color_change.color_black #kanren_link ul li a:link,
.color_change.color_black #kanren_link ul li a:visited {
	color: #ffff00 !important;
}

.color_change.color_blue #sidebar_recommend ul li a:link,
.color_change.color_blue #sidebar_recommend ul li a:visited,
.color_change.color_blue #sidebar_ai_recommend ul li a:link,
.color_change.color_blue #sidebar_ai_recommend ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_black #sidebar_recommend ul li a:link:hover,
.color_change.color_black #sidebar_recommend ul li a:visited:hover,
.color_change.color_black #sidebar_ai_recommend ul li a:link:hover,
.color_change.color_black #sidebar_ai_recommend ul li a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue #sidebar_recommend ul li a:link:hover,
.color_change.color_blue #sidebar_recommend ul li a:visited:hover,
.color_change.color_blue #sidebar_ai_recommend ul li a:link:hover,
.color_change.color_blue #sidebar_ai_recommend ul li a:visited:hover {
	color: #ffff00 !important;
}

.color_change .header_nav ul li a:link,
.color_change .header_nav ul li a:visited {
	color: #ffff00 !important;
}

.color_change .header_nav ul li a:link:hover,
.color_change .header_nav ul li a:visited:hover {
	color: #ffffff !important;
}

.color_change .header_nav .header_search button,
.color_change .header_nav ul li.h_support button#btn_support_menu_open{
	text-decoration: none !important;
}

.color_change.color_black .gnav ul li a:link,
.color_change.color_black .gnav ul li a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .gnav ul li a:link:hover,
.color_change.color_black .gnav ul li a:visited:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.color_change.color_black #pankuzu_wrap>div span {
	color: #ffffff !important;
}

.color_change.color_black #pankuzu_wrap a:link,
.color_change.color_black #pankuzu_wrap a:visited {
	color: #ffff00 !important;
}

.color_change.color_black #pankuzu_wrap a:link:hover,
.color_change.color_black #pankuzu_wrap a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_black #support_menu_box.open,
.color_change.color_black #support_menu_box .support_menu_box_inner,
.color_change.color_black #header_searchbox.open {
	background: #333333 !important;
}

.color_change.color_black #top_search_keyword a,
.color_change.color_black #top_search_keyword a:link,
.color_change.color_black #top_search_keyword a:visited{
	text-decoration: none !important;
}

.color_change.color_blue #top_search_keyword a,
.color_change.color_blue #top_search_keyword a:link,
.color_change.color_blue #top_search_keyword a:visited{
	text-decoration: none !important;
}

.color_change.color_black #support_menu_box.open a,
.color_change.color_black #support_menu_box .support_menu_box_inner a{
	text-decoration: none !important;
}

.color_change.color_blue #support_menu_box.open a,
.color_change.color_blue #support_menu_box .support_menu_box_inner a{
	text-decoration: none !important;
}

.color_change.color_black dl#moji_size,
.color_change.color_black dl#moji_size dt,
.color_change.color_black dl#haikei_color dt,
.color_change.color_black dl#moji_size dd a#moji_large,
.color_change.color_black dl#moji_size dd,
.color_change.color_black dl#haikei_color dd,
.color_change.color_black dl#haikei_color dt,
.color_change.color_black dl#haikei_color,
.color_change.color_black #top_search_keyword,
.color_change.color_black .search_ttl,
.color_change.color_black .search_ttl_txt01,
.color_change.color_black .search_ttl_txt02,
.color_change.color_black #top_search_keyword .search_ipt,
.color_change.color_black #open_page_keyword_submit {
	background-color: #333333 !important;
}

.color_change.color_black #pankuzu_wrap>div span.fs_rireki:hover,
.color_change.color_black #pankuzu_wrap>div #footstep_detail span.fs_rireki:hover a,
.color_change.color_black #footstep_detail:hover {
	color: #ffffff !important;
}

.color_change.color_black #open_page_keyword,
.color_change.color_blue #open_page_keyword {
	border-radius: 7px !important;
}

.color_change.color_black #open_page_id,
.color_change.color_blue #open_page_id {
	color: #ffffff !important;
}

.color_change.color_black #open_page_keyword_submit,
.color_change.color_blue #open_page_keyword_submit {
	border-radius: 10px !important;
	text-decoration: none !important;
}

.color_change.color_black #open_page_id_submit,
.color_change.color_blue #open_page_id_submit {
	text-decoration: none !important;
}

.color_change.color_blue .header_nav ul li a:link,
.color_change.color_blue .header_nav ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .header_nav ul li a:link:hover,
.color_change.color_blue .header_nav ul li a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_blue .gnav ul li a:link,
.color_change.color_blue .gnav ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .gnav ul li a:link:hover,
.color_change.color_blue .gnav ul li a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_blue #pankuzu_wrap>div,
.color_change.color_blue #pankuzu_wrap>div span {
	color: #ffff00 !important;
}

.color_change.color_blue #pankuzu_wrap a:link,
.color_change.color_blue #pankuzu_wrap a:visited {
	color: #ffffff !important;
}

.color_change.color_blue #pankuzu_wrap a:link:hover,
.color_change.color_blue #pankuzu_wrap a:visited:hover {
	color: #ffff00 !important;
}

.color_change.color_blue #support_menu_box.open,
.color_change.color_blue #support_menu_box .support_menu_box_inner,
.color_change.color_blue #header_searchbox.open {
	background: #0000aa !important;
}

.color_change.color_blue dl#moji_size,
.color_change.color_blue dl#moji_size dt,
.color_change.color_blue dl#haikei_color dt,
.color_change.color_blue dl#moji_size dd a#moji_large,
.color_change.color_blue dl#moji_size dd,
.color_change.color_blue dl#haikei_color dd,
.color_change.color_blue dl#haikei_color,
.color_change.color_blue #top_search_keyword,
.color_change.color_blue .search_ttl,
.color_change.color_blue .search_ttl_txt01,
.color_change.color_blue .search_ttl_txt02,
.color_change.color_blue #top_search_keyword .search_ipt,
.color_change.color_blue #open_page_keyword,
.color_change.color_blue #open_page_keyword_submit,
.color_change.color_blue #open_page_id_box .search_ipt {
	background-color: #0000aa !important;
}

.color_change.color_blue #open_page_keyword,
.color_change.color_blue #open_page_id_box .search_ipt {
	background: #00000054 !important;
	color: #ffffff !important;
}

.color_change.color_blue #pankuzu_wrap>div #footstep_detail span.fs_rireki:hover,
.color_change.color_blue #pankuzu_wrap>div #footstep_detail span.fs_rireki:hover a,
.color_change.color_blue #footstep_detail:hover {
	color: #ffff00 !important;
}

.color_change.color_black .tpl_site_detail #mymainback #main_body h2,
.color_change.color_blue .tpl_site_detail #mymainback #main_body h2 {
	padding: 15px 30px 13px !important;
}

.color_change.color_black #section_footer,
.color_change.color_blue #section_footer {
	padding: 30px 0 !important;
}

.color_change.color_black .info_list ul li a:link,
.color_change.color_black .info_list ul li a:visited {
	color: #ffff00 !important;
}

.color_change.color_black .info_list ul li a:link:hover,
.color_change.color_black .info_list ul li a:visited:hover {
	color: #ffffff !important;
}

.color_change.color_blue .info_list ul li a:link,
.color_change.color_blue .info_list ul li a:visited {
	color: #ffffff !important;
}

.color_change.color_blue .info_list ul li a:link:hover,
.color_change.color_blue .info_list ul li a:visited:hover {
	color: #ffff00 !important;
}


/* 黒 */
.color_black * {
	color: #ffffff !important;
}

.color_black * a {
	color: #ffff00 !important;
}

/* Phone number contrast fix for black background */
.color_change.color_black .footer_info_ph span.ph_no,
.color_change.color_black .footer_info_ph a[href^="tel:"] {
	color: #ffffff !important;
}

.color_change.color_black #pankuzu_wrap>div {
	border: none;
}

/* 青 */
.color_blue * {
	color: #ffff00 !important;
}

.color_blue * a {
	color: #ffffff !important;
}

/* Phone number contrast fix for blue background */
.color_change.color_blue .footer_info_ph span.ph_no,
.color_change.color_blue .footer_info_ph a[href^="tel:"] {
	color: #ffffff !important;
}

.color_change.color_blue #pankuzu_wrap>div {
	border: none;
}

/* ========== font_size変更 ========== */

.font_size_changed .header_nav ul {
	gap: 30px;
}

.font_size_changed .header_nav ul li.h_support {
	margin-right: 0;
}

.font_size_changed #support_menu_box {
	top: 5.6rem;
	border-top-right-radius: 0;
}

/* ========== font_size変更 ========== */


/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode * {}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@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;
		}
	}

	/* footer */

	.footer_container::after {
		background-position: unset;
	}

	.footer_wrapper {
		max-width: 375px;
		padding: 6rem 20px 10rem;
		text-align: center;
	}

	.footer_logo_flex_block {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		gap: unset;
	}

	.footer_anchor_flex {
		margin-top: 30px;
		justify-content: center;
	}

	.footer_anchor_links {
		justify-content: center;
		row-gap: 10px;
	}

	.footer_copyright {
		margin-top: 55px;
	}

	.footer_logo {
		max-width: 220px;
		margin: 0 auto;
		width: 100%;
	}

	.footer_logo img {
		width: 100%;
	}

	.footer_info {
		margin-top: 40px;
		text-align: center;
	}

	.footer_info_txt span {
		font-size: 2rem;
	}

	.footer_info_ph {
		line-height: 1.2;
		margin-top: 15px;
	}

	.footer_info_ph span.ph_no {
		font-size: 1.8rem;
		color: #333333 !important;
		text-decoration: none !important;
		-webkit-tap-highlight-color: transparent;
	}

	/* Target Safari's auto-generated tel: links */
	.footer_info_ph a[href^="tel:"] {
		color: #333333 !important;
		text-decoration: none !important;
		-webkit-tap-highlight-color: transparent;
	}

	.footer_info_ph a[href^="tel:"]:link,
	.footer_info_ph a[href^="tel:"]:visited,
	.footer_info_ph a[href^="tel:"]:active,
	.footer_info_ph a[href^="tel:"]:hover {
		color: #333333 !important;
		text-decoration: none !important;
	}

	.footer_mail_link {
		margin-top: 30px;
		max-width: 335px;
		width: 100%;
	}

	.footer_mail_link a {
		height: unset;
		font-size: 1.6rem;
		border: 1px solid #10789f;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 2.3rem;
	}

	.footer_mail_link a span {
		position: relative;
		display: flex;
		padding: 12px 58px 10px 20px;
		justify-content: center;
		align-items: center;
	}

	.footer_mail_link a span::before {
		width: 2.2rem;
		height: 2.2rem;
		right: 15px;
	}

	.footer_anchor_links li:nth-of-type(2) a::after {
		content: none;
	}

	.font_size_changed .footer_info_ph span {
		flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
	}

	#open_page_keyword{
		width: 70%;
	}

	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#main,
	.tpl_side1 #main,
	.tpl_side2 #main,
	.tpl_side1.tpl_side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#main_a,
	.tpl_side1 #main_a,
	.tpl_side2 #main_a,
	.tpl_side1.tpl_side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	/* サイド */
	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	/* パンくずをフッタ上に表示 */
	#mymainback_bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#mymainback_bg>* {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#mymainback_bg>#pankuzu_wrap {}

	/* ========== 基本設定 ========== */

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	input[id*="acc_ttl_label"]+*,
	input[id*="acc_ttl_label"]+.acc_title+* {
		display: none;
	}

	input[id*="acc_ttl_label"]+.acc_title,
	input[id*="acc_ttl_label"]:checked+*,
	input[id*="acc_ttl_label"]:checked+.acc_title+* {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}

	.acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_open_white.png");
	}

	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close_white.png");
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}

	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion+* {
		display: none;
	}

	.acc_title.accordion.acc_open+* {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}

	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}

	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"]+*,
	.index-2 .section_information input[id*="acc_ttl_label"]+.acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"]+.acc_title+*,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked+*,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked+.acc_title+*,
	.index-2 .section_information .acc_title.accordion+*,
	.index-2 .section_information .acc_title.accordion.acc_open+* {
		display: block;
	}

	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		position: relative;
	}

	#top_search.hide,
	#h_lang.hide,
	#h_support.hide {
		display: none;
	}

	.spm_search_open #top_search,
	.spm_search_open #h_lang,
	.spm_search_open #h_support {
		display: none !important;
	}

	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.search_ttl_txt02{
		margin-top: 12px;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	.spm_search_open #header2_box{
		background: #e8f8fb !important;
	}

	.color_change .spm_search_open #header2_box{
		background: unset !important;
	}

	#he_left,#he_left_new {
		position: static;
		margin: 0px;
		padding: 30px 0 30px 20px;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	.he_forsp {
		display: none !important;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background: #e8f8fb;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 5rem 20px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_search_open .he_forsp{
		display: block !important;
		top: 147px;
		padding-top: 0;
	}

	.he_forsp[data-open="true"] {
		display: block !important;
	}

	#btn_sp_menu_close,
	#btn_sp_search_close {
		display: block;
		position: absolute;
		right: 11px;
		background: url(/img/sites/iju/common/btn_close_img.png) no-repeat center center #333333;
		background-size: 28px auto;
		width: 58px;
		height: 60px;
		border-radius: 10px;
		color: #fff;
		top: 11px;
		z-index: 9;
		text-indent: -9999em;
		overflow: hidden;
		border: none;
	}

	.spm_search_open #btn_sp_menu_close{
		display: none;
	}

	#searchCustomBox #btn_sp_search_close {
		right: 11px;
		top: -73px;
	}

	/*pcボタン非表示*/
	#btn_pc_search_open {
		display: none !important;
	}

	#pc_floatmenu {
		display: none !important;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: block;
	}

	#spm_wrap_top {
		position: absolute;
		z-index: 99;
		right: 10px;
		top: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	#spm_wrap #spm_wrap_top button#btn_spm_menu,
	#spm_wrap #spm_wrap_top button#btn_spm_menubtm {
		border-radius: 10px;
	}

	#spm_wrap #spm_wrap_top button#btn_spm_search {
		border-radius: 10px;
		background: url(/img/sites/iju/common/btn_search_sp.png) no-repeat center center #8bdeea;
		background-size: 21px auto;
		color: #000000;
		border: none;
	}

	.spm_search_open #spm_wrap #spm_wrap_top button#btn_spm_search {
		background: url(/img/sites/iju/common/btn_close_img.png) no-repeat center center #333333;
		background-size: 28px auto;
		color: #fff;
		border: none;
	}


	#spm_wrap_btm {
		position: fixed;
		z-index: 99;
		bottom: -150px;
		left: 0px;
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		padding: 0px 10px;
		transition: bottom 0.3s ease;
	}

	#spm_wrap_btm.to_bottom {
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	#spm_wrap button#btn_spm_contact {
		max-width: calc(100% - 70px);
		width: 100%;
		background: #28acc0;
		border: none;
		border-top-right-radius: 7px;
		color: #fff;
	}

	#spm_wrap button,
	#spm_wrap a {
		display: block;
		width: 70px;
		height: 73px;
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px 40px;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		box-shadow: 0 0 15px 6px rgb(255 255 255);
	}

	#spm_wrap button.open_search {
		width: 58px;
		height: 60px;
	}

	#spm_wrap button#btn_spm_menu,
	#spm_wrap button#btn_spm_menubtm {
		background: url("/img/sites/iju/common/btn_menu.png") no-repeat center center #ffffff;
		background-size: 38px auto;
		color: #000000;
		border: 3px solid #27acc0;
		border-top-left-radius: 10px;
	}

	.color_change.color_black #spm_wrap button#btn_spm_menu,
	.color_change.color_black #spm_wrap button#btn_spm_menubtm,
	.color_change.color_blue #spm_wrap button#btn_spm_menu,
	.color_change.color_blue #spm_wrap button#btn_spm_menubtm {
		background: url("/img/sites/iju/common/btn_menu_img02.png") no-repeat center center #ffffff;
		background-size: 38px auto;
		border: none !important;
	}

	#spm_wrap button#btn_spm_contact {
		background: url("/img/sites/iju/common/btn_search.png") no-repeat center center #28acc0;
		background-size: 175px auto;
		color: #000000;
	}

	.color_change.color_black #spm_wrap button#btn_spm_contact,
	.color_change.color_blue #spm_wrap button#btn_spm_contact {
		background: url("/img/sites/iju/common/btn_search02.png") no-repeat center center #28acc0;
		background-size: 175px auto;
	}

	#spm_wrap button#btn_spm_search {
		top: 80px;
		right: 10px;
		background: url("/img/sites/iju/common/btn_search_sp.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		.color_change.color_blue #spm_wrap border-top: 1px solid;
	}

	.color_change.color_black #spm_wrap #spm_wrap_top button#btn_spm_search,
	.color_change.color_blue #spm_wrap #spm_wrap_top button#btn_spm_search {
		background: url("/img/sites/iju/common/btn_search_sp02.png") no-repeat center center #cccccc;
		background-size: 21px auto;
	}

	.color_change.color_black .spm_search_open #spm_wrap #spm_wrap_top button#btn_spm_search,
	.color_change.color_blue .spm_search_open #spm_wrap #spm_wrap_top button#btn_spm_search {
		background: url("/img/sites/iju/common/btn_close_img.png") no-repeat center center #cccccc;
		background-size: 28px auto;
	}

	.spm_search_open #spm_wrap button#btn_spm_search {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap button#btn_spm_kaiyu {
		background: url("/img/sp/btn_kaiyu.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	.spm_kaiyu_open #btn_spm_wrap button#spm_kaiyu {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap a#btn_spm_pagetop {
		background: url("/img/common/btn_pagetop.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	/* 閲覧補助（展開） */
	button#btn_spm_support {
		display: block;
		width: 60px;
		height: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		background: url("/img/sp/btn_support.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 90;
	}

	.spm_support_open button#btn_spm_support {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
	}


	/* ヘッダメニュー */
	.header_nav ul {
		display: block;
		padding: 0;
		height: unset;
	}

	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 10px 0px 0px;
	}

	.spm_search_open .header_nav ul li[class^="h_"] {
		display: none !important;
	}

	.header_nav ul li.h_lang {
		padding-left: 3.1rem;
	}

	.header_nav ul li.h_main {
		display: none !important;
	}

	.support_menu_box_inner {
		flex-direction: column;
		gap: 0;
	}

	/* アクセシビリティ機能 */
	#btn_support_menu_open,
	#btn_support_menu_close {
		display: none !important;
	}

	#support_menu_box {
		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: center;
		-ms-flex-align: center;
		align-items: center;
		position: static;
		background: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		min-width: auto;
		border-radius: 10px;
	}

	dl#moji_size,
	dl#haikei_color {
		margin: 10px 20px 10px 0px;
	}

	dl#moji_size {
		background: url(/img/sites/iju/common/font_icon_sp.png) no-repeat left center;
	}

	dl#haikei_color dt {
		background: url(/img/sites/iju/common/copy_icon_sp.png) no-repeat left center;
	}

	/* 検索（展開） */
	.header_search {
		display: none;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 150px;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		height: calc(100vh - 150px);
		height: calc(100dvh - 150px);
		background: #f6f6f6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 50px 20px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_search_open .header_search {
		display: block;
		background: transparent;
		top: 0;
		padding: 0px 0px 50px;
	}

	.spm_search_open #spm_wrap_top {
		position: fixed;
	}

	#spm_wrap #spm_wrap_top button,
	#spm_wrap #spm_wrap_top a {
		width: 58px;
		height: 60px;
	}

	.he_forsp {
		display: block;
	}

	#header_searchbox {
		display: block !important;
	}

	#header_searchbox_new {
		display: block !important;
	}

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 20px 0px 0px;
	}

	#open_page_id_box .search_ipt {
		width: 100%;
		border: 1px solid #775b60;
	}

	/* グローバルナビ */
	#top_search_keyword .search_ipt {
		width: 99%;
		height: 70px;
		border: 1px solid #775b60;
	}

	#open_page_keyword_submit {
		min-width: 100px;
		height: 54px;
		margin-right: 10px;
	}

	#open_page_id_submit {
		min-width: 100px;
		height: 54px;
		right: 8px;
	}

	#open_page_id_box .search_ipt {
		min-width: unset;
		height: 70px;
	}

	#open_page_id {
		width: 70%;
		height: 45px;
	}

	open_page_id_submit {
		min-width: 100px;
		height: 54px;
		right: 8px;
	}

	.gnav {
		margin-top: 30px;
	}

	.gnav ul {
		width: auto;
		flex-direction: column;
		margin: 0;
		padding: 0px;
		gap: 10px;
	}

	.gnav ul li,
	.gnav ul li:first-child {
		display: block;
		border: none;
		padding-top: 0;
		background-position: left center;
		background-color: #fff;
		border-radius: 10px;
	}

	.gnav ul li a {
		padding: 19px 10px;
		flex-direction: unset;
		justify-content: start;
		text-align: start;
		margin-left: 50px;
		padding-left: 60px;
	}

	.gnav ul li:nth-child(1) a::before,
	.gnav ul li:nth-child(2) a::before,
	.gnav ul li:nth-child(3) a::before,
	.gnav ul li:nth-child(4) a::before,
	.gnav ul li:nth-child(5) a::before,
	.gnav ul li:nth-child(6) a::before{
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.gnav ul li:nth-child(1) a:hover::before,
	.gnav ul li:nth-child(2) a:hover::before,
	.gnav ul li:nth-child(3) a:hover::before,
	.gnav ul li:nth-child(4) a:hover::before,
	.gnav ul li:nth-child(5) a:hover::before,
	.gnav ul li:nth-child(6) a:hover::before{
    	transform: translateY(-50%) scale(0.8);
	}

	.gnav ul li a span {
		max-width: 40px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 15px var(--mymainback-margin-side, 15px) 0px;
	}

	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #333333;
		color: #ffffff;
		text-shadow: none;
		padding: 5px 20px;
	}

	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #333333;
		text-shadow: none;
		padding: 20px;
	}

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: var(--mymainback-margin-top, 15px) var(--mymainback-margin-side, 15px);
	}

	.link_to_subsitemenu a {
		display: block;
		font-size: var(--fontsize-main-small, 1.3rem);
		border: 1px solid #333333;
		border-radius: 5px;
		background: #eeeeee;
		color: #333333;
		text-decoration: none;
		padding: 10px;
		text-align: center;
	}

	.link_to_subsitemenu a span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}

	.link_to_subsitemenu a span::before {
		content: '';
		width: 0px;
		height: 0px;
		border: 7px solid transparent;
		border-bottom-width: 0px;
		border-top-width: 9px;
		border-top-color: #333333;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #ffffff;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#author_info_box {
		width: auto;
		margin: 0px;
		padding: 40px 20px 160px;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 40px;
	}

	#btn_pagetop.fixed {
		bottom: 130px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 60px;
	}

	#site_footer_box {
		padding: 20px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}

	#pankuzu_wrap>div {
		width: auto;
		margin-left: var(--mymainback-margin-side, 15px);
		margin-right: var(--mymainback-margin-side, 15px);
	}

	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}

	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: block !important;
	}

	#clear_footstep {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		margin: 0px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}

	#main_header h1::before {
		bottom: -15px;
	}

	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
	}

	#main_body h4 {
		padding: 0.7rem 2rem 0.7rem 3rem;
		font-size: 1.8rem;
		margin-top: 20px;
	}

	#main_body h5 {
		padding: 0.5rem 2rem 0.5rem 3rem;
		font-size: 1.7rem;
	}

	#main_body h6 {
		padding: 0.3rem 2rem;
		font-size: 1.6rem;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 40px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#content_header>span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {
		margin-bottom: 30px;
	}

	/* 印刷 */
	#content_header>span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap>*,
	.sdgs-icons>*,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap>* img,
	.sdgs-icons>* img {
		width: 60px;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 0px 0px;
	}

	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
		margin: 30px 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;
	}

	#main_body div.detail_free {
		margin-bottom: 0;
	}

	@media screen and (max-width: 370px) {

		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}

	#hyouka_area_box .hyouka_box_detail {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}

	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 10px 0px;
	}

	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
	}

	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}

	#recommend_title h2,
	#ai_recommend_title h2 {
		background-size: 30px 30px;
	}

	#recommend_title,
	#ai_recommend_title {
		padding: 21.5px 20px 21.5px 30px;
	}

	@media screen and (max-width: 370px) {

		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}

	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}

	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}

	#osusume_contents_area .second_osusume ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#important_noticest_area .second_important .link_box {
		text-align: center;
	}

	#important_noticest_area .second_important .link_box>span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* カウントダウン */
	#count_down_area .count_down_box {}

	/* レコメンド・AIレコメンド */
	@media screen and (max-width: 370px) {

		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}

	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {}

	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {}

	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		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;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {
		max-width: 375px;
		flex-direction: column;
		gap: 20px;
		margin: 30px auto 0;
	}

	.common_banner_mitsukaranai {
		width: 100%;
	}

	.common_banner_faq {
		width: 100%;
	}

	/* サブサイト大小メニュー */
	.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 li {
		margin: 0px;
	}

	.info_list ul li a {
		display: block;
		text-decoration: none;
	}

	.tpl_site_list1 .info_list ul li {
		padding: 20px;
	}

	/* リスト（日付） */
	.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;
	}

	/* リスト（サムネイル） */

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	.color_change.color_black #spm_wrap button#btn_spm_menu,
	.color_change.color_black#spm_wrap button#btn_spm_menubtm,
	.color_change.color_blue #spm_wrap button#btn_spm_menu,
	.color_change.color_blue#spm_wrap button#btn_spm_menubtm {
		border: none !important;
	}

	.color_change.color_blue #open_page_keyword{
		background: none !important;
	}

	.color_change.color_black #header2_box.show,
	.color_change.color_blue #header2_box.show{
		background: none !important;
	}

	.color_change.color_blue .customSearch.show,
	.color_change.color_black .customSearch.show {
		border-bottom: 1px solid;
	}

	/* 黒 */
	.color_black * {}

	.color_change.color_black #support_menu_box.open,
	.color_change.color_black #support_menu_box .support_menu_box_inner,
	.color_change.color_black #header_searchbox.open {
		background: #000 !important;
	}

	.color_change.color_black #header_searchbox_new.open {
		background: #000 !important;
	}

	.color_change.color_black dl#moji_size,
	.color_change.color_black dl#moji_size dt,
	.color_change.color_black dl#haikei_color dt,
	.color_change.color_black dl#moji_size dd a#moji_large,
	.color_change.color_black dl#moji_size dd,
	.color_change.color_black dl#haikei_color dd,
	.color_change.color_black dl#haikei_color dt,
	.color_change.color_black dl#haikei_color {
		background-color: #000 !important;
	}

	.color_change.color_black dl#moji_size,
	.color_change.color_black dl#moji_size dt,
	.color_change.color_black dl#haikei_color dt,
	.color_change.color_black dl#moji_size dd a#moji_large,
	.color_change.color_black dl#moji_size dd,
	.color_change.color_black dl#haikei_color dd,
	.color_change.color_black dl#haikei_color dt,
	.color_change.color_black dl#haikei_color,
	.color_change.color_black #top_search_keyword,
	.color_change.color_black .search_ttl,
	.color_change.color_black .search_ttl_txt01,
	.color_change.color_black .search_ttl_txt02,
	.color_change.color_black #top_search_keyword .search_ipt {
		background-color:unset !important;
	}

	/* 青 */
	.color_blue * {}

	.color_change.color_blue #support_menu_box.open,
	.color_change.color_blue #support_menu_box .support_menu_box_inner,
	.color_change.color_blue #header_searchbox.open {
		background: #0000ff !important;
	}

	.color_change.color_blue #header_searchbox_new.open{
		background: #0000ff !important;
	}

	.color_change.color_blue dl#moji_size,
	.color_change.color_blue dl#moji_size dt,
	.color_change.color_blue dl#haikei_color dt,
	.color_change.color_blue dl#moji_size dd a#moji_large,
	.color_change.color_blue dl#moji_size dd,
	.color_change.color_blue dl#haikei_color dd,
	.color_change.color_blue dl#haikei_color dt,
	.color_change.color_blue dl#haikei_color,
	.color_change.color_blue #top_search_keyword,
	.color_change.color_blue .search_ttl,
	.color_change.color_blue .search_ttl_txt01,
	.color_change.color_blue .search_ttl_txt02,
	.color_change.color_blue #top_search_keyword .search_ipt {
		background-color: #0000ff !important;
	}

	.color_change.color_blue #searchCustomBox #open_page_keyword,
	.color_change.color_blue #open_page_id_box .search_ipt {
		background: none !important;
	}

	.font_size_changed #open_page_keyword {
		height: 45px;
	}

	.tpl_site_list_2 #mymainback{
		margin-bottom: 0;
	}

	#main_body h4::before{
		width: 1.6rem;
		height: 2.4rem;
		top: 7px;
	}

	#main_body h5::before{
		width: 1.4rem;
		height: 2.8rem;
		top: 2px;
	}

}

@media screen and (max-width:768px) {

	.tpl_site_list1 #mymainback #main_header,
	.tpl_site_list_2 #mymainback #main_header,
	.tpl_site_detail #mymainback #main_header {
		margin: 0;
	}

	.tpl_site_detail #mymainback {
		margin-bottom: 0;
	}

	.info_list_wrap {
		margin-top: 40px;
	}

	.list_pack {
		padding-top: 0px;
		gap: 20px;
		padding-bottom: 0px;
		flex-direction: column;
	}

	.list_pack .article_txt {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}

	.list_pack .article_img {
		display: table-cell;
		vertical-align: top;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}


}


/* テーブルをモバイルサイズ（768px以下）でスクロール可能にする */
@media screen and (max-width: 768px) {
	#main_body table {
		display: block;
		overflow-x: auto;
		width: 100%;
		border: none;
	}

	#main_body table thead,
	#main_body table tbody {
		width: 100%;
	}

	#main_body table tr {
		display: table-row;
	}

	#main_body table th,
	#main_body table td {
		white-space: nowrap;
	}
}

@media screen and (max-width: 670px) {
	#he_left{
		width: 240px;
	}

	.spm_search_open .he_forsp{
		top: 144px;
	}
}

@media screen and (max-width: 375px) {
	.footer_info_ph span {
		flex-direction: column;
		justify-content: center;
		gap: 1rem;
	}
}

@media screen and (max-width: 340px) {
	#he_left{
		width: 220px;
		padding-bottom: 37px;
	}
}

/* 生成AI検索 コグモサーチ cogmo */

.search_keyword_ttl {
	text-align: left;
	margin-bottom: 10px;
}
.search_keyword_ttl .ttl {
	margin-right: 20px;
}
.search_keyword_ttl .sub {
	font-size: 1.4rem;
}

#top_search_keyword {
	background: #ffffff;
	color: #333333;
	border-radius: 10px;
	padding: 8px 10px;
}
.header_nav .cogmo_search_wrap ul {
	height: auto;
}
.header_search .cgm-search-input-area.cgm-form1 button {
	background: none;
	border-radius: 0;
}

.cgm-header, .cgm-footer, .cogmo-main {
	font-family: inherit;
	font-size: inherit;
}
.cgm-search-form-area,
.cgm-search-form-area.cgm-form1 {
	display: block;
	margin: 0px;
	padding: 0px;
	background: none;
}
.cgm-search-inner,
.cgm-search-inner.cgm-form1 {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0px;
	padding: 0px;
}
.cgm-search-form,
.cgm-search-form.cgm-form1 {
	margin-bottom: 0px;
}
.cgm-search-input-wrap,
.cgm-search-input-wrap.cgm-form1 {
	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;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background: none;
}
.cgm-search-input-area,
.cgm-search-input-area.cgm-form1 {
	width: calc(100% - 10rem);
}
.cgm-search-input-area::before,
.cgm-search-input-area.cgm-form1::before {
	display: none;
}
.cgm-search-input-area textarea,
.cgm-search-input-area.cgm-form1 textarea {
	display: block;
	border: 1px solid #85afd8;
	border-radius: 20px;
	border: none;
	border-radius: 0px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0px;
	padding: 12px 60px 12px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*height: 5.4rem;*/
	height: 100%;
	overflow: hidden;
}
.cgm-search-input-area button {
	padding-top: 4px;
}
.cgm-search-input-area.cgm-form1 button {
	padding-top: 0px;
}
.cgm-search-button-area,
.cgm-search-button-area.cgm-form1 {
	width: 10rem;
}
.cgm-search-button,
.cgm-search-button.cgm-form1 {
	display: block;
	width: 100%;
	height: 5.4rem;
	border: none;
	border-radius: 10px;
	background: #333333;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 5.4rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}
.cgm-search-button:hover,
.cgm-search-button.cgm-form1:hover {
	opacity: 1;
}
.cgm-search-button::before,
.cgm-search-button.cgm-form1::before {
	display: none;
}

.cogmo_search_wrap .cogmo-note {
	display: none;
}

.color_change .cgm-search-input-area textarea,
.color_change .cgm-search-input-area.cgm-form1 textarea {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_change .cgm-search-input-area button,
.color_change .cgm-search-input-area.cgm-form1 button {
	background-color: transparent !important;
}

/* スマートフォン */
@media screen and (max-width: 1080px) {

	#top_search_keyword {
		border: 1px solid #333333;
	}
	.cgm-search-inner,
	.cgm-search-inner.cgm-form1 {
		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;
	}
	.cgm-search-input-area,
	.cgm-search-input-area.cgm-form1,
	.cgm-search-form-group,
	.cgm-search-form-group.cgm-form1 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	@media screen and (max-width: 640px) {
		.cgm-search-input-area,
		.cgm-search-input-area.cgm-form1,
		.cgm-search-form-group,
		.cgm-search-form-group.cgm-form1 {
			width: calc(100% - 100px);
		}
	}

	.cgm-search-input-area textarea,
	.cgm-search-input-area.cgm-form1 textarea {
		font-size: 1.5rem;
	}
	.cgm-search-input-area button,
	.cgm-search-input-area.cgm-form1 button {
		right: 12px;
	}
	.cgm-search-button-area,
	.cgm-search-button-area.cgm-form1 {
		margin: 0px;
		width: 100px;
	}
	.cgm-search-button,
	.cgm-search-button.cgm-form1 {
		font-size: 1.5rem;
	}

	.search_keyword_ttl .sub {
		display: block;
		font-size: 1.2rem;
	}

}
/* スマートフォン ここまで */

/* 生成AI検索 コグモサーチ cogmo ここまで */