@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: "UD新ゴ R","UD Shin Go Regular",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: #fff;
	color: #333;
	border-radius: 20px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #0E9150;
	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"] {
	font-family: "UD新ゴ R","UD Shin Go Regular",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;
}
#body select{
	color: #333;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}
/* 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;
	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;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 87.5%;
/*	color: #555;*/
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone03{
	margin-top: 30px;
}
.zone01_in > *,
.zone02_in,
.zone03_in,
.zone04_in{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.zone01_in > *,
.zone02_in > *,
.zone03_in > *,
.zone04_in > *{
	margin-top: 80px;
}
@media only screen and (max-width: 768px){
	.zone03{
		margin-top: 10px;
	}
	.zone01_in > *,
	.zone02_in > *,
	.zone03_in > *,
	.zone04_in > *{
		margin-top: 60px;
	}
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
}
.inbody .main_header{
	background-image: url("img/inzw_head_right.png"), url("img/inzw_head_left.png");
	background-repeat: no-repeat;
	background-size: 342px auto, 123px auto;
	background-position: top right, bottom left;
}
@media only screen and (max-width: 1024px) {
	.main_header{
		overflow: hidden;
		margin-bottom: -4px;
		position: relative;
	}
	.inbody .main_header {
		background: none;
	}
}
/**** ヘッダー上段リンク ****/
.h_top {
	background-color: rgba(255,255,255,.8);
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 24px;
}
.h_top .h_toplist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.h_top .h_toplist > li {
	margin: 0;
}
.h_top .h_toplist > li a {
	display: block;
	border: 2px solid #ddd;
	border-radius: 5px;
	background: #fff;
	text-decoration: none;
	padding: 4px 10px;
}
.h_top .h_toplist > li:nth-child(2){
}
	@media only screen and (max-width: 1024px) {
		.h_top{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	gap: 10px;
}
.bg_tit{
	padding: 0;
	margin: 0;
}
.bg_list{
	display: flex;
	align-items: center;
	gap: 4px;
}
.bg_list li{
	padding: 0;
	margin: 0;
}
.bg_list li:last-child a{
	background: #0E9150;
	border-color: #0E9150;
}
.bg_list li:last-child a > strong {
	color: #fff;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
}

/* 文字サイズ */
.font_size, .font_tit, .font, .font_list{
	display: flex;
	align-items: center;
}
.font_size {
	gap: 10px;
}
.font_tit {
	margin: 0;
}
.font_list{
	gap: 4px;
}
.font_list li {
	margin: 0;
}
.font_list li:last-child a{
	background: #0E9150;
	border-color: #0E9150;
}
.font_list li:last-child a > strong {
	color: #fff;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
}
/**** ヘッダーメイン ****/
.head{
	width: 100%;
	margin: 0 auto;
	padding: 30px;
}
.head_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_main{
	display: flex;
	align-items: center;
	gap: 20px;
}
.h_main .h1{
	margin: 0;
	width: 240px;
	display: flex;
}
.h_main .h1 span{
	margin: 0 auto;
	padding-left: 20px;
	background: url("img/inzw_arrow01.svg") no-repeat center left / 14px auto;
	display: block;
}
.h_main .headLogo_sub {
	margin: 0;
	width: 156px;
}
@media only screen and (max-width: 1024px){
	.head{
		padding: 20px;
	}
	.head_in{
		padding: 0;
		width: 100%;
	}
	.h_main{
		gap: 10px;
	}
	.h_main .h1 {
		width: 180px;
	}
	.h_main .headLogo_sub{
/*		width: 124px;*/
		display: none;
	}
	.h_main .h1 span{
		display: none;
	}
}
@media only screen and (max-width: 500px){
	.head{
		padding: 20px 12px;
	}
	.head_in{
		gap: 20px;
	}
}

/* 言語選択 */
.h_top .language{
	position: relative;
}
.h_top .language .lang_btn{
	margin: 0;
}
.h_top .h_toplist > li .lang_btn a{
	padding: 4px 26px 4px 10px;
	letter-spacing: 0.05em;
	transition: all 0.2s;
	position: relative;
}
.h_top li .lang_btn a::before{
	content: "";
	position: absolute;
	right: 10px;
	top: 0.65em;
	width: 9px;
	height: 9px;
	border-right: 2px solid #0E9150;
	border-bottom: 2px solid #0E9150;
	rotate: 45deg;	
}
.h_top .language .lang_btn a:hover{
	background: #eee;
}
.h_top .h_toplist > li .language > div{
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	padding: 3px 6px 6px;
	width: 130%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}
.h_top .language .lang_list li{
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.h_top .language .lang_list li a{
	padding: 4px 4px 3px;
	border: none;
	border-radius: 0;
	display: block;
	transition: 0.2s;
}
.h_top .language .lang_list li a[lang="el"]{
	letter-spacing: -0.05em;
}
.h_top .language .lang_list li a:hover{
	background-color: #eee;
}
.h_top li .lang_btn.close a{
	margin-top: 6px;
	padding: 5px 6px 4px;
	font-size: 87.5%;
	text-align: center;
	background-color: #FCFC9D;
	border: none;
	border-radius: 4px;
	position: relative;
}
.h_top li .lang_btn.close a:hover{
	background-color: #F4F469;
}
.h_top li .lang_btn.close a::before{
	content: none;
}
.h_top li .lang_btn.close a span{
	padding-left: 18px;
	position: relative;
}
.h_top li .lang_btn.close a span::before,
.h_top li .lang_btn.close a span::after{
	content: '';
	position: absolute;
	left: 0;
	top: 49%;
	margin-top: 0;
	height: 1px;
	width: 12px;
	background: #3B4043;
	border: 0;
	rotate: -45deg;
}
.h_top li .lang_btn.close a span::after{
	rotate: 45deg;
}

/* 検索ボックス */
.h_main .src_box {
	width: 38%;
	margin: 0 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 74px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 10px!important;
	border: 2px solid #ddd!important;
	border-right: none!important;
	border-radius: 80px 0 0 80px!important;
}
.src_box .q::placeholder{
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.src_box #search_button,
.src_box #search_button02,
.src_box #search_button_sp,
.src_box #search_button2_sp{
	width: 74px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #0E9150;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	border: 2px solid #ddd;
	border-left: none;
	border-radius: 0 80px 80px 0;
	white-space: normal;
	display: block;
	transition: .2s;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
}
.src_box #search_button:hover,
.src_box #search_button02:hover,
.src_box #search_button_sp:hover,
.src_box #search_button2_sp:hover{
	background: #186F44;
}
	@media only screen and (max-width: 1024px) {
		.h_main .src_box{
			display: none;
		}
	}
/**** グローバルナビ ****/
.main_nav {
	margin-top: 20px;
	letter-spacing: 0.1em;
	position: relative;
}
.main_nav .g_navi_in{
	display: flex;
	gap: 0 20px;
}
.main_nav .g_navi_in > li{
	margin: 0;
	display: flex;
	flex-direction: column;
	flex-basis: 150px;
	flex-grow: 1;
}
.main_nav .g_navi_in > li > a{
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	border-bottom: 2px dashed #0E9150;
	display: block;
	z-index: 2;
	position: relative;
}
.main_nav .g_navi_in > li > a::after,
.main_nav .g_navi_in > li > a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #FCFC9D;
	border-radius: 4px;
	transition: 0.3s;
	z-index: -1;
}
.main_nav .g_navi_in > li > a:hover::after,
.main_nav .g_navi_in > li.active > a::after{
	width: 100%;
	height: calc(100% - 3px);
	transition: 0.3s;
}
.main_nav .g_navi_in > li.addactive > a::before{
	content: '';
	position: absolute;
	bottom: -14px;
	left: calc(50% - 8px);
	border: 8px solid transparent;
	border-bottom: 12px solid #BEED95;
}
.main_nav .g_navi_in_sub{
	position: absolute;
	left: 0;
	padding-top: 12px;
	width: 100%;
	display: none;
	z-index: 100;
}
.main_nav .g_navi_in_sub ul{
	font-size: 90%;
	padding: 8px 20px 20px;
	background-color: #F4FFEA;
	border: 2px solid #BEED95;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
}
.main_nav .g_navi_in_sub li{
	margin: 12px 20px 0 0;
	padding: 0 0 0 22px;
	width: calc((100% - 40.01px)/3);
	background: url("img/inzw_arrow01.svg") no-repeat top 5px left;
	position: relative;
}
.main_nav .g_navi_in_sub li:nth-child(3n){
	margin: 12px 0 0 0;
}
@media only screen and (max-width: 1150px){
	.inbody .main_nav .g_navi_in{
		gap: 0 12px;
	}
}
@media only screen and (max-width: 1024px){
	.g_navi{
		display: none;
	}
}

/*検索ボックス*/
.inbody .srchArea{
	margin: 25px auto 0;
	padding: 30px 40px;
	max-width: 1200px;
	background: #E3F7D1 url("img/inzw_bgi.png");
	border: 2px solid #fff;
	border-radius: 10px;
	display: flex;
	gap: 0 30px;
}
.inbody .srchArea .srchArea_site{
	width: calc(45% - 30px);
}
.inbody .srchArea .srchArea_id{
	width: 55%;
}
.inbody .srchArea .src_box form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inbody .srchArea .src_box form label{
	padding-left: 10px;
	width: 134px;
	position: relative;
}
.inbody .srchArea .src_box form label::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #3EAD76;
	border-radius: 3px;
}
.inbody .srchArea .src_box form div{
	width: calc(100% - 134px);
}
.inbody .srchArea_id .src_box form div{
	width: calc(100% - 344px);
}
.inbody .srchArea .src_box form a{
    margin-left: 10px;
    padding: 6px 7px 6px 25px;
	min-width: 200px;
    font-size: 87.5%;
    text-decoration: none;
    background: #FCFC9D url(img/inzw_arrow01.svg) no-repeat center left 8px / 14px auto;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: .2s;
}
.inbody .srchArea .srchArea_id a:hover{
    background-color: #F4F469;
}
.inbody .srchArea .srchArea_id p{
    margin: 8px 0 0;
	font-size: 87.5%;
	order: 4;
	width: 100%;
}
@media only screen and (max-width: 1024px){
	.inbody .srchArea{
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
/*ドロワー共通*/
.main_header .drawer_btn{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0 0.5%;
	width: 100%;
/*	background-color: #0E9150;*/
	background: url(img/inzw_bgi.png), linear-gradient(120deg, #2BB27B, #038444);
/*	border-top: 2px solid #0E9150;*/
	display: flex;
	z-index: 10000;
}
.drawer_btn p{
	margin: 0;
}
.drawer_btn .d_btn{
	padding: 5px 10px;
	width: 33%;
	position: relative;
	z-index: 10001;
}
.drawer_btn .d_btn::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 40px;
    background-color: #B2EDD2;
}
.drawer_btn .d_btn:last-child::after {
    content: none;
}
.drawer_btn p button{
	padding: 26px 2px 0;
	width: 100%;
	min-height: 48px;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	background: transparent;
	border: 0;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}
.drawer_btn p button:hover,
.drawer_btn p button.active{
	background: transparent;
}
.drawer_btn button b{
	color: #fff;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
}
.drawer_btn button .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
}
.drawer_btn button .icon_ham:before,
.drawer_btn button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
}
.drawer_btn button .icon_ham:before{
	top: 7px;
}
.drawer_btn button .icon_ham:after{
	top: 14px;
}
.drawer_btn .d_open button .icon_ham{
	background: none;
}
.drawer_btn .d_open button .icon_ham::before{
	top: 6px;
	transform: rotate(-45deg);
}
.drawer_btn .d_open button .icon_ham::after{
	top: 6px;
	transform: rotate(45deg);
}
.drawer_btn .chatBot_sp a{
	top: 14px;
}
.drawer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	height: calc(100dvh - 70px);
	color: #333;
	font-size: 100%;
	background: #F4FFEA;
	box-shadow: 0 -6px 20px rgba(121, 111, 69, 0.1) inset;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	z-index: 9999;
}
.drawer .h_main{
	padding: 20px;
}
.drawer .drawer_head .drawer_btn{
	position: static;
}
.drawer .inner{
	margin: 0 auto;
	padding: 10px 20px 90px;
	max-width: 700px;
	min-height: calc(100% - 102px);
}
.drawer .inner p.btn{
	margin-top: 30px;
	text-align: center;
}
.drawer .inner .d-btn_close{
	padding: 8px 10px;
	min-width: 100px;
	color: #fff;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	background-color: #0E9150;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
	border-radius: 10px;
	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: 500px){
	.main_header .drawer_btn{
		right: 12px;
	}
	.drawer_btn .d_btn{
		width: calc(50% - 70px);
	}
	.drawer_btn .d_btn.chatBot_sp{
		padding: 5px;
		width: 140px;
		letter-spacing: 0.05em;
	}
	.drawer .h_main{
		padding: 20px 12px;
	}
}

/*ナビゲーションドロワー*/
#menu_drawer .sidr_navi{
	border-radius: 15px;
	display: flex;
	gap: 0 16px;
	flex-wrap: wrap;
}
#menu_drawer .sidr_navi > li{
	margin: 0;
	padding: 0;
	width: calc(50% - 8px);

}
#menu_drawer .sidr_navi li.mainsite{
	width: 100%;
	margin-top: 10px;
	border: 0;
}
#menu_drawer .sidr_navi li.home p{
	padding: 15px 0 12px;
	border-bottom: 2px dashed #0E9150;	
}
#menu_drawer .sidr_navi li a{
/*	width: 100%;*/
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.nav_ac_display{
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	right: 6px;
	border-radius: 5px;
	font-size: 75%;
	display: inline-block;
    position: absolute;
    background: #fff;
    border: 1px solid #0E9150;
    z-index: 100;
}
.nav_ac_display a{
	display: inline-block;
	padding: 2px 18px 2px 5px;
	text-decoration: none;
}
.nav_ac_display::before,
.nav_ac_display::after{
	content: "";
	position: absolute;
	background: #0E9150;
	width: 10px;
	height: 1px;
	right: 5px;
	left: auto;
	top: 11px;
}
.nav_ac_display::after{
	transform: rotate(90deg);
}
.nav_ac_box_in{
	display: none;
}
.nav_ac_box_wrap.active .nav_ac_box_in{
	display: inline;
}
.nav_ac_box_wrap.active .nav_ac_display::after {
	display: none;
}
#menu_drawer .sidr_navi .nav_ac_box{
	padding: 15px 0 12px;
	border-bottom: 2px dashed #0E9150;
	position: relative;
}
#menu_drawer .sidr_navi .nav_ac_box_in ul{
	margin-bottom: 20px;
}
#menu_drawer .sidr_navi .nav_ac_box_in li{
	margin-top: 16px;
}
#menu_drawer .sidr_navi .nav_ac_box_in li a{
	display: inline-block;
	padding: 0 0 0 22px;
	position: relative;
	border: none;
	text-decoration: underline;
}
#menu_drawer .sidr_navi .nav_ac_box_in li a::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 9px;
	background: url("img/inzw_arrow01.svg") no-repeat center / contain;
	top: .7em;
	left: 0;
}
#menu_drawer .sidr_navi li.mainsite a{
	color: #fff;
	font-size: 85%;
	background: #397F16;
	border-radius: 6px;
}
#menu_drawer .sidr_navi li.mainsite a::before{
	border-color: #fff;
}
#menu_drawer .sidr_navi li.mainsite a strong{
	color: #fff;
}
#menu_drawer li a::before{
	left: 8px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
}

#menu_drawer .sub_navi{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	position: relative;
}
#menu_drawer .sub_navi li{
	position: static;
}
#menu_drawer .language .lang_btn a{
	margin: 0;
	padding: 4px 26px 4px 10px;
	font-size: 87.5%;
	text-decoration: none;
	letter-spacing: 0.05em;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
}
#menu_drawer .language .lang_btn a::before{
	content: "";
	position: absolute;
	right: 10px;
	left: auto;
	top: 0.65em;
	margin: 0;
	width: 9px;
	height: 9px;
	border-right: 2px solid #0E9150;
	border-bottom: 2px solid #0E9150;
	rotate: 45deg;	
}
#menu_drawer .language > div{
	display: none;
	margin-top: 6px;
	padding: 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}
#menu_drawer .language .lang_list{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
#menu_drawer .language .lang_list li{
	margin: 0;
	padding: 0;
	width: calc(25% - 4.5px);
}
#menu_drawer .language .lang_list li a{
	padding: 4px 4px 3px;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 3px;
	display: block;
	transition: 0.2s;
}
#menu_drawer .language .lang_list li a[lang="el"]{
	letter-spacing: -0.05em;
}
#menu_drawer li .lang_btn.close{
	text-align: center;
}
#menu_drawer li .lang_btn.close a{
	margin-top: 10px;
	padding: 6px 16px;
	font-size: 87.5%;
	text-align: center;
	background-color: #FCFC9D;
	border: none;
	border-radius: 4px;
	display: inline-block;
	position: relative;
}
#menu_drawer li .lang_btn.close a::before{
	content: none;
}
#menu_drawer li .lang_btn.close a span{
	padding-left: 18px;
	position: relative;
}
#menu_drawer li .lang_btn.close a span::before,
#menu_drawer li .lang_btn.close a span::after{
	content: '';
	position: absolute;
	left: 0;
	top: 49%;
	margin-top: 0;
	height: 1px;
	width: 12px;
	background: #3B4043;
	border: 0;
	rotate: -45deg;
}
#menu_drawer li .lang_btn.close a span::after{
	rotate: 45deg;
}
@media only screen and (max-width: 680px){
	#menu_drawer .language .lang_list{
		gap: 6px 2%;
	}
	#menu_drawer .language .lang_list li{
		width: 32%;
	}
}
@media only screen and (max-width: 510px){
	#menu_drawer .language .lang_list{
		gap: 6px;
	}
	#menu_drawer .language .lang_list li{
		width: calc(50% - 3px);
	}
	#menu_drawer .language .lang_list li a[lang="el"]{
		letter-spacing: -0.15em;
	}
}



/*検索ドロワー*/
#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 button{
	background-image: url("img/icon_search.svg");
	background-repeat: no-repeat;
	background-position: top 7px center;
	background-size: 18px auto;
}
#src_d-btn.d_open button{
	background-image: none;
}
#src_drawer .src_box{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#src_drawer .src_box:nth-child(2){
	margin-top: 30px;
}
#src_drawer .src_box .q{
	width: calc(100% - 74px) !important;
	height: 40px!important;
}
#src_drawer .src_box #search_button_sp,
#src_drawer .src_box #search_button2_sp{
	width: 74px;
    min-height: 40px;
}
#src_drawer .src_box .src_label{
	margin-bottom: 8px;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}
#src_drawer .src_box .src_label label{
	padding: 1px 0 1px 10px;
	position: relative;
}
#src_drawer .src_box .src_label label::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #0E9150;
	border-radius: 60px;
}
#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;
}
.drawer_btn .chatBot_sp a{
	padding: 6px 2px 0;
	min-height: 48px;
	color: #fff;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
	display: block;
	position: relative;
	top: 0;
}
.drawer_btn .chatBot_sp a::before{
	content: '';
	position: absolute;
	top: 5px;
	left: calc(50% - 35px);
	width: 76px;
	height: 70px;
	background: url("img/inzw_chatbot_sp.png") no-repeat top center / 76px auto;
	transform: translateY(-100%);
}
.drawer_btn .chatBot_sp a span{
	display: block;
}
@media only screen and (max-width: 500px){
	#menu_drawer .sidr_navi li{
		width: 100%;
	}
}

/********************** フッター **********************/
.main_footer {
/*	overflow: hidden;*/
	width: 100%;
	position: relative;
	padding-top: 220px;
	background: #FCFC9D;
	background-image: url("img/inzw_foot_bg01.png"), url("img/inzw_foot_bg02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, right top 100px;
	background-size: 120% auto, 657px auto;
}
@media only screen and (max-width: 1024px) {
	.main_footer {
		padding-top: 190px;
		min-width: 100%;
		background-position: center top, right bottom 100px;
		background-size: 120% auto, 430px auto;
	}
}
@media only screen and (max-width: 640px){
	.main_footer{
		background-position: center top, right bottom 115px;
		background-size: 120% auto, 300px auto;
	}
}
@media only screen and (max-width: 500px){
	.main_footer {
		padding: 100px 0 0;
	}
}
/**** トップへ戻る ****/
.foot_modori {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	padding: 12px 10px 10px;
	border-radius: 50%;
	width: 118px;
	min-height: 118px;
	position: absolute;
	right: 30px;
	top: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
	background: #0E9150 url("img/inzw_arrow05.svg") no-repeat top 18px center / 16px auto;
	padding-top: 51px;
	transition: .2s;
	font-size: 87.5%;
}
.foot_modori a:hover{
	background-color: #186F44;
	transform: translateY(-10px);
}
@media only screen and (max-width: 500px) {
	.foot_modori a{
		right: 12px;
		width: 100px;
		height: 100px;
		min-height: 100px;
		font-size: 75%;
		line-height: 1.3;
		background-size: 14px auto;
		padding-top: 49px;
	}
}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	position: relative;
}
.foot_wrap .bg_circle05{
	content: "";
	position: absolute;
	width: 548px;
	height: 498px;
	background: url("img/inzw_bg_circle05.png") no-repeat center / contain;
	top: -518px;
	left: -246px;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 182px;
	padding: 12px;
	position: relative;
	z-index: 1;
}
.foot_logo{
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	align-items: flex-end;
}
.foot_logo img{
	width: 194px;
}
.foot_logo .btn a{
	padding: 4px 10px 3px 30px;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px #186F44, -1px 1px 1px #186F44, 1px -1px 1px #186F44, -1px -1px 1px #186F44, 1px 0 1px #186F44, 0px 1px 1px #186F44, -1px 0 1px #186F44, 0 -1px 1px #186F44;
	text-align: center;
	text-decoration: none;
	background: #0E9150;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	transition: .2s;
}
.foot_logo .btn a::before{
	content: '';
	position: absolute;
	width: 14px;
	height: 100%;
	background: url("img/inzw_arrow02.svg") no-repeat center / contain;
	top: 0;
	left: 10px;
}
.main .more li a:hover{
	background: #186F44;
}

.foot .address {
	margin: 16px 0 36px;
	text-shadow: 1px 1px 1px #FCFC9D, -1px 1px 1px #FCFC9D, 1px -1px 1px #FCFC9D, -1px -1px 1px #FCFC9D, 1px 0 1px #FCFC9D, 0px 1px 1px #FCFC9D, -1px 0 1px #FCFC9D, 0 -1px 1px #FCFC9D;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #333;
	text-decoration: none;
}
ul.foot_link{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
ul.foot_link li{
	margin: 0;
	position: relative;
}
ul.foot_link li a{
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
ul.foot_link li a::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 100%;
	background: url("img/inzw_arrow01.svg") no-repeat center / contain;
	top: 0;
	left: 0;
}
.foot_copy {
	font-size: 85%;
	padding: 8px 12px;
	margin-top: 16px;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.foot_wrap {
		padding-bottom: 100px;
	}
	.foot {
		width: 100%;
		margin: 0 auto 212px;
	}
	.foot_copyin{
		padding: 0 10px;
		width: 100%;
	}
	.foot .address{
		padding-right: 0;
	}
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 768px){
	.foot_logo img{
		width: 154px;
	}
	.foot_wrap .bg_circle05{
		transform: scale(0.4);
		top: -385px;
    	left: -207px;
	}
}
@media only screen and (max-width: 640px){
	.foot{
		margin-bottom: 240px;
	}
}
	
/* チャットボット */
.chatBot{
	width: 140px;
	z-index: 10000;
	position: absolute;
	right: 12px;
	top: 0;
	transform: translateY(-100%);
}
.floating_box.hide .chatBot,
.floating_box.hide .chatBot{
	position: fixed;
	top: auto;
	bottom: 0;
	transform: translateY(0);
}
.inbody footer + .chatBot{
	position: fixed;
	top: auto;
	bottom: 0;
	right: 12px;
	transform: translateY(0);
}
@media only screen and (max-width: 1024px){
	.inbody footer + .chatBot{
		display: none;
	}
}
@media only screen and (max-width: 500px){
	.chatBot{
		width: 120px;
	}
}

/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.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;
}
.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{
		padding-right: 72px;
	}
	.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;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
.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;
}