@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: #2b3095;
}

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: #2b3095;
}

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: #D0EFAB;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #B5D333;
	vertical-align: text-bottom;
	word-wrap: break-word;
}

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

.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"],
#body input[type="email"] {
	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 {
	min-height: 24px;
	min-width: 24px;
}

#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: #166e84;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	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: #0A5466;
}

/**** その他 ****/
.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 ********************/

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

.design {
	clear: both;
}

.zone01,
.zone02,
.zone04 {
	padding: 1px 0;
}

.zone01 {
	background-color: #D0EFAB;
}

.zone02 {
	padding: 16px 0 40px;
}

.zone03 {
	padding: 46px 0 70px;
	background-image: url(img/bg-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

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

.zone01_in {
	padding: 20px 12px 40px;
}

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

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

/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 85%;
}

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


.inbody .clone-nav .h_top_wrap {
	padding: 0;
}

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

.clone-nav .h_top {
	display: none;
}

.h_top .h_toplist {
	position: absolute;
	top: 0;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	padding: 4px 12px 12px;
	max-width: calc(100% - 276px);
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 6px 6px;
	z-index: 9;
}

.inbody .h_top .h_toplist {
	position: static;
	top: auto;
	right: auto;
	padding: 0;
	max-width: calc(100% - 230px);
}

.h_top .h_toplist>li {
	margin: 8px 0 0 7px;
}

.h_top .h_toplist>li:first-child {
	margin: 8px 0 0 0;
}

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

@media only screen and (max-width: 1024px) {
	.h_top {
		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 #ccc;
	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;
	margin-left: 7px;
}

.font_tit {
	margin: 0;
}

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

.font_list li:first-child a {
	border-radius: 4px 0 0 4px;
}

.font_list li:last-child {
	margin: 0;
}

.font_list li:last-child a {
	background-color: #D0EFAB;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

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

.inbody .head_in {
	padding: 0;
	width: auto;
}

.h_main {
	position: absolute;
	top: 0;
	left: 12px;
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
	z-index: 9;
}

.inbody .h_main {
	position: static;
	left: auto;
}

.inbody .clone-nav .h_main {
	position: absolute;
	top: 0;
	left: 12px;
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
	z-index: 9;
}

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

.h_main .h1 {
	margin: 0;
	padding: 20px;
	width: 240px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 6px 6px;
}

.inbody .h_main .h1 {
	padding: 0;
	width: 200px;
	background-color: transparent;
}

.inbody .clone-nav .h_main .h1 {
	flex-shrink: 0;
	padding: 10px;
	width: 195px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 6px 6px;
}

@media only screen and (max-width: 1024px) {
	.head_in {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.h_main .h1 {
		margin-top: 4px;
		padding: 5px 12px;
		width: 240px;
	}
}

/* 言語選択 */
.language {
	position: relative;
}

.lang_btn {
	margin: 0;
}

.lang_btn a {
	background: #fff;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
	padding: 4px 10px;
	letter-spacing: 0;
	transition: all 0.2s;
}

.lang_btn a:hover {
	background: #efefef;
	transition: all 0.2s;
}

.language>div {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255, 255, 255);
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0 0 4px 4px;
}

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

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

.h_top .lang_btn.close a {
	padding: 2px 6px 2px 20px;
	position: relative;
	border-radius: 0 0 4px 4px;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.lang_btn.close a::before,
.lang_btn.close a::after {
	content: '';
	background: #3B4043;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}

.lang_btn.close a::after {
	transform: rotate(45deg);
}

/* 検索ボックス */
.h_main .src_box {
	width: 38%;
	margin: 0 0 0 auto;
}

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

.h_main .src_box #search_button,
.src_box #search_button_sp {
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #B5D333;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #aaa;
	border-left: none;
	white-space: normal;
	border-radius: 0;
	display: block;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
	background: #006fab;
}

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

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

	.src_box #search_button_sp {
		width: 54px;
	}
}


/**** ▼▼▼▼ グローバルナビ ▼▼▼▼ ****/
.g_navi {
	position: relative;
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1024px;
	width: 100%;
	letter-spacing: 0.1em;
	z-index: 1;
}

.inbody .g_navi {
	max-width: 1224px;
}

.clone-nav .g_navi {
	max-width: 1224px;
}

.g_navi_in {
	display: flex;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
}

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

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

.inbody .g_navi_in>li {
	width: calc(100% / 6);
}


.g_navi_in>li>a {
	position: relative;
	display: block;
	padding: 12px 0 18px;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 125%;
	color: #333;
	width: 100%;
	transition: all 0.3s;
	z-index: 2;
}

.g_navi_in>li>a::before,
.g_navi_in>li>a::after {
	position: absolute;
	display: block;
	content: "";
}

.g_navi_in>li>a::before {
	left: calc(50% - 10px);
	bottom: 12px;
	width: 20px;
	height: 2px;
	background-color: #B5D333;
	transition-duration: 0.5s;
}

.clone-nav .g_navi_in>li>a::before {
	bottom: 5px;
}

.g_navi_in>li>a::after {
	top: 10px;
	right: 0;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #166E84;
}

.g_navi_in>li:last-child>a::after {
	display: none;
}

.g_navi_in>li>a:hover::before,
.g_navi_in>li.active>a::before {
	left: calc(50% - 20px);
	width: 40px;
	background-color: #166E84;
}

@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(-180%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

.clone-nav .head_in {
	padding: 0 12px;
}

.inbody .clone-nav .head_in {
	width: 100%;
}


.clone-nav .h1 {
	flex-shrink: 0;
	padding: 10px;
	width: 195px;
}

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

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

.clone-nav .h_shien {
	font-size: 90%;
}

.clone-nav .g_navi_in>li a {
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 0;
}

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

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

/**** ▲▲▲▲ グローバルナビ ▲▲▲▲ ****/

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

.g_navi .g_navi_in li:last-child:before {
	display: none;
}

.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: 100%;
	display: block;
	padding-top: 16px;
	width: 100%;
	left: 0;
	z-index: 5;
}

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

.inbody .g_navi_in li.addactive .g_navi_in_sub::before {
	left: 95px;
}

.g_navi_in_sub div {
	position: absolute;
	left: auto;
	padding: 0px 0 10px 0;
	width: 500%;
	background-color: #ebffd3;
	border: 2px solid #166e84;
	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 #166e84;
	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 {
	font-size: 100%;
}

@media only screen and (max-width: 768px) {
	.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 {
	display: none;
}

.clone-nav .head_in {
	padding: 0 12px;
}

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

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

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

.clone-nav .h_shien {
	font-size: 90%;
}

.clone-nav .g_navi_in>li a {
	font-size: 80%;
	padding-top: 12px;
	padding-bottom: 12px;
	letter-spacing: 0;
	background-size: 30px;
	background-position: center top 8px;
}

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

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

/** ▲▲ 追従メニュー ▲▲ **/

/**** ▼▼▼▼ 検索ゾーン ▼▼▼▼ ****/
.src-zone {
	background-color: #D0EFAB;
}

.clone-nav .src-zone {
	display: none;
}

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

.src-zone .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 16px 12px;
	max-width: 1024px;
	width: 100%;
}

.inbody .src-zone .section {
	justify-content: flex-end;
	padding: 10px 12px;
	max-width: 1224px;
}

.src-zone ul {
	display: flex;
	flex-wrap: wrap;
}

.src-zone ul li {
	margin-top: 0;
	margin-right: 16px;
}

.inbody .src-zone ul li {
	margin-right: 12px;
}

.src-zone ul li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 775px) {
	.src-zone ul li:first-child {
		margin-right: 0;
		width: 100%;
	}

	.src-zone ul li:nth-child(2),
	.src-zone ul li:last-child {
		margin-top: 12px;
		width: calc(50% - 8px);
	}
}

/**** ▼▼ タイトル ▼▼ ****/
.src-zone p.src-h2 {
	display: flex;
	align-items: center;
	margin-top: 0;
	padding-right: 18px;
	width: 200px;
	font-size: 200%;
	font-weight: bold;
}

.inbody .src-zone p.src-h2 {
	margin-right: 12px;
	width: 129px;
	font-size: 125%;
}

@media only screen and (max-width: 980px) {
	.src-zone p.src-h2 {
		justify-content: center;
		padding-bottom: 4px;
		padding-right: 0;
		width: 100%;
	}
}

/**** ▲▲ タイトル ▲▲ ****/

/**** ▼▼ 検索窓 ▼▼ ****/
.src-zone ul li:nth-child(1) form {
	width: 360px;
}

@media only screen and (max-width: 775px) {
	.src-zone ul li:nth-child(1) form {
		width: 100%;
	}
}

#body .src-zone ul li:nth-child(1) input[type="text"] {
	width: calc(100% - 100px) !important;
	height: 60px !important;
	border: 1px solid #166e84 !important;
	border-radius: 6px 0 0 6px;
}

#body.inbody .src-zone ul li:nth-child(1) input[type="text"] {
	height: 50px !important;
}

header .src-zone ul li:nth-child(1) button {
	padding: 6px 16px 6px 36px;
	width: 100px;
	min-height: 60px;
	font-size: 107%;
	font-weight: bold;
	background-color: #166e84;
	background-image: url(img/icon/src-white.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 18px center;
	border: 1px solid #166e84;
	border-radius: 0 6px 6px 0;
	transition: all 0.3s;
}

.inbody header .src-zone ul li:nth-child(1) button {
	min-height: 50px;
}


header .src-zone ul li:nth-child(1) button:hover {
	background-color: #0A5466;
}


/**** ▲▲ 検索窓 ▲▲ ****/

/**** ▼▼ 記事ID検索 ▼▼ ****/
.src-zone .src_id {
	position: relative;
}

.src-zone .src_id p.search_btn {
	margin-top: 0;
}

.src-zone .src_id p.search_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	min-height: 60px;
	font-size: 112.5%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #166e84;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s;
}

.inbody .src-zone .src_id p.search_btn a {
	width: 140px;
	min-height: 50px;
}


.src-zone .src_id p.search_btn a:hover {
	background-color: #0A5466;
}

@media only screen and (max-width: 775px) {
	.src-zone .src_id p.search_btn a {
		width: 100%;
	}
}

.src-zone .search_box_lower {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	padding: 10px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #166e84;
	border-radius: 6px;
	z-index: 99;
}

#body input[type="text"] {
	width: calc(100% - 70px) !important;
	border: 1px solid #166e84 !important;
	border-radius: 6px 0 0 6px !important;
}

#body.shelter .shelter_search_wrap input[type="text"]#txtName,
#body.shelter .shelter_search_wrap input[type="text"]#txtAddress {
	border: 1px solid #000 !important;
	border-radius: 4px !important;
}

#body.inform form input[type="text"] {
	width: auto !important;
	border: 1px solid #999 !important;
	border-radius: 0 !important;
}

#body input[type="text"]#keyword,
#body .tetsuzuki_page_search input[type="text"]#word {
	border: 1px solid #999 !important;
	border-radius: 0 !important;
}

@media only screen and (max-width: 425px) {
	#body input[type="text"]#keyword {
		width: 100% !important;
	}
}

#body input[type="text"]#tetsuzuki_name {
	width: 100% !important;
	border: 1px solid #999 !important;
	border-radius: 0 !important;
}

header .src-zone .search_box_lower button {
	padding: 6px 12px;
	width: 70px;
	min-height: 40px;
	font-weight: bold;
	background-color: #166e84;
	border: 1px solid #166e84;
	border-radius: 0 6px 6px 0;
	transition: all 0.3s;
}

header .src-zone .search_box_lower button:hover {
	background-color: #0A5466;
}

.src-zone .search_box_lower p.id-close {
	text-align: right;
}

.src-zone .search_box_lower p.id-close a {
	padding: 2px 2px 2px 5px;
	color: #fff;
	text-decoration: none;
	background-color: #166e84;
	border: 1px solid #166e84;
	border-radius: 2px;
	transition: all 0.3s;
}

.src-zone .search_box_lower p.id-close a:hover {
	background-color: #0A5466;
}

/**** ▲▲ 記事ID検索 ▲▲ ****/

/**** ▼▼ 組織から探す ▼▼ ****/
.src-zone ul li:nth-child(3) a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	min-height: 60px;
	font-size: 112.5%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #166e84;
	border-radius: 6px;
	transition: all 0.3s;
}

.inbody .src-zone ul li:nth-child(3) a {
	width: 140px;
	min-height: 50px;
}

.src-zone ul li:nth-child(3) a:hover {
	background-color: #0A5466;
}

@media only screen and (max-width: 775px) {
	.src-zone ul li:nth-child(3) a {
		width: 100%;
	}
}

/**** ▲▲ 組織から探す ▲▲ ****/

/**** ▲▲▲▲ 検索ゾーン ▲▲▲▲ ****/


/**** ▼▼▼▼ ハンバーガーメニュー ▼▼▼▼ ****/
#menu_button {
	position: fixed;
	top: -2px;
	right: 10px;
	z-index: 9998;
}

#menu_button a {
	position: relative;
	display: inline-block;
	padding-top: 34px;
	width: 56px;
	min-height: 56px;
	font-size: 70%;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	background: #B5D333;
	border: 2px solid #fff;
	border-radius: 4px;
	z-index: 2;
}

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

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

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

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

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

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

#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #B5D333;
	box-sizing: border-box;
	color: #333;
}

@media print,
screen and (min-width: 1025px) {
	#sidr {
		display: none !important;
	}
}

#sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

#sidr .close {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}

#sidr .close a {
	background: #B5D333;
	display: inline-block;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}

#sidr .close a:before,
#sidr .close a:after {
	content: '';
	background: #333;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}

#sidr .close a:after {
	transform: rotate(45deg);
}

#sidr .src_box {
	padding: 10px;
	border-bottom: 3px solid #B5D333;
}

#sidr ul {
	display: block;
	border-bottom: 3px solid #B5D333;
	margin: 0;
	padding: 0;
}

#sidr ul li {
	background: none;
	border-bottom: 1px solid #B5D333;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#sidr ul li::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);
}

#sidr ul li:last-child {
	border-bottom: none;
}

#sidr ul li a {
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}

#sidr ul.sidr_navi_sub {
	display: flex;
	flex-wrap: wrap;
}

#sidr ul.sidr_navi_sub li {
	border-bottom: 0;
	font-size: 85%;
	width: 100%;
	border-bottom: 1px solid #B5D333;
}

#sidr ul.sidr_navi_sub li:last-child {
	border-bottom: 0;
}

#sidr ul.sidr_navi_sub li a {
	letter-spacing: -0.01em;
}

/**** ▼ プルダウン-デザイン設定 ▼ ****/
#sidr ul li.category_li::before {
	display: none;
}

#sidr ul li .category_title {
	display: flex;
}

#sidr ul li .category_title a:first-child {
	width: calc(100% - 70px);
}

#sidr ul li .category_title a:last-child {
	position: relative;
	padding: 12px 7px 12px 26px;
	width: 70px;
	border-left: 1px solid #B5D333;
}

#sidr ul li ul.category_box {
	display: none;
	background-color: #ebffd3;
	border-top: 1px solid #B5D333;
	border-bottom: 0;
}

/* ▽ 記号（＋・ー） ▽ */
#sidr ul li .category_title a.btn_modal::before,
#sidr ul li .category_title a.btn_modal::after,
#sidr ul li .language_title::before,
#sidr ul li .language_title::after {
	position: absolute;
	top: 48%;
	left: 6px;
	content: '';
	width: 13px;
	height: 2px;
	background-color: #816E85;
	transition: all .3s ease;
	z-index: 1;
}

#sidr ul li .language_title::before,
#sidr ul li .language_title::after {
	left: auto;
	right: 50px;
}

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

}

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

/**** ▲ プルダウン-デザイン設定 ▲ ****/

/**** 支援機能 ****/
#sidr .side_shien {
	background: #ebffd3;
}

#sidr ul.sidr_navi02 {
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
	flex-wrap: wrap;
}

#sidr ul.sidr_navi02 li {
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}

#sidr ul.sidr_navi02 li:nth-of-type(4n) {
	margin-right: 0;
}

#sidr ul.sidr_navi02 li::before {
	display: none;
}

#sidr ul.sidr_navi02 li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}

#sidr ul.sidr_navi03 {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #B5D333;
}

#sidr ul.sidr_navi03 li {
	width: 100%;
	font-size: 85%;
	border-bottom: 1px solid #B5D333;
}

#sidr ul.sidr_navi03 li:last-child {
	border-bottom: 0;
}

/**** ▼▼ 検索窓・ID検索 ▼▼ ****/
#body #sidr form#cse-search-box-sp5 {
	margin-top: 12px;
}

#body #sidr input[type="text"] {
	width: calc(100% - 65px) !important;
	border-radius: 4px 0 0 4px !important;
}

#body #sidr input[type="text"]#idNo-sp5::placeholder {
	font-size: 90%;
}

#body #sidr .src_box #search_button_sp,
#body #sidr .src_box #search_button-sp5 {
	padding-left: 24px;
	width: 65px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	background-color: #166e84;
	background-image: url(img/icon/src-white.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left 6px center;
	border: 1px solid #166e84;
	border-radius: 0 4px 4px 0;
}

#body #sidr .src_box #search_button-sp5 {
	padding: 6px;
	min-height: 40px;
	background-image: none;
}

/**** ▲▲ 検索窓・ID検索 ▲▲ ****/

/**** ▲▲▲▲ ハンバーガーメニュー ▲▲▲▲ ****/

/********************** フッター **********************/
.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 {
	position: relative;
	padding-left: 16px;
	background-color: #B5D333;
	border-radius: 12px 12px 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: #D0EFAB;
	padding: 4px 16px 16px;
	border-radius: 0 0 12px 12px;
}

.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: #2b3095;
	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 {
	background: #fff;
	margin-top: 16px;
}

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

.foot_modori a {
	display: inline-block;
	padding: 12px 10px 10px 38px;
	min-height: 56px;
	font-size: 85%;
	text-decoration: none;
	text-align: left;
	line-height: 1;
	background-color: #fff;
	background-image: url(img/pagetop.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px top 12px;
	border: 2px solid #B5D333;
	border-radius: 4px;
	transition: all 0.3s;
}

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

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

.foot_modori a span {
	display: block;
}

.foot_modori a span:last-child {
	margin-top: 4px;
}

/**** ▲▲ トップへ戻る ▲▲ ****/

/**** メインフッター ****/
.foot_wrap {
	margin-top: 16px;
	padding: 0;
	background-color: #D0EFAB;
}

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

.foot-content {
	margin-right: auto;
	width: calc(100% - 260px);
}

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

/**** ▼▼ リンク集 ▼▼ ****/
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding-left: 16px;
}

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

/**** ▲▲ リンク集 ▲▲ ****/

.foot_id {
	margin-top: 16px;
}

.foot .address {
	margin-top: 8px;
}

.foot .address span {
	display: block;
}

.foot .address span:first-child {
	font-weight: bold;
}

.foot .address span:nth-child(2),
.foot .address span:nth-child(3) {
	margin-top: 6px;
}

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

/**** ▼▼ 地図 ▼▼ ****/
.foot-map {
	margin-top: 12px;
	width: 240px;
}

@media only screen and (max-width: 600px) {
	.foot-map {
		margin-top: 24px;
		margin-left: auto;
	}
}

/**** ▲▲ 地図 ▲▲ ****/

/**** ▼▼ コピーライト表記 ▼▼ ****/
.foot_copy {
	margin-top: 16px;
	padding: 10px 12px 9px;
	font-size: 87.5%;
	text-align: center;
	background-color: #fff;
}

.foot_copyin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
}

/**** ▲▲ コピーライト表記 ▲▲ ****/

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


/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.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: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}

.ac_display03 {
	top: 19px;
}

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

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

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

#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: 72%;
		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;
}