@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1080px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;

	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'ヒラギノUD丸ゴ W3 JIS2004', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'ヒラギノUD丸ゴ W6 JIS2004', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;

}
/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1080px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
}

/* メイン */
#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,
.toc_link_wrap summary {
	font-family: 'メイリオ', Meiryo, sans-serif;
}

em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, 'BIZ UDPMincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif;
}

/* 文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img, a:focus img {
	opacity: 0.75;
}

/* レスポンシブアコーディオン用 */
input[id*="acc_ttl_label"] {
	display: none;
}
.acc_icon {
	display: none;
}

/* レスポンシブアコーディオン用（class付与） */
.acc_title.accordion {
	pointer-events: none;
}
.acc_title.accordion:focus {
	outline: none;
}
.acc_title.accordion a {
	pointer-events: auto;
}

/* ========== ヘッダ ========== */

/* スマートフォン用 */
#spm_wrap {
	display: none;
}
#btn_spm_support {
	display: none;
}

/* ヘッダ */
#header2_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}

#he_left {
	width: 400px;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	display: flex;
}
#he_left #logo img {
	aspect-ratio: 400/40;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: contain;
}

#he_right {
	margin-left: 450px;
}

/* ヘッダメニュー */
.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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_nav ul li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	text-align: left;
}
.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}

.header_nav ul li[class^="h_"] :is(a,#js_sound_btn) {
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
}

.h_lang a,
.h_jpn a,
.h_easy a,
.h_read a,
.h_read button#js_sound_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.h_lang a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("/img/sites/saiyou/header_icon1.png") no-repeat center center / contain;
}
.h_easy a::before,
.h_jpn a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("/img/sites/saiyou/header_icon2.png") no-repeat center center / contain;
}
.h_read button#js_sound_btn::before,
.h_read a::before {
	content: "";
	display: block;
	width: 17px;
	height: 12px;
	background: url("/img/sites/saiyou/header_icon3.png") no-repeat center center / contain;
}
.easy_active #js_easy_nsi {
	display: flex;
}

button#js_sound_btn {
	border: none;
	background: transparent;
}
button#js_sound_btn .sound_close {
	display: none;
}
button#js_sound_btn.open .sound_close {
	display: block;
}
button#js_sound_btn.open .sound_open {
	display: none;
}
.h_read {
	position: relative;
}
#js_sound_btn + .sound_box {
	display: none;
}
#js_sound_btn.open + .sound_box {
	display: block;
	position: absolute;
	z-index: 100;
	white-space: nowrap;
	right: 0;
	top: 100%;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
	padding: 6px 20px 6px 10px;
	background: #f3f2f0;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-top: 16px;
}

.h_support button {
	border: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding-block: 4px;
}

.h_support button::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("/img/sites/saiyou/header_icon4.png") no-repeat center center / contain;
}

.h_support dl#moji_size, .h_support dl#haikei_color {
	margin: initial;
}


#support_menu_box {
	display: none;
	position: relative;
	top: 100%;
	right: 0px;
	z-index: 100;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 24rem;
	margin: 0px;
	text-align: center;
}

#support_menu_box.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

#btn_support_menu_close {
	border: none;
	background: #e6e6e6;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 15px;
}

dl#moji_size,
dl#haikei_color {
	margin: 0px 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
dl#moji_size dt,
dl#haikei_color dt {
	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 4px;
	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.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}
dl#moji_size dd a {
	padding: 5px 10px;
	font-size: 1.4rem;
}
dl#moji_size dd a#moji_large {
	font-size: 1.4rem;

}
.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_search {
	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: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #e6e6e6;
	z-index: 99;
	padding-block: 30px;
}

.search_inner {
	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;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
}

#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: 44rem;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
					margin-top: 6px;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 10rem) !important;
	height: 6rem !important;
	border: none !important;
	padding-inline: 20px;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 10rem;
	height: 6rem;
	border: none;
	background: #2a6eda;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
	line-height: 6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#cse_filetype {
	margin-top: 35px;
	margin-left: 20px;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: .5em;
}
#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-left: 20px;
}

#open_page_id_box .search_ttl {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

#open_page_id_box .page_id {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #333;
}

#open_page_id_message .page_id {
	display: none;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #333;
}

#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 28rem;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 6px;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 10rem);
	height: 6rem;
	border: none;
	padding-inline: 20px;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 10rem;
	height: 6rem;
	border: none;
	background: #2a6eda;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
	line-height: 6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}
#open_page_id_message:empty {
	display: none;
}

/* 検索の開閉等 */
.header_search {
  display: none;
}

.search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 77px;
	height: 90px;
	background: url("/img/sites/saiyou/search_btn.png") no-repeat center center / cover;
	z-index: 100;
}

/* 横幅1080px以下で非表示 */
@media screen and (max-width: 1080px) {
  .search_btn {
    display: none;
  }
}


.search_btn.open {

	background: url("/img/sites/saiyou/close_btn.png") no-repeat center center / cover;
}

/* グローバルナビ */
#top_search {
	background: transparent;
	position: relative;
}

#top_search::after {
	content: "";
	display: block;
	width: 243px;
	aspect-ratio: 243/238;
	background: url("/img/sites/saiyou/header_bg.png") no-repeat center center / contain;
	position: absolute;
	bottom: -65px;
	left: -170px;
}

.gnav ul {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
.gnav ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #2a6eda;
}
.gnav ul li:first-child {
	border-left: 1px solid #2a6eda;
}
.gnav ul li a {
	display: block;
	background: transparent;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.gnav ul li a:hover,
.gnav ul li a:focus {
	background: rgba(255,255,255,0.5);
}

/* ==================================================
新着情報 / PC
================================================== */

.section_information {
	background: none;
}

.section_information h2 {
	position: relative;
}

.section_information h2::before {
	content: '';
	display: block;
	width: 330px;
	aspect-ratio: 330/276;
	position: absolute;
	top: -60px;
	left: -130px;
	background: url("/img/sites/saiyou/news_dots.png") no-repeat center center / contain;
	z-index: -1;
}

.section_information h2 span {
	font-size: 3.6rem;
	text-transform: capitalize;
	text-align: center;
	display: block;
}

.section_information_list ul li {
	margin: initial !important;
	padding: 30px 20px;
	border-bottom: 1px solid #0e459d;
	display: flex !important;
	gap: 60px;
}

.section_information_list ul li > span.article_date {
	color: #333333;
	font-weight: bold;
	flex-shrink: 0;
}

.section_information_list ul li > span.article_title a {
	color: #0070ca;
	font-size: 1.8rem;
	line-height: calc(29 / 18);
}

.section_information_list img.icon_new {
	display: none !important;
}

.news_wrapper {
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
}

.section_information_list div.link_box {
	flex-direction: column;
}

.section_information_list div.link_box span {
	width: 180px;
}

.news_btn {
	margin-left: 100px;
  width: 520px;
}

/* ==================================================
職種図鑑 / PC
================================================== */

.job_type_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
	margin-top: 100px;
	width: calc(100% - 56px);
	position: relative;
}

.job_type_wrapper::after {
	content: "";
	display: block;
	width: 380px;
	aspect-ratio: 380/380;
	position: absolute;
	top: -230px;
	right: -200px;
	z-index: -1;
	background: url("/img/sites/saiyou/job_type_dots.png") no-repeat center center / contain;
}

#job_type p img {
	aspect-ratio: 340/240;
	width: 100% !important;
	height: auto;
	object-fit: cover;
}

.job_type_contents {
	padding: 40px 35px 30px 40px;
	border-radius: 20px 0 0 20px;
	background: linear-gradient(45deg, #00a8f9 33%, #ffea00);
	margin-left: auto;
	width: calc(520 / 1080 * 100%);
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 1);
	transform: translateY(0px);
	margin-top: -50px;
	margin-bottom: 50px;
}

.job_type_title {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
	margin: initial !important;
}

.job_type_text {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	font-feature-settings: "palt";
}

.job_type_btn {
	width: 370px;
}

/* ==================================================
職員の声 / PC
================================================== */

#mymainback_bg {
	overflow-x: clip;
}

.staff_voice_title {
	padding: initial !important;
	margin: initial !important;
	font-size: 3.6rem !important;
	padding-left: 30px	!important;
	border: none !important;
	position: relative;
}

.staff_voice_title::before {
	content: '';
	display: block;
	width: 8px;
	aspect-ratio: 8/36;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url("/img/sites/saiyou/job_type_line.png") no-repeat center center / cover;
}

.staff_voice_title::after {
	content: "";
	display: block;
	width: 330px;
	aspect-ratio: 330/276;
	position: absolute;
	top: -180px;
	left: -130px;
	background: url("/img/sites/saiyou/staff_voice_dots.png") no-repeat center center / contain;
}

.staff_voice_contents {
	display: flex;
  gap: 40px;
  overflow-x: scroll;
  margin-inline: calc(50% - 50vw);
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scrollbar-width: auto;
  scroll-snap-type: x mandatory;
	margin-top: 20px;
}

/* スクロールバー本体 */
.staff_voice_contents::-webkit-scrollbar {
  height: 20px; /* 高さを小さく */
  background: transparent;
  border-radius: 10px;
}

/* トラック部分 */
.staff_voice_contents::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 10px;
}

/* つまみ部分（細く見せる） */
.staff_voice_contents::-webkit-scrollbar-thumb {
	background: rgba(51, 51, 51, 0.7);
  border-radius: 10px;

  /* 視認性を高める工夫 */
  clip-path: inset(4px 0 4px 0);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2); /* 中央に細く見える影 */
}


.staff_voice .detail_free {
	display: flex;
	position: relative;
	border-left: 4px solid #0e459d;
	width: 520px !important;
	flex-shrink: 0;
}

.staff_voice .detail_free p {
	margin: initial !important;
	text-indent: initial !important;
}

.staff_voice .detail_free p:not(:first-child) {
	writing-mode: vertical-rl;
  text-orientation: upright;
	display: flex;
}


.staff_voice .detail_free div:first-child img {
	aspect-ratio: 520/400;
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

.staff_voice .detail_free div:last-child {
	position: absolute;
	left: 0;
	top: 0;
	padding: 24px 10px;
	background: rgb(255,255,255,0.8);
	width: 114px;
	height: 100%;
	box-sizing: border-box;
}

/* 画像＋テキストのコンテナ（既存構造の内側の div） */
.detail_free > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 下段テキストを左右2カラム */
  gap: 0px 0px;
  align-items: start;
}

/* 1つ目の p（画像入り）は上段に全幅で配置 */
.detail_free > div > p:first-child {
  grid-column: 1 / -1;           /* 2カラムをまたいで配置 */
  justify-self: center;          /* 画像を中央寄せ */
  margin: 0;
}

/* 2つ目と3つ目の p は下段で左右に並べる */
.detail_free > div > p:nth-of-type(2),
.detail_free > div > p:nth-of-type(3) {
  margin: 0;
	font-weight: bold;
}

.detail_free > div > p:nth-of-type(2) {
	order: 1;
	font-size: 2rem !important;
}

/* ==================================================
日田市を知る / PC
================================================== */

.know_hitashi {
	margin-top: 120px;
	margin-inline: calc(50% - 50vw);
	position: relative;
}

.know_hitashi::after {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 2000/863;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("/img/sites/saiyou/know_bg.png") no-repeat center center / cover;
}

.know_hitashi_inner {
	display: flex;
	gap: 80px;
	margin-right: initial;

}

.know_hitashi p, .know_hitashi h2 {
	margin: 0;
}

.know_hitashi_photo {
	width: calc(1000 / 2000 * 100vw);
	flex-shrink: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
  direction: rtl;
	height: fit-content;
}

.know_hitashi_photo .free_box:nth-child(1) {
  grid-column: 1 / -1; /* 全幅 */
  grid-row: 1 / span 2; /* 高さ2行分（500px） */
  direction: ltr; /* 画像内のテキストなどは通常方向に戻す */
}

.know_hitashi_photo .free_box img {
	aspect-ratio: 2/1;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}


.know_hitashi_contents {
	width: 450px;
	display: flex;
	flex-direction: column;
	margin-top: calc(200 / 2000 * 100vw);
}

.know_hitashi_title {
/* 	font-size: calc(40 / 2000 * 100vw); */
/* 	font-weight: bold; */
	padding-bottom: 10px;
	border-bottom: 2px dotted #333;
}
.know_hitashi_title span{
	display: block;
}
.know_hitashi_title .title_main{
	font-size: 4rem;
}

.know_hitashi_title .title_sub {
	font-size: 1.8rem;
	margin-top: 20px;
}

.know_hitashi_text {
	font-size: 1.6rem;
	padding-top: 10px;
}

.know_hitashi_btn {
	margin-top: calc(40 / 2000 * 100vw);
}

.know_hitashi_links {
	list-style: none;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: calc(70 / 2000 * 100vw);
	margin-top: calc(130 / 2000 * 100vw);
	justify-content: center;
}

.know_hitashi_link {
	width: calc(340 / 2000 * 100vw);
	min-width: 340px;
}

.know_hitashi_link .arrow_btn {
	background: linear-gradient(90deg, #c4e3ef, #c4e3ef 90%, transparent 90%, transparent);
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-left: 20% !important;
}

.know_hitashi_link .arrow_btn::before {
	content: "";
	display: block;
	width: 44px;
	height: 34px;
	background: url("/img/sites/saiyou/icon_saiyo.png") no-repeat center center / contain;
}

.know_hitashi_link:first-child .arrow_btn::before {
	width: 34px;
	background: url("/img/sites/saiyou/icon_seido.png") no-repeat center center / contain;
}


/* サブサイト共通ヘッダ */
#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: #fff;
	overflow-x: clip;
}
#author_info_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 10px 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;
}

.footer_navi ul li a {
	color: #333;
	font-size: 1.5rem;
}

.footer_list {
	padding: initial;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 10px;
}

.footer_logo a img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	aspect-ratio: 400/40;
	object-fit: cover;
}

.footer_link {
	margin-left: 40px;
	width: 220px;
}

.footer_link a {
	font-size: 1.5rem;
}

.arrow_btn {
	display: inline-block;
	text-align: center;
	background: linear-gradient(90deg, #ffea00, #ffea00 90%, transparent 90%, transparent);
	padding: 10px 10px 15px;
	width: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none !important;
	position: relative;
	box-sizing: border-box;
}

.arrow_btn::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 90%;
	height: 15px;
	background: url("/img/sites/saiyou/arrow_btn.png") no-repeat center center / contain;
}

.arrow_btn_t {
	padding: 15px 10px 20px !important;
	border: none !important;
}
.arrow_btn_t::after {
	right: initial;
}

.arrow_btn2 {
	padding: 18px 10px 22px !important;
	font-size: 2.0rem !important;
}

.arrow_btn2::after {
	bottom: 12px;
}

.footer_banner {
	margin-left: 60px;
	width: 335px;

}

.footer_banner a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 335/60;
	object-fit: cover;
	border: 1px solid #0099e5;
}

/* 管理者情報 */
#author_box {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

.author_box_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#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);
}

#author_box p.f_kakari {
	font-weight: bold;
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
#copyright p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0px;
	position: relative;

}

#copyright p::after {
	content: "";
	display: block;
	width: 330px;
	aspect-ratio: 330/208;
	background: url("/img/sites/saiyou/footer_bg.png") no-repeat center center / contain;
	position: absolute;
	bottom: -65px;
	right: -200px;
}


/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 80px;
	position: fixed;
	right: 10px;
	bottom: -180px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#btn_pagetop.fixed {
	bottom: 10px;
}
#btn_pagetop a {
	display: block;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	color: #333333;
}
#site_footer_box {
	padding: 30px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	background: #fff;
	color: #333333;
	padding: 20px 0px 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#pankuzu_wrap > div {
	width: var(--content-width, 1080px);
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#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;
	background: #fffacb;
	color: #333;
	font-size: 1.2rem;
	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;
}

#clear_footstep {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	color: #ffffff;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 35px 30px;
	font-size: 3.2rem;
	background: #2a6eda;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#main_header h1::after {
	content: "";
	display: block;
	width: 335px;
	aspect-ratio: 335/182;
	background: url("/img/sites/saiyou/title_bg.png") no-repeat center center / cover;
	position: absolute;
	top: -47px;
	right: 0;
	z-index: -1;
}

#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 27px 30px;
	background: #fff;
	font-size: 2.6rem;
	border: 3px solid #2061c8;
}
#main_body h2 a {
	margin-left: 20px;
}


#main_body h3 {
	padding: 22px 30px;
	background: url("/img/sites/saiyou/title_h3_bg.png") no-repeat center center / cover;;
	font-size: 2.4rem;
}

#main_body h3 a {
	margin-left: 20px;
}
#main_body h4 {
	padding: 19px 30px;
	background: #fff697;
	font-size: 2.2rem;
}

#main_body h4 a {
	margin-left: 20px;
}
#main_body h5 {
	padding: 15px 30px;
	background: #fff;
	font-size: 2.0rem;
	border: 1px solid #2a6eda;
}
#main_body h5 a {
	margin-left: 20px;
}
#main_body h6 {
	padding: 10px 30px;
	background: #fff;
	font-size: 1.8rem;
	border-left: 3px solid #2a6eda;
}
#main_body h6 a {
	margin-left: 20px;
}


/* テーブル */
#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: rgb(42, 110, 218, .2);
	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;
	text-align: center;
}
/* テーブル内の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: 0px 0px 20px;
	text-align: right;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/common/icon_print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 30px 30px 40px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/common/icon_calendar.png") no-repeat left center transparent;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	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: 40px 0px 0px;
	padding: 30px;
	background: rgb(42, 110, 218, .05);
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}
.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
}
#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 30px;
	background: #fff;
	border: 1px solid #2061c8;
}

#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;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#osusume_contents_area .second_osusume {
	margin: 40px 0px 0px;
	padding: 30px;
	background: #fffacb;
}
#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;
		    justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
}
#osusume_contents_area .second_osusume ul li {
	width: 300px;
}
#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;
}

#recommend_tag, #ai_recommend_tag {
	margin-block: 30px;
}

/* ========== サイド ========== */

/* サイドバー */
#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: rgb(42, 110, 218, .05);
}

#recommend_title,
#ai_recommend_title {
	background: rgb(42, 110, 218, .2);
	padding: 29px 30px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: initial;
}
/* #recommend_title h2 {
	background: url("/img/common/icon_recommend.png") no-repeat left center transparent;
	color: inherit;
}
#ai_recommend_title h2 {
	background: url("/img/common/icon_ai_recommend.png") no-repeat left center transparent;
	color: inherit;
} */
/* #recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
} */

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-top: 1px solid #ffffff;
	padding: 15px 20px;
}

/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0px;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */

.common_banner_link {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
	border: 1px solid #868686;
	background: #fff;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}
.common_banner_link a > span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}
.common_banner_link .common_banner_mitsukaranai a > span {
	background: url("/img/common/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link .common_banner_faq a > span {
	background: url("/img/common/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}
.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}
.subsite_menu summary:only-child a {
	pointer-events: auto;
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	padding: 30px 20px;
	border-bottom: 1px solid #0e459d;
}

.info_list ul li a {
	color: #333 !important;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: flex;
	gap: 50px;
	-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;
	color: #2a6eda;
	font-weight: bold;
	flex-shrink: 0;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}
.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	background: url("/img/common/noimage.png") no-repeat center center transparent;
	background-size: contain;
}
.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {

}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.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;
		}
	}
	/* 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 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/* ========== 基本設定 ========== */

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	input[id*="acc_ttl_label"] + *,
	input[id*="acc_ttl_label"] + .acc_title + * {
		display: none;
	}
	input[id*="acc_ttl_label"] + .acc_title,
	input[id*="acc_ttl_label"]:checked + *,
	input[id*="acc_ttl_label"]:checked + .acc_title + * {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close_white.png");
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}
	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion + * {
		display: none;
	}
	.acc_title.accordion.acc_open + * {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"] + *,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + .acc_title + *,
	.index-2 .section_information .acc_title.accordion + *,
	.index-2 .section_information .acc_title.accordion.acc_open + * {
		display: block;
	}
	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		position: relative;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#he_left {
		position: static;
		margin: 0px;
		padding: 20px 30px;
		width: 100%;

	}

	#he_left #logo {
		position: relative;
	}

#he_left #logo::after {
	content: "";
	display: block;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: url("/img/sites/saiyou/header_bg.png") no-repeat center center / contain;
	position: absolute;
	top: -35px;
	left: -60px;
	z-index: -1;
}

	#he_right {
		margin-left: 0px;
		text-align: left;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		background: #f3f2f0;
		z-index: 2;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 999;
		width: 100%;
		background: #fff;
	}
	#spm_wrap button,
	#spm_wrap a {
		display: block;
		width: 100%;
		height: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		overflow: hidden;
		background: #2a6eda;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 60px;
		cursor: pointer;
		position: relative;
		z-index: 90;
	}

	/* メニュー */
	#spm_wrap button#btn_spm_menu span::before {
		content: '';
		display: block;
		width: 22px;
		height: 16px;
		margin-inline: auto;
		margin-bottom: -15px;
		margin-top: 15px;
		background: url("/img/sites/saiyou/menu_sp.png") no-repeat center center / contain;
	}
	.spm_menu_open #spm_wrap button#btn_spm_menu {
		background: #333;
	}
	.spm_menu_open #spm_wrap button#btn_spm_menu span::before {
		background: url("/img/sites/saiyou/close_sp.png") no-repeat center center / contain;
	}

	/* 検索 */
	#spm_wrap button#btn_spm_search span::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		margin-inline: auto;
		margin-bottom: -15px;
		margin-top: 12px;
		background: url("/img/sites/saiyou/search_sp.png") no-repeat center center / cover;
	}

	.spm_search_open #spm_wrap button#btn_spm_search {
		background: #333;
	}
	.spm_search_open #spm_wrap button#btn_spm_search span::before {
		background: url("/img/sites/saiyou/close_sp.png") no-repeat center center / contain;
	}

	.search_inner {
		justify-content: start;
	}

	#top_search_keyword {
		display: block;
		width: 100%;
	}

	#js_sound_btn.open + .sound_box {
		position: static;
	}

	/* 閲覧補助 */
	#spm_wrap button#btn_spm_support {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		overflow: hidden;
		background: #2a6eda;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 60px;
		cursor: pointer;
		position: relative;
		z-index: 90;
	}

	#spm_wrap button#btn_spm_support span::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		margin-inline: auto;
		margin-bottom: -15px;
		margin-top: 12px;
		background: url("/img/sites/saiyou/menu_sp.png") no-repeat center center / contain;
	}

	.spm_support_open #spm_wrap button#btn_spm_support {
		background: #333;
	}

	.spm_support_open #spm_wrap button#btn_spm_support span::before {
		background: url("/img/sites/saiyou/close_sp.png") no-repeat center center / contain;
	}

	.header_nav {
		display: none;

	}
	.spm_support_open .header_nav {
		display: block;
		width: 100vw;
	}

	/* ヘッダメニュー */
	.header_nav ul {
		display: flex;
		padding: 50px 20px 20px;
	}
	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 20px 35px 0px 0px;
	}
	.header_nav ul li.h_main {
		display: none !important;
	}

.h_support {
	padding-inline: 20px;
}

	/* アクセシビリティ機能 */
	#btn_support_menu_open,
	#btn_support_menu_close {
		display: none !important;
	}

	#support_menu_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		gap: 30px;
		-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;
	}

	dl#moji_size,
	dl#haikei_color {
		margin: 10px 20px 10px 0px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	dl#moji_size dd a {
		padding: 10px 18px;
	}

	dl#haikei_color dd {
		margin-left: 10px;
	}

	dl#haikei_color dd a {
		padding: 10px 12px;
	}

	/* 検索（展開） */
	.header_search {
		display: none;
		position: fixed;
		left: 0px;
		bottom: 60px;
		z-index: 998;
		width: 100%;
		max-height: calc(100vh - 60px);
		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;
	}

	#cse_filetype {
		margin-top: 20px;
		margin-left: initial;
	}

	#cse_filetype fieldset {
		display: flex;
		gap: 30px;
	}
	/* .spm_search_open::before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 997;
		background: rgba(0,0,0,0.75);
		color: #ffffff;
	} */

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 46px 0px 0px;
		width: 100%;
	}
	#open_page_id_box .search_ipt {
		width: auto;
	}

	#open_page_id_box .page_id {
		display: none;
	}

	#open_page_id_message .page_id {
		display: block;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: fixed;
		left: 0px;
		top: 0;
		z-index: 998;
		width: 100%;
		height: 100vh;
		background: #f6f6f6;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0px;
		padding: 60px 20px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	/* .spm_menu_open::before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 997;
		background: rgba(0,0,0,0.75);
		color: #ffffff;
	} */

	.gnav ul {
		width: auto;
		display: block;
		padding: 0px;
	}
	.gnav ul li {
		display: block;
		border: none;
		border-bottom: 1px solid #2a6eda;
		margin-top: 12px;
	}

	.gnav ul li:first-child {
		border-left: none;
		margin-top: initial;
	}

	.gnav ul li a {
		padding: 24px;
		background: #fff;
	}


	/* ==================================================
	新着情報 / SP
	================================================== */

	.section_information {
		background: none;
		margin-top: initial !important;
	}

	.section_information h2 {
		position: relative;
	}

	.section_information h2::before {
		width: 40%;
		left: 0;
	}

	.section_information h2 span {
		font-size: 3.6rem;
		text-transform: capitalize;
		text-align: center;
		display: block;
	}

	.section_information_list ul li {
		margin: initial !important;
		padding: 30px 20px;
		border-bottom: 1px solid #0e459d;
		display: block !important;
		gap: 60px;
	}

	.section_information_list ul li > span.article_date {
		color: #2a6eda;
		font-weight: bold;
		flex-shrink: 0;
		padding-left: initial !important;
	}

	.section_information_list ul li > span.article_title a {
		color: #333 !important;
		font-size: 1.8rem;
		line-height: calc(29 / 18);
		text-decoration: underline;
	}

	.section_information_list img.icon_new {
		display: none !important;
	}

	.section_information_list ul li a {
		background: none !important;
	}

	.news_wrapper {
		display: block;
		margin-top: 10px;
	}

	.section_information_list div.link_box {
		flex-direction: row;
		padding: initial !important;
		gap: 20px !important;
		justify-content: start !important;
	}

	.section_information_list div.link_box span {
		width: 140px !important;
		min-width: initial !important;
	}

	.news_btn {
		margin-left: initial;
	width: 100%;
		max-width: 340px;
		margin-inline: auto;
		margin-top: 50px;
	}

	.news_btn .arrow_btn2 {
		padding: 15px !important;
	}

	/* ==================================================
	職種図鑑 / SP
	================================================== */

	.job_type {
		margin-inline: calc(50% - 50vw);
	}

	.job_type_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: initial;
		margin-top: 80px;
		width: 100vw;
		box-sizing: border-box;

	}

	.job_type_wrapper::after {
		width: 40%;
		top: -130px;
		right: -20px;
	}

	#job_type p img {
		aspect-ratio: 125/88;
		width: 100% !important;
		height: auto;
		object-fit: cover;
	}

	.job_type_contents {
		padding: 40px 25px;
		border-radius: initial;
		background: linear-gradient(45deg, #00a8f9 33%, #ffea00);
		margin-left: initial;
		width: 100vw;
		transform: initial;
		box-sizing: border-box;
		margin-top: 0px;
	}

	.job_type_title {
		font-size: 2.4rem;
		line-height: 1;

	}

	.job_type_text {
		margin-top: 30px;
		font-size: 1.6rem;
		line-height: calc(30 / 16);
		font-feature-settings: "palt";
	}

	.job_type_btn {
		width: 100%;
		max-width: 370px;
		margin-inline: auto;
	}

	/* ==================================================
	職員の声 / SP
	================================================== */

	#mymainback_bg {
		overflow-x: clip;
	}

	.staff_voice {
		margin-top: 80px;
		margin-left: 20px;

	}

	.staff_voice_title {
		padding: initial !important;
		margin: initial !important;
		font-size: 2.4rem !important;
		padding-left: 16px	!important;
		border: none !important;
	}

	.staff_voice_title::before {
		content: '';
		display: block;
		width: 8px;
		aspect-ratio: 8/36;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url("/img/sites/saiyou/job_type_line.png") no-repeat center center / cover;
	}

	.staff_voice_title::after {
		width: 90%;
		top: -70px;
		left: -220px;
	}

	.staff_voice_contents {
	display: flex;
	gap: 17px;
	overflow-x: scroll;
	margin-inline: calc(50% - 50vw);
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	scrollbar-width: auto;
	scroll-snap-type: x mandatory;
		margin-left: initial;
		margin-top: 20px;
	}

	/* スクロールバー本体 */
	.staff_voice_contents::-webkit-scrollbar {
		height: 10px; /* 高さを小さく */
	background: transparent;
	border-radius: 10px;


	}

	/* トラック部分 */
	.staff_voice_contents::-webkit-scrollbar-track {
	background: transparent;
	border: 1px solid rgba(51, 51, 51, 0.3);
	border-radius: 10px;
	}

	/* つまみ部分（細く見せる） */
	.staff_voice_contents::-webkit-scrollbar-thumb {
	background: rgba(51, 51, 51, 0.7);
	border-radius: 10px;

	/* 視認性を高める工夫 */
	clip-path: inset(4px 0 4px 0);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2); /* 中央に細く見える影 */
	}


	.staff_voice .detail_free {
		display: flex;
		position: relative;
		border-left: 2px solid #0e459d;
		width: min(26rem,90vw) !important;
		flex-shrink: 0;
	}

	.staff_voice .detail_free p {
		margin: initial !important;
		text-indent: initial !important;
	}

	.staff_voice .detail_free p img {
		margin: initial !important;
		text-indent: initial !important;
		width: 40px !important;
		height: 40px !important;
		aspect-ratio: 1/1;
	}

	.staff_voice .detail_free p:not(:first-child) {
		writing-mode: vertical-rl;
	text-orientation: upright;
		display: flex;
		-moz-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}


	.staff_voice .detail_free div:first-child img {
		aspect-ratio: 247/190;
		width: 100% !important;
		height: auto !important;
		object-fit: cover;
	}

	.staff_voice .detail_free div:last-child {
		position: absolute;
		left: 0;
		top: 0;
		padding: 6px 8px;
		background: rgb(255,255,255,0.8);
		width: 80px;
		font-size: 1rem !important;
	}

	/* 画像＋テキストのコンテナ（既存構造の内側の div） */
	.detail_free > div:last-child {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 下段テキストを左右2カラム */
	gap: 7px 1px;
	align-items: start;
	}

	/* 1つ目の p（画像入り）は上段に全幅で配置 */
	.detail_free > div > p:first-child {
	grid-column: 1 / -1;           /* 2カラムをまたいで配置 */
	justify-self: center;          /* 画像を中央寄せ */
	margin: 0;
	}

	/* 2つ目と3つ目の p は下段で左右に並べる */
	.detail_free > div > p:nth-of-type(2),
	.detail_free > div > p:nth-of-type(3) {
	margin: 0;
		font-weight: bold;
	}

	.detail_free > div > p:nth-of-type(2) {
		order: 1;
		font-size: 1rem !important;
	}

	/* ==================================================
	日田市を知る / SP
	================================================== */

	.know_hitashi {
		margin-top: 80px;
		margin-inline: calc(50% - 50vw);
		position: relative;
	}

	.know_hitashi::after {
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 375/770;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: -1;
		background: url("/img/sites/saiyou/know_bg_sp.png") no-repeat center center / cover;
	}

	.know_hitashi_inner {
		display: block;
		margin-right: initial;

	}

	.know_hitashi p, .know_hitashi h2 {
		margin: initial !important;
	}

	.know_hitashi_photo {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	direction: initial;
		height: fit-content;
	}

	.know_hitashi_photo .free_box:nth-child(1) {
	grid-column: 1 / -1; /* 全幅 */
	grid-row: 1 / span 2; /* 高さ2行分（500px） */
	direction: ltr; /* 画像内のテキストなどは通常方向に戻す */
	}

	.know_hitashi_photo .free_box img {
		aspect-ratio: 380/190;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}


	.know_hitashi_contents {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: calc(40 / 375 * 100vw);
		padding-inline: 20px;
		margin-inline: auto;
		box-sizing: border-box;
	}

	.know_hitashi_title {
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: calc(15 / 375 * 100vw);
		border-bottom: 1px dotted #333;
	}

	.know_hitashi_title::after {
		content: attr(data-sub);
		display: block;
		font-size: 1.6rem;
		margin-top: calc(20 / 375 * 100vw);
	}

	.know_hitashi_text {
		font-size: 1.5rem;
		padding-top: calc(10 / 375 * 100vw);
	}

	.know_hitashi_btn {
		margin-top: calc(40 / 375 * 100vw);
		width: 100%;
		max-width: 340px;
		margin-inline: auto;
	}

	.know_hitashi_links {
		list-style: none;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		gap: 30px;
		margin-top: 160px;
		justify-content: center;
	}

	.know_hitashi_link {
		width: calc(340 / 375 * 100vw);
		max-width: 340px;
		margin-inline: auto;
	}

	.know_hitashi_link .arrow_btn {
		background: linear-gradient(90deg, #c4e3ef, #c4e3ef 90%, transparent 90%, transparent);
		position: relative;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
		padding-left: 20% !important;
	}

	.know_hitashi_link .arrow_btn::before {
		content: "";
		display: block;
		width: 44px;
		height: 34px;
		background: url("/img/sites/saiyou/icon_saiyo.png") no-repeat center center / contain;
	}

	.know_hitashi_link:first-child .arrow_btn::before {
		width: 34px;
		background: url("/img/sites/saiyou/icon_seido.png") no-repeat center center / contain;
	}


	/* サブサイト共通ヘッダ */
	#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: none;
		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;
		display: grid;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 60px;
	}
	#btn_pagetop.fixed {
		bottom: 70px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}
	#site_footer_box {
		padding: 20px;
	}

	.footer_navi ul {
		justify-content: center;
	}

	.footer_logo {
		order: 1;
		margin-top: 10px;
	}

	.footer_list {
		display: contents;
	}

	.footer_link {
		width: calc(100% - 40px);
		margin: initial;
		order: 3;
		margin-top: 20px;
		max-width: 335px;
	}

	.footer_banner {
		margin: initial;
		width: 100%;
		max-width: 335px;
		order: 4;
		margin-top: 40px;
		z-index: 1;
	}

	#author_box {
		order: 2;
	}

	.author_box_wrapper {
		font-size: 1.1rem;
	}

	#copyright {
		order: 5;
	}

	#copyright p::after {
		width: 60%;
		bottom: -75px;
		right: -30px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin-left: var(--mymainback-margin-side, 15px);
		margin-right: var(--mymainback-margin-side, 15px);
	}
	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		margin: 0px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}

	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
	}

	#main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
	}

	#main_body h5 {
		padding: 5px 20px;
		font-size: 1.7rem;
	}

	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.6rem;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 40px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#content_header > span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {}

	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 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;
	}
	.pdf_download .pdf_img,
	.wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 30px 20px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 10px 0px;
	}
	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}
	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		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;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 関連リンク */
	#kanren_link h2 {
		font-size: 1.8rem;
	}
	#kanren_link ul {
		margin: 0px;
		padding: 10px 0px;
		list-style: none;
	}
	#kanren_link ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}
	#kanren_link ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {}

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.info_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.info_list ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}
	.info_list ul li a {
		display: block;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* リスト（日付） */
	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
		padding-top: 0px;
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.list_pack .article_img {
		width: 120px;
	}
	@media screen and (max-width: 370px) {
		.list_pack .article_img {
			width: 100px;
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

	/* スマートフォン表示時の音声読み上げボタン 20260323 */
	.header_nav ul {
		display: block;
	}
	.header_nav ul li[class^="h_"] {
		margin-right: 0px;
	}
	.h_lang a, .h_jpn a, .h_easy a, .h_read a, .h_read button#js_sound_btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.header_nav ul li[class^="h_"] :is(a,#js_sound_btn) {
		padding: 0px;
		pointer-events: none !important;
		color: inherit !important;
		text-decoration: none !important;
	}
	#js_sound_btn + .sound_box,
	#js_sound_btn.open + .sound_box {
		display: block;
		position: static;
	}
	.tsutaeru-speech {
		text-align: left;
	}

	/* スマートフォン表示時の音声読み上げボタン 20260323 ここまで */

}
/* ==================================================
スマートフォン ここまで
================================================== */

.color_change{
	& .arrow_btn{
		background: none;
	}

	& .job_type_contents {
	background: none;
	}
}

.font_size_changed {
	& .staff_voice .detail_free div:last-child {
		font-size: 0.5rem !important;
	}
	& .detail_free > div > p:nth-of-type(2){
		font-size: 0.7rem !important;
	}
}