@charset "UTF-8";

/******************** CSS RESET ********************/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #777;
	margin: 1em 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address {
	font-style: normal;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="radio"] {
	margin-top: 0;
	padding-top: 0;
}

input,
label {
	vertical-align: middle;
}

legend {
	width: 100%;
}

/******************** 共通設定 ********************/
html {
	scroll-padding-top: 97px;
	overflow: auto;
	scroll-behavior: smooth;
}

body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: anywhere;
}

#main_outline {
	background: #fff;
}

@media (min-width: 1025px) {
	body {
		position: static !important;
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	html {
		scroll-padding-top: 0;
	}
}

/**** テキスト ****/
p,
li {
	margin-top: 12px;
}

.small {
	font-size: 85%;
}

strong {
	color: #B50000;
}

/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
}

a:link {
	text-decoration: underline;
	color: #2b3095;
}

a:visited {
	text-decoration: underline;
	color: #791e78;
}

a:hover {
	color: #860000;
}

a:active {
	color: #860000;
}

a:link>strong {
	color: #2b3095;
}

a:visited>strong {
	text-decoration: underline;
	color: #791e78;
}

a:hover>strong {
	color: #9f0000;
}

a:active>strong {
	color: #9f0000;
}

.block-link {
	display: inline-block;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #FFFFB0;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #157D50;
	vertical-align: text-bottom;
	word-wrap: break-word;
	outline: 1px solid #fff;
}

h2 .window {
	font-size: 56.25%;
}

.main_naka h2 .window {
	font-size: 49%;
}

/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
	outline-offset: 0;
}

.skip a:active,
.skip a:focus-visible {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 85%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
	outline-offset: -2px;
}

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
	background: #fff;
	border: 1px solid #777;
	font-size: 100%;
	letter-spacing: 0.12em;
	color: #333;
}

/* text,textarea */
#body input[type="text"],
#body input[type="file"],
#body textarea,
#body input[type="password"],
#body input[type="email"],
#body input[type="tel"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #777;
	padding: 8px 6px;
	appearance: none;
	border-radius: 4px;
}

/* select */
#body select,
#body select[size],
#body select[multiple],
#body select[size][multiple] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 24px;
	min-width: 24px;
	appearance: none;
	border: 1px solid #777;
	background: #fff url(../images/select.svg) calc(100% - 8px) center no-repeat;
	border-radius: 4px;
	padding: 8px 24px 8px 6px;
	color: #333;
}

#body select[multiple],
#body select[size][multiple] {
	background: #fff;
	padding: 8px 6px;
}

/* submit,reset,button */
#body input[type="submit"],
#body input[type="reset"],
header button[type="button"],
#main_outline button[type="button"],
footer button[type="button"],
header button,
#main_outline button,
footer button,
#body #shelter_search,
#body #reset,
#body .print input[type="button"] {
	background: #157D50;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 8px 16px;
	width: auto;
}

#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
header button[type="button"]:hover,
#main_outline button[type="button"]:hover,
footer button[type="button"]:hover,
header button:hover,
#main_outline button:hover,
footer button:hover,
#body #shelter_search:hover,
#body #reset:hover,
#body .print input[type="button"]:hover {
	background: #004F2D;
}

/**** その他 ****/
.anchor,
.notit {
	display: block;
	height: 0;
	min-height: auto;
	min-width: auto;
	position: relative;
	z-index: -1;
	margin: 0;
}

:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.focus_visible:focus-visible {
	border-radius: 0;
	z-index: 1;
	position: relative;
}

.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible {
	display: block;
	background-color: #fff;
	padding: 4px;
	height: auto;
	outline-offset: -2px;
	text-align: center;
	font-size: 85%;
}

.focus_visible[tabindex="-1"]:focus-visible {
	outline: none !important;
}

input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
	outline: inherit;
}

.user-tabbing input[type="text"]:focus-visible,
.user-tabbing input[type="tel"]:focus-visible,
.user-tabbing textarea:focus-visible {
	outline: 2px solid #000;
}

.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin: 0 4px;
	letter-spacing: 0.1em;
}

.noscript {
	font-size: 85%;
	color: #a90000;
}

.none {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.date {
		width: 100%;
	}
}

/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design {
	clear: both;
}


/********************** ヘッダー **********************/
.main_header {
	background: #EEFBE3;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main_header {
		position: relative;
	}
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
	display: none;
	/* background: #e8f4f9;
	border-bottom: 3px solid #007bbb;
	font-size: 85%; */
}

.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 4px 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header .h_toplist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	max-width: 800px;
	width: 100%;
}

header .h_toplist>li {
	margin: 12px 0 0 16px;
}

header .h_toplist>li:first-child {
	margin: 12px 0 0;
}

header .h_toplist>li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 7px;
	min-height: 30px;
	font-size: 87.5%;
	color: #fff;
	text-decoration: none;
	background: #157D50;
	border: 1px solid #157D50;
	border-radius: 4px;
}

header .h_toplist>li:nth-child(1) a,
.inbody header .h_toplist>li:nth-child(2) a,
.inbody header .h_toplist>li:nth-child(3) a {
	color: #2b3095;
	background-color: #fff;
}

header .h_toplist>li a:hover {
	background-color: #004F2D;
}


header .h_toplist>li:nth-child(1) a:hover,
.inbody header .h_toplist>li:nth-child(2) a:hover,
.inbody header .h_toplist>li:nth-child(3) a:hover {
	color: #860000;
	background-color: #FFFFB0;
}


@media only screen and (max-width: 1024px) {
	.h_top_wrap {
		display: none;
	}
}

/* 色の反転 */
.bg_color {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

.bg_tit {
	padding: 0;
	margin: 0 6px 0 0;
}

.bg_list {
	display: flex;
	align-items: center;
}

.bg_list li {
	padding: 0;
	margin: 0 0 0 4px;
}

.bg_list li a {
	display: block;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}

.bg_list li:last-child a {
	background: #000;
}

.bg_list li:last-child a>strong {
	color: #fff;
}

/* 文字サイズ */
.font_size,
.font_tit,
.font,
.font_list,
.font_list li {
	float: left;
}

.font_size {
	display: flex;
	align-items: center;
}

.font_tit {
	margin: 1px 6px 0 0;
}

.font_list li {
	margin: 0 0 0 4px;
}

ul.font_list li:first-child {
	margin: 0;
}

header .h_toplist>li ul.font_list li:first-child a {
	color: #2b3095;
	background-color: #fff;
}

header .h_toplist>li ul.font_list li:first-child a:hover {
	color: #860000;
	background-color: #FFFFB0;
}

header .h_toplist>li ul.font_list li:last-child strong {
	color: #fff;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px 15px;
	display: flex;
	position: relative;
}

.h_main {
	margin-left: auto;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: calc(100% - 270px); */
}

.head_in .h1 {
	margin: 15px 0 0;
	padding-right: 100px;
	width: 520px;
	background-image: url(img/booklow.png);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

@media only screen and (max-width: 1024px) {
	.head_in {
		width: 100%;
		padding: 1em 78px 1em 12px;
		min-height: 78px;
	}

	.head_in .h1 {
		margin: 0;
		padding-right: 70px;
		max-width: 330px;
		background-size: 60px;
	}

	.h_main {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.head_in .h1 {
		display: flex;
		align-items: center;
		max-width: 270px;
		/* max-width: 50vw; */
		/* max-height: 57px; */
	}

	.h_main {
		width: 50vw;
	}
}

/* 言語選択 */
.language {
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 8px;
	letter-spacing: 0;
}

.language .ac_box:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
	border-radius: 0;
}

.ac_box .ac_title.lang_btn {
	margin-top: 0;
	padding-right: max(3.5em, 64px);
}

header .language button[type="button"].ac_display {
	top: -2px;
	right: 0;
	font-size: 100%;
}

.ac_box_lang .ac_box_in {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 2;
	border: 1px solid #777;
	left: 0;
	margin: 4px 0 0;
	overflow: hidden;
	border-radius: 4px;
	outline: 1px solid #fff;
}

.lang_list li {
	border-bottom: 1px solid #777;
	padding: 0;
	margin: 0;
}

.h_top .h_toplist .lang_list li a {
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 0;
}

.h_top .h_toplist .lang_list li a:focus-visible {
	outline-offset: -2px;
}

.main_header .language .ac_box_in .close {
	text-align: center;
	padding: 4px;
	background: #fff;
}

.h_top .h_toplist .language .close a {
	border-radius: 0;
	border: none;
	display: inline-block;
	border: 1px solid #777;
	padding: 2px 4px 2px 18px;
	position: relative;
	border-radius: 4px;
}

.h_top .h_toplist .language .close a::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
}

/* 検索ボックス */
.h_main .src_box {
	width: 300px;
	margin: 0 0 0 12px;
}

.src_box .q {
	float: left;
	width: calc(100% - 100px) !important;
	margin: 0;
	height: 30px !important;
	padding: 0 6px !important;
	border: 1px solid #157D50 !important;
	border-right: none;
	border-radius: 4px 0 0 4px !important;
}

.src_box input.q:focus-visible {
	outline-offset: -4px;
}

.h_main .src_box #search_button,
.src_box #search_button_sp {
	width: 100px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	background: #157D50;
	color: #fff;
	font-size: 87.5%;
	letter-spacing: 0;
	cursor: pointer;
	border: 1px solid #157D50;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 4px 4px 0;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
	background: #004F2D;
}

@media only screen and (max-width: 1024px) {
	.h_main .src_box {
		display: none;
	}

	.src_box .q {
		width: calc(100% - 54px) !important;
	}

	#body form#cse-search-box-sp input[type="text"].q {
		width: calc(100% - 80px) !important;
		height: 50px !important;
	}

	.src_box #search_button_sp {
		width: 80px;
		min-height: 50px;
		font-size: 120%;
	}
}

/**** グローバルナビ ****/
.g_navi {
	position: relative;
	letter-spacing: 0.1em;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 1;
}

.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}

.g_navi_in>li {
	position: relative;
	display: flex;
	margin: 0;
	width: 20%;
}

.g_navi_in>li::before,
.g_navi_in>li:last-child::after {
	position: absolute;
	top: 10px;
	left: -1px;
	display: block;
	content: "";
	width: 0;
	height: calc(100% - 20px);
	border-left: 2px dotted #157D50;
}

.g_navi_in>li:last-child::after {
	left: auto;
	right: -1px;
}

.g_navi_in>li>a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 125%;
	color: #333;
	margin-right: -24px;
	padding: 80px 0 10px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center top 16px;
	transition: all 0.3s;
	z-index: 2;
}

/* ホーム */
.inbody .g_navi_in>li:nth-child(1)>a {
	background-size: 58px;
	background-image: url(img/icon/gnavi00.png);
}

.inbody .clone-nav .g_navi_in>li:nth-child(1)>a {
	background-position: center top 14px;
	background-size: 34px;
}

/* 資料をさがす */
.g_navi_in>li:nth-child(1)>a,
.inbody .g_navi_in>li:nth-child(2)>a {
	background-image: url(img/icon/gnavi01.png);
}

/* 利用案内 */
.g_navi_in>li:nth-child(2)>a,
.inbody .g_navi_in>li:nth-child(3)>a {
	background-image: url(img/icon/gnavi02.png);
}

/* 利用者メニュー */
.g_navi_in>li:nth-child(3)>a,
.inbody .g_navi_in>li:nth-child(4)>a {
	background-image: url(img/icon/gnavi03.png);
}

/* 図書館案内 */
.g_navi_in>li:nth-child(4)>a,
.inbody .g_navi_in>li:nth-child(5)>a {
	background-image: url(img/icon/gnavi04.png);
}

/* よくある質問 */
.g_navi_in>li:nth-child(5)>a,
.inbody .g_navi_in>li:nth-child(6)>a {
	background-image: url(img/icon/gnavi05.png);
}


.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {
	background-color: #FFFFB0;
}

.g_navi_in>li>a:focus-visible {
	outline-offset: -2px;
}

@media only screen and (max-width: 1024px) {
	.g_navi {
		display: none;
	}
}

/* 追従メニュー */
.clone-nav {
	background: rgba(255, 255, 255, 0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.is-show {
	transform: translateY(0);
}

.clone-nav .h_top_wrap,
.clone-nav .kin,
.clone-nav .emergency,
.clone-nav .head {
	display: none;
}

.clone-nav .h1 {
	flex-shrink: 0;
	width: 230px;
}

.clone-nav .h1 img {
	width: 170px;
}

.clone-nav .h1 .go_home {
	display: none;
}

.clone-nav .h_main {
	padding-bottom: 0 !important;
	width: calc(100% - 230px);
}

.clone-nav .g_navi_in>li a {
	font-size: 80%;
	padding-top: 50px;
	padding-bottom: 6px;
	letter-spacing: 0;
	background-size: 28px;
}

.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button {
	height: 32px;
	vertical-align: top;
}

.clone-nav:focus-within {
	transform: translateY(0);
}

.clone-nav #drawer.drawer-nav {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.clone-nav {
		display: none;
	}
}

@media only screen and (max-width: 998px) {
	.clone-nav-in {
		flex-wrap: wrap;
		padding: 10px 0 0;
	}

	.clone-nav .h1 {
		padding: 0 12px 10px;
		width: auto;
	}

	.clone-nav .h1 img {
		width: 250px;
	}

	.clone-nav .g_navi_in {
		width: 100%;
	}
}

/** ▼▼ すだれメニュー ▼▼ **/
.g_navi .g_navi_in li {
	position: relative;
}

.g_navi .g_navi_in li.active a {
	font-weight: bold;
}

.g_navi .g_navi_in li.active a span img {
	opacity: 0;
}

.g_navi .g_navi_in li.active .g_navi_in_sub a {
	font-weight: normal;
}

.g_navi_in li .g_navi_in_sub {
	opacity: 0;
	display: none;
}

.g_navi_in li.addactive .g_navi_in_sub {
	position: absolute;
	top: calc(100% - 24px);
	display: block;
	padding-top: 16px;
	width: 100%;
	left: 0;
	z-index: 5;
}

.g_navi_in li:last-child.addactive .g_navi_in_sub {
	top: 100%;
}

.g_navi_in li.addactive .g_navi_in_sub::before {
	position: absolute;
	content: '';
	top: calc(100% - 16px);
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 14px 10px 0;
	border-color: transparent #3A7E69 transparent transparent;
	transform: rotate(90deg);
	z-index: -1;
}

.g_navi_in_sub div {
	position: absolute;
	left: auto;
	padding: 0px 0 10px 0;
	width: 500%;
	background-color: #fff;
	border: 2px solid #157D50;
	border-radius: 16px;
	z-index: 10;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.inbody .g_navi_in_sub div {
	width: 600%;
}

.g_navi_in li:nth-child(2) .g_navi_in_sub div {
	left: -100%;
}

.g_navi_in li:nth-child(3) .g_navi_in_sub div {
	left: -200%;
}

.g_navi_in li:nth-child(4) .g_navi_in_sub div {
	left: -300%;
}

.g_navi_in li:nth-child(5) .g_navi_in_sub div {
	left: -400%;
}

.g_navi_in li:nth-child(6) .g_navi_in_sub div {
	left: -500%;
}

.g_navi_in li:nth-child(1) .g_navi_in_sub::before,
.g_navi_in li:nth-child(2) .g_navi_in_sub::before,
.g_navi_in li:nth-child(3) .g_navi_in_sub::before,
.g_navi_in li:nth-child(4) .g_navi_in_sub::before,
.g_navi_in li:nth-child(5) .g_navi_in_sub::before,
.g_navi_in li:nth-child(6) .g_navi_in_sub::before,
.g_navi_in li:nth-child(7) .g_navi_in_sub::before {
	left: 50%;
}

.g_navi .g_navi_in_sub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 16px;
}

.g_navi .g_navi_in_sub ul li {
	margin-right: 16px;
	padding-left: 16px;
	width: calc((100% - 32px) / 3);
}

.g_navi .g_navi_in_sub ul li:nth-child(3n) {
	margin-right: 0;
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub ul li,
body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub li:first-child {
	padding: 10px 0 0 16px;
	float: left;
	margin: 0 0 0 12px;
	width: calc((100% / 3) - 20.1px);
	position: relative;
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub li::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #0077B3;
	transform: rotate(0deg);
}

.g_navi .g_navi_in_sub ul li a {
	background-image: none;
}

body .head_in:not(.clone-nav) .g_navi .g_navi_in_sub a {
	position: relative;
	padding: 0 !important;
	font-size: 120%;
	padding: 12px 8px;
	width: 100%;
	display: inline;
	text-align: left;
	justify-content: center;
	height: 100%;
	align-content: center;
	box-shadow: none;
	text-decoration: underline;
}

.g_navi_in li .g_navi_in_sub ul li::before,
.g_navi_in li .g_navi_in_sub ul li:last-child:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #157D50;
	border-right: 0;
}

.g_navi_in li .g_navi_in_sub ul li a {
	background-image: none !important;
}


.clone-nav .g_navi_in li .g_navi_in_sub ul li a {
	padding: 0;
	font-size: 100%;
}

@media only screen and (max-width: 768px) {
	.g_navi {
		display: none;
	}
}

/** ▲▲ すだれメニュー ▲▲ **/


/**** スマホメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2 {
	position: absolute;
	top: 0;
	right: 12px;
	margin-top: 10px;
}

#menu_button button,
#menu_button2 button {
	position: fixed;
	right: 10px;
	background: #157D50;
	font-size: 70%;
	display: inline-block;
	text-align: center;
	padding: 28px 0 0 0;
	min-height: 58px;
	width: 58px;
	z-index: 999;
	border-radius: 8px;
	border: 2px solid #fff;
}

#menu_button button .menu_text,
#menu_button2 button .menu_text {
	color: #fff;
	letter-spacing: 0;
}

#menu_button button .icon_ham {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}

#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}

#menu_button button .icon_ham:before {
	top: 8px;
}

#menu_button button .icon_ham:after {
	top: 16px;
}

#menu_button2 button .icon_ham {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -8px;
	display: inline-block;
	height: 3px;
	width: 30px;
}

#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -22px;
	background: #fff;
	height: 3px;
	width: 30px;
}

#menu_button2 button .icon_ham:before {
	top: 13px;
	transform: rotate(-45deg);
}

#menu_button2 button .icon_ham:after {
	top: 13px;
	transform: rotate(45deg);
}

@media print,
screen and (min-width: 1025px) {

	#menu_button,
	#lan_drop {
		display: none !important;
	}
}

/* メニュー内 */
#drawer.drawer-nav {
	margin: 0;
	padding: 6em 12px 100dvh;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.9);
	overscroll-behavior-y: contain;
	top: 0;
	left: 0;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	scrollbar-gutter: stable;
	/*バリデーションエラーは無視する*/
}

.drawer-nav .anchor {
	padding: 0;
}

body.drawer-open {
	width: 100%;
}

.drawer-menu {
	min-height: calc(100% + 1px);
}

#drawer .d-close {
	width: 100%;
	max-width: 1224px;
	margin: 32px auto 0;
	text-align: center;
}

#drawer .d-close a {
	background: #007bbb;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
	font-size: 85%;
	text-align: center;
	border-radius: 8px;
	min-width: 146px;
	color: #fff;
}

#drawer .d-close span {
	display: inline-block;
	padding: 0 0 0 34px;
	position: relative;
}

#drawer .d-close span::before,
#drawer .d-close span::after {
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 0px;
	top: calc(50% - 1px);
	margin-top: 0;
	transform: rotate(-45deg);
}

#drawer .d-close span::after {
	transform: rotate(45deg);
}

.sidr_navi {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}

.sidr_navi li {
	width: calc((100%/3) - 7px);
	margin: 0;
}

.sidr_navi li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 24px 16px 8px;
	color: #fff;
	text-decoration: none;
	background: #157D50;
	border-radius: 8px;
}

.sidr_navi li:first-child a {
	min-height: 62px;
}

.sidr_navi_sub {
	margin: 24px 0 0;
	display: flex;
	gap: 8px;
}

.sidr_navi_sub li {
	width: calc((100%/2) - 4px);
	margin: 0;
}

.sidr_navi_sub li a {
	border: 1px solid #007bbb;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	padding: 8px 24px 8px 8px;
	background: #fff;
	position: relative;
}

.sidr_navi_sub li a::after {
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	right: 12px;
	top: calc(50% - 4px);
}

.side_shien {
	margin-top: 24px;
	padding: 12px;
	font-size: 85%;
	background-color: #EEFBE3;
	border: 1px solid #157D50;
	border-radius: 8px;
}

.sidr_navi02 {
	display: flex;
	gap: 8px;
	padding: 0 0 12px;
	flex-wrap: wrap;
}

.sidr_navi02 li {
	margin: 0;
}

.sidr_navi02 li a {
	border: 1px solid #777;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	background: #fff;
	position: relative;
}

.sidr_navi03 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 12px 0 0;
}

.sidr_navi03 li {
	margin: 0;
}

.sidr_navi03 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	min-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #157D50;
	border: 1px solid #157D50;
	border-radius: 4px;
}

.sidr_navi03 li:first-child a {
	color: #2b3095;
	background-color: #fff;
}

.drawer_menu .src_box {
	padding: 24px 0 8px;
}


@media print,
screen and (min-width: 1025px) {
	#drawer.drawer-nav {
		display: none;
	}
}

@media print,
screen and (max-width: 768px) {
	.sidr_navi li {
		width: calc((100%/2) - 4px);
	}

	.sidr_navi_sub li a {
		padding: 4px 24px 4px 8px;
	}
}

@media print,
screen and (max-width: 480px) {
	.sidr_navi li {
		width: 100%;
	}
}

/**** ▼▼▼▼ （タブレット・スマホ時）すだれメニュー ▼▼▼▼ ****/
.sidr_navi li.category_li {
	background-color: #fff;
	border: 3px solid #157D50;
	border-radius: 8px;
	overflow: hidden;
}

.sidr_navi li.category_li a {
	border-radius: 0;
}

.sidr_navi li .category_title {
	display: flex;
	margin-bottom: -3px;
	background-color: #157D50;
	border-bottom: 3px solid #157D50;
}

.sidr_navi li .category_title.category_title_active {
	margin-bottom: 0;
}

.sidr_navi li .category_title a:first-child {
	width: calc(100% - 80px);
	background-color: #157D50;
}

.sidr_navi li .category_title a:last-child {
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px 7px 12px 32px;
	width: 80px;
	color: #2b3095;
	background-color: #fff;
	border-left: 3px solid #157D50;
	border-radius: 0 5px 3px 0;
}

.sidr_navi li .category_title a:last-child.modal_active {
	border-radius: 0 5px 0 0;
}

/**** ▼▼ 記号（＋・ー） ▼▼ ****/
.sidr_navi li .category_title a.btn_modal::before,
.sidr_navi li .category_title a.btn_modal::after,
.sidr_navi li .language_title::before,
.sidr_navi li .language_title::after {
	position: absolute;
	top: 47%;
	left: 10px;
	content: '';
	width: 15px;
	height: 3px;
	background-color: #157D50;
	transition: all .3s ease;
	z-index: 1;
}

.sidr_navi li .language_title::before,
.sidr_navi li .language_title::after {
	left: auto;
	right: 50px;
}

.sidr_navi li .category_title .btn_modal::after,
.sidr_navi li .language_title .btn_modal::after {
	transform: rotate(90deg);

}

.sidr_navi li .category_title.category_title_active .btn_modal::after,
.sidr_navi li .language_title.language_close::after {
	transform: rotate(0deg);
}

/**** ▲▲ 記号（＋・ー） ▲▲ ****/

.sidr_navi li ul.category_box {
	display: none;
}

.sidr_navi li ul.category_box li {
	width: 100%;
	border-bottom: 1px solid #157D50;
}

.sidr_navi li ul.category_box li:last-child {
	border-bottom: 0;
}

.sidr_navi li ul.category_box li a {
	color: #2b3095;
	background-color: #fff;
}

/**** ▲▲▲▲ （タブレット・スマホ時）すだれメニュー ▲▲▲▲ ****/


/**** ▼▼▼▼▼▼ （タブレット・スマホ）メニュー ▼▼▼▼▼▼ ****/
.sp-panel {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.sp-panel {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #157D50;
		z-index: 999;
	}
}

.sp-panel ul {
	display: flex;
	padding: 0 12px;
	max-width: 390px;
	width: 100%;
}

.sp-panel ul li {
	position: relative;
	margin-top: 0;
	width: calc(100% / 3);
}

.sp-panel ul li::before,
.sp-panel ul li:last-child::after {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background-color: #157D50;
}

.sp-panel ul li:last-child::after {
	left: auto;
	right: 0;
}

.sp-panel ul li a {
	display: block;
	padding: 52px 4px 7px;
	width: 100%;
	font-size: 87.5%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: center top 10px;
}

.sp-panel ul li:nth-child(1) a {
	background-image: url(img/icon/gnavi00.png);
}

.sp-panel ul li:nth-child(2) a {
	background-image: url(img/icon/gnavi01.png);
}

.sp-panel ul li:nth-child(3) a {
	background-image: url(img/icon/login.png);
}

/**** ▲▲▲▲▲▲ （タブレット・スマホ）メニュー ▲▲▲▲▲▲ ****/


/**** 緊急情報のスタイル ****/
.main_header .emergency {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 24px;
	padding: 0 12px;
}

.main_header .emergency p.ema_h {
	color: #fff;
	margin: 0;
	font-size: 120%;
}

.main_header .ac_box_ema .ac_box {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #a90000;
}

.main_header .ac_box_ema .ac_box:focus-visible {
	outline: 2px solid #000;
}

.main_header .ac_box_ema .ac_box button[type="button"].ac_display {
	border-color: #fff;
	top: calc(50% - 12px);
}

.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus-visible {
	outline-offset: -3px;
}

.main_header .ac_box_in .close {
	text-align: right;
}

.main_header .ac_box_in .close .ac_display_ema {
	font-size: 85%;
	border-color: #fff;
}

.main_header .ac_box_in .close .ac_display_ema::before {
	background: #a90000;
}

.ac_box_ema .ac_box_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #a90000;
}

.kinkyu {
	margin: 12px 0;
	padding: 12px;
	background: #fff;
	border-radius: 8px;
}

.kinkyu .more {
	font-size: 85%;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}

.kinkyu .more li {
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}

.kinkyu .more a {
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
}

.kinkyu .more a:hover {
	background: #FFE8E2;
}

.kinkyu .more li.rss span {
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}

.main_header .ac_box_ema_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}

.main_header .emergency_lower ul {
	margin: 0 0 16px;
}

.main_header .emergency ul:not(.more, .shelter_more) li {
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	text-align: left;
}

.main_header .emergency ul:not(.more, .shelter_more) li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
}

.main_header .emergency_lower ul.kin_text li:first-of-type {
	margin-top: 0;
}

.main_header .emergency_lower ul.kin_link {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.main_header .emergency_lower ul.kin_link li {
	padding: 0;
	margin: 0 12px 8px 0;
	display: block;
}

.main_header .emergency_lower ul.kin_link li::before {
	display: none;
}

.main_header .emergency_lower ul.kin_link li a {
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 28px 6px 12px;
	background: #fff;
	display: flex;
	width: 100%;
	font-size: 90%;
	height: 100%;
	align-items: center;
	text-align: left;
	transition: 0.2s;
}

.main_header .emergency_lower ul.kin_link li a::before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #a90000;
	top: calc(50% - 7px);
	right: 8px;
}

.main_header .emergency_lower ul.kin_link li a::after {
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	bottom: calc(50% - 3px);
	right: 13px;
}

.main_header .emergency_lower ul.kin_link li a:hover {
	background: #fff;
}

.main_header .emergency_lower ul.kin_link li a:focus-visible {
	outline-offset: -3px;
}

.ac_box_ema_in .close {
	text-align: right;
}

#body .ac_box_ema_in .ac_box_ema {
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 8px 6px 22px;
	text-decoration: none;
	display: inline;
	font-size: 85%;
}

@media only screen and (max-width: 1024px) {
	.kinkyu {
		margin: 12px 0 0;
	}

	.main_header .ac_box_in .close {
		text-align: center;
	}

	.main_header .emergency_lower ul {
		margin: 0 0 8px;
	}

	.kin_text {
		min-width: unset;
		margin: 0 0 2px;
		font-size: 90%;
		padding: 0;
	}

	.main_header .emergency .kinkyu>li a {
		width: 100%;
		font-size: 100%;
		padding: 0;
		max-width: none;
		text-align: left;
	}

	.main_header .emergency_lower ul.kin_text {
		margin-bottom: 0px;
	}

	.main_header .emergency_lower ul.kin_link {
		margin-bottom: 16px;
	}

	.main_header .emergency_lower ul.kin_link li {
		margin: 12px 12px 0 0;
	}

	.main_header .emergency_lower ul.kin_link li.sp_none {
		display: none;
	}

	.main_header .emergency_lower ul.kin_link li a {
		max-width: none;
	}

	.ac_box_ema_in .close {
		position: relative;
		text-align: center;
		right: 0;
		bottom: 0;
	}
}

/**** 避難所一覧機能のスタイル ****/
.emergency_shelter {
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
	border-radius: 8px;
}

.main_header .ac_box_ema_wrap .ema_s_h,
.emergency_shelter h3 {
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}

.shelter_more {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}

.shelter_more li {
	padding: 0;
}

.shelter_more li::before {
	display: none;
}

.shelter_more a {
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}

.shelter_more a:hover {
	background: #FFE8E2;
}

/**** ▼▼▼▼ 本番用緊急情報（JSで書き出しているため、デザインテンプレートのものでは適応できなかったため） ▼▼▼▼ ****/

.main_header .ac_box_ema {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 4px;
}

.main_header .ac_box_ema a {
	color: #fff;
}

.main_header .ac_box_ema p.ac_ema_display {
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	right: 12px;
	margin-top: 0;
	font-size: 72%;
	background: #fff;
	outline: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border: none;
	border-color: #fff;
	border-radius: 4px;
	color: #2b3095;
}

.main_header .ac_box_ema p.ac_ema_display::before,
.main_header .ac_box_ema p.ac_ema_display::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 4px;
	content: '';
	background: #a90000;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.main_header .ac_box_ema_wrap .ac_box_ema p.ac_ema_display::after {
	transform: rotate(90deg);
}

.main_header .ac_box_ema_wrap.active .ac_box_ema p.ac_ema_display::after {
	display: none;
}

/**** ▲▲▲▲ 本番用緊急情報（JSで書き出しているため、デザインテンプレートのものでは適応できなかったため） ▲▲▲▲ ****/

/********************** フッター **********************/
.main_footer {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main_footer {
		min-width: 100%;
	}
}

/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}

.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}

.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}

.online_strage_a .mypage_contents {
	background-color: #e8f4f9;
	padding: 4px 16px 16px;
	border-radius: 0 0 8px 8px;
}

.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}

.online_strage_a .mypage_list li p.online_strage_title {
	margin-top: 0;
}

.online_strage_a .mypage_list li p.online_strage_title a {
	background: #fff;
	border: 1px solid #027BBB;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
	display: block;
	text-decoration: none;
}

.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}

#body .online_strage_a .online_strage button[type="button"] {
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
	border: 1px solid #026FA8;
}

#body .online_strage_a .online_strage button[type="button"]:hover {
	color: #9f0000;
}

@media only screen and (max-width: 1024px) {
	.online_strage_a {
		padding: 24px 0;
	}

	.online_strage_a .mypage {
		width: 100%;
	}
}

/**** トップへ戻る ****/
.foot_modori {
	display: flex;
	background: #fff;
	margin-top: 30px;
}

.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}

.foot_modori a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -30px auto;
	max-width: 160px;
	width: 100%;
	min-height: 40px;
	padding: 6px 2px;
	font-size: 85%;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	background-color: #157d50;
}

.foot_modori a:hover {
	background-color: #004F2D;
}


.foot_modori a::before {
	position: absolute;
	top: 0;
	left: -10px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(img/pagetop-parts.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1024px) {
	.foot_modori .modoriin {
		padding: 0 10px;
		width: 100%;
	}
}

/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	background-color: #EEFBE3;
}

.foot {
	display: flex;
	flex-wrap: wrap;
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 38px 12px 12px;
}

@media only screen and (max-width: 480px) {
	.foot_link {
		margin: 0 auto;
		padding-top: 8px;
		max-width: 260px;
		width: 100%;
	}
}

.foot_link li {
	position: relative;
	display: inline-block;
	margin-right: 16px;
	padding: 0;
}

.foot_link li a {
	padding: 3px 7px 1px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #157D50;
	border-radius: 4px;
}

.foot_link li a:hover {
	background-color: #FFFFB0;
}

.foot_id {
	display: flex;
	flex-wrap: wrap;
	margin-right: 50px;
}

@media only screen and (max-width: 480px) {
	.foot_id {
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
		width: 100%;
	}
}

.foot .address {
	margin-top: 0;
	letter-spacing: 0;
}

.foot .address span {
	display: inline-block;
	width: 100%;
}

/** ▼ 本イメージ ▼ **/
.foot-lib {
	position: relative;
	margin-top: 12px;
	padding: 44px 12px 12px;
	max-width: 260px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #157D50;
	border-left: 12px solid #157D50;
	border-radius: 12px 0 0 12px;
}

.foot-lib:first-child {
	margin-right: 20px;
}

@media only screen and (max-width: 480px) {
	.foot-lib {
		margin-top: 16px;
	}

	.foot-lib:first-child {
		margin-right: 0;
	}
}

.foot-lib::before,
.foot-lib::after {
	position: absolute;
	display: block;
	content: "";
}

.foot-lib::before {
	top: -1px;
	left: -12px;
	width: calc(100% + 14px);
	height: 24px;
	background-color: #fff;
	border: 2px solid #157D50;
	border-right: 0;
	border-radius: 12px 0 0 12px;
}

.foot-lib::after {
	top: 11px;
	right: -2px;
	width: calc(100% + 2px);
	height: 2px;
	background-color: #157D50;
}

/** ▲ 本イメージ ▲ **/

.foot .address a[href^="tel:"] {
	cursor: default;
	color: #222;
	text-decoration: none;
}

.foot_copy {
	margin-top: 18px;
	padding: 6px 12px 4px;
	font-size: 85%;
	text-align: center;
}

.foot_copyin {
	margin: 0 auto;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.foot {
		width: 100%;
	}

	.foot_copyin {
		padding: 0 10px;
		width: 100%;
	}

	.foot .address a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

/********************** 領域共通のスタイル **********************/

/* トップページアイコン */
.list_icon {
	display: block;
	margin-bottom: 4px;
	height: 26px;
	/* vertical-align: middle;
	margin: 0 4px 4px 0;
	border: 1px solid #007bbb;
	border-radius: 4px;
	background: #e8f4f9;
	text-decoration: none;
	padding: 0 8px; */
}

.list_icon img {
	height: 100%;
}

/**** アコーディオンのスタイル ****/
.ac_display {
	display: none;
}

.ac_box {
	position: relative;
}

.ac_box .ac_title,
.main .ac_box .ac_title {
	padding-right: max(2.5em, 70px) !important;
}

.ac_box:focus-visible {
	outline: 2px solid black;
	outline-offset: -2px;
	z-index: 1;
	border-radius: 7px;
}

.ac_box02 .ac_box:focus-visible {
	outline: 2px solid #777;
	border-radius: 0;
	outline-offset: 2px;
}

.ac_box[tabindex="-1"]:focus-visible,
.ac_box02 .ac_box[tabindex="-1"]:focus-visible {
	outline: none !important;
}

.ac_box:focus-visible>* {
	z-index: -1;
}

.ac_display,
#main_outline button[type="button"].ac_display,
header button[type="button"].ac_display {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: none;
	outline: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px;
	color: #2b3095;
}

.ac_display:hover,
#main_outline button[type="button"].ac_display:hover,
header button[type="button"].ac_display:hover {
	background: #FFFFB0;
	color: #860000;
}

.ac_display:focus-visible,
#main_outline button[type="button"].ac_display:focus-visible,
header button[type="button"].ac_display:focus-visible {
	outline: 2px solid #000;
	outline-offset: -4px;
	border: 1px solid #777;
}

.ac_display::before,
.ac_display::after {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 11px;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.ac_box_ema .ac_display::before,
.ac_box_ema .ac_display::after,
.ac_box_ema .close .ac_display::before {
	background: #a90000;
}

.ac_display::after {
	transform: rotate(90deg);
}

.ac_box_wrap.active .ac_display::after,
.ac_box_wrap.ac_nav_active .ac_display::after {
	display: none;
}

.ac_box02_in .close .ac_display {
	position: relative;
	text-decoration: none;
	right: auto;
	width: auto;
	top: auto;
	margin: 0;
}

.ac_box_in .close {
	text-align: center;
}

.ac_box_in .close .ac_display_01,
.ac_box_in .close .ac_display_02,
.ac_box_in .close .ac_display_ema {
	display: inline-block;
	font-size: 72%;
	background: #fff;
	border: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px !important;
	position: relative;
	text-decoration: none;
	right: auto;
	width: auto;
	top: auto;
	margin: 0;
}

.ac_box_in .close .ac_display_01::before,
.ac_box_in .close .ac_display_02::before,
.ac_box_in .close .ac_display_ema::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 1em;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.ac_box02 .ac_box_in {
	display: none;
}

@media print,
screen and (min-width: 1025px) {
	.ac_box01 .ac_box_in {
		display: block !important;
	}

	.ac_box_in button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01,
	.ac_box01 .close {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {

	button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01 {
		display: inline-block;
	}

	.ac_box01 .ac_box_in {
		display: none;
	}
}

/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2 {
	background: #0075B3;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	border-radius: 4px;
	outline: 1px solid #fff;
}

.rss_icon,
a.rss_icon {
	font-size: 90%;
}

a.rss_icon2 {
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}

.rss_icon:focus-visible,
a.rss_icon:focus-visible,
a.rss_icon2:focus-visible {
	outline: 2px solid #000;
}

a.rss_icon2 span {
	display: block;
}

a.rss_icon img {
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

.rss_icon img {
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

a.rss_icon2 img {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}


/**** ▼▼▼▼ 伝えるWeb ▼▼▼▼ ****/

/* .tsutaeru01-menu */
.tsutaeru01-menu {
	display: none;
}

.tsutaeru01-menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.design #head_lang02 li a {
	width: 118px;
	height: 28px;
	display: inline-block;
}

.design #head_lang02 li.tsutaeru01-button-easy {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-easy-off {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-ruby {
	padding: 0;
}

.design #head_lang02 li.tsutaeru01-button-ruby-off {
	padding: 0;
}

/* .tsutaeru01-speech */
.tsutaeru01-speech {
	padding: 0;
	margin: 0;
	position: relative;
}

.tsutaeru01-speech * {
	vertical-align: middle;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body header button[type="button"].tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 2px 7px;
	min-height: 30px;
	font-size: 87.5%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #157D50;
	border: 1px solid #157D50;
	border-radius: 4px;
}

@media only screen and (max-width: 1024px) {

	#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
	#body header button[type="button"].tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
		min-height: 40px;
		font-size: 100%;
	}
}

#body header button[type="button"].tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
	margin-left: 4px;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:hover,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:hover,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:hover {
	text-decoration: none;
	color: #9f0000;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start:visited,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control:visited,
#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config:visited {
	color: #791d78;
}

#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
#body button.tsutaeru01-button.tsutaeru01-button-speech-control {
	/*margin-right:10px;*/
}

.tsutaeru01-speech .tsutaeru01-button:disabled {
	opacity: 0.8;
}

.tsutaeru01-speech-buttons {
	padding: 0;
}

.tsutaeru01-speech-audio-container {
	padding: 5px 0px;
	/*position:relative;*/
	position: absolute;
	top: 26px;
	left: 0;
}

.tsutaeru01-speech-audio {
	border-radius: 3px;
	max-width: 220px;
	height: 32px;
}

.tsutaeru01-speech-error {
	color: #C00;
}

/* .tsutaeru01-config */
.tsutaeru01-config {
	font-size: 90%;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	max-width: 90%;
	width: 620px;
	text-align: left;
	outline: none !important;
}

.tsutaeru01-config-header {
	padding: 1em;
	color: #FFF;
	background: #157D50;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFF;
}

.tsutaeru01-config-body {
	color: #000;
	background: #FFF;
	padding: 1.5em;
	max-height: 50vh;
	overflow: auto;
}

.tsutaeru01-config-body dl,
.tsutaeru01-config-body dl dt,
.tsutaeru01-config-body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.tsutaeru01-config-body dl {
	overflow: hidden;
}

.tsutaeru01-config-body dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 7em;
	text-align: left;
}

.tsutaeru01-config-body dl dd {
	margin: 0px 0px 1em 7.5em;
	white-space: nowrap;
}

.tsutaeru01-config-body dl dd:last-child {
	margin-bottom: 0px;
}

.tsutaeru01-config-body dl dd legend {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.tsutaeru01-config-body dl dd label {
	margin: 0px 1em 0.8em 0px;
	padding: 0px;
	font-size: 100%;
	white-space: nowrap;
	display: inline-block;
}

.tsutaeru01-config-body dl dd label input {
	margin: 0px 0.3em 0px 0px;
}

.tsutaeru01-config-footer {
	color: #000;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}

#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close {
	font-size: 100%;
	border: none;
	color: #FFF;
	background: #157D50;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
}

#body .tsutaeru01-config .tsutaeru01-config-footer .tsutaeru01-config-button-close:hover {
	background: #004F2D;
}

.tsutaeru01-config-overlay {
	position: fixed;
	z-index: 99998;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close {
	font-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before,
#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:before {
	transform: rotate(45deg);
}

#body .tsutaeru01-config .tsutaeru01-config-header .tsutaeru01-config-close:after {
	transform: rotate(-45deg);
}

/* .tsutaeru01-text */
.tsutaeru01-text {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	color: #FFF;
	text-align: left;
	font-size: 100%;
	padding: 20px;
	z-index: 99000;
}

.tsutaeru01-text-inner {
	line-height: 1.5;
	max-height: 10em;
	overflow: auto;
	padding: 5px;
}

.tsutaeru01-text-inner rt,
.tsutaeru01-text-inner rp {
	font-size: 50%;
}

#body .tsutaeru01-text .tsutaeru01-text-close {
	font-size: 100%;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before,
#body .tsutaeru01-text .tsutaeru01-text-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}

#body .tsutaeru01-text .tsutaeru01-text-close:before {
	transform: rotate(45deg);
}

#body .tsutaeru01-text .tsutaeru01-text-close:after {
	transform: rotate(-45deg);
}

@media (max-width:1024px) {

	.h_top,
	.head_in .h_top>div {
		display: none;
	}

	.tsutaeru01-menu {
		overflow: auto;
	}

	.tsutaeru01-menu ul li {
		margin: 0px 0.1em;
	}

	.tsutaeru01-menu ul li .tsutaeru01-button {
		border: none;
	}

	.tsutaeru01-speech {
		font-size: 100%;
		position: static;
	}

	.tsutaeru01-speech-audio-container {
		position: static;
	}

	.sidr_navi03 .sidr_navi03_sub {
		border-bottom: 3px solid #a52e5a;
	}

	#body button.tsutaeru01-button.tsutaeru01-button-speech-start,
	#body button.tsutaeru01-button.tsutaeru01-button-speech-control,
	#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {}

	.tsutaeru01-speech-buttons {
		display: flex;
		white-space: nowrap;
		overflow: auto;
	}

	.tsutaeru01-speech-audio {
		margin-left: 8px;
	}

	.tsutaeru01-config-body dl dt {
		font-weight: bold;
		float: none;
		width: auto;
		margin: 0px 0px 0.5em 0px;
		text-align: left;
	}

	.tsutaeru01-config-body dl dd {
		margin: 0px 0px 1em 0px;
		white-space: normal;
	}

	.tsutaeru01-text {
		font-size: 86%;
	}
}

/* .tsutaeru01-form */
.tsutaeru01-search-form {
	margin: 0px 0px 20px 0px;
}

.tsutaeru01-search-form-query {
	margin: 0.3em 0px;
	display: inline-block;
	max-width: 100%;
}

.tsutaeru01-search-form-query input {
	width: 15em;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	line-height: 1;
}

.tsutaeru01-search-form-and_or {
	margin: 0.3em 0.3em;
	white-space: nowrap;
	display: inline-block;
}

.tsutaeru01-search-form-submit {
	margin: 0.3em 0.3em;
	display: inline-block;
}

.tsutaeru01-search-list {
	font-size: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 20px;
	list-style: none;
}

.tsutaeru01-search-list li {
	font-size: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.tsutaeru01-search-list-header {
	margin: 0px 0px 5px 0px;
}

.tsutaeru01-search-list-body {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.tsutaeru01-search-pager {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.tsutaeru01-search-pager li {
	display: inline-block;
	margin: 0px 0.25em;
	padding: 0px;
}

.tsutaeru01-search-pager li a,
.tsutaeru01-search-pager li span,
.tsutaeru01-search-pager li em {
	display: inline-block;
	border: 1px solid #05203a;
	line-height: 1.0;
	padding: 0.5em;
	border-radius: 3px;
	text-decoration: none;
	background: #FFF;
	min-width: 1em;
}

.tsutaeru01-search-pager li em {
	font-style: normal;
}

/* 音声読み上げ */
.sub_nav>ul>li.yomiage {
	width: 100%;
	border: 0;
	background-color: transparent;
	margin: auto;
}

.yomiage .tsutaeru01-speech-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.yomiage .tsutaeru01-button {}

.yomiage .tsutaeru01-button:hover {
	color: #fff !important;
	background-color: #004F2D !important;
}

@media screen and (max-width: 768px) {
	.yomiage .tsutaeru01-button {
		width: 100% !important;
	}
}

/**** ▲▲▲▲ 伝えるWeb ▲▲▲▲ ****/