@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 #ccc;
	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.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

@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:link {
	text-decoration: underline;
	color: #050c99;
}

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

a:hover {
	text-decoration: none;
	color: #860000;
}

a:hover strong {
	color: #860000;
}

a:active {
	text-decoration: none;
	color: #860000;
}

.link_white:link {
	text-decoration: underline;
	color: #fff;
}

.link_white:visited {
	text-decoration: underline;
	color: #eee;
}

.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}

.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}

a:link>strong {
	color: #050c99;
}

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

a:hover>strong {
	text-decoration: none;
	color: #9f0000;
}

a:active>strong {
	text-decoration: none;
	color: #9f0000;
}

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

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

.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;
}

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

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}

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

/* select */
#body select[size],
#body select[multiple],
#body select[size][multiple] {
	padding: 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: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}

#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 {
	background: #666;
}

/**** その他 ****/
.anchor,
.notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}

.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin-left: 12px;
}

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

.none {
	display: none;
}

/******************** レイアウトCSS ********************/
.design {
	clear: both;
}

.zone02 {
	margin-top: 60px;
	padding: 60px 0;
	background-color: #FFFAE2;
}

.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in {
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 1280px;
}

.zone01_in>*,
.zone02_in>*,
.zone03_in>*,
.zone04_in>* {
	margin-top: 60px;
}

.zone02_in>*:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	.zone02 {
		margin-top: 40px;
		padding: 40px 0;
	}

	.zone01_in>*,
	.zone02_in>*,
	.zone03_in>*,
	.zone04_in>* {
		margin-top: 40px;
	}
}

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

/* ロゴ */
.head .h1 {
	margin: 0;
	width: 300px;
}

.inbody .head .h1 {
	width: 250px;
}

.head .h1 a {
	text-decoration: none;
}

.head .h1 .home {
	margin-top: 4px;
	padding: 1px 6px 0;
	color: #fff;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	background-color: #03833C;
	border: 1px solid #03833C;
	border-radius: 4px;
	display: block;
}

.head .h1 a:hover .home {
	color: #03833C;
	background-color: #fff;
}

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

/**** ヘッダー上段リンク ****/
.head {
	margin: 0 auto;
	padding: 10px 12px;
	max-width: 1280px;
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
}

.head_right {
	width: calc(100% - 310px);
	font-size: 87.5%;
}

.head_right .h_toplist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	justify-content: flex-end;
}

.head_right .h_toplist>li {
	margin: 0;
}

.head_right .h_toplist>li a {
	min-height: 30px;
	padding: 4px 6px 2px;
	text-decoration: none;
	background: #CDF2BA;
	border-radius: 4px;
	border: 1px solid #CDF2BA;
	display: block;
}

.head_right .h_toplist>li a:hover {
	background: #fff;
	border-color: #03833C;
}

/* 文字サイズ */
.font_size {
	display: flex;
	gap: 0 10px;
	align-items: center;
}

.font_list {
	display: flex;
	gap: 0 6px;
	align-items: center;
}

.font_tit {
	margin: 1px 0 0;
}

.font_list li {
	margin: 0;
}

.font_list li:last-child a {
	background-color: #03833C;
	border-color: #03833C;
}

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

.font_list li:last-child a:hover {
	background: #fff;
}

.font_list li:last-child a:hover strong {
	color: #860000;
}

/* 色の反転 */
.bg_color {
	display: flex;
	gap: 0 10px;
	align-items: center;
}

.bg_tit {
	margin: 1px 0 0;
}

.bg_list {
	display: flex;
	gap: 0 6px;
	align-items: center;
}

.bg_list li {
	margin: 0;
}

.bg_list li:last-child a {
	background-color: #03833C;
	border-color: #03833C;
}

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

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

.bg_list li:last-child a:hover strong {
	color: #860000;
}

/*address*/
.head_right .address {
	text-align: right;
}

.head_right .address span {
	margin-left: 16px;
	display: inline-block;
}

.head_right .address span:first-child {
	margin-left: 0;
}

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

/* 検索ボックス */
.head_right .src_box {
	margin: 10px 0 0 auto;
	width: 100%;
	max-width: 400px;
}

.src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px !important;
	border: 1px solid #03833C !important;
	border-right: none;
	border-radius: 5px 0 0 5px !important;
}

.head_right .src_box #search_button,
.src_box #search_button_sp {
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #CDF2BA;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #03833C;
	border-left: none;
	white-space: normal;
	border-radius: 0 5px 5px 0;
	display: block;
}

.head_right .src_box #search_button:hover,
.src_box #search_button_sp:hover {
	background: #fff;
}

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

	.head_right .h_toplist {
		display: none;
	}

	.head_right .address {
		margin: 0;
	}

	.head_right .address a[href^="tel:"] {
		cursor: pointer;
		color: #050c99;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 660px) {
	.head {
		gap: 6px 8px;
		flex-wrap: wrap;
	}

	.head_right {
		width: auto;
	}
}


/**** グローバルナビ ****/
.g_navi {
	margin: 3px auto 0;
	letter-spacing: 0.1em;
	z-index: 1;
}

.g_navi_in {
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-around;
	position: relative;
}

.inbody .g_navi_in {
	margin: 4px auto 0;
}

.g_navi_in>li {
	margin: 0;
	padding: 0;
	flex-basis: 160px;
	flex-grow: 1;
	display: flex;
}

.g_navi_in>li>a {
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	width: 100%;
	color: #333;
	font-size: 125%;
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	align-items: center;
	position: relative;
	transition: all 0.3s;
	z-index: 2;
}

.inbody .g_navi_in>li>a {
	gap: 5px 0;
}

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

.g_navi_in>li.addactive>a::before {
	content: '';
	position: absolute;
	top: -11px;
	left: 50%;
	border: 7px solid transparent;
	border-top: 11px solid #03833C;
	transform: translateX(-50%);
	z-index: 200;
}

.bottom .g_navi_in>li.addactive>a::before {
	top: 0;
	bottom: -15px;
	left: 50%;
	border: 7px solid transparent;
	border-bottom: 11px solid #03833C;
}

.g_navi_in>li>a img {
	width: 100%;
	max-width: 90px;
}

.inbody .g_navi_in>li>a img {
	max-width: 45px;
}

.g_navi_in .g_navi_in_sub {
	padding-bottom: 12px;
	position: absolute;
	left: 12px;
	padding-top: 10px;
	z-index: 301;
	width: calc(100% - 24px);
	display: none;
}

.inbody .g_navi_in .g_navi_in_sub {
	display: none !important;
}

.g_navi_in .g_navi_in_sub>div {
	font-size: 90%;
	padding: 8px 20px 20px;
	background-color: #fff;
	border: 2px solid #03833C;
	border-radius: 10px;
	position: relative;
}

.g_navi_in .g_navi_in_sub ul {
	display: flex;
	flex-wrap: wrap;
}

.g_navi_in .g_navi_in_sub li {
	margin: 12px 20px 0 0;
	padding: 0 0 0 14px;
	width: calc((100% - 40.01px)/3);
	position: relative;
}

.g_navi_in .g_navi_in_sub li:nth-child(3n) {
	margin: 12px 0 0 0;
}

.g_navi_in .g_navi_in_sub li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #03833C;
	border-bottom: 2px solid #03833C;
	transform: rotate(-45deg);
}

.inbody .g_navi_in li a::before {
	display: none !important;
}

@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 .head,
.clone-nav .main_vis,
.clone-nav .main_vis {
	display: none;
}

.clone-nav .g_navi {
	margin: 0;
	padding: 5px 0;
}

.clone-nav .g_navi_in>li a {
	padding: 5px;
	letter-spacing: 0;
	background-color: transparent;
	gap: 0;
}

.clone-nav .g_navi_in>li a:hover {
	background-color: #CDF2BA;
}

.clone-nav .g_navi_in>li>a img {
	width: 54px;
}

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

@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%;
	}
}

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

/**** スマホメニューに関するスタイル ****/
/*ドロワー共通*/
.main_header .drawer_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFFAE2;
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
	display: flex;
	z-index: 10000;
}

.drawer_btn p {
	margin: 0;
}

.drawer_btn .d_btn {
	width: 33%;
	font-size: 87.5%;
	position: relative;
	z-index: 1001;
}

.drawer_btn .d_btn:first-child {
	width: 34%;
}

.drawer_btn .d_btn::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #03833C;
}

.drawer_btn #menu_d-btn::after {
	content: none;
}

.drawer_btn .d_btn>* {
	display: flex;
	flex-direction: column;
	gap: 3px 0;
	align-items: center;
}

.drawer_btn p a {
	padding: 8px 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

.drawer_btn .d_btn img {
	width: 40px;
}

.drawer_btn p button {
	padding: 8px 5px;
	width: 100%;
	color: #333;
	font-size: 100%;
	text-align: center;
	background: none;
	border: 0;
	border-radius: 0;
	position: relative;
	z-index: 2;
}

.drawer_btn p button:hover,
.drawer_btn p button.active {
	background: none;
}

.drawer {
	position: fixed;
	top: 0;
	left: 0;
	padding: 12px;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 100%;
	background: rgba(83, 83, 83, 0.9);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	z-index: 9999;
	display: none;
}

.drawer.active {
	display: block;
}

.drawer .inner {
	margin: 0 auto;
	padding: 10px;
	max-width: 700px;
	min-height: calc(100vh - 39px);
	min-height: calc(100dvh - 39px);
	background-color: #EDFFE3;
	border-radius: 10px;
}

.drawer .logo {
	margin-bottom: 20px;
	text-align: center;
}

.drawer .logo a {
	margin-bottom: 20px;
	padding: 0;
	display: inline;
}

.drawer .logo img {
	width: 240px;
}

.drawer .inner p.btn {
	margin: 0;
	text-align: center;
}

.drawer .inner .d-btn_close {
	padding: 8px 10px;
	min-width: 160px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #0E9150;
	border-radius: 5px;
	display: inline-block;
}

.drawer .inner .d-btn_close span {
	padding: 2px 0 0 20px;
	display: inline-block;
	position: relative;
}

.drawer .inner .d-btn_close span:before,
.drawer .inner .d-btn_close span:after {
	content: '';
	background: #fff;
	height: 2px;
	width: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 2px;
	transform: rotate(-45deg);
}

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

.drawer ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

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

	.main_header .drawer_btn,
	#menu_d-btn {
		display: none !important;
	}

	#sidr,
	#src_drawer {
		display: none !important;
	}
}

@media print,
screen and (max-width: 768px) {
	.drawer .h_main {
		padding: 20px 12px;
	}
}

/*ナビゲーションドロワー*/
#menu_drawer .sidr_navi {
	margin-top: 10px;
}

#menu_drawer .sidr_navi>li {
	border-bottom: 1px solid #03833C;
}

#menu_drawer .sidr_navi li>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu_drawer .sidr_navi li>div>a {
	padding: 6px 10px 5px;
	font-size: 137.5%;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0 10px;
	position: relative;
}

#menu_drawer .sidr_navi li>a {
	padding: 6px 24px 5px 10px;
	font-size: 137.5%;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0 10px;
	position: relative;
}

#menu_drawer .sidr_navi li>a::after {
	content: '';
	position: absolute;
	top: 25px;
	right: 10px;
	width: 12px;
	height: 12px;
	border-right: 2px solid #03833C;
	border-bottom: 2px solid #03833C;
	transform: rotate(-45deg);
}

#menu_drawer .sidr_navi li a img {
	width: 40px;
}

#menu_drawer .ac_box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#menu_drawer .ac_display_d {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 100%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

#menu_drawer .ac_display_d a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
}

#menu_drawer .ac_display_d::before,
#menu_drawer .ac_display_d::after {
	content: '';
	background: #555;
	position: absolute;
	left: 5px;
	top: 15px;
	height: 2px;
	width: 12px;
}

#menu_drawer .ac_display_d::after {
	transform: rotate(90deg);
}

#menu_drawer .ac_box_d.active .ac_display_d::after {
	display: none;
}

#menu_drawer .sidr_navi li ul {
	margin-left: 20px;
	display: none;
}

#menu_drawer .sidr_navi li li {
	border-top: 1px dashed #03833C;
}

#menu_drawer .sidr_navi li li a {
	padding: 10px 20px 10px 10px;
	font-size: 125%;
}

#menu_drawer .sidr_navi li li a::after {
	top: 20px;
	right: 10px;
	width: 10px;
	height: 10px;
}

/* ▽ ドロワー内フローアイコン ▽ */
#menu_drawer .vis_banner {
	margin-top: 20px;
}

@media only screen and (max-width: 650px) {
	#menu_drawer .vis_banner {
		padding-bottom: 4px;
	}
}

#menu_drawer .vis_banner a {
	position: relative;
	padding: 0;
}

#menu_drawer .vis_banner a::before {
	position: absolute;
	bottom: 14px;
	right: 14px;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(img/finger.png);
	background-size: cover;
	transform: rotate(0deg);
}

@media only screen and (max-width: 650px) {
	#menu_drawer .vis_banner a::before {
		bottom: 8px;
		right: 6px;
	}
}

@media only screen and (max-width: 570px) {
	#menu_drawer .vis_banner a::before {
		bottom: -18px;
		right: 0;
	}
}

/* △ ドロワー内フローアイコン △ */

@media print,
screen and (min-width: 1025px) {
	#menu_drawer .ac_box_d {
		pointer-events: none !important;
	}

	#menu_drawer .ac_box_d+ul {
		display: block !important;
	}
}

#menu_drawer .sub_navi {
	margin: 20px 0 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#menu_drawer .sub_navi li {
	width: 100%;
}

#menu_drawer .sub_navi li a {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #03833C;
	font-size: 112.5%;
	padding: 5px 12px;
	display: block;
	position: relative;
	border-radius: 5px;
}

#menu_drawer li a::before {
	left: 8px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
}

/*検索ドロワー*/
#src_d-btn:not(.d_open) button .icon_ham,
#src_d-btn:not(.d_open) button .icon_ham::before,
#src_d-btn:not(.d_open) button .icon_ham::after {
	display: none;
}

#src_d-btn.d_open button {
	background-image: none;
}

#src_drawer .in_bottom {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#src_drawer .inner {
	padding: 20px 10px;
	width: 100%;
	min-height: 0;
}

#src_drawer .src_box {
	margin: 0 0 20px;
	width: 100%;
}

/* ▽ テキストタイトル「サイト内検索」 ▽ */
#src_drawer .src-title {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-size: 125%;
	font-weight: bold;
}

#src_drawer .src-title::before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "";
	width: 4px;
	height: calc(100% - 6px);
	background-color: #03833c;
	border-radius: 2px;
}

/* △ テキストタイトル「サイト内検索」 △ */

#src_drawer .src_box .q {
	height: 50px !important;
}

#src_drawer .src_box #search_button_sp {
	min-height: 50px;
}

#src_drawer .src_box .id_use {
	margin: 0;
}

#src_drawer .src_box .id_use a {
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
	background-color: #FCFC9D;
	font-size: 87.5%;
	padding: 6px 8px 6px 26px;
	position: relative;
	border-radius: 4px;
	transition: .2s;
}

#src_drawer .src_box .id_use a::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 8px;
	background: url(img/inzw_arrow01.svg) no-repeat center / contain;
	top: 0.82em;
	left: 8px;
}

#src_drawer .src_box .src_label+p {
	margin-top: 6px;
	font-size: 87.5%;
}

#src_drawer .src_box .src_textbox {
	margin-top: 6px;
	width: 100%;
}

#src_drawer .src_box #result2 p {
	margin-top: 6px;
	font-size: 87.5%;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 500px) {
	#menu_drawer .sidr_navi li {
		width: 100%;
	}
}


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

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

@media only screen and (max-width: 768px) {
	.main_footer {
		padding-top: 88px;
		position: relative;
	}
}

/**** マイページのスタイル ****/
.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;
}

.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;
}

.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 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}

.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: #050c99;
	font-size: 75%;
	padding: 4px 6px;
}

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

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

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

/**** トップへ戻る ****/
.foot_modori {}

.foot_modori a {
	margin-top: 74px;
	padding: 28px 10px 14px;
	min-width: 180px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #03833C;
	border: 1px solid #03833C;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.foot_modori a:hover {
	color: #333;
	background: #fff;
}

.foot_modori a::before {
	content: '';
	position: absolute;
	top: -74px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76px;
	height: 90px;
	background: url("img/pageup.png") no-repeat top left / contain;
}

@media only screen and (max-width: 768px) {
	.foot_modori {
		position: absolute;
		top: 0;
		right: 12px;
	}

	.foot_modori a {
		margin-top: 64px;
		padding: 24px 5px 10px;
		min-width: 154px;
		font-size: 87.5%;
	}

	.foot_modori a::before {
		top: -64px;
		width: 66px;
		height: 78px;
	}
}

/**** メインフッター ****/
.foot_wrap {
	border-top: 1px solid #03833C;
	background: #fff;
	padding: 0;
}

.foot {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 12px 20px;
	display: flex;
	gap: 20px 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

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

.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: -14px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #03833C;
	border-bottom: 2px solid #03833C;
	transform: rotate(-45deg);
}

.foot_id {
	margin-top: 24px;
}

.foot_id .title {
	margin: 0 0 10px;
	font-size: 150%;
}

.foot_id .title img {
	margin-right: 6px;
	vertical-align: text-top;
}

.foot_id .address {
	margin-top: 0;
	font-size: 112.5%;
}

.foot_id .address span {
	margin-right: 10px;
	display: inline-block;
}

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

.foot_copy {
	margin-top: 0;
	padding: 7px 12px;
	font-size: 87.5%;
	text-align: center;
	background: #EDFFE3;
}

.foot_copyin {
	margin: 0;
}

@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: #050c99;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 768px) {
	.foot {
		padding-top: 24px;
	}
}

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

.ac_box02 {
	position: relative;
}

.main_naka .ac_box02 h2 {
	padding-right: 64px;
}

.ac_display03 {
	display: inline-block;
	position: absolute;
	top: 24px;
	margin: -14px 0 0;
	right: 11px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

.ac_display03 {
	top: 19px;
}

.ac_display03 a {
	display: inline-block;
	position: relative;
	padding: 4px 4px 4px 18px;
	width: 49px;
	text-decoration: none;
}

.ac_display03::before,
.ac_display03::after {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 13px;
	height: 2px;
	width: 10px;
}

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

.ac_box02_in {
	display: none;
}

.ac_box02_wrap.active .ac_box02_in {
	display: inline;
}

.ac_box02_wrap.active .ac_display03::after {
	display: none;
}

.ac_box02_in .ac_box02 {
	text-align: center;
	margin-top: 20px;
}

#main_outline .ac_box02_in .ac_box02 button {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #050c99;
}

#main_outline .ac_box02_in .ac_box02 button:hover {
	color: #860000;
}

@media print,
screen and (min-width: 1025px) {
	.ac_box {
		pointer-events: none !important;
	}

	.ac_box+div {
		display: block !important;
	}
}

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

	.ac_box h2,
	.main .ac_box h2 {
		padding-right: 3.5em;
	}

	.ac_display {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 75%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}

	.ac_display a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}

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

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

	.ac_box+div {
		display: none;
	}

	.ac_box {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.ac_box.active p::after {
		display: none;
	}
}

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

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

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

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 button.tsutaeru01-button.tsutaeru01-button-speech-control {
	background: none;
	border: none;
	border-right: 1px solid #333;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	color: #2b3095;
	font-size: 87.5%;
	cursor: pointer;
	margin: 0;
	padding: 2px 8px 2px 0;
	text-decoration: none;
}

#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
	background: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	color: #2b3095;
	font-size: 87.5%;
	cursor: pointer;
	margin: 0 0 0 6px !important;
	padding: 2px 0 2px 8px;
	text-decoration: none;
}

#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 {
	position: fixed;
	top: 250px;
	left: 10px;
	z-index: 999;
}

.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;
	background: #EDFFE3;
	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: #2b3095;
	background: #EDFFE3;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
}

.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: #333;
}

#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 {
		/*text-align:center;
font-size:12px;
white-space:nowrap;*/
	}

	.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 {
		width: 50%;
		padding: 12px 20px 12px 10px;
		border-color: #bbb;
		text-align: left;
		text-decoration: none;
		position: relative;
	}

	/*#body button.tsutaeru01-button.tsutaeru01-button-speech-start::before, #body button.tsutaeru01-button.tsutaeru01-button-speech-control::before, #body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config::before {
content: '';
position: absolute;
right: 12px;
top: 50%;
margin-top: -4px;
width: 6px;
height: 6px;
border-top: 1px solid #999;
border-right: 1px solid #999;
transform: rotate(45deg);
}*/
	.tsutaeru01-speech-buttons {
		white-space: nowrap;
		overflow: auto;
	}

	.tsutaeru01-speech-audio {
		margin-top: 6px;
		margin-left: 0;
	}

	.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-form-submit input{
font-size:100%;
line-height:1;
display:inline-block;
padding:0.5em 1em;
border:1px solid #05203a;
border-radius:3px;
text-decoration:none;
background:#05203a;
color:#FFF;
cursor:pointer;
}*/
.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;
}

/*.tsutaeru01-search-pager li a{
cursor:pointer;
background-color:#05203a;
color:#FFF;
}*/
/*.tsutaeru01-search-pager li span{
background-color:#05203a;
color:#FFF;
opacity:0.5;
}*/

/* 音声読み上げ */
.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 {
	margin: 0 !important;
	padding: 4px 6px 2px !important;
	border: 1px solid #CDF2BA !important;
	background-color: #CDF2BA !important;
	border-radius: 5px !important;
	font-size: 100% !important;
	text-align: left !important;
	min-height: 30px;
}

.yomiage .tsutaeru01-button:hover {
	background-color: #fff !important;
	border-color: #03833C !important;
}

@media screen and (max-width: 1024px) {
	.yomiage .tsutaeru01-button {
		padding: 5px 12px !important;
		width: 100% !important;
		min-height: auto;
	}

	.yomiage .tsutaeru01-button {
		margin: 0 0 10px !important;
		font-size: 112.5% !important;
		background-color: #fff !important;
		border: 1px solid #03833C !important;
	}

	#body button.tsutaeru01-button.tsutaeru01-button-config.tsutaeru01-button-speech-config {
		margin: 0 !important;
	}

}

/**** ▲▲▲▲ 伝えるWEB ▲▲▲▲ ****/