@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1080px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;

	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'UD新ゴ R', 'UD Shin Go Regular', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'UD新ゴ B', 'UD Shin Go Bold', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;

}
/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	clear: both;
    float: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1200px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(/img/sites/mizu/pc/h_kumo.png) no-repeat top center;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: var(--content-width, 1080px);
	height: auto;
	margin: 0px auto;
	padding: 30px 0 100px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}
.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}
.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}
.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide,
.tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.6rem);
	line-height: var(--lineheight-main, 1.5);
	letter-spacing: var(--letterspacing-main, 0em);
	overflow-wrap: break-word;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.75);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1, h2, h3, h4, h5, h6, strong,
.subsite_menu_ttl,
.site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: sans-serif;
}

em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, 'BIZ UDPMincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif;
}

/* 文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img, a:focus img {
	opacity: 0.75;
}

/* レスポンシブアコーディオン用 */
input[id*="acc_ttl_label"] {
	display: none;
}
.acc_icon {
	display: none;
}

/* レスポンシブアコーディオン用（class付与） */
.acc_title.accordion {
	pointer-events: none;
}
.acc_title.accordion:focus {
	outline: none;
}
.acc_title.accordion a {
	pointer-events: auto;
}

/* ========== ヘッダ ========== */

/* スマートフォン用 */
#spm_wrap {
	display: none;
}
#btn_spm_support {
	display: none;
}

/* ヘッダ */
#header2 {
	width: 1080px;
    margin: 0 auto;
    position: relative;
    padding: 47px 0 49px;
}

#he_left {
	position: absolute;
    top: 48px;
    left: 4px;
    z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 200px;
}

/* ヘッダメニュー */
.header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	gap: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.header_nav ul li.h_lang a {
	display: inline-block;
	font-size: 1.4rem;
    padding: 0 0 0 27px;
    background: url(/img/sites/mizu/pc/lang_icon.png) no-repeat center left -2px;
    color: #333;
    text-decoration: none;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -2px 0 #fff, 0px 1.5px 0 #fff, -1.5px 0px 0 #fff, 1.5px 0px 0 #fff;
}
.header_nav ul li a:hover {
	text-decoration: underline;
}

/* アクセシビリティ機能 */
.moji_size dl,
.haikei_color dl {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.moji_size dl dt {
    font-size: 1.4rem;
    color: #333333;
    margin: 0px 5px 0px 0px;
    padding: 0 0 0 33px;
    background: url(/img/sites/mizu/pc/size_icon.png) no-repeat center left -2px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -2px 0 #fff, 0px 1.5px 0 #fff, -1.5px 0px 0 #fff, 1.5px 0px 0 #fff;
}
.haikei_color dl dt {
	font-size: 1.4rem;
	color: #333333;
	margin: 0px 3px 0px 0px;
    padding: 0 0 0 29px;
    background: url(/img/sites/mizu/pc/color_icon.png) no-repeat center left -2px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -2px 0 #fff, 0px 1.5px 0 #fff, -1.5px 0px 0 #fff, 1.5px 0px 0 #fff;
}
.moji_size dl dd {
	border-radius: 5px;
	margin: 0px 0px 0px 5px;
}
.haikei_color dl dd {
	border-radius: 5px;
	margin: 0px 0px 0px 7px;
}
.moji_size dl dd a,
.haikei_color dl dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #ccc;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1;
	text-decoration: none;
	padding: 8px;
	border-radius: 5px;
	outline: 2px solid #fff;
}
.moji_size dl dd a#moji_default {
	padding: 8px 12px;
}
.moji_size dl dd a#moji_large {
	font-size: 1.4rem;
    padding: 7px 10px;
}
.haikei_color dl dd a#haikei_white {
	background: #ffffff !important;
	color: #333333 !important;
}
.haikei_color dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
.haikei_color dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
.search_box {
	width: 1080px;
    margin: 0 auto;
    gap: 36px;
    padding: 78px 40px 82px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
    	-ms-flex-pack: start;
    justify-content: flex-start;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* キーワード検索 */
#ai_keyword_search {
    width: 515px;
}

#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検索 */
#search_page_id {
	width: 440px;
}
#open_page_id_box .search_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    letter-spacing: 0.05em;
    margin: 0 0 18px;
}
/*（文字拡大時）*/
.font_size_changed #open_page_id_box .search_ttl {
	letter-spacing: -0.04em;
}
.search_ttl span {
	display: inline-block;
	vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1;
    color: #333333;
    padding: 4px 0 3px 40px;
    background: url(/img/sites/mizu/pc/search_icon.png) no-repeat left center;
}
.search_ttl .search_link {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333333;
}
#open_page_id_box .search_ipt {
	gap: 10px;
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#open_page_id {
	display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 140px);
    height: 60px;
    border: 1px solid #006fba;
    border-radius: 20px;
    text-indent: 35px;
    padding: 0;
    outline: none !important;
    color: #333333;

}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 130px;
	height: 60px;
	border: none;
	background: #006fba;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
	white-space: nowrap;
	border-radius: 20px;
}
#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.6rem;
}
#open_page_id_message:empty {
	display: none;
}

/* PC用のグローバルナビゲーション */
#top_search {
	margin-left: 170px;
}
#top_search ul {
	padding: 0;
    margin: 48px 0 0;
    list-style: none;
    gap: 2px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
#top_search ul li {
	width: 205px;
    text-align: center;
    line-height: 0;
}
#top_search ul li:nth-child(3) {
    padding: 14px 0;
}
#top_search ul li:nth-child(4) {
	padding: 1px 0 2px;
}
#top_search ul li a {
	display: inline-block;
}
/* スマートフォン用のグローバルナビゲーション */
#global_nav {
	display: none;
}

/* サブサイト共通ヘッダ */
#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 {
	width: 1080px;
	border-top: 1px solid #006fba;
	padding: 77px 7px 90px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.tpl_site_index #author_info {
	border: none;
	padding: 20px 0 111px;
}

/* 管理者情報 */
#author_left {
	width: calc(100% - 360px);
}
#author_right {
	width: 360px;
}

/* サブサイト共通フッタ */
#site_footer_box p {
	margin: 0 0 0 4px;
	font-size: 1.4rem;
	line-height: 2.3;
	color: #0e6164;
	letter-spacing: 0.05em;
}
#site_footer_box p:first-child {
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 0 24px;
    font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝Pro W3', Century, 'BIZ UDPMincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* フッタメニュー */
.footer_navi {
	padding: 30px 0 0;
}
.footer_navi ul {
    margin: 0 0 0 4px;
	padding: 0px;
	list-style: none;
    gap: 10px;
	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: 0;
    padding-right: 10px;
    border-right: 1px solid #0e6164;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.footer_navi ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.footer_navi ul li a {
	display: inline-block;
	color: #0e6164;
}
/* フッタSNS */
#sns_list ul {
	margin: 0 0 100px;
    padding: 0;
    list-style: none;
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
#sns_list ul li {
    line-height: 0;
}
#sns_list ul li a {
	display: inline-block;
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
}
#copyright p {
    font-size: 1.2rem;
    margin: 0px;
    color: #0e6164;
    text-align: right;
}
.tpl_site_index #copyright p {
	text-align: center;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: -150px;
	z-index: 10;
	-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;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap > div {
    width: var(--content-width, 1080px);
    margin: -1px auto 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#pankuzu_wrap > div#footstep_wrap {
	margin: 0 auto;
}
.pankuzu, #footstep {
	position: relative;
	padding-left: 6rem;
	color: #333333;
    font-size: 1.5rem;
    line-height: 1.4;
}
.pankuzu a, #footstep a{
    color: #333333;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
    width: 5rem;
    height: 2rem;
    border: none;
    border-radius: 5px;
    background: #006fba;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0.4rem 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0px;
}
#footstep_ttl {
	font-size: 1.2rem;
}
#clear_footstep {
	width: 18px;
    height: 18px;
    background: url("/img/sites/mizu/pc/icon_clear.png") no-repeat center center #fff !important;
    margin: 0 0 0 10px;
    vertical-align: middle;
	color: #333 !important;
    border: none;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin: 0px;
}
#main_header h1 {
	margin: 0px;
    padding: 26px 63px 26px 31px;
    background: url("/img/sites/mizu/pc/h1_bg_1.png") no-repeat right 202px top, 
                url("/img/sites/mizu/pc/h1_bg_2.png") no-repeat right top #eff3fa;
    border-radius: 10px;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #0e6164;
    letter-spacing: 0.05em;
}
#main_header h1 a:link {
	color: #0e6164;
}
#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
    margin: 30px 0px 20px;
	letter-spacing: 0.05em;
}
#main_body :where(h2 a,h3 a,h4 a,h5 a,h6 a) {
	color: #333333;
}

#main_body div.detail_free{
	margin: 0;
}

#main_body h2 {
	padding: 19px 53px 18px 30px;
    font-size: 2.6rem;
    line-height: 1.5;
    border: 1px solid #006fba;
    border-radius: 10px;
}
#main_body h3::before {
    content: "";
    position: absolute;
    border: 3px solid #006fba;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#main_body h3 {
	padding: 14px 30px;
    font-size: 2.4rem;
    line-height: 1.5;
    position: relative;
}
#main_body h4 {
	padding: 11px 33px 10px 30px;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 1px solid #006fba;
}
#main_body h5 {
	padding: 10px 35px 9px 30px;
    background: #f6f6f6;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: 10px;
}
#main_body h6 {
	padding: 6px 35px 5px 30px;
    font-size: 1.8rem;
    line-height: 1.5;
}

/* テーブル */
#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: #f6f6f6;
    color: #333333;
    border-color: #333333;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    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;
    background: #ffffff;
    font-size: 1.8rem;
    line-height: 1.5;
    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_bg {
	background: url(/img/sites/mizu/pc/f_kumo.png) no-repeat bottom -9px left calc(50% - 285px);
}

/* コンテンツヘッダ */
#content_header {
    margin: 25px 0px 26px;
    text-align: right;
    font-size: 1.5rem;
	letter-spacing: 0;
}
#content_header a {
    color: #333333;
}
#content_header > span {
	display: inline-block;
	margin-left: 25px;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/common/icon-print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 30px 34px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	color: #333333;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 3px 0px 3px 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: 30px 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: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
    margin: 60px 0px 0px;
    padding: 23px 28px;
    background: #ffffff;
    border: 2px solid #ababab;
    border-radius: 10px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 20px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
	letter-spacing: 0.1em;
}
#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: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
	letter-spacing: 0.05em;
}
#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 14px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 60px 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_box_detail fieldset span input[type="radio"]:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.hyouka_box_detail fieldset span input[type='radio']:checked:before {
    background: #1f68ad;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    outline: none;
    background: #eee;
    position: relative;
}

#hyouka_area_submit {
	margin-top: 12px;
}
#hyouka_area_submit input {
	display: inline-block;
    border: none;
    border-radius: 10px;
    background: #f6f6f6;
    color: #333333;
    margin: 0px;
    padding: 11px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
	letter-spacing: 0.05em;
    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: 22px 29px 22px;
    border: 1px solid #006fba;
    border-radius: 10px;
}
#section_footer a {
    color: #333333;
}
#section_footer .sf_address br {
	display: none;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 10px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#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 {
    font-size: 1.8rem;
    line-height: 1.5;
}
#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	word-break: break-all;
}
#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 10px;
}
.sf_email {
    margin-top: 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;
}
.free_box p {
	margin: 0px 0px 1em;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* 重要なお知らせ */
#important_noticest_area .second_important {
	background: #fdf2f2;
	padding: 30px 20px;
}
#important_noticest_area .second_important a {
	color: #cc0000;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #cc0000;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0px;
}
#important_noticest_area .second_important ul li > span {
	display: block;
}
#important_noticest_area .second_important ul li > span.article_date {
	font-size: var(--fontsize-main-small, 1.5rem);
}

#important_noticest_area .second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#important_noticest_area .second_important .link_box > span {
	display: block;
	margin-top: 5px;
}
#important_noticest_area .second_important .link_box > span a {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* カウントダウン */
#count_down_area .count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 15px;
	padding: 20px;
	position: relative;
}
#count_down_area .count_down_box:last-child {
	margin-bottom: 0px;
}

#count_down_area .count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#count_down_area .count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#count_down_area .count_down_box2 > span.count_img {
	width: 100px;
}
#count_down_area .count_down_box2 > span.count_img > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#count_down_area .count_down_box2 > span.count_txt {
	width: calc(100% - 120px);
}
#count_down_area .count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
#count_down_area .count_down_box2 > span.count_txt > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* カウントダウン クリアボタン */
#count_down_area .count_down_clear {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background: url("/img/common/icon-clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#recommend_tag {
    margin: 80px 0 30px;
}
#sidebar_recommend a, 
#sidebar_ai_recommend a {
    color: #333333;
}
#recommend_title,
#ai_recommend_title {
	background: transparent !important;
}
#recommend_title h2, 
#ai_recommend_title h2 {
    display: block;
    padding: 20px 30px 20px;
    font-size: 1.8rem;
    line-height: 1.2;
	font-weight: bold;
	color: #333333;
    background-color: #f6f6f6;
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    letter-spacing: 0;
}
#recommend_title h2 span, 
#ai_recommend_title h2 span {
    display: inline-block;
    text-align: left;
    padding: 7px 0px 7px 45px;
    background: url("/img/sites/mizu/pc/icon_recommend.png") no-repeat left center;
}
#ai_recommend_title h2 span {
	background-image: url("/img/sites/mizu/pc/icon_ai_recommend.png");
}
#recommend_title h2 span br, 
#ai_recommend_title h2 span br {
	display: none;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
    padding: 23px 30px;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
}
#sidebar_recommend ul li::before, 
#sidebar_ai_recommend ul li::before,
#kanren_link ul li::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: #333333;
    border-radius: 50%;
    left: 0;
    top: 1.2rem;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
    padding: 0 0 0 1.5rem;
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	margin: 0;
}

/* 関連リンク */
#kanren_link {
    margin-top: 30px;
}
#kanren_link a {
    color: #333333;
}
#kanren_link h2 {
	background: #f6f6f6;
    margin: 0px;
    padding: 20px 31px 19px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: start;
    border-radius: 10px 10px 0px 0px;
    letter-spacing: 0.1em;
}
#kanren_link ul {
	margin: 0px;
    padding: 15px 30px;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
}
#kanren_link ul li {
	display: block;
    padding: 0 0 0 1.6rem;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link {
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin-top: 30px;
}
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
    background: #f6f6f6;
    border-radius: 10px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 21px 5px 20px;
    text-align: center;
    letter-spacing: 0;
}
.common_banner_link span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}
.common_banner_mitsukaranai span {
	background: url("/img/common/icon-mitsukaranai.png") no-repeat left center transparent;
}
.common_banner_faq span {
	background: url("/img/common/icon-faq.png") no-repeat left center transparent;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #f6f6f6;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}
.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}
.subsite_menu summary:only-child a {
	pointer-events: auto;
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.info_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tpl_site_list_2 .info_list ul {
	margin: 10px 0 0;
}
.tpl_site_list1 .info_list ul li {
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #dbead9;
}
.tpl_site_list_2 .info_list ul li {
	padding: 36px 40px 36px;
    border-bottom: 1px solid #deede3;
    font-size: 1.8rem;
    line-height: 1.5;
}
.info_list ul li a {
    color: #333333;
}

/* リスト（日付） */
.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;
	word-break: break-all;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0;
}
.list_pack .article_txt .article_date {
    display: block;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #775b60;
}
.list_pack .article_txt .article_title {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
}

.list_pack .article_img {
    display: table-cell;
    vertical-align: top;
    width: 170px;
    padding-right: 40px;
}
.list_pack .article_img span {
    display: block;
    width: 100%;
    height: 120px;
    aspect-ratio: 170 / 120;
    overflow: hidden;
    background-color: #dddddd;
}
.list_pack .article_img span:empty {
	background: url("/img/sites/mizu/pc/noimage.png") no-repeat center center #eaf3f9 !important;
 	object-fit: contain;
}
.list_pack .article_img span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change .header_nav ul li.h_lang a,
.color_change .moji_size dl dt,
.color_change .haikei_color dl dt {
	text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000 !important;
}
.color_change #he_left #logo img, 
.color_change #top_search ul li {
	background: #fff !important;
}
.color_change #sns_list ul li:nth-child(2) img {
    -webkit-filter: invert(1);
    		filter: invert(1);
}
.color_change #btn_pagetop {
	background: transparent !important;
}
.color_change .moji_size dl dd a, 
.color_change .haikei_color dl dd a {
	outline: none;
}
.color_change #header {
	border: none !important;
}
.color_change #main_body #hyouka_area_box h2,
.color_change #main_body #section_footer h2,
.color_change #recommend_title h2, 
.color_change #ai_recommend_title h2,
.color_change #spm_wrap {
	background: transparent !important;
}
.color_change #content_footer #calendar_button_google a, 
.color_change #content_footer #calendar_button_yahoo a {
	background-image: url(/img/sites/mizu/pc/color_calender.png) !important;
}
.color_change #recommend_title, 
.color_change #ai_recommend_title {
	border-radius: 10px 10px 0px 0px;
}
.color_change #recommend_title h2 span {
	background-image: url(/img/sites/mizu/pc/color_recommend.png);
}
.color_change #ai_recommend_title h2 span {
	background-image: url(/img/sites/mizu/pc/color_ai.png);
}
.color_change #sidebar_recommend ul li::before, 
.color_change #sidebar_ai_recommend ul li::before,
.color_change #kanren_link ul li::before {
	background: #ffffff !important;
}

.color_change .common_banner_link a {
	outline: 1px solid rgba(255, 255, 255, 0.7);
}

.color_change .common_banner_mitsukaranai span {
	background-image: url(/img/sites/mizu/pc/color_mitsukaranai.png);
}
.color_change .common_banner_faq span {
	background-image: url(/img/sites/mizu/pc/color_faq.png);
}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #recommend_tag, .view_print_mode #ai_recommend_tag, 
.view_print_mode #kanren_link, .view_print_mode .common_banner_link, .view_print_mode .search_box  {
	display: none !important;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* var() 関数 */
	:root {
		/* フォントサイズ */
		--fontsize-main: 1.4rem;
		/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
		--fontsize-main-small: 1.3rem;
		/* 本文（ #main ） */
		--fontsize-detail: 1.5rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.4rem;

		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 15px;
	}
	@media screen and (max-width: 370px) {
		:root {
			/* 本文（ #main ） */
			--fontsize-detail: 1.4rem;
			/* 本文の一段階小さいフォントサイズ（日付など） */
			--fontsize-detail-small: 1.3rem;
			/* #mymainbackの左右余白 */
			--mymainback-margin-side: 10px;
		}
	}
	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		   -moz-text-size-adjust: none;
		    -ms-text-size-adjust: none;
		        text-size-adjust: none;
	}

	#container {
		min-width: 320px;
		overflow: hidden;
	}
	.spm_menu_open #he_left,
	.spm_menu_open #mymainback_bg,
	.spm_menu_open #footer {
		display: none;
	}

	/* メイン */
	#mymainback {
		width: auto;
		margin: 0;
		padding: 20px 20px 50px;
		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;
        background: url(/img/sites/mizu/pc/f_kumo.png) no-repeat bottom -9px left;
        background-size: 400px auto;
	}

	#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;
	    background: none;
	}
	#mymainback_bg > * {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#mymainback_bg > #pankuzu_wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/* ========== 基本設定 ========== */

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	input[id*="acc_ttl_label"] + *,
	input[id*="acc_ttl_label"] + .acc_title + * {
		display: none;
	}
	input[id*="acc_ttl_label"] + .acc_title,
	input[id*="acc_ttl_label"]:checked + *,
	input[id*="acc_ttl_label"]:checked + .acc_title + * {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close_white.png");
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}
	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion + * {
		display: none;
	}
	.acc_title.accordion.acc_open + * {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"] + *,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + .acc_title + *,
	.index-2 .section_information .acc_title.accordion + *,
	.index-2 .section_information .acc_title.accordion.acc_open + * {
		display: block;
	}
	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 999;
	}
	button#btn_spm_menu {
		display: block;
		width: 64px;
		height: 64px;
		padding: 0px;
		border: none;
		border-radius: 50%;
		text-indent: -9999em;
		overflow: hidden;
		color: #fff;
		background: url(/img/sites/mizu/sp/btn_menu.png) no-repeat center center #006fba;
	}
	.spm_menu_open button#btn_spm_menu {
		color: #333;
		background: url(/img/sites/mizu/sp/btn_close.png) no-repeat top 18px center #fff;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		background: url(/img/sites/mizu/sp/h_kumo.png) no-repeat top right;
	}
	#header2 {
		width: auto;
		padding: 0;
	}
	#he_left {
		width: calc(50% - 101px);
        min-width: 87px;
		position: static;
		padding: 13px 23px;
	}

	#he_right {
		display: none;
		position: static !important;
        margin: 0;
        width: 100%;
        padding: 25px 20px 30px;
        background: url(/img/sites/mizu/sp/dots.png)no-repeat top right 54px #cce2f1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
	}
	.spm_menu_open #he_right {
		display: block;
	}

	/* ヘッダメニュー */
	.header_nav ul {
	    display: block;
	    margin: 0 0 0 10px;
	    padding: 0 0 30px;
	}
	.header_nav ul li.h_lang a {
		padding: 0 0 0 25px;
    	text-shadow: none;
        margin-right: 45px;
        background: url(/img/sites/mizu/sp/lang_icon.png) no-repeat top 0.25em left;
	}

	/* アクセシビリティ機能 */
	.moji_size dl, .haikei_color dl {
		margin: 22px 0 0;
    	-webkit-box-pack: start;
    		-ms-flex-pack: start;
    	justify-content: flex-start;
	}
	.moji_size dl dt {
	    font-size: 1.4rem;
	    margin: 0px 9px 0px 0px;
	    text-shadow: none;
	    background: url(/img/sites/mizu/sp/mojisize_icon.png) no-repeat top 0.25em left;
	}
	/*（文字拡大時）*/
	.font_size_changed .moji_size dl dt {
		margin-right: 6px;
	}
	.haikei_color dl dt {
	    padding: 0 0 0 27px;
	    text-shadow: none;
        background: url(/img/sites/mizu/sp/haikei_icon.png) no-repeat top 0.3em left;
	}
	.moji_size dl dd a, .haikei_color dl dd a {
	    outline: none;
	}

	/*  PC用のグローバルナビゲーション  */
	#top_search {
		display: none;
	}

	/* スマートフォン用のグローバルナビゲーション	*/
	#global_nav {
		display: block;
		border-top: 1px solid #fff;
	}
	#global_nav ul {
		margin: 0 10px;
	    padding: 25px 0 0;
	    list-style: none;
	}
	#global_nav ul li {
        padding: 0 20px 0 0;
        margin: 0 0 25px;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        background: url(/img/sites/mizu/pc/kuro_arrow.png) no-repeat right;
	}
	#global_nav ul li:last-child {
		margin: 0;
	}
	#global_nav ul li a {
	    color: #223847;
    	text-decoration: none;
	}
	#global_nav ul li a:hover {
		text-decoration: underline;
	}

	/* キーワード ・ ページID検索 */
	.search_box {
		display: none;
		width: 100%;
        padding: 28px 20px 38px !important;
        margin: 0;
	}
	.spm_menu_open .search_box {
		display: block;
	}

	#ai_keyword_search {
		width: auto;
	}

	/* ページID検索 */
	#search_page_id {
		width: auto;
    	margin: 20px 0 0;
	}
	#open_page_id_box .search_ttl {
	    margin: 0 0 12px;
	    gap: 10px;
	}
	.search_ttl span {
		font-size: 1.6rem;
	    padding: 3px 0 2px 30px;
	    background-size: 20px 21px;
	    background-position: left 3px center;
	}
	label.search_ttl .search_link {
    	font-size: 1rem;
	}
	#open_page_id_box .search_ipt {
        width: auto;
        gap: 3px;
	}
	#open_page_id {
		width: calc(100% - 88px);
		text-indent: 20px;
	}
	#open_page_id_submit {
	    min-width: 85px;
        font-size: 1.6rem;
	}
	@media screen and (max-width: 335px) {
		.header_nav ul li.h_lang a {
			font-size: 1.3rem;
		}
		#he_right, .search_box {
			padding: 25px 10px 38px !important;
		}
	}

	/* サブサイト共通ヘッダ */
	#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;
	}

	/* ========== フッタ ========== */

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
        width: 48px;
        right: 10px;
	}
	#btn_pagetop.fixed {
		bottom: 52px;
	}

	/* 管理者情報 */
	#author_info {
		display: block;
	    width: auto;
	    margin: 0 20px;
    	padding: 69px 0 70px;
	}
	.tpl_site_index #author_info {
		padding: 10px 0 70px;
	}
	@media screen and (max-width: 349px) {
		#author_info {
			margin: 0 calc(25% - 75px);
		}
	}
	#author_left {
		width: auto;
    	text-align: center;
	}
	#author_right {
	    width: auto;
	}

	/* サブサイト共通フッタ */
	#site_footer_box p:first-child {
	    font-size: 2rem;
	}
	#site_footer_box p {
		font-size: 1.2rem;
    	line-height: 1.8;
    	margin: 0;
	}
	#site_footer a {
		display: inline-block;
		color: #0e6164;
		text-decoration: none;
	}

	/* フッタメニュー */
	.footer_navi {
		padding: 30px 0 0;
	}
	.footer_navi ul {
		-webkit-box-pack: center;
	    	-ms-flex-pack: center;
	    justify-content: center;
	    max-width: 375px;
	    margin: 0 auto;
	    gap: 15px 10px;
	}
	.footer_navi ul li {
		line-height: 1.2;
    	font-size: 1.2rem;
	}

	/* フッタSNS */
	#sns_list ul {
		padding: 29px 0;
		margin: 0 auto;
		gap: 35px;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	            justify-content: center;
	}
	#sns_list ul li {
	    width: 34px;
	}
	#sns_list ul li a img {
		max-width: 100%;
	}

	/* コピーライト */
	#copyright p {
		text-align: center;
		font-size: 1rem;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap > div {
		width: auto;
        margin: 20px 15px;
	}
	.pankuzu, #footstep {
		padding-left: 5rem;
		font-size: 1.4rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: 4px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		margin: 0px;
        padding: 13px 24px 12px 20px;
        font-size: 2.8rem;
        line-height: 1.5;
        background: url("/img/sites/mizu/sp/h1_sp_bg.png") no-repeat top right #eff3fa;
	}

	#main_body h2 {
		padding: 13px 24px 13px 19px;
        font-size: 2.4rem;
	}

	#main_body h3::before {
		width: 14px;
		height: 14px;
	}

	#main_body h3 {
		padding: 14px 18px 13px 20px;
        font-size: 2.2rem;
	}

	#main_body h4 {
		padding: 6px 27px 6px 19px;
        font-size: 2rem;
	}

	#main_body h5 {
		padding: 6px 12px 7px 22px;
        font-size: 1.8rem;
	}

	#main_body h6 {
		padding: 8px 16px 7px 21px;
        font-size: 1.6rem;
	}

	/* ========== メイン ========== */

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#content_header > span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {
		text-align: center;
	}
	#calendar_button_google, #calendar_button_yahoo {
		display: block;
	    margin: 20px 0 0;
	}
	#calendar_button_google a, #calendar_button_yahoo a {
		font-size: 1.4rem;
	    line-height: 1.4;
	    text-align: left;
	}

	/* 印刷 */
	#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;
	}

	.d-flex.f-wrap-wrap, 
	.sdgs-icons {
		text-align: center;
		margin: 10px 0;
	}

	/* カレンダー登録 */

	/* 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: 15px 15px 20px;
        margin: 10px 0;
        border-radius: 5px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	
	#hyouka_area_box .hyouka_box_detail {
		font-size: 1.4rem;
	}
	#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;
	}

	/* お問い合わせ先 */
	#section_footer {
        padding: 20px 15px;
        margin: 20px 0;
        border-radius: 5px;
	}
	#section_footer h2, 
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#section_footer_detail {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	/* おすすめコンテンツ */
	#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レコメンド ・ 関連リンク */
	#recommend_tag {
		margin: 30px 0;
	}
	#recommend_title h2, #ai_recommend_title h2 {
		text-align: center;
        padding: 10px;
        border-radius: 5px 5px 0px 0px;
	}
	#recommend_title h2 span br, 
	#ai_recommend_title h2 span br {
		display: block;
		line-height: 0;
	}
	#sidebar_recommend ul, 
	#sidebar_ai_recommend ul,
	#kanren_link ul {
		padding: 20px 0 10px;
        margin: 0 10px;
	}
	#sidebar_recommend ul li, #sidebar_ai_recommend ul li,
	#kanren_link ul li {
		font-size: 1.6rem;
	}
	#sidebar_recommend ul li::before, 
	#sidebar_ai_recommend ul li::before, 
	#kanren_link ul li::before {
	    width: 0.5rem;
    	height: 0.5rem;
	}
	

	/* 「見つからないときは」 「よくある質問」 バナー */
	.common_banner_link {
	    display: block;
	    margin: 20px 0 0;
	}
	.common_banner_link div:last-child {
		margin: 20px 0 0;
	}
	.common_banner_link a {
    	padding: 10px 5px;
        border-radius: 5px;
	}

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.tpl_site_list_2 .info_list ul {
    	margin: 0; 
	}
	.tpl_site_list_2 .info_list ul li {
    	padding: 25px 15px;
    	font-size: 1.6rem;
	}

	/* リスト（日付） */
	.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;
	}

	/* リスト（サムネイル） */
	.tpl_site_list1 .info_list ul li {
		padding: 30px 0
	}
	.list_pack .article_img {
		width: 120px;
        padding-right: 20px;
	}
	.list_pack .article_img span {
        height: 100px;
        aspect-ratio: 120 / 100;
	}

	.list_pack .article_txt .article_date {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.list_pack .article_txt .article_title {
		font-size: 1.5rem;
	}

	@media screen and (max-width: 335px) {
		#mymainback {
			padding: 20px 15px 40px;
		}
		#hyouka_area_box h2, #main_body #hyouka_area_box h2,
		#section_footer h2, #main_body #section_footer h2,
		#recommend_title h2, #ai_recommend_title h2 {
			font-size: 1.6rem;
		}
		#sidebar_recommend ul li, #sidebar_ai_recommend ul li {
			font-size: 1.4rem;
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change .header_nav ul li.h_lang a, 
	.color_change .moji_size dl dt, 
	.color_change .haikei_color dl dt {
		text-shadow: none !important;
	}
	.color_change .spm_menu_open button#btn_spm_menu {
        background-image: url(/img/sites/mizu/sp/close_btn.png);
	}
	.color_change #global_nav ul li {
		background-image: url(/img/sites/mizu/pc/shiro_arrow.png);
	}
	.color_change .header_nav ul li.h_lang a {
		background-image: url(/img/sites/mizu/sp/color_lang_icon.png);
	}
	.color_change .moji_size dl dt {
		background-image: url(/img/sites/mizu/sp/color_mojisize_icon.png);
	}
	.color_change .haikei_color dl dt {
		background-image: url(/img/sites/mizu/sp/color_haikei_icon.png);
	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */


/* 生成AI検索 コグモサーチ cogmo */

/* 見出し */
.search_keyword_ttl {
	margin-bottom: 18px;
	line-height: 1;
}
.search_keyword_ttl .ttl {
	display: inline-block;
	vertical-align: middle;
	background: url("/img/sites/mizu/pc/search_icon.png") no-repeat left center transparent;
	color: inherit;
	font-size: 1.8rem;
	line-height: 1.9rem;
	padding: 3px 0px 3px 40px;
	margin-right: 10px;
}
.search_keyword_ttl .sub {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.25;
}

/* 検索（共通） */
.cgm-header, .cgm-footer, .cogmo-main {
	font-family: inherit;
	font-size: inherit;
}
.cgm-search-form-area,
.cgm-search-form-area.cgm-form1 {
	display: block;
	padding: 0px;
	background: none;
}
.cgm-search-inner,
.cgm-search-inner.cgm-form1,
.cgm-search-form-container,
.cgm-search-form-container.cgm-form1,
.cgm-search-form-group,
.cgm-search-form-group.cgm-form1,
.cgm-search-form,
.cgm-search-form.cgm-form1,
.cgm-search-input-wrap,
.cgm-search-input-wrap.cgm-form1,
.cgm-search-input-area,
.cgm-search-input-area.cgm-form1,
.cgm-search-button-area,
.cgm-search-button-area.cgm-form1 {
	display: block;
	width: 100%;
	max-width: none;
	border: none;
	border-radius: 0px;
	background: none;
	color: inherit;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 検索（デザイン適用） */
.cgm-search-input-wrap,
.cgm-search-input-wrap.cgm-form1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.cgm-search-input-area,
.cgm-search-input-area.cgm-form1 {
	width: calc(100% - 140px);
	margin-right: 10px;
}
.cgm-search-input-area::before,
.cgm-search-input-area.cgm-form1::before {
	display: none;
}
.cgm-search-input-area textarea,
.cgm-search-input-area.cgm-form1 textarea {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 60px;
	border: 1px solid #006fba;
	border-radius: 20px;
	font-size: inherit;
	line-height: 58px;
	text-indent: 35px;
	margin: 0px;
	padding: 0px;
	padding-right: 50px;
}
.cgm-search-input-area button,
.cgm-search-input-area.cgm-form1 button {
	padding-top: 0px;
}

.cgm-search-button-area,
.cgm-search-button-area.cgm-form1 {
	width: 130px;
}
.cgm-search-button,
.cgm-search-button.cgm-form1 {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 60px;
	border: 1px solid #006fba;
	border-radius: 20px;
	background: #006fba;
	color: #ffffff;
	line-height: 58px;
	font-size: 1.8rem;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}
.cgm-search-button:hover,
.cgm-search-button.cgm-form1:hover {
	opacity: 1;
}
.cgm-search-button::before,
.cgm-search-button.cgm-form1::before {
	display: none;
}

.color_change .cgm-search-input-area textarea,
.color_change .cgm-search-input-area.cgm-form1 textarea {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_change .cgm-search-input-area button,
.color_change .cgm-search-input-area.cgm-form1 button {
	background-color: transparent !important;
}

/* スマートフォン */
@media screen and (max-width: 1080px) {

	.search_keyword_ttl {
		margin-bottom: 12px;
	}
	.search_keyword_ttl .ttl {
		font-size: 1.6rem;
		padding-left: 30px;
		background-size: 20px auto;
		background-position: left 3px center;
	}
	.search_keyword_ttl .sub {
		font-size: 1rem;
	}

	.cgm-search-input-area,
	.cgm-search-input-area.cgm-form1 {
		width: calc(100% - 88px);
		margin-right: 3px;
	}
	.cgm-search-input-area textarea,
	.cgm-search-input-area.cgm-form1 textarea {
		text-indent: 20px;
	}
	.cgm-search-button-area,
	.cgm-search-button-area.cgm-form1 {
		width: 85px;
	}
	.cgm-search-button,
	.cgm-search-button.cgm-form1 {
		font-size: 1.6rem;
	}

	@media screen and (max-width: 640px) {

		.cgm-search-form-container.cgm-form1,
		.cgm-search-inner.cgm-form1 {
			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: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}
		.cgm-search-form-group.cgm-form1 {
			width: calc(100% - 88px);
			margin-right: 3px;
		}
		.cgm-search-input-area.cgm-form1 {
			width: 100%;
			margin-right: 0px;
		}

	}

}
/* スマートフォン ここまで */

/* 生成AI検索 コグモサーチ cogmo ここまで */