@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;
	background: #fff;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	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: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #ACE3DB;
	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 #B2D989;
}
/* 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;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/* 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: #B2D989;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
	position: relative;
}
header button::before{
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: 4px;
	width: 14px;
	height: 14px;
	background: url("img/nav01.png")no-repeat 0 0/contain;
}
#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: #B2D989cc;
}
/**** その他 ****/
.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は削除する
********************************************/

.all{
	background: url("img/bg01.png");
}
.design{
	clear: both;
}
.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in{
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			overflow: hidden;
			margin-bottom: -4px;
			position: relative;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 85%;
	margin-left: auto;
}
.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.h_top .h_toplist {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin: 4px 0 4px auto;
}
.h_top .h_toplist > li {
	margin: 0 0 0 12px;
}
.h_top .h_toplist > li a {
	display: block;
	border: 1px solid #B2D989;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	padding: 1.8px 8px;
}
.h_top .h_toplist > li:nth-child(2){
	margin-right: 0;
}
	@media only screen and (max-width: 1024px) {
		.h_top_wrap{
			display: none;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	margin-right:16px;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0 0 0 4px;
}
.bg_list li a{
	display: block;
	border: 1px solid #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 {
	margin-left: 16px;
	display: flex;
	align-items: center;
}
.font_tit {
	margin: 1px 6px 0 0;
}
.font_list li {
	margin: 0;
}
.font_list li:first-of-type a{
	border-radius: 8px 0 0 8px;
}
.font_list li:nth-of-type(2) a{
	border-radius: 0 8px 8px 0;
	background: #B2D989;
}

/**** ヘッダーメイン ****/
.head .inner{
	display: flex;
	justify-content: center;
}
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 28px 12px 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.h_main {
	display: flex;
		align-items: center;
	padding: 0;
}
.h_main .h1 {
	margin: 0;
}
.h_main .h1 a{
	display: flex;
	text-decoration: none;
	align-items: center;
}
.h_main .h1 img{
	width: 282px;
}
.h_main .h1 span{
	display: inline-block;
	background: #fff;
	padding: 0 8px;
	border: 1px solid #b2d989;
	border-radius: 8px;
	margin-left: 8px;
	font-size: 85%;
}
	@media only screen and (max-width: 1024px) {
		.head_in{
			padding: 0;
			width: 100%;
		}
		.h_main{
			padding: 24px 70px 24px 12px;
			z-index: 1;
			position: relative;
		}
		.h_main .h1 a{
			display: block;
		}
		.h_main .h1 img{
			width: 220px;
		}
		.h_main .h1 span{
			display: block;
			margin: 8px 0 0;
			text-align: center;
		}
	}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 0;
}
.lang_btn a{
	background: #fff;
	display: inline-block;
	border: 1px solid #aaa;
	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 #aaa;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0 0 4px 4px;
}
.lang_list li{
	border-bottom: 1px solid #aaa;
	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 #aaa;
	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);
}
/* 検索ボックス */
.src_box {
	max-width: 229px;
	width: 100%;
}
.src_box .q {
	float: left;
	width: calc(100% - 56px) !important;
	margin: 0;
	height: 26px !important;
	padding: 0 6px!important;
	border: 1px solid #B2D989 !important;
	border-right: none;
	border-radius: 8px 0 0 8px;
}
.h_top .src_box #search_button,
.src_box #search_button_sp{
	width: 56px;
	min-height: 26px;
	margin: 0;
	padding: 0 4px 0 21px;
	background: #B2D989;
	cursor: pointer;
	border: 1px solid #B2D989;
	border-left: none;
	white-space: normal;
	border-radius: 0 8px 8px 0;
	display: block;
	color: #333 !important;
	max-height: 26px;
}
.h_top .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #fff;
}
	@media only screen and (max-width: 1024px) {
		.h_top .src_box{
			display: none;
		}
		.src_box .q{
			width: calc(100% - 54px) !important;
			height: 40px !important;
		}
		.src_box #search_button_sp{
			width: 54px;
			min-height: 40px;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 5;
}
.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	position: relative;
}
.g_navi_in > li {
	width: 20%;
	margin-right: 25px;
	padding-top: 32px;
	margin: 0 25px 0 0;
	display: flex;
	z-index: 2;
}
.g_navi_in > li:last-of-type{
	margin-right: 0;
}
.g_navi_in > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	border: 1px solid #B2D989;
	box-shadow: 0 1px 4px #0003;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	font-size: 100%;
	padding: 33px 10px 8px;
	width: 100%;
	border-radius: 30px;
	letter-spacing: 0.05em;
}
.g_navi_in > li > a::before{
	content: "";
	position: absolute;
	background: #fff;
	border: 1px solid #B2D989;
	border-radius: 30px;
	box-shadow: 0 1px 4px #0003;
	width: 64px;
	height: 64px;
	top: -33px;
	left: calc(50% - 32px);
	z-index: -1;
}
.g_navi_in > li > a::after{
	content: "";
	position: absolute;
	background: url("img/g_01.png")no-repeat 0 0/contain;
	width: 64px;
	height: 64px;
	top: -32px;
	left: calc(50% - 32px);
}
.g_navi_in > li:nth-of-type(2) > a::after{
	background: url("img/g_02.png")no-repeat 0 0/contain;
}
.g_navi_in > li:nth-of-type(3) > a::after{
	background: url("img/g_03.png")no-repeat 0 0/contain;
}
.g_navi_in > li:nth-of-type(4) > a::after{
	background: url("img/g_04.png")no-repeat 0 0/contain;
}
.g_navi_in > li:nth-of-type(5) > a::after{
	background: url("img/g_05.png")no-repeat 0 0/contain;
}
.g_navi_in > li:nth-of-type(6) > a::after{
	background: url("img/g_06.png")no-repeat 0 0/contain;
}
.g_navi_in > li:nth-of-type(7) > a::after{
	background: url("img/g_07.png")no-repeat 0 0/contain;
}
.g_navi_in > li > a:hover , .g_navi_in > li.active > a {
	background: #D5F0BB;
}
.g_navi_in > li > a span{
	display: block;
}
.g_navi_in > li > a strong{
	color: #333;
}
.g_navi_in_sub {
  opacity: 0;
  display: none;
  padding: 0 12px;
}
.g_navi_in li.addactive .g_navi_in_sub {
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  padding-top: 8px;
  top: 100%;
}
.g_navi_in_sub::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 79px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #B2D989 transparent transparent;
  transform: rotate(90deg);
}
.g_navi_in_sub div {
  position: absolute;
  background-color: #fff;
  padding: 0px 10px 10px 0;
  border: 0.5px solid #B2D989;
  border-radius: 7px;
  left: auto;
  width: calc(100% - 24px);
}
.g_navi_in li:nth-child(2) .g_navi_in_sub::before {
  left: 20.7%;
}
.g_navi_in li:nth-child(3) .g_navi_in_sub::before {
  left: 35%;
}
.g_navi_in li:nth-child(4) .g_navi_in_sub::before {
  left: 49.5%;
}
.g_navi_in li:nth-child(5) .g_navi_in_sub::before {
  left: 63.7%;
}
.g_navi_in li:nth-child(6) .g_navi_in_sub::before {
  left: 78%;
}
.g_navi_in li:nth-child(7) .g_navi_in_sub::before {
  left: 92.3%;
}
.g_navi_in_sub li {
  float: left;
  margin-left: 20px;
  width: calc((100% / 3) - 20.1px);
}
.g_navi_in_sub a {
  position: relative;
  padding-left: 14px;
}
.g_navi_in_sub a::before {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	position: fixed;
	top: 0;
	right: 12px;
	z-index: 110;
}
#menu_button a{
	position: relative;
	background: #B2D989;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
	z-index: 2;
	border-radius: 8px;
}
#menu_button a strong{
	color: #333;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #555;
	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: #555;
	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 #B2D989;
	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: #B2D989;
	display: inline-block;
	color: #333;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #555;
	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;
	max-width: none;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #B2D989;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #B2D989;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
}
#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.ac_box_in{
	border-bottom: 0;
	background: url("img/bg01.png");
}
#sidr ul.ac_box_in li{
	border-bottom: 1px solid #B2D989;
}
#sidr ul.ac_box_in li:first-child{
	border-top: 1px solid #B2D989;
}
#sidr ul.ac_box_in li a{
	padding: 12px 24px 12px 12px;
}
#sidr .ac_box p{
	margin: 0;
}
#sidr .ac_box .ac_display{
	margin: -14px 0 0;
}
#sidr .ac_display a{
	padding: 4px 4px 4px 18px;
}
#sidr .ac_box + ul{
	display: none;
}

#sidr ul.sidr_navi_sub{
	display: flex;
}
#sidr ul.sidr_navi li .ac_box > a{
	padding-right: 64px;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 100%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
#sidr ul.sidr_navi_sub li:nth-child(odd){
	border-bottom: 1px solid #1A1A1A;
}
/**** 支援機能 ****/
#sidr .side_shien{
}
#sidr ul.sidr_navi02{
	border-bottom: 3px solid #B2D989;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	border-bottom: 1px solid #B2D989;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li:last-of-type{
	border-bottom: none;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	position: relative;
}
#sidr ul.sidr_navi02 li a::before{
	content: '';
	position: absolute;
	top: calc(50% - 4.5px);
	right: 12px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(-45deg);
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #B2D989;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}
/********************** フッター **********************/
.main_footer {
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #ACE3DB;
	padding: 0 16px;
	position: relative;
	border-radius: 30px 30px 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: #fff;
	padding: 4px 16px 16px;
	border-radius: 0 0 30px 30px;
}
.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 #aaa;
	padding: 2px 8px;
	margin: 0;
	border-radius: 8px;
}
.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;
	border-radius: 8px;
}
#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 {
	margin-top: 72px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #B2D989;
	border-bottom: 0;
	line-height: 1;
	padding: 42px 20px 20px;
	font-size: 88%;
	border-radius: 30px 30px 0 0;
	letter-spacing: 0.07em;
	position: relative;
}
.foot_modori a:hover{
	background: #B2D989cc;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 22px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	border-top: 1px solid #B2D989;
	padding: 0;
	background: url("img/f_bg01.png")repeat-x 0 calc(100% - 47px);
	background-size: auto min(15vw , 185px);
	background-color: #fff;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 22px 64px 140px 12px;
	position: relative;
}
.foot::before{
	content: '';
	position: absolute;
	width: min(100vw , 1366px);
	height: calc(100% - 47px);
	bottom: -1px;
	left: -5.3vw;
	background: url("img/foot_img.png")no-repeat 0 100%/contain;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	padding-left: 12px;
	margin-right: 22px;
	letter-spacing: 0.05em;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -2px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #B2D989;
	border-bottom: 1px solid #B2D989;
	transform: rotate(-45deg);
}
.foot_link li a{
	font-size: 88%;
}
.foot_id {
	margin-top: 30px;
}
.foot_id_in{
	font-size: 150%;
	margin: 12px 0;
}
.foot .address {
	margin-top: 0;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot .small{
	letter-spacing: 0.15em;
	position: relative;
}
.foot .access a{
	display: inline-block;
	text-decoration: none;
	background: url("img/bg01.png");
	padding: 6px 10px;
	margin-left: 88px;
	letter-spacing: 0.1em;
	border: 1px solid #B2D989;
	border-radius: 8px;
}
.foot .access a:hover{
	background: #EBDF60;
}
.foot_copy {
	background: #B2D989;
	font-size: 88%;
	padding: 14px 12px 13px;
	text-align: center;
	letter-spacing: 0.13em;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot {
			width: 100%;
			padding-right: 12px;
		}
		.foot::before{
			width: 100%;
			left: 0;
		}
		.foot .access{
			display: block;
		}
		.foot .access a{
			margin: 4px 0;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
	@media only screen and (max-width: 480px) {
		.foot {
			padding-bottom: 90px;
		}
		.foot::before{
			height: 19.2%;
			background-size: min(180% , 800px);
		}
	}
/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box02{
	position: relative;
}
.main_naka .ac_box02 h2{
	padding: 0 64px 0 12px;
	border: 0;
	background: #fff;
}
.main_naka .ac_box02 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 4px;
	height: 100%;
	border-radius: 8px;
	background: #B2D989;
}
.ac_display03{
	display: inline-block;
	position: absolute;
	top: 24px;
	margin: -14px 0 0;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #B2D989;
	border-radius: 6px;
	z-index: 1;
}
.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 #B2D989;
	border-radius: 6px;
	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: 72px;
	}
	.ac_box > a span{
		display: block;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #B2D989;
		z-index: 100;
		border-radius: 6px;
	}
	.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;
}