@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: 0em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0em;
	/* フォントファミリー */
	--fontfamily-normal: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
}

/* var() 関数 ここまで */
/* ========== レイアウト ========== */
/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1080px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #000000;
}

/* メイン */
#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, 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;
	background: none;
	border: none;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.85);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1, h2, h3, h4, h5, h6, strong, .subsite_menu_ttl, .site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
/*
input,
textarea,
select,
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
}
*/
em {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "BIZ UDPGothic", Osaka, "MS PGothic", sans-serif;
}

.mincho {
	font-family: "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", Century, "BIZ UDPMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

/* 文字色 */
body {
	color: #333333;
	overflow-x: hidden;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	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;
	align-items: flex-start;
	justify-content: flex-start;
	display: flex;
	padding-top: 0;
	gap: 0px;
	padding-bottom: 0;
}

#he_left {
	width: 420px;
	position: relative;
	/* top: 20px; */
	/* left: 0px; */
	z-index: 1;
	order: unset;
	margin-inline: 0; }

#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 {
	position: relative;
	left: -30px;
	max-width: 100%;
	height: auto;
	/* width: 300px; */
	vertical-align: top;
}

#he_right {
	/* margin-left: 200px; */
	text-align: right;
	padding-top: 20px;
}

/* ヘッダメニュー */
.header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.header_nav ul li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 140%;
	right: 0px;
	z-index: 100;
	border: 1px solid;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 24rem;
	margin: 0px;
	padding: 20px;
	text-align: center;
}

#support_menu_box.open {
	display: flex;
	align-items: center;
}

#btn_support_menu_close {
	border: none;
	background: #e6e6e6;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 15px;
}

#support_menu_close {
	content: "";
	position: absolute;
	right: 0;
	background: url("/img/site/mizu2025/id_close.png") no-repeat center center;
	background-size: auto;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 100%;
	right: 5px;
	transform: translate(0%, -50%);
}

#support_menu_close::before, #support_menu_close::after {
	display: none;
}

dl#moji_size, dl#haikei_color {
	margin: 0px 0px 0px;
	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;
	font-weight: bold;
	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.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}

dl#moji_size dd a {
	padding: 5px 10px;
}

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_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;
	padding: 0;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
}

#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-left: 20px;
}

#open_page_id_box .search_ttl {
	display: block;
	background: #ffffff;
	color: #333333;
	font-variant-alternates: 5px 10px;
	border-radius: 5px;
	border: 1px solid #333333;
	font-size: 1.2rem;
	padding: 5px 11px;
}

#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 100%;
	border: none;
	font-size: 1rem;
	background: #ffffff;
	border-radius: 5px 0 0 5px;
	padding: 0 10px;
}
.search_ipt {
    display: grid;
    grid-template-columns: auto 60px;
    height: 3rem;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    overflow: hidden;
}


#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* min-width: 6rem; */
	height: 100%;
	border: none;
	background: #bef4ff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.2rem;
	/* line-height: 3.8rem; */
	letter-spacing: 0.1em;
	white-space: nowrap;
	/* border-radius: 0 5px 5px 0; */
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}

#open_page_id_message:empty {
	display: none;
}

/* グローバルナビ */
#top_search {
	background: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gnav ul {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px;
	list-style: none;
	justify-content: center;
	display: flex;
	gap: 25px;
	height: 170px;
}

.gnav ul li {
	display: flex;
	align-items: center;
	vertical-align: middle;
	border-right: none;
	width: 100%;
	z-index: 8;
	max-width: 180px;
}

.gnav ul li:first-child {
	border-left: none;
}

.gnav ul li a {
	width: 100%;
	display: block;
	background: transparent;
	color: #333333;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 3.2rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.gnav ul li a:hover, .gnav ul li a:focus {
	background: rgba(255, 255, 255, 0.5);
}

/* サブサイト共通ヘッダ */
#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: #ffffff;
}

#author_info_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 0px 80px;
	display: flex;
	justify-content: space-between;
}

/* フッタメニュー */
.footer_navi {
	padding: 36px 0px 9px;
}

.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 0.5em 1em 0px;
	padding-right: 0.5em;
	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;
	display: block;
}

#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_cta {
	display: flex;
	gap: 17px;
	& a {
		padding: 5px 28px;
		background: #e1faff;
		border-radius: 20px;
		text-decoration: none;
		span {
			margin-right: 25px;
		}
	}
}

.sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

/* コピーライト */
#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: 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: 20px;
}

#btn_pagetop a {
	display: block;
}

#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	margin-bottom: 25px;
}

#site_footer_box {
	font-size: 1.4rem;
}

#site_footer_box p:first-child {
	font-weight: bold;
	font-size: 1.8rem;
}

#site_footer_box p {
	text-align: left;
}

#site_footer_box p:last-child {
}

#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */
/* パンくず・足あと */
#pankuzu_wrap {
	background: #ffffff;
	color: #333333;
	padding: 5px 0px 0px;
	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: #e1faff;
	color: #006ba2;
	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: 31px 30px;
	background: #006ba2;
	font-size: 3.2rem;
	border-radius: 0;
	border: none;
	color: #ffffff;
	background-image: url("/img/site/mizu2025/ttl_bg.png");
	background-size: cover;
	background-position: right;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 21px 30px 20px;
	background: #9dedff;
	font-size: 2.6rem;
	border-radius: 0px;
	background-image: url("/img/site/mizu2025/ttl_bg2.png");
	background-size: cover;
	background-position: right;
}

#main_body h3 {
	padding: 17px 30px;
	background: #e1faff;
	font-size: 2.4rem;
	border-left: 2px solid #9dedff;
}

#main_body h4 {
	padding: 14px 30px 13px;
	background: #ffffff;
	font-size: 2.2rem;
	border-radius: 0px;
}

#main_body h5 {
	padding: 10px 30px;
	background: #ffffff;
	font-size: 2rem;
	border-bottom: 1px solid #6ec300;
}

#main_body h6 {
	padding: 7px 30px 6px;
	background: #ffffff;
	font-size: 1.8rem;
}

/* テーブル */
#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: #e1faff;
	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: 10px;
	padding-bottom: 75px;
}

/* コンテンツヘッダ */
#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;
	margin-bottom: 50px;
}

/* 印刷 */
#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: 40px 30px 0px 0px;
}

#calendar_button_google a, #calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/common/icon_calendar.png") no-repeat left center transparent;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}

.sns_button_wrap>div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download, .wmplayer_download {
	clear: both;
	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: #f6f6f6;
}

#hyouka_area_box h2, #main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}

#main_body #hyouka_area_box h2::before, #main_body #hyouka_area_box h2::after {
	display: none;
}

#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}

#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}

#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}

.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}

#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
}

#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hyouka_area_submit input:hover, #hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 40px 0px 0px;
	padding: 30px;
	background: #ffffff;
}

#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: #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;
	/* margin: 0 10px; */
}

.free_box p {
	margin: 0px 0px 1em;
}

.free_box p:last-child {
	margin-bottom: 0px;
}

.free_box img {
	max-width: 95%;
	height: auto !important;
	vertical-align: top;
	border-radius: 5px;
	margin: 0 auto;
}

/* 重要なお知らせ */
#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: #f7fafc;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
}

#recommend_title, #ai_recommend_title {
	background: #e5f0f6;
	text-align: left;
	padding: 10px 20px;
	border: none;
}

#recommend_title h2, #ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}

#recommend_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;
	padding: 15px 20px;
	position: relative;
	padding-left: 25px;
}

#sidebar_recommend ul li::before, #sidebar_ai_recommend ul li::before, #kanren_link ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translate(0%, -50%);
	color: #333333;
	background: url("/img/site/mizu2025/li_dot.png") no-repeat center center transparent;
	background-size: contain;
	width: 6px;
	height: 6px;
}

/* 関連リンク */
#kanren_link h2 {
	background: #e5f0f6;
	margin: 0px;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: left;
}

#kanren_link li::marker {
	color: transparent;
}

#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #f7fafc;
}

#kanren_link ul li {
	position: relative;
	margin-bottom: 15px;
	padding: 0px 20px;
	padding-left: 25px;
}

#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}

.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}

.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}

.common_banner_link a>span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}

.common_banner_link .common_banner_mitsukaranai a>span {
	background: url("/img/common/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}

.common_banner_link .common_banner_faq a>span {
	background: url("/img/common/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}

.common_banner_link a:hover, .common_banner_link a:focus, .common_banner_link a:hover span, .common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}

.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}

.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}

.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}

.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}

.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}

.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}

.subsite_menu summary:only-child a {
	pointer-events: auto;
}

/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}

	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}

	.subsite_menu summary a {
		pointer-events: auto;
	}
}

/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */
/* ========== リスト ========== */
/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.info_list ul li {
	width: 100%;
	margin: 0px 0px 15px;
	margin-bottom: 0;
	position: relative;
	padding: 1.4em 0em;
	padding-bottom: 0;
}

.tpl_site_list1 {
	& .info_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0px;
		column-gap: 50px;
	}

	& .list_pack {
		display: flex;
		flex-direction: column;
	}

	& .list_pack .article_img {
		width: auto;
		margin-bottom: 10px;
	}
}

.tpl_site_list_2 {
	& .info_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	& .info_list ul li {
		width: 100%;
		margin: 0px 0px 15px;
		margin-bottom: 0;
		background-color: #e3faff;
		position: relative;
		padding: 22px 0em;
		left: 5px;
		padding-bottom: 35px;
	}
}

.tpl_site_list_2 .info_list ul li span {
	margin-left: 75px;
}

.tpl_site_list_2 .info_list ul li:before {
	position: absolute;
	inset: -5px 5px 5px -5px;
	border: 2px solid #006ba2;
	content: "";
	pointer-events: none;
}

.tpl_site_list_2 {
	& .info_list ul li: :after {
		position: absolute;
		top: 45%;
		left: 21px;
		transform: translate(0, -50%);
		content: "";
		background: url("/img/site/mizu2025/water.png") no-repeat center center;
		width: 30px;
		height: 42px;
		pointer-events: none;
	}
}

/* リスト（日付） */
.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: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 0;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}

.list_pack .article_txt .article_date {
	display: none;
}

.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 0px;
}

.list_pack .article_img span {
	display: block;
	width: 320px;
	height: 220px;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
}

.list_pack .article_img span:empty {
	background: url("/img/site/mizu2025/no-image.png") no-repeat center center transparent;
	background-size: cover;
}

.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カスタマイズ */
/* TOP */
.tpl_site_index #support_menu_box.open {
	display: flex;
	align-items: center;
	border: none;
	box-shadow: none;
	border-radius: 0 0 10px 10px;
	right: auto;
	left: -100px;
}

.swiper-pagination-bullet {
	position: relative;
}

button.swiper-button-start, button.swiper-button-stop {
	background: transparent !important;
	color: #333333 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: fit-content !important;
	top: calc(50% + 40px) !important;
	right: 24px !important;
	& span {
		text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	}
}

button.swiper-button-stop {
	right: 28px !important;
}

:where(button.swiper-button-start, button.swiper-button-stop)::after {
	background-color: transparent !important;
	color: #000000 !important;
}

button.swiper-button-prev, button.swiper-button-next {
	top: 40px !important;
}

button.swiper-button-next {
	right: 0;
}

button.swiper-button-prev {
	left: -18px;
}

.swiper-control-outer {
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-control-wrap {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	height: 80px;
}

.swiper-control-buttons {
	position: absolute;
	width: 100px;
	right: 30px;
}

button.swiper-button-prev::before {
	left: 11px;
	background: url("/img/site/mizu2025/arrow-prev.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none;
}

button.swiper-button-next::before {
	right: 11px;
	background: url("/img/site/mizu2025/arrow-next.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none;
}

button.swiper-button-prev::before {
	content: "";
	display: block;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000000;
}

/* スライダー */
button.slide_control_next::before {
	content: "";
	display: block;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000000;
}

button.slide_control_next::before {
	right: 11px;
	background: url("/img/site/mizu2025/arrow-next.png") no-repeat center center transparent;
	background-size: contain;
}

.slide_control_next {
	color: transparent;
	/* テキストを消す */
	background: none;
	border: none;
	position: relative;
}

button.slide_control_prev::before {
	content: "";
	display: block;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
	color: #000000;
}

button.slide_control_prev::before {
	left: 11px;
	background: url("/img/site/mizu2025/arrow-prev.png") no-repeat center center transparent;
	background-size: contain;
}

.slide_control_prev {
	color: transparent;
	/* テキストを消す */
	background: none;
	border: none;
	position: relative;
}

button.swiper-button-prev::after, button.swiper-button-next::after {
	display: none !important;
}

button.swiper-button-prev::after, button.swiper-button-next::after {
	display: none !important;
}

button.swiper-button-stop::after {
	background: url("/img/site/mizu2025/stop.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none !important;
}

:where(button.swiper-button-start, button.swiper-button-stop)::after {
	width: 48px !important;
	height: 19px !important;
	left: -17px !important;
}

button.swiper-button-start::after {
	background: url("/img/site/mizu2025/start.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none !important;
}

:where(button.swiper-button-start, button.swiper-button-stop)::after {
	width: 52px !important;
	height: 18px !important;
	left: -17px !important;
}

:where(button.swiper-button-start)::after {
	left: -22px !important;
}

.swiper-pagination-bullet-active {
	background: url("/img/site/mizu2025/maru.png") no-repeat center center transparent !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
	background-color: #ffffff !important;
	opacity: 1;
	width: 10px;
	height: 10px;
	position: relative;
	top: 9px;
}

/* スライダーエンド */
.slide_control_stop {
	position: relative;
}

button.slide_control_stop::after {
	content: "";
	display: block;
	background: url("/img/site/mizu2025/stop.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none !important;
	width: 52px !important;
	height: 18px !important;
	position: relative;
	top: -1px;
	left: 19px !important;
}

.slide_control_play {
	position: relative;
}

button.slide_control_play::after {
	content: "";
	display: block;
	background: url("/img/site/mizu2025/start.png") no-repeat center center transparent;
	background-size: contain;
	clip-path: none !important;
	width: 52px !important;
	height: 18px !important;
	position: relative;
	top: -1px;
	left: 6px !important;
}

.slide_control_stop.is-active::after, .slide_control_play.is-active::after {
	display: none;
}

.slide_control_box {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_pagination {
	display: contents;
}

button.swiper-button-next::before {
	content: "";
	display: block;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000000;
}

button.swiper-button-prev::after, button.swiper-button-next::after {
	background: #222222 !important;
}

button.swiper-button-prev, button.swiper-button-next {
	background: transparent !important;
	color: #333333 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.gnav .gnav_list1 {
	background: url("/img/site/mizu2025/gnav-bg1.png") no-repeat center center;
}

.gnav .gnav_list1::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("/img/site/mizu2025/top-azumi_1.png") no-repeat center center;
}

.gnav .gnav_list2 {
	background: url("/img/site/mizu2025/gnav-bg2.png") no-repeat center center;
}

.gnav .gnav_list2::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("/img/site/mizu2025/top-azumi_2.png") no-repeat center center;
}

.gnav .gnav_list3 {
	background: url("/img/site/mizu2025/gnav-bg3.png") no-repeat center center;
}

.gnav .gnav_list3::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("/img/site/mizu2025/top-azumi_3.png") no-repeat center center;
}

.gnav .gnav_list4 {
	background: url("/img/site/mizu2025/gnav-bg4.png") no-repeat center center;
}

.gnav .gnav_list4::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("/img/site/mizu2025/top-azumi_4.png") no-repeat center center;
	z-index: 4;
}

.gnav .gnav_list5 {
	background: url("/img/site/mizu2025/gnav-bg5.png") no-repeat center center;
}

.gnav .gnav_list5::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("/img/site/mizu2025/top-azumi_5.png") no-repeat center center;
}

.gnav li {
	position: relative;
}

.gnav .icon {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gnav .icon img {
	width: 52px;
}

.sec1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 71px;
}

/* h2 */
.sec1 h2 {
	font-size: 2.8rem;
	color: #006ba2;
	margin-bottom: 20px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.sec1 h2 span {
	font-size: 2.2rem;
	color: #006ba2;
}

/* text box */
.sec1 .sec1_txtbox {
	width: 100%;
	max-width: 645px;
	position: relative;
	z-index: 3;
}

.sec1 .sec1_txt {
	margin-bottom: 35px;
	line-height: 3.2rem;
	font-size: 1.6rem;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

/* link common */
.sec1 .sec1_link a {
	display: block;
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.sec1 .sec1_link a span {
	position: relative;
	padding-left: 50px;
	padding-right: 30px;
}

/* link 1 */
.sec1 .sec1_link_1 {
	text-decoration: underline;
}

.sec1 .sec1_link_1 span::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 42px;
	background: url("/img/site/mizu2025/water.png") no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sec1 .sec1_link_1 span::after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url("/img/site/mizu2025/arrow.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

/* link 2 */
.sec1 .sec1_link_2 {
	text-decoration: underline;
}

.sec1 .sec1_link_2 span::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 35px;
	background: url("/img/site/mizu2025/x.png") no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sec1 .sec1_link_2 span::after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url("/img/site/mizu2025/arrow.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* link 3 */
.sec1 .sec1_link_3 {
	text-decoration: underline;
}

.sec1 .sec1_link_3 span::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url("/img/site/mizu2025/instagram.png") no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sec1 .sec1_link_3 span::after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url("/img/site/mizu2025/arrow.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* image */
.sec1 .sec1_img {
	position: relative;
	z-index: 3;
}

.sec1 .sec1_img img {
	/* width: 100%; */
	/* max-width: 500px; */
}

.sec1::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 375px;
	height: 375px;
	background: url("/img/site/mizu2025/suiteki-bg1.png") no-repeat center center;
	background-size: cover;
	z-index: 1;
}

.sec1::before {
	content: "";
	position: absolute;
	bottom: -90px;
	left: 70%;
	transform: translateX(-50%);
	width: 270px;
	height: 270px;
	background: url("/img/site/mizu2025/suiteki-bg2.png") no-repeat center center;
	background-size: cover;
	z-index: 1;
}

.sec2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: none;
	height: 235px;
	background: url("/img/site/mizu2025/top-bg.png") no-repeat center center;
	background-size: cover;
	z-index: 3;
}

.sec3 {
	margin-top: 420px;
}

.sec3 p {
	letter-spacing: 0;
}

.sec3_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
	position: relative;
}

.sec3_text_box img {
	position: absolute;
	left: -220px;
	top: -73px;
	width: 100%;
	max-width: 780px;
	z-index: 1;
}

.sec3_text_box p {
	position: relative;
	top: 55px;
	z-index: 6;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
	font-size: 1.6rem;
	line-height: 3.2rem;
}

.sec3_img_box {
	width: 100%;
	max-width: 550px;
	position: relative;
	z-index: 10;
}

.sec3_link_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 29px;
}

.sec3_link_wrap a {
	padding: 10px 0 10px 30px;
	background-color: #e1faff;
	border-radius: 0 30px 30px 0;
	width: 100%;
	max-width: 310px;
	position: relative;
	/* 擬似要素用に追加推奨 */
}

.sec3_link_wrap a span::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url("/img/site/mizu2025/arrow.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 38px;
	transform: translate(0%, -50%);
}

.sec3_link_wrap a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 28px;
	background: url("/img/site/mizu2025/dot.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}

.sec3_link_wrap a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url("/img/site/mizu2025/dot2.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	z-index: 2;
}

.sec3_re {
	& .sec3_wrap {
		flex-direction: row-reverse;
	}

	& .sec3_text_box img {
		position: absolute;
		right: -80px;
		left: inherit;
	}
}

.mt-0 {
	margin-top: 130px !important;
}

.sec4 {
	position: relative;
	padding: 80px 0;
	padding-top: 125px;
}

.sec4_wrap {
	border-radius: 20px;
	padding: 50px;
	background-color: #ffffffc3;
	position: relative;
	box-shadow: 0px 0px 6px 1px #33333322;
}

.sec4_inner {
	display: flex;
	justify-content: center;
	gap: 40px;
	position: relative;
	z-index: 2;
}

.sec4_img_box {
	width: 100%;
}

.sec4_text_box {
	& .sec4_link_btn {
		text-align: right;
		text-decoration: none;
		display: block;
		& span {
			padding: 10px 75px 10px 27px;
			border: 1px solid #006ba2;
			border-radius: 20px;
			font-size: 1.6rem;
			position: relative;
			letter-spacing: 0;
		}
	}

	& .sec4_link_btn span: :after {
		content: "";
		display: inline-block;
		width: 19px;
		height: 12px;
		background: url("/img/site/mizu2025/arrow.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 31px;
		transform: translate(0%, -50%);
	}

	& img {
		width: 100%;
		max-width: 450px;
		margin-bottom: 20px;
	}

	& p {
		letter-spacing: 0;
		font-size: 1.8rem;
		line-height: 3.2rem;
		margin-bottom: 40px;
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
	}
}

.sec4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: url("/img/site/mizu2025/suiketu_bg.png") no-repeat center center;
	z-index: 0;
}

#top_slideshow .swiper-pagination {
	position: absolute;
	left: -80px;
	top: 16px;
	height: 30px;
	width: fit-content;
	text-align: right;
	/* left: calc(50% - 540px); */
	/* padding-right: 100px; */
	box-sizing: border-box;
}

#banner_slide_wrap {
	position: relative;
	padding-bottom: 80px;
	background-color: #333333;
	& h2 {
		position: relative;
		margin-top: 0;
		padding-top: 30px;
		z-index: 2;
		text-align: center;
		color: #ffffff;
	}
}

#banner_slide_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: url("/img/site/mizu2025/link_bg.png") no-repeat center center;
	z-index: 0;
	background-size: cover;
}

.tpl_site_index #mymainback {
	padding-bottom: 0;
}

/* SECOND */
.navi_btn {
	position: fixed;
	top: 30px;
	right: 0px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	pointer-events: none;
}

.navi_btn a:any-link {
	pointer-events: auto;
}

#rubi_choice {
	font-weight: bold;
}

.br-670 {
	display: none;
}

#spm_search_menu {
	position: fixed;
	inset: 0;
	background: #e1faff;
	padding: 50px 16px;
	/* opacity: 0; */
	/* visibility: visible; */
	z-index: 10003;
	display: none;
}

#container.spm_menu_open #spm_search_menu {
	/* opacity: 1; */
	/* visibility: visible; */
	/* transform: translateY(0); */
	display: block;
}

.spm_search_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 340px;
	/* ← ここが重要 */
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.spm_search_list li a {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #ffffff;
	border-radius: 999px;
	padding: 14px 18px;
	text-decoration: none;
	color: #333;
	position: relative;
	text-align: center;
}

.spm_search_list .text {
	flex: 1;
	font-size: 1.6rem;
	text-align: left;
	padding-left: 100px;
}

.spm_search_list .icon {
	position: absolute;
	top: 30%;
	left: 10%;
	transform: translate(0%, -50%);
}

.spm_search_list_wrap {
	text-align: center;
}

.spm_search_list .arrow {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0%, -50%);
}

#spm_search_kensaku {
	position: fixed;
	inset: 0;
	background: #e1faff;
	padding: 50px 16px;
	opacity: 0;
	visibility: hidden;
	z-index: 10002;
}

#container.spm_search_open #spm_search_kensaku {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#container.spm_menu_open #top_search {
	display: none;
}

#main_body h2:before {
	display: none;
}

#main_body h3:before {
	display: none;
}

#main_body h4 {
	position: relative;
}

#main_body h4:before {
	content: "";
	width: 9px;
	height: 36px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	z-index: 10;
	background: url(/img/site/mizu2025/h4_mark.png) no-repeat center center;
	background-size: contain;
	border: none;
	border-radius: inherit;
}

#main_body h5:before {
	content: "";
	width: 9px;
	height: 36px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 10;
	background: url(/img/site/mizu2025/h4_mark.png) no-repeat center center;
	background-size: contain;
	border: none;
	border-radius: inherit;
}

#main_body h6:before {
	content: "";
	width: 9px;
	height: 36px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 10;
	background: url(/img/site/mizu2025/h6_mark.png) no-repeat center center;
	background-size: contain;
	border: none;
	border-radius: inherit;
}

.font_size_changed {
	& #main_body h4: before {
		top: 20px;
	}

	& #main_body h5: before {
		top: 14px;
	}

	& #main_body h6: before {
		top: 9px;
	}

	& .tpl_site_index #support_menu_box.open {
		right: 30px;
		left: inherit;
	}

	& .sec1 {
		& .sec1_link_1 span: :before {
			top: 17%;
		}

		& .sec1_link_3 span: :before {
			top: 17%;
		}

		& .sec1_link_1 span: :after {
			top: 80%;
		}

		& .sec1_link_3 span: :after {
			top: 80%;
		}
	}
}

.font_size_limit_max {
	& #main_body h4: before {
		top: 25px;
	}

	& #main_body h5: before {
		top: 19px;
	}

	& #main_body h6: before {
		top: 14px;
	}

	& .sec3_text_box img {
		top: -130px;
	}
}

/* ==================================================
PC ここまで
================================================== */
/* ==================================================
背景色変更 / 印刷ページ
================================================== */
/* ========== 背景色変更 ========== */
/* 共通 */
.color_change * {
	& .wave {
		display: none;
	}

	& .wave-line {
		display: none;
	}

	& .sec1::after {
		display: none;
	}

	& .sec1::before {
		display: none;
	}

	& #support_menu_box {
		border: solid 1px !important;
	}

	& button.swiper-button-start, & button.swiper-button-stop {
		background-color: transparent !important;
	}

	& .slide_control_box * {
		background-color: transparent !important;
	}

	& .sec1 {
		& .sec1_link_2 span: :before {
			background-color: #333333 !important;
		}
	}

	& .sec3_link_wrap a {
		border: solid 1px !important;
	}

	& .author_cta {
		& a {
			border: solid 1px !important;
		}
	}

	& .spm_search_list li a {
		border: solid 1px !important;
	}
}

/* code */
.tpl_site_list1, .tpl_site_list_2, .tpl_site_detail {
	& .header_nav-sp-wrap {
		position: absolute;
		z-index: 10000;
	}

	& button#btn_spm_support {
		z-index: 10001;
	}
}

.font_size_limit_max {
	& .tpl_site_list1, & .tpl_site_list_2, & .tpl_site_detail {
		& #open_page_id_box .search_ttl {
			position: relative;
			top: 40px;
		}

		& .h_id.is-open .search_ipt_wrap {
			top: 100px;
		}
	}

	& .h_id.is-open .search_ipt_wrap {
		top: 86px;
	}
}

#banner_slide_wrap .swiper-pagination-bullet {
	top: 0 !important;
}

.tpl_site_list1 {
	& #main_header {
		margin-bottom: 0px;
	}
}

#spm_search_kensaku .search_ipt_wrap {
	padding: 0px;
}

#spm_search_kensaku .search_ipt {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}

.id_page {
	width: 100%;
	border-radius: 5px 0 0 5px;
	padding: 10px;
}

#spm_search_kensaku .search_ttl {
	margin-bottom: 12px;
}

#spm_search_kensaku .search_ttl span {
	font-weight: 700;
}

.id_hyouji {
	padding: 10px 0;
	width: 114px;
	border-radius: 0 5px 5px 0 !important;
	background-color: #bef4ff;
}

.font_size_limit_max {
	& .tpl_site_index {
		& .header_nav ul {
			justify-content: flex-start;
			flex-wrap: wrap;
		}
	}

	#open_page_id_box .search_ttl {
		position: relative;
		top: 40px;
	}
}

.swiper-pagination-inner {
	display: flex;
}

.down {
	margin-left: 10px;
}

.up {
	display: none;
	margin-left: 10px;
	color: #ffffff;
}

.h_id.is-open .down {
	display: none;
}

.h_id.is-open .up {
	display: block;
}

/* 初期は非表示 */
.h_id .search_ipt_wrap {
	display: none;
}

/* is-open が付いたら表示 */
.h_id.is-open .search_ipt_wrap {
	display: block;
	position: absolute;
	right: 0;
	border-radius: 0 0 10px 10px;
}

.h_id.is-open .search_ipt_wrap::before {
	content: "";
	position: absolute;
	right: 0;
	background: url("/img/site/mizu2025/id_close.png") no-repeat center center;
	background-size: auto;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 100%;
	right: 5px;
	transform: translate(0%, -50%);
}

.h_id.is-open #open_page_id_box .search_ttl {
	display: flex;
	background: #1778c1;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

#support_menu_open.open {
	background: transparent;
}

#banner_slide {
	width: 1800px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-slide img.pg_class_slide_img_fit {
	object-fit: cover !important;
	height: 635px;
}

:where(#top_search_keyword, #top_search_page_id):not(.open) {
	display: block;
}

#top_search_keyword {
	display: none;
}

.search_ttl {
	cursor: pointer;
}

#top_search_page_id {
	position: relative;
	/* transform: translate(0%, -50%); */
	padding-bottom: 0;
	z-index: 2;
}

#top_search_page_id summary {
	font-size: 1.2rem;
	list-style: none;
	height: 3rem;
	display: grid;
	place-content: center start;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	cursor: pointer;
	padding: 0px 10px;
	box-sizing: border-box;
}

#top_search_page_id summary span {
    display:  grid;
    grid-template-columns: 1fr 15px;
    align-items: center;
    gap: 10px;
}

#top_search_page_id summary span::after {
    content: '';
    display: block;
    width: 15px;
    height: auto;
    aspect-ratio: 1 / 0.866;
    background: currentColor;
    clip-path:polygon(0% 0%,100% 0%,50% 100%);
}
#top_search_page_id[open] summary{
    background:  #1778c1;
    color: #fff;
}
#top_search_page_id[open] summary span::after{
    transform: rotate(180deg);
}

.search_ipt_wrap {
	padding: 15px 25px;
	background-color: #ffffff;
	border-radius: 5px;
	position: absolute;
	top: 100%;
	right: 0;
}

#open_page_id_box.open .search_ipt {
	border-radius: 5px;
}

#support_menu_box {
	display: none;
}

#support_menu_box.open {
	display: flex;
}

.color_change #header {
	border-bottom: none;
}

.color_change * {
	.sec4::before {
		display: none;
	}

	#banner_slide_wrap::before {
		display: none;
	}
}

/* 黒 */
.color_black * {
	& .sns {
		background-color: #666666 !important;
	}
}

/* 青 */
.color_blue * {
}

/* ========== 印刷ページ ========== */
/* 印刷プレビュー */
.view_print_mode * {
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */
/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {
	.br-670 {
		display: block;
	}

	.br-670-none {
		display: none !important;
	}

	/* 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.7rem);
	}

	/* レスポンシブアコーディオン用 */
	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;
		margin-bottom: 40px;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 0px;
		display: block;
	}

	#he_left {
		position: absolute;
		margin: 0px auto;
		padding: 10px;
		padding-top: 60px;
		padding-bottom: 0px;
		width: 100%;
		z-index: 9984;
		background: #ffffff;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 10005 !important;
		width: 100%;
	}

	#spm_wrap button, #spm_wrap a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 7rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: left;
		text-indent: inherit;
		overflow: hidden;
		text-decoration: none;
		border-radius: 15px 15px 0 0;
		/* display: flex; */
	}

	#spm_wrap button#btn_spm_menu {
		/* background-size: 26px auto; */
		color: #000000;
		border-top: 1px solid #1778c1;
		background-color: #ffffff;
	}

	.spm_menu_open #btn_spm_wrap button#spm_menu {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap button#btn_spm_search {
		background: url("/img/site/mizu2025/search_icon.png") no-repeat center top 10px #1778c1;
		/* background-size: 26px auto; */
		color: #ffffff;
		border-top: 1px solid;
	}

	.spm_search_open #btn_spm_wrap button#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: 50%;
		/* height: 35px; */
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 10px 0px;
		border: none;
		background: url("/img/sp/btn_support.png") no-repeat center left 55px #e1faff;
		background-size: 14px;
		color: #000000;
		text-align: left;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 9999;
	}

	button#btn_spm_support span {
		align-items: center;
		display: flex;
		justify-content: center;
		width: 100%;
		/* height: 35px; */
		text-align: center;
		padding-left: 10px;
		/* height: 100%; */
	}

	.spm_support_open button#btn_spm_support {
		width: 50%;
		background-color: #e1faff;
		background-image: url("/img/sp/btn_close.png");
		padding-bottom: 20px;
		background-position-y: 13px;
	}

	nav.header_nav {
		display: none;
		background: #f6f6f6;
	}

	.spm_support_open .header_nav {
		display: block;
		/* position: relative; */
		/* width: 100%; */
		background-color: #ffffff;
		z-index: 11;
		position: relative;
	}

	/* ヘッダメニュー */
	.header_nav ul {
		position: absolute;
		display: block;
		background: #ffffff;
		padding: 20px 10px 20px;
		z-index: 10;
		width: 100%;
		left: 0;
		background: #e1faff;
		top: 44px;
	}

	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 10px 10px 0px;
	}

	.header_nav ul li.h_main {
		display: none !important;
	}

	/* アクセシビリティ機能 */
	#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;
	}

	dl#moji_size, dl#haikei_color {
		margin: 10px 20px 10px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		justify-content: flex-start;
	}

	/* 検索（展開） */
	.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: none;
	}

	.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: transparent;
		color: #ffffff;
	}

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 20px 0px 0px;
	}

	#open_page_id_box .search_ipt {
		width: auto;
	}

	/* グローバルナビ */
	#top_search {
		display: block;
		position: relative;
		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: 0px;
		overflow-y: unset;
		-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: transparent;
		color: #ffffff;
	}

	.gnav ul {
		width: auto;
		/* display: block; */
		padding: 0px;
		flex-wrap: wrap;
	}

	.gnav ul li, .gnav ul li:first-child {
		display: block;
		border: none;
		/* border-bottom: 1px solid; */
	}

	.gnav ul li:first-child {
		/* border-top: 1px solid; */
	}

	.gnav ul li a {
		padding: 0px !important;
		font-size: 1.6rem;
	}

	/* サブサイト共通ヘッダ */
	#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: 0px 20px 100px;
		display: block;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 40px;
	}

	#btn_pagetop.fixed {
		bottom: 70px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
		margin: 0 0 40px 0;
	}

	#site_footer_box {
		text-align: left;
		padding: 0px;
	}

	z /* ========== パンくず / 足あと ========== */
	/* パンくず・足あと */
	#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);
		margin-bottom: 20px;
	}

	.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: 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;
		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: none;
	}

	#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: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
		padding-left: 50px;
		background: 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 * {
	}

	/* ========== カスタマイズ ========== */
	.header_nav-sp-nav li.h_lang .h_text::before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/img/common/icon-lang.png);
	}

	.header_nav-sp-nav li.h_lang .h_text {
		display: flex;
		gap: 5px;
		align-items: center;
	}

	.header_nav-sp-nav li {
		list-style: none;
		position: relative;
		z-index: 2;
	}

	.header_nav-sp-nav ul {
		padding-top: 4px;
		padding: 5px 10px;
		padding-top: 4px;
	}

	#spm_wrap span {
		padding-top: 35px;
		color: #ffffff;
	}

	.btn_spm_menu {
		background-color: #ffffff;
	}

	.btn_spm_search {
		background-color: #1778c1;
	}

	.btn_spm_camera {
		background: url("/img/site/mizu2025/camera_icon.png") no-repeat center top 13px;
		background-color: #00537d;
		background-size: 26px auto;
	}

	.btn_spm_camera span {
		color: #ffffff;
	}

	.btn_spm_map {
		background: url("/img/site/mizu2025/map_icon.png") no-repeat center top 8px;
		background-color: #1778c1;
		background-size: 26px auto;
	}

	.btn_spm_map span {
		color: #ffffff;
	}

	#container.spm_search_open #spm_wrap button#btn_spm_search {
		background: url(/img/site/mizu2025/close_white.png) no-repeat center top 15px #333333;
	}

	#container.spm_menu_open #spm_wrap button#btn_spm_menu {
		/* background-size: 20px; */
	}

	.navi_btn {
		display: none;
	}

	#rubi_choice button {
		border: 1px solid #ccc;
		padding: 6px 10px;
		background-color: #ffffff;
	}

	#rubi_choice {
		margin: 10px 20px 10px 0px;
	}

	.tpl_site_list_2 .info_list ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.tpl_site_list_2 .info_list ul li span {
		margin-left: 0px;
		position: relative;
		top: -2px;
	}

	.author_cta {
		flex-direction: column;
		gap: 10px;
	}

	.author_cta a {
		display: flex;
		justify-content: space-between;
	}

	.author_cta img {
		object-fit: contain;
	}

	.sns {
		justify-content: center;
		padding: 50px 0;
	}

	.footer_navi ul li {
		margin: 0px 1em 1em 0px;
		padding-right: 1em;
	}

	.footer_navi ul {
		margin-left: 0.5em;
	}

	.footer_navi {
		padding: 40px 0px 25px;
	}

	.tpl_site_list1 .info_list ul li {
		padding: 0px;
		border-bottom: none;
	}

	.tpl_site_list1 .info_list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		column-gap: 10px;
	}

	.tpl_site_list1 .info_list ul li a {
		padding: 0;
	}

	#main_body h4:before {
		top: 2px;
	}

	#main_body h5:before {
		top: 2px;
	}

	#main_body h6:before {
		top: -3px;
	}

	.font_size_changed button#btn_spm_support {
		z-index: 10001;
		top: 71px;
		left: 0px;
		background: url(/img/sp/btn_support.png) no-repeat center left 38px #e1faff;
		background-size: 20px !important;
	}

	.font_size_changed .spm_support_open button#btn_spm_support {
		background: url(/img/sp/btn_close.png) no-repeat center left 40px #e1faff;
		background-size: 15px !important;
		background-position-y: 16px;
		z-index: 10000;
	}

	.font_size_changed .header_nav ul {
		padding-top: 20px;
		top: 95px;
	}

	.font_size_changed #he_left {
		padding-top: 2rem;
	}

	.font_size_changed #header {
		margin-bottom: 120px;
	}

	.font_size_changed #author_info_box {
		padding: 0px 20px 140px;
	}

	.font_size_changed #main_body h4:before {
		top: 9px;
	}

	.font_size_changed #main_body h5:before {
		top: 9px;
	}

	.font_size_changed #main_body h6:before {
		top: 3px;
	}

	.font_size_limit_max button#btn_spm_support {
		top: 65px;
		left: 0px;
		background: url(/img/sp/btn_support.png) no-repeat center left 18px #e1faff;
		background-size: 20px !important;
	}

	.font_size_limit_max .spm_support_open button#btn_spm_support {
		background: url(/img/sp/btn_close.png) no-repeat center left 20px #e1faff;
		background-size: 20px;
		background-position-y: 21px !important;
	}

	.font_size_limit_max #he_left {
		position: absolute;
		margin: 0px auto;
		padding: 10px;
		padding-top: 8rem;
		width: 95%;
	}

	.font_size_limit_max #header {
		margin-bottom: 120px;
	}

	.font_size_limit_max #author_info_box {
		padding: 0px 20px 160px;
	}

	.font_size_limit_max #main_body h4:before {
		top: 12px;
	}

	.font_size_limit_max #main_body h5:before {
		top: 12px;
	}

	.font_size_limit_max #main_body h6:before {
		top: 6px;
	}

	#top_slideshow h1 img {
		width: 150px;
	}

	.swiper-slide img.pg_class_slide_img_fit {
		display: inline-block;
		object-fit: cover !important;
		width: 100%;
		height: 300px;
	}

	#top_search {
		padding-top: 100px;
		min-height: 0;
		background: transparent;
	}

	.gnav li {
		background-size: cover !important;
	}

	.gnav .gnav_list1::before, .gnav .gnav_list2::before, .gnav .gnav_list3::before, .gnav .gnav_list4::before, .gnav .gnav_list5::before {
		width: 33px;
		background-size: contain;
	}

	.gnav .gnav_list1::before {
		width: 41px;
		background-size: contain;
	}

	.gnav ul li {
		height: 105px;
		max-width: 107px;
	}

	.sec1 {
		flex-direction: column;
	}

	.sec1::after {
		top: -15px;
		left: 75%;
	}

	.sec1 h2 span {
		font-size: 1.6rem;
		color: #006ba2;
	}

	.sec1 h2 {
		font-size: 2rem;
		color: #006ba2;
		margin-bottom: 20px;
	}

	.sec1 .sec1_txt {
		margin-bottom: 0px;
		font-size: 1.4rem;
		line-height: 2;
	}

	.sec1 .sec1_img {
		margin-bottom: 10px;
		/* margin-bottom corrections based on user input, looks like typos in original source but keeping latest valid one if intentionally cascading? User had: 10px, 10p, 10, 1. Assuming 10px is desired or just keeping the cascade. */
		margin-bottom: 1px;
	}

	.sec1 .sec1_img img {
		width: 100%;
		/* max-width: 500px; */
	}

	.sec1 {
		margin-bottom: 42px;
	}

	.sec1 .sec1_link a span {
		position: relative;
		padding: 0 45px;
		font-size: 1.4rem;
	}

	.sec1::before {
		display: none;
	}

	.sec2 {
		height: 83px;
	}

	.sec3_wrap {
		flex-direction: column !important;
		margin-bottom: 37px;
	}

	.sec3_text_box img {
		position: absolute;
		left: 0%;
		transform: translate(0%, -50%);
		top: -40px !important;
		width: 100%;
		max-width: 780px;
		z-index: 1;
	}

	.sec3_text_box p {
		padding-top: 0px;
		position: relative;
		z-index: 6;
		font-size: 1.4rem;
		line-height: 2;
		top: 0;
	}

	.sec3_link_wrap a {
		display: block;
		margin-bottom: 23px;
		width: 100%;
		padding: 10px 0 10px 0px;
		max-width: inherit;
	}

	.sec3_link_wrap a span {
		padding-left: 20px;
	}

	.sec3_link_wrap {
		display: block;
		margin-bottom: 0px;
	}

	.sec3_img_box img {
		width: inherit;
	}

	.sec3_re .sec3_text_box img {
		position: absolute;
		right: 0px;
		left: inherit;
	}

	.sec4_inner {
		flex-direction: column;
	}

	.sec4_img_box img {
		width: 100%;
	}

	.sec4_text_box .sec4_link_btn {
		text-align: center;
		text-decoration: none;
		display: block;
	}

	.sec4_wrap {
		border-radius: 20px;
		padding: 25px;
		background-color: #ffffffc3;
		position: relative;
	}

	#top_photo {
		margin: 0px;
	}

	#top_photo_wrap {
		overflow: hidden;
		display: none;
	}

	.free_box {
		margin: 0px;
	}

	#mymainback {
		margin-bottom: 0;
	}

	.header_nav-sp-wrap {
		position: absolute;
		z-index: 9997;
	}

	.tpl_site_index #he_right {
		margin-left: 0px;
		padding-bottom: 0px !important;
		padding: 0px !important;
	}

	.tpl_site_index .header_nav-sp-nav ul {
		margin: 0;
		padding: 0 10px;
	}

	.tpl_site_index .header_nav-sp-wrap {
		position: relative;
		padding: 18px 0 21px 0;
		width: fit-content;
	}

	.tpl_site_index .header_nav ul {
		position: relative;
		top: 0px;
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.tpl_site_index .spm_support_open button#btn_spm_support {
		width: 50%;
		padding-bottom: 20px;
		background-color: #e1faff;
		background-image: url(/img/sp/btn_close.png);
		background-position-y: 13px;
	}

	.tpl_site_index #header {
		margin-bottom: 40px;
	}

	.tpl_site_index #rubi_choice {
		margin: 20px 20px 10px 0px;
	}

	.tpl_site_index .header_nav ul {
		padding: 30px 20px 20px;
	}

	.tpl_site_index .header_nav li .h_text {
		display: grid;
		grid-template-columns: 20px 1fr;
		gap: 5px;
		align-items: center;
		padding: 0px 5px;
		padding-right: 25px;
	}

	.header_nav ul {
		position: relative;
		top: 41px;
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	.gnav_list5 a {
		padding-top: 33px !important;
	}

	.sec3_link_wrap a span::before {
		right: 38px;
	}

	.mt-0 {
		margin-top: 205px !important;
	}

	.sec4_text_box p {
		letter-spacing: 0;
		margin-bottom: 40px;
	}

	.sec4_text_box img {
		margin-bottom: 0px;
	}

	.sec4 {
		position: relative;
		padding: 80px 0;
		padding-top: 105px;
	}

	.sec4_inner {
		gap: 20px;
	}

	#banner_slide_wrap h2 {
		padding-top: 30px;
	}

	#banner_slide_wrap::before {
		background: url(/img/site/mizu2025/link_bg.png) no-repeat center center;
		background-size: cover;
	}

	.gnav ul li {
		display: flex !important;
	}

	.font_size_changed .tpl_site_index .header_nav-sp-wrap {
		position: relative;
		padding: 18px 0 70px 0;
	}

	.font_size_changed .tpl_site_index .spm_support_open button#btn_spm_support {
		background-position-y: 15px;
	}

	.font_size_changed .sec1 .sec1_link_1 span::before {
		top: 17%;
	}

	.font_size_changed .sec1 .sec1_link_3 span::before {
		top: 17%;
	}

	.font_size_changed .sec1 .sec1_link_1 span::after {
		top: 80%;
	}

	.font_size_changed .sec1 .sec1_link_3 span::after {
		top: 80%;
	}

	.font_size_changed .sec3_link_wrap a span::before {
		right: 18px;
	}

	.font_size_changed .spm_search_list .text {
		padding-left: 70px;
	}

	.font_size_limit_max .sec4_text_box .sec4_link_btn span {
		padding: 10px 5px 10px 5px;
		font-size: 1.3rem;
	}

	.font_size_limit_max .sec4_text_box .sec4_link_btn span::after {
		display: none;
	}

	.font_size_limit_max .fl-none {
		display: none;
	}

	.sec3 {
		margin-top: 300px;
	}

	.swiper-control-buttons {
		position: absolute;
		width: 100px;
		right: 10px;
		top: -15px;
	}

	#top_slideshow .swiper-pagination {
		display: none;
	}

	.color_change * #support_menu_box {
		border: none !important;
	}

	.spm_support_open #he_right {
		position: relative;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	#spm_wrap #btn_spm_menu {
	}

	/* バー3本をまとめる */
	#spm_wrap #btn_spm_menu .bar_wrap {
		display: flex;
		flex-direction: column;
		gap: 7px;
		position: absolute;
		padding-top: 0;
		top: 15px;
	}

	/* ハンバーガーの線 */
	#spm_wrap #btn_spm_menu .bar {
		width: 26px;
		height: 2px;
		padding: 0;
		background-color: #333333;
	}

	/* メニューOPEN時：×に変形 */
	#container.spm_menu_open #spm_wrap #btn_spm_menu .bar_wrap {
	}

	/* 上の線 */
	#container.spm_menu_open #spm_wrap #btn_spm_menu .bar:nth-child(1) {
		transform: translateY(12px) rotate(45deg);
	}

	/* 真ん中の線を消す */
	#container.spm_menu_open #spm_wrap #btn_spm_menu .bar:nth-child(2) {
		opacity: 0;
	}

	/* 下の線 */
	#container.spm_menu_open #spm_wrap #btn_spm_menu .bar:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	/* アニメーション */
	#spm_wrap #btn_spm_menu .bar {
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	#btn_spm_menu>span {
		color: #333333;
	}

	.color_blue * #spm_wrap button#btn_spm_menu {
		background-color: #0000ff !important;
	}

	.color_blue * #spm_wrap button#btn_spm_search {
		background-color: #0000ff !important;
	}

	.color_change * #spm_wrap span {
		color: #ffffff !important;
	}

	.color_change * #spm_wrap #btn_spm_menu .bar {
		background-color: #ffffff !important;
	}

	.info_list_wrap {
		margin-bottom: 20px;
	}

	.tpl_site_list_2 .info_list ul li {
		padding: 25px 0em;
		border-bottom: transparent;
	}

	.tpl_site_list_2 .info_list ul li::after {
		left: 10px;
	}

	.toji {
		display: none !important;
	}

	#container.spm_support_open .etu {
		display: none !important;
	}

	#container.spm_support_open .toji {
		display: block !important;
	}

	.tpl_site_list1 .list_pack .article_img span {
		width: auto;
		height: auto;
	}

	.tpl_site_list1 .list_pack .article_img span img {
		object-fit: cover;
	}

	.h_id {
		display: none !important;
	}

	.color_black {
		& #spm_wrap button {
			background-color: #000000 !important;
		}
	}

	.tpl_site_list1 {
		& #main_header {
			margin-bottom: 30px;
		}
	}

	.font_size_limit_max {
		& .gnav .gnav_list1::before, & .gnav .gnav_list2::before, & .gnav .gnav_list3::before, & .gnav .gnav_list4::before, & .gnav .gnav_list5::before {
			top: -30px;
		}
	}
    .spm_search_open nav.header_nav {
        display: block;
    }
    
    .spm_search_open ul {
        display: none;
    }
    .spm_search_open #header_nav_search{
        position: fixed;
        inset: 0;
        background: #e1faff;
        z-index: 10002;
        place-content: center center;
        grid-template-columns: auto;
    }
    
    span.mizu_cogmo_title{
        font-size: 1.6rem;
    }
    .spm_search_open .mizu_cogmo_wrap{
        display: block;
    }
    .spm_search_open #header_nav_search .cgm-search-button.cgm-form1{
        width: 100%;
    }
    .cgm-search-inner.cgm-form1{
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        overflow: hidden;
        /* height: 6rem; */
    }
    .spm_search_open .cgm-search-input-wrap{
        border: none;
        border-radius: 0;
        height: 6rem;
    }
    
    
    .search_ipt_wrap {
        display: block;
        position: static;
        width: auto;
        background: transparent;
        padding: 0;
    }
    
    .spm_search_open #top_search_page_id[open] summary {
        background: transparent;
        color: currentColor;
        border: none;
        pointer-events: none;
        
    }
    .spm_search_open #top_search_page_id[open] summary span::after{
        display: none;
    }
    #open_page_id{
        width: 100%;
        box-sizing:border-box;
    }
    .search_ipt{
        height: 4rem;
    }

	.spm_support_open #header_nav_search{
		display:none;
	}

	/* ==================================================
スマートフォン ここまで
================================================== */
}

/* コグモサーチ */
.cgm-search-form-area {
	background: none;
}

.cgm-search-inner.cgm-form1 {
	max-width: none;
	padding-inline: 0; }

.cgm-search-form-area.cgm-form1 {
	display: block;
	padding: 0;
	/* width: 300px; */
}

.header_nav_search .cgm-search-button {
	background: #bef4ff;
	color: #000;
}

.cgm-search-button::before {
	display: none;
}

.cgm-search-form {
	margin: 0;
}

.cgm-search-input-area textarea {
	font-size: 1.2rem;
	/* line-height: 1em; */
	box-sizing: border-box;
	padding-block: 0;
	overflow: hidden;
	text-align: left;
	margin: 0;
	line-height: normal;
}

.cgm-search-input-wrap {
	border: 1px solid #b3b3b3;
	margin-top: 0;
	border-radius: 5px;
	overflow: hidden;
	height: 30px;
}

.header_nav li .cgm-search-button.cgm-form1 {
	width: 60px;
	font-size: 1.4rem;
	background: #bef4ff;
	text-align: center;
	height: 30px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

p.cogmo-note {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1;
	text-align: left;
	display: none;
}

/* コグモ検索結果 */
.cgm-search-form-container {
	max-width: none;
	padding-inline: 0; }

.cgm-search-inner {
	max-width: none;
	padding-inline: 0; }

.cogmo_search_wrap {
	/* display: grid; */
	/* grid-template-rows: auto auto auto; */
}

div#cogmo-search-form1 {
	order: 2;
	font-size: 1.4rem;
	line-height: 1;
}

#header_nav_search .cgm-clear-input-button::before {
	height: 17px;
	width: auto;
	background-size: contain;
	aspect-ratio: 24 / 28;
}
#header_nav_search {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: start;
}

#header_nav_search .cgm-search-button.cgm-form1 {
	width: 60px;
	font-size: 1.2rem;
	background: #bef4ff;
	min-height: 0;
}
.mizu_cogmo_wrap {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"cogmo_title cogmo_main"
		"cogmo_title cogmo_note";
	align-items: start;
	gap: 0px 10px;
}

span.mizu_cogmo_title {
	grid-area: cogmo_title;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 5px;
}

p.mizu_cogmo_text {
	grid-area: cogmo_note;
	text-align: left;
	font-size: 1.2rem;
	margin: 0px;
	
}

.cogmo_search_wrap {
	grid-area: cogmo_main;
}

.color_change{
	& div#pankuzu_wrap {
		background: transparent;
	}
	
	& .info_list ul li {
		background-color: transparent !important;
	}
	
}
.color_black{
	& .search_ipt_wrap {
		background: #333 !important;
	}
	
	& #top_search_page_id[open] summary {
		background: #333;
	}	
}
.color_blue{
	& .search_ipt_wrap {
		background: #00a !important;
	}
	
	& #top_search_page_id[open] summary {
		background: #00a;
	}	
}