@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;
	appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 90px;
	overflow: auto;
	scroll-behavior: smooth;
}
html.scroll_none,
html.scroll_none2 {
  overflow: hidden;
}
body {
	font-family: "UD新丸ゴ L", "UD Shin Maru Go Light", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #2F2F33;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 1240px){
	html{
		scroll-padding-top: 144px;
	}
}
@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
@media (max-width: 750px){
	html{
		scroll-padding-top: 0;
	}
}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	color: #9f0000;
	transition: .2s;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
a:focus-visible {
	outline: auto!important;
}
.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: #e0f4ff;
  color: #2F2F33;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #88c9ea;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}

/**** 申込必要 ****/
.application{
	margin-left: 8px;
	display: inline-block;
	padding: 2px 4px;
	background: #FCFFAA;
  border-radius: 4px;
  font-size: 80%;
  border: 1px solid #d3d83f;
  color: #333;
}

/**** 受付終了 ****/
.closed{
	margin-left: 8px;
	display: inline-block;
	padding: 2px 4px;
	background: #eee;
  border-radius: 4px;
  font-size: 80%;
  border: 1px solid #ccc;
  color: #333;
}

/**** 本文へ_スキップ用リンク ****/
.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-visible {
	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 #888;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: "UD新丸ゴ L", "UD Shin Maru Go Light", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #888;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button {
	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新丸ゴ M", "UD Shin Maru Go Medium";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
	min-width: auto;
	min-height: auto;
}
.anchor:focus-visible{
	outline: none!important;
}
.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;
}
.inner{
	max-width: 1224px;
	padding: 0 12px;
	margin: 0 auto;
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
}
.main_header .inner{
	max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  margin: 16px auto 0;
  padding: 0;
}

	@media only screen and (max-width: 750px) {
		.main_header{
			margin-bottom: -4px;
			position: relative;
		}
	}
/**** トップページへ ****/
.sub_head{
	background: #FFF9D8;
  font-size: 87.5%;
  padding: 6px 0;
}
.sub_head .mainsite{
	padding: 0 12px;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sub_head .mainsite a{
	color: #2B3095;
	position: relative;
	padding: 2px 14px 1px;
  background: #fff;
  border: solid 2px #D07700;
  border-radius: 15px;
  text-decoration: none;
  font-size: 87.5%;
  display: inline-block;
}
.sub_head .mainsite a:hover {
	background: #FFF0DB;
}
.sub_head .mainsite a:focus-visible {
	border-color: #FFF;
}
	@media only screen and (max-width: 750px){
		.sub_head{
			display: none;
		}
	}

/**** ヘッダー上段リンク ****/
.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 4px 12px;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.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 8px;
}
.h_top .h_toplist > li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}
.h_top .h_toplist > li:nth-child(2){
	margin-right: 16px;
}
	@media only screen and (max-width: 750px) {
		.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;
}
.font_tit {
	margin: 1px 6px 0 0;
}
.font_list li {
	margin: 0 0 0 4px;
}
/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	transition: 0.3s; 
	position: relative;
}
.head_in.exist{
	transition: none;
}
.head_in h1, .head_in .h1 {
	position: absolute;
	top: 4px;
	z-index: 1;
}
.head_in p.h1 {
	margin-top: 0;
	width: 45%;
}
.h_main {
	padding: 12px 0 10px 0;
	margin: 0 0 0 auto;
	width: 100%;
}
.h_main_in{
	display: flex;
	align-items: center;
	padding: 0px 88px 0 0;
	justify-content: flex-end;
	position: relative;
	/*	transition: 0.5s;*/
	z-index: 300;
	width: 60%;
  margin: 0 0 0 auto;
}
.h_main_in > *{
	z-index: 20;
} 
.h_main_in > div{
	margin-left: 13px;
}
.h_main_in p{
	margin-top: 0;
}
.h_main_in a.h_main_button{
	text-decoration: none;
  color: #333;
  border: 2px solid #D07700;
  padding: 0 12px 0 12px;
  border-radius: 15px;
  font-size: 87.5%;
  letter-spacing: 0;
  transition: 0.2s;
  word-break: break-all;
  background: #fff;
  display: block;
  box-sizing: border-box;
  min-height: 64px;
  line-height: 64px;
  letter-spacing: 1px;
  position: relative;
}
.head2 .h_main_in a.h_main_button {
	letter-spacing: 0;
}
.h_main_in .language a.h_main_button {
	font-size: 75%;
}
/* .h_main_in a.h_main_button::after {
	content: "";
	right: 10px;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #D07700;
	border-right: 1px solid #D07700;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
} */
.h_main_in .language.h_shien a.h_main_button {
	padding-right: 22px;
}
.h_main_in .language.h_shien a.h_main_button::after {
	content: "";
	right: 10px;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #D07700;
	border-right: 1px solid #D07700;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	transform: rotate(135deg);
}
.h_main_in a.h_main_button:hover{
	color: #9f0000;
	border: 2px solid #D07700;
	background: #FFF9D8;
}
.h_main_in > div.konzatu{
	margin: 0 0 0 20px;
}
.h_main_in > div.konzatu a{
	padding: 0px 20px;
	display: flex;
	border-radius: 5px;
	font-size: 100%;
	transition: 0.2s;
	min-height: 52px;
	align-items: center;
	border: 1px solid #607898;
	background: #D7E4F7;
}
.h_main_in > div.konzatu a:hover{
	background: #fff;
	border: 1px solid #607898;
}
	@media only screen and (max-width: 1100px){
		.head_in h1, .head_in p.h1 {
			width: 18%;
		}
		.h_main_in{
			width: 82%;
		}
	}
	@media only screen and (max-width: 750px) {
		.head_in h1, .head_in p.h1{
			width: 40%;
			padding: 0;
			max-width: 200px;
		}
		.h1 .h1_in{
			padding: 0;
		}
		.h1 .id01{
			margin: 0;
		}
		.h1 .id01 {
			display: block;
			max-height: 67px;
			width: auto !important;
		}
		 .h1 img{
			width: 100%;
			margin: 4px 0 4px 0;
  	}
		.head_in{
			padding: 0;
			width: 100%;
			align-items: flex-start;
			position: relative;
		}
		.head_in h1, .head_in .h1 {
			width: 46%;
			max-width: unset;
			top: 10px;
			left: 12px;
		}
		.h_main{
			padding: 0px 84px 0 0;
			width: calc(100% - 140px);
		}
		.h_main_in{
			flex-wrap: wrap;
			padding: 10px 0px 0 0;
			margin: 0 0 0 auto;
			text-align: right;
			position: inherit;
			min-height: 4.5em;
			align-items: center;
		}
		.h_main_in > div{
			margin: 0;
			width: 100%;
			max-width: 114px;
		}
		.h_main_in > div.konzatu{
			margin: 0 0 10px;
		}
		.h_main_in > div.konzatu a{
			padding: 4px 2px;
			font-size: 80%;
			min-height: auto;
			display: inline-block;
			max-width: 112px;
			width: 100%;
			text-align: center;
		}
		.h_main_in .h_shien{
			display: none;
		}
	}
	@media only screen and (max-width: 480px) {
		.head_in h1, .head_in .h1 {
			width: 40%;
			top: 14px;
		}
		.h_main {
			padding: 0px 78px 0 0;
		}
	}

/* 言語選択 */
.language{
	position: relative;
	z-index: 21;
}
.lang_btn{
	margin: 0;
}
.language .lang_detail{
	position: absolute;
	background: #fff;
	border: 1px solid #D07700;
	padding: 8px;
	font-size: 75%;
	z-index: 1000;
	width: 120px;
	left: calc(50% - 60px);
	top: calc(100% + 4px);
	display: none;
	max-height: 80vh;
  overflow: auto;
}
.lang_list{
	padding: 10px 0;
	border-top: 1px solid #D07700;
	border-bottom: 1px solid #D07700;
}
.lang_list li{
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 0;
}
.lang_list li:last-of-type{
	border: none;
}
.lang_list li a{
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	border: none;
	text-decoration: none;
	word-break: break-all;
}
.language .close{
	margin-top: 0;
	padding-bottom: 1px;
}
.language .close a{
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	text-align: center;
}
.language .close a::before,
.language .close a::after{
	content: '';
  background: #000;
  height: 1px;
  width: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: 0;
  transform: rotate(-45deg);
}
.language .close a::after{
	transform: rotate(45deg);
}

/* 検索ボックス */
.head_search_box{
	padding: 14px 0 0px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.head_search {
	display: flex;
	border-radius: 5px;
	width: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
}
.head_search label{
	padding: 8px 14px 6px 14px;
	min-width: 110px;
	font-size: 87.5%;
	background: #FFF0DB;
  border: 2px solid #D07700;
	border-right: 0;
	border-radius: 20px 0 0 20px;
	min-height: 2.8em;
}
.head_search #cse-search-box,
.head_search #cse-search-box02{
	width: 100%;
	display: flex;
}
.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;
}
#body .src_box input.q {
	font-size: 87.5%;
}
.head_search .q{
	height: 2.8em !important;
	padding: 4px !important;
	width: calc(100% - 210px) !important;
	min-width: 6em;
	border: 2px solid #D07700 !important;
}
.head_search .q:focus-visible{
	background-image: none !important;
}
.head_search #search_button,
.head_search #search_button02{
	width: 100px;
	min-height: 2.8em;
	margin: 0;
	padding: 0 0 0 40px;
	background: #fff url(img/waku_icon_search.svg) no-repeat 20px center/17px;
	color: #333;
	font-size: 87.5%;
	cursor: pointer;
	border: none;
	border: 2px solid #D07700;
	border-left: 0;
	white-space: normal;
	border-radius: 0 20px 20px 0;
	display: block;
	text-align: left;
}
.head_search #search_button:hover,
.head_search #search_button02:hover{
	background: #fff url(img/waku_icon_search.svg) no-repeat 20px center/17px;
}
	@media only screen and (max-width: 750px) {
		.head_search_box{
			display: block;
			padding: 10px 0 8px;
			width: calc(100% + 204px);
			left: -130px;
			margin-bottom: 12px;
		}
		.head_search{
			width: 100%;
			align-items: center;
		}
		.head_search label{
			padding: 7.5px 2px 3.5px 12px;
			font-size: 87.5%;
			min-width: unset;
			width: 100px;
		}
		.head_search .q{
			width: calc(100% - 170px) !important;
			/* height: 2.5em !important; */
		}
		.head_search #search_button,
		.head_search #search_button02{
			width: 70px;
			padding: 0 0 0 32px;
			background-position: 10px center !important;
			/* min-height: 2.5em; */
		}
	}
/* 緊急情報のスタイル */
/**** 緊急情報のスタイル ****/
.emergency {
	margin: 24px 0;
}
.main_header .emergency {
	padding: 0;
}
.main .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
.h_main_in > div.kin{
	z-index: 22;
	max-width: 8em;
}
.ac_box_kin_wrap{
	position: relative;
}
.main_header .h_main_in > .ac_box_kin_wrap{
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 1200px;
	z-index: 21;
	margin: 0;
	height: auto!important;
	opacity: 0;
	transition: 0.2s;
}
.main_header .h_main_in >.ac_box_kin_wrap.active{
	opacity: 1;
	transition: 0.5s;
	transition-delay: 0.1s;
}
.kin_text{
	text-align: center;
	min-width: 140px;
	margin: 0 0 8px;
	background: #fff;
	border-radius: 20px;
	padding: 12px;
}
.ac_box_kin{
	position: relative;
	margin-top: 0;
	height: 100%;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close){
	text-decoration: none;
  border-radius: 15px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.2s;
  color: #333;
  background: #FDD1C5;
  padding: 0 20px;
  border: 2px solid #C4684E;
  min-height: 64px;
  font-size: 100%;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover {
  background: #fff;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):focus-visible {
	outline-color: #000;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close)::before,
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close)::after{
	content: "";
  width: 100%;
  height: 20px;
  background: #FDD1C5;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  transition: 0.4s;
  opacity: 0;
  outline: 2px solid #C4684E;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close)::after{
	background: #FDD1C5;
	outline: none;
	height: 26px;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover::before,
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover::after{
	background: #fff;
}
.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::before,
.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::after{
	opacity: 1;
	bottom: -11px;
}
.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::after{
	bottom: -15px;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close{
	background: #fff;
  color: #2b3095;
  border-radius: 1000px;
  position: relative;
  padding: 2px 8px 2px 18px;
  border: none;
  font-size: 75%;
  margin: 0 0 0 8px;
  z-index: 1;
  border: 1px solid #BA634A;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover .close{
	background: #D7E4F7;
	border: 1px solid #607898;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close::before,
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close::after{
	content: '';
  background: #C4684E;
  position: absolute;
  left: 4px;
  top: 8px;
  height: 2px;
  width: 10px;
  transform: rotate(135deg);
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close::after{
	transform: rotate(45deg);
}
.ac_box_kin_in,
.ac_box_kin_wrap.exist:not(.active) .ac_box_kin_in{
	display: none;
}
.ac_box_kin_wrap.active .ac_box_kin_in{
	display: block;
	margin-bottom: 24px;
	background: #fdd1c5;
	padding: 12px;
	border-radius: 5px;
}
.ac_box_kin_in .close{
	margin-top: 0;
	height: auto;
	text-align: right;
	padding-bottom: 2px;
    padding-right: 2px;
}
.ac_box_kin_in .close.ac_box_kin_exist{
	position: relative;
	right: auto;
	bottom: auto;
	margin: 0px 0 10px;
	text-align: right;
}
#body .ac_box_kin_in .ac_box_kin{
	background: #fff;
	color: #2b3095;
	border-radius: 1000px;
	position: relative;
	padding: 6px 8px 6px 22px;
	text-decoration: none;
	border: 1px solid #BA634A;
	display: inline;
}
#body .ac_box_kin_in .ac_box_kin:hover{
	background: #D7E4F7;
	border: 1px solid #607898;
}
#body .ac_box_kin_in .ac_box_kin::before,
#body .ac_box_kin_in .ac_box_kin::after{
	content: '';
	background: #C4684E;
	position: absolute;
	left: 6px;
	top: 13px;
	height: 2px;
	width: 10px;
	transform: rotate(135deg);
}
#body .ac_box_kin_in .ac_box_kin::after{
	transform: rotate(45deg);
}
.main .emergency_lower {
	border: 2px solid #C4684E;
	border-top: none;
	padding: 4px 16px 16px;
}
.kinkyu,
.jyuyo,
.ema{
	margin: 0px 0 12px;
  padding: 12px;
  background: #fff;
  border-radius: 20px;
}
.kinkyu .title,
.jyuyo .title,
.ema .title{
	font-size: 120%;
	text-align: left;
}
.ema .title a,
.ema .title a strong{
	color: #de2f32;
}
.kinkyu .more,
.jyuyo .more,
.ema .more{
	font-size: 85%;
	text-align: right;
}
.kinkyu .more a,
.jyuyo .more a,
.ema .more a{
	display: inline-block;
	text-decoration: none;
	padding: 6px 8px;
	border: 1px solid #b6411b;
  	border-radius: 1000px;
  transition: 0.2s;
}
.ema .more a{
	background: #de2f32;
	color: #fff;
	border: 1px solid #de2f32;
}
.kinkyu .more a:hover,
.jyuyo .more a:hover{
	background: #FFE8E2;
}
.ema .more a:hover{
	background: #fff;
	color: #333;
}
.main_header .emergency_lower {
	border: 2px solid #C4684E;
	padding: 0;
	background: #fff;
	border-radius: 5px;
}
/* .main_header .emergency_lower_in{
	max-height: 80vh;
    overflow: auto;
} */
/* .ac_box_kin_wrap.exist .emergency_lower_in{
	background: #fdd1c5;
	border-radius: 20px;
	padding: 12px;
	max-height: 60vh;
} */
.main_header .emergency_lower ul{
	margin: 0 0 16px;
}
.main_header .emergency .h2{
	position: absolute;
	z-index: -1;
	color: #f5f2f0;
}
.main_header .emergency li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	display: flex;
	text-align: left;
}
.main_header .emergency li::before{
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333;
	transform: rotate(0deg);
}
.main_header .emergency li .date{
	margin: 0;
  width: 260px;
  font-size: 100%;
  padding-right: 16px;
}
.main_header .emergency li a{
	width: calc(100% - 260px);
}
.main_header .emergency_lower ul.kin_text li:first-of-type{
	margin-top: 0;
}
.main_header .emergency_lower ul.kin_link{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.main_header .emergency_lower ul.kin_link li{
	padding: 0;
	margin: 0 12px 8px 0;
	display: block;
}
.main_header .emergency_lower ul.kin_link li::before{
	display: none;
}
.main_header .emergency_lower ul.kin_link li a{
	text-decoration: none;
	border: 1px solid #b6411b;
	border-radius: 1000px;
  position: relative;
  padding: 6px 28px 6px 12px;
  background: #b6411b;
  display: flex;
  width: 100%;
  font-size: 90%;
  height: 100%;
  align-items: center;
  text-align: left;
  color: #fff;
  transition: 0.2s;
  text-shadow: 1px 1px 0 #b6411b,-1px 1px 0 #b6411b,1px -1px 0 #b6411b,-1px -1px 0 #b6411b;
}
.main_header .emergency_lower ul.kin_link li a::before{
	content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #fff;
  top: calc(50% - 7px);
  right: 8px;
}
.main_header .emergency_lower ul.kin_link li a::after{
	content: '';
  position: absolute;
  display: block;
  border-right: 1px solid #b6411b;
  border-bottom: 1px solid #b6411b;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  bottom: calc(50% - 3px);
  right: 13px;
}
.main_header .emergency_lower ul.kin_link li a:hover,
.main_header .emergency_lower ul.kin_link li a:focus-visible{
	background: #fff;
	color: #b6411b;
	text-shadow: none;
}
.main_header .emergency_lower ul.kin_link li a:hover::before,
.main_header .emergency_lower ul.kin_link li a:focus::before{
	background: #b6411b;
}
.main_header .emergency_lower ul.kin_link li a:hover::after,
.main_header .emergency_lower ul.kin_link li a:focus::after{
	border-color: #fff;
}
	@media only screen and (max-width: 1224px){
		.main_header .h_main_in > .ac_box_kin_wrap{
			width: calc(100vw - 40px);
		}
	}
	@media only screen and (max-width: 750px){
		.kin_text {
		  min-width: 110px;
		  margin: 0 0 2px;
		}
		.main_header .h_main_in > .ac_box_kin_wrap{
			bottom: 56px;
			width: 100%;
			max-width: none;
		}
		.main_header .ac_box_kin_wrap span{
			display: inline;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close){
			padding: 4px 2px;
			font-size: 80%;
			max-width: 112px;
	    display: inline-block;
	    width: 100%;
	    min-height: auto;
		height: auto;
		line-height: normal;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover,
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover::before,
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover::after{
			background: #FDD1C5;
		}
		.main_header .ac_box_kin_wrap.exist.active{
			padding-bottom: 20px !important;
		}
		.main_header .ac_box_kin_wrap.exist .ac_box_kin button:not(.close){
			font-size: 80%;
		}
		.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::before{
			bottom: -14px;
			height: 24px;
		}
		.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::after{
			bottom: -18px;
			height: 30px;
			left: 0;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close{
			display: inline-block;
			font-size: 85%;
			margin: 4px 4px 0;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover .close{
			background: #fff;
		}
		.main_header .emergency.exist li{
			flex-wrap: wrap;
			padding: 0;
		}
		.main_header .emergency li a{
			width: 100%;
			font-size: 100%;
			padding: 0;
			max-width: none;
			text-align: left;
		}
		.main_header .emergency li .date{
			padding-left: 16px;
			padding-right: 0;
			width: 100%;
			font-size: 85%;
			text-align: left;
		}
		.ac_box_kin_wrap.active{
			margin-right: 0;
		}
		.ac_box_kin_in .close{
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
		.ac_box_kin_in .close.ac_box_kin_exist{
			text-align: center;
		}
		/* .main_header .ac_box_kin_wrap.exist .ac_box_kin a{
			min-height: 60px;
			padding: 16px 10px;
			min-width: 110px;
		} */
		.main_header .emergency_lower ul.kin_text{
			margin-bottom: 0px;
		}
		.main_header .emergency_lower ul.kin_link{
			margin-bottom: 16px;
		}
		.main_header .emergency_lower ul.kin_link li{
			margin: 12px 12px 0 0;
		}
		.main_header .emergency_lower ul.kin_link li.sp_none{
			display: none;
		}
		.main_header .emergency_lower ul.kin_link li a{
			max-width: none;
		}
		.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close):hover,.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close):hover::before {
			background: #fdd1c5;
		}
		/* .main_header .kin .ac_box_kin_wrap.active.exist .ac_box_kin button:not(.close):hover::before {
			background: #b6411b;
		} */
	}
/* 緊急情報（お知らせあり）のスタイル */
.emergency_2{
	background: #fff;
	border-radius: 8px;
	padding: 24px 24px 16px;
	border-bottom: 1px solid #eee;
}
.emergency_2 h3{
	font-size: 120%;
}
.main_header .emergency_lower2 li .date{
	width: 300px;
	padding-right: 16px;
}
.main_header .emergency_lower2 li .date span{
	margin-left: 8px;
}
.main_header .emergency_lower2 li a{
	width: calc(100% - 280px);
}
	@media only screen and (max-width: 750px){
		.emergency_2{
			padding: 16px;
		}
		.emergency_2 h3{
			font-size: 100%;
		}
		.main_header .emergency_lower2 li a{
			width: 100%;
		}
		.main_header .emergency_lower2 li .date{
			width: 100%;
			padding-right: 0;
			margin-bottom: 4px;
		}
	}
/**** 重要なお知らせのスタイル ****/
.important {
	background: #fff;
	margin-bottom: 62px;
	padding: 16px 24px 24px;
	border-radius: 8px;
}
.important h3{
	font-size: 120%;
}
	@media only screen and (max-width: 750px){
		.important{
			padding: 16px 16px 16px;
			margin-bottom: 0;
		}
		.important h3{
			font-size: 100%;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
	max-width: 1224px;
  width: 100%;
  margin: 0 auto;
	/* padding: 8px 12px 8px 272px; */
  background: #fff;
}
.main .zone01 .g_navi {
	margin: 0;
}
.waku_fv .g_navi {
	padding: 0;
}
.g_navi_in {
	display: flex;
	position: relative;
}
.waku_fv .g_navi_in {
	display: block;
}
.g_navi li {
	width: 100%;
  margin: 0;
  display: flex;
  background: url(img/waku_border_y.gif) repeat-y;
}
.g_navi li:first-child {
	background: none;
}
.g_navi_in li:nth-of-type(7n) {
  border-right: none;
}
.g_navi li a{
	display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  font-size: 100%;
  padding: 8px 11px 9px;
  width: 100%;
  flex-wrap: wrap;
  letter-spacing: 1px;
  transition: 0s;
  border: 1px solid transparent;
}
.g_navi_in > li > a > strong {
  display: block;
  color: #000;
}
.g_navi li a div {
	width: auto;
}

.g_navi_in > li > a:hover, .g_navi_in > li.active > a {
	background-color: #FFF9D8;
	border: 1px solid #D07700;
}
.g_navi img {
	padding: 6px 12px 6px 0;
  max-width: 104px;
  width: 60px;
}
.g_navi01, .g_navi02, .g_navi03, .g_navi04, .g_navi05, .g_navi06 {
  width: 100%;
}
.main .zone01 .g_navi .g_navi01,.main .zone01 .g_navi .g_navi02,.main .zone01 .g_navi .g_navi03,.main .zone01 .g_navi .g_navi04 {
	width: auto;
}
.g_navi p {
  margin: 0;
}
.g_navi span {
  display: block;
}
	@media only screen and (max-width: 1060px) {
	  .g_navi span {
	    display: inline;
	  }
	}
	@media only screen and (max-width: 910px){
		.g_navi{
			padding: 8px 12px 8px 24%;
		}
	}
	@media only screen and (max-width: 750px) {
		.g_navi{
			display: none;
		}
		.main .zone01 .waku_fv .g_navi {
			display: block;
		}
	}

/**** メニューに関するスタイル ****/
/* メニューボタン */
.d_btn{
	margin: 0;
	position: absolute;
	display: block;
	z-index: 1000;
	margin-left: 24px;
	top: 14px;
	right: calc(50% - 600px);
}
#menu_button2.d_btn{
	top: 20px;
	position: relative;
  right: 0;
  margin: -90px 0 24px auto;
  text-align: right;
}
#menu_button.d_btn button,
#menu_button2.d_btn button,
#menu_button02.d_btn a,
#menu_button02_2.d_btn button{
	position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.5px;
  text-align: center;
  min-height: 64px;
  width: 64px;
  border: 2px solid #C97400;
	border-radius: 10px;
	background: #FFF0DB;
  font-size: 80%;
  padding: 37px 0 0px 0;
  word-break: break-all;
}
#menu_button.d_btn button:focus-visible,
#menu_button2.d_btn button:focus-visible,
#menu_button02.d_btn a:focus-visible,
#menu_button02_2.d_btn button:focus-visible {
	border-color: #FFF;
}
.d_btn a b,
.d_btn button b{
	color: #000;
	font-size: 87.5%;
}
.d_btn a:hover b,
.d_btn button:hover b {
  color: #9f0000;
}
.d_btn a .icon_ham, .d_btn button .icon_ham{
	position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -18px;
  display: inline-block;
  background: #000;
  height: 2.5px;
  width: 36px;
  border-radius: 5px;
  transition: 0.3s;
}
.d_btn a .icon_ham::before,
.d_btn a .icon_ham::after,
.d_btn button .icon_ham::before,
.d_btn button .icon_ham::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -18px;
	background: #000;
	height: 2.5px;
	width: 36px;
	transition: 0.3s;
	border-radius: 5px;
}
.d_btn a .icon_ham::after,
.d_btn button .icon_ham::after{
	top: 20px;
}
#menu_button2 .menu .icon_ham,
#menu_button02_2 .menu .icon_ham {
	background: none;
}
#menu_button2 .menu .icon_ham::before,
#menu_button02_2 .menu .icon_ham::before {
  top: 8px;
  transform: rotate(-45deg);
}
#menu_button2 .menu .icon_ham::after,
#menu_button02_2 .menu .icon_ham::after {
  top: 8px;
  transform: rotate(45deg);
}
.d_btn .menu:hover .icon_ham,
.d_btn .menu:hover .icon_ham::before,
.d_btn .menu:hover .icon_ham::after {
	background: #425876;
}
#menu_button.active .menu .icon_ham::before,
#menu_button02.active .menu .icon_ham::before{
	top: 8px;
	transform: rotate(-45deg);
}
#menu_button.active .menu .icon_ham::after,
#menu_button02.active .menu .icon_ham::after{
top: 8px;
transform: rotate(45deg);
}
#menu_button.active .menu .icon_ham,
#menu_button02.active .menu .icon_ham{
background: none;
}
@media only screen and (max-width: 1223px){
	.d_btn{
		right: 12px;
	}
}
@media only screen and (max-width: 750px){
	.d_btn{
		top: 10px;
		border-radius: 15px;
	}
	#menu_button2.d_btn{
		margin-bottom: 32px;
		top: 14px;
	}
	#menu_button.d_btn button, #menu_button2.d_btn button, #menu_button02.d_btn a, #menu_button02_2.d_btn button {
		width: 58px;
		min-height: 58px;
	}
}

/* メニュー内 */
#drawer.drawer-nav,
#drawer02.drawer-nav{
	margin: 0;
	padding: 0 0 32px;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: rgba(255, 249, 216, 0.9);
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	position: fixed;
	top: 0;
	left: 0;
	scrollbar-width: none;
    -ms-overflow-style: none;
	scrollbar-gutter: stable;
}
#drawer02.drawer-nav{
	height: 100vh;
	overflow-y: scroll;
}
.drawer-nav .anchor{
	padding: 0;
}
#drawer.drawer-nav::-webkit-scrollbar,#drawer02.drawer-nav::-webkit-scrollbar {
    display: none;
}
body.drawer-open{
	width: 100%;
}
.drawer-menu{
	min-height: calc(100% + 1px);
}
.side_sitenavi{
  margin: 0 auto;
  max-width: 1224px;
  padding: 90px 12px 40px;
  position: relative;
}
.side_sitenavi .d_btn{
	top: 22px;
}
#drawer .d-close,
#drawer02 .d-close{
  width: 100%;
  max-width: 1224px;
  margin: 32px auto 0;
  text-align: center;
}
#drawer .d-close a,
#drawer02 .d-close a{
  background: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 4em;
  min-width: 146px;
  border: 1px solid #888;
  transition: 0.3s;
}
#drawer .d-close a:hover,
#drawer02 .d-close a:hover{
  background: #FFF0DB;
  color: #9f0000;
	border-color: #D07700;
}
#drawer .d-close a:focus-visible,
#drawer02 .d-close a:focus-visible {
	outline-color: #006EE6 !important;
	border-color: #FFF;
	background: #FFF0DB;
	color: #9f0000;
}
#drawer .d-close span,
#drawer02 .d-close span{
  display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
#drawer .d-close span::before,
#drawer .d-close span::after,
#drawer02 .d-close span::before,
#drawer02 .d-close span::after{
  content: '';
  background: #999;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  margin-top: 0;
  border-radius: 1px;
  transform: rotate(-45deg);
}
#drawer .d-close a:hover span::before,
#drawer .d-close a:hover span::after,
#drawer02 .d-close a:hover span::before,
#drawer02 .d-close a:hover span::after,
#drawer .d-close a:focus-visible span::before,
#drawer .d-close a:focus-visible span::after,
#drawer02 .d-close a:focus-visible span::before,
#drawer02 .d-close a:focus-visible span::after {
  background: #9f0000;
}
#drawer .d-close span::after,
#drawer02 .d-close span::after{
  transform: rotate(45deg);
}
	@media only screen and (max-width: 750px){
		.side_sitenavi{
	    font-size: 100%;
	    padding: 88px 12px 40px;
	  }
	  #drawer .d-close,
	  #drawer02 .d-close{
	    margin: 40px auto 20px;
	  }
	}
/* ヘッダーその他リンク */
#drawer .h_top,
#drawer02 .h_top{
	padding: 0;
}
#drawer .h_top ul,
#drawer02 .h_top ul{
  width: 100%;
  display: flex;
  font-size: 85%;
  border: none;
}
#drawer .h_top ul li,
#drawer02 .h_top ul li{
	width: calc(25% - 18px);
	margin-right: 24px;
}
#drawer .h_top ul li:nth-of-type(4n),
#drawer02 .h_top ul li:nth-of-type(4n){
	margin-right: 0;
}
#drawer .h_top ul li a,
#drawer02 .h_top ul li a{
	padding: 8px 28px;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #C97400;
	text-decoration: none;
	transition: 0.2s;
	word-break: break-all;
	text-align: left;
	color: #2B3095;
	font-size: 100%;
}
#drawer .h_top ul li a:focus-visible,
#drawer02 .h_top ul li a:focus-visible {
	outline-color: #006EE6 !important;
	border-color: #FFF;
}
@media only screen and (max-width: 750px){
	#drawer .h_top ul li a,
#drawer_2 .h_top ul li a {
	padding: 8px 13px;
}
#drawer .h_top ul li a::after, #drawer_2 .h_top ul li a::after {
	right: 9px;
}
}
#drawer .h_top ul li a:hover,
#drawer02 .h_top ul li a:hover {
	background: #fff9d8;
}
#drawer .h_top ul li a::after,
#drawer02 .h_top ul li a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
  height: 8px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(-45deg);
  margin-top: -4px;
}
#drawer .h_top > p,
#drawer02 .h_top > p{
	margin-top: 24px;
	width: 100%;
}
#drawer .h_top > p a,
#drawer02 .h_top > p a{
	text-decoration: none;
	text-align: center;
	padding: 8px;
	background: #fff;
	display: block;
	border-radius: 100px;
	border: 1px solid #C97400;
	transition: 0.2s;
}
#drawer .h_top > p a:hover,
#drawer02 .h_top > p a:hover{
	background: #fff9d8;
}
#drawer .h_top > p a:focus-visible,
#drawer02 .h_top > p a:focus-visible {
	outline-color: #006EE6 !important;
	border-color: #FFF;
} 
	@media only screen and (max-width: 750px){
		#drawer .h_top,
		#drawer02 .h_top{
			width: 100%;
		}
		#drawer .h_top ul,
		#drawer02 .h_top ul{
			display: flex;
			flex-wrap: wrap;
		}
		#drawer .h_top ul li,
		#drawer02 .h_top ul li{
			width: calc(50% - 8px);
			margin-right: 16px;
		}
		#drawer .h_top ul li:nth-of-type(2n),
		#drawer02 .h_top ul li:nth-of-type(2n){
			margin-right: 0;
		}
		#drawer .search_box_line li a,
		#drawer02 .search_box_line li a{
			font-size: 80%;
			padding: 6px 4px;
		}
	}
/* Multilingual */
#drawer .language .lang_detail,
#drawer02 .language .lang_detail{
	left: 0;
	width: 100%;
	font-size: 100%;
	z-index: 1;
}
#drawer .language.active .lang_detail,
#drawer02 .language.active .lang_detail{
	z-index: 1;
}
#drawer .h_top .language ul,
#drawer02 .h_top .language ul{
	flex-wrap: wrap;
}
#drawer .h_top .language ul li, #drawer02 .h_top .language ul li{
	width: 100%;
	margin: 0;
	border: none;
	padding-bottom: 2px;
}
#drawer .h_top .language ul li a,
#drawer02 .h_top .language ul li a{
	border-left: none;
	border-right: none;
	text-align: center;
	border-radius: 0;
	border-top: 0;
	border-color: #eee;
	word-break: break-all;
}
#drawer .h_top .language ul li a::after,
#drawer02 .h_top .language ul li a::after{
	display: none;
}
#drawer .h_top .language ul li a:hover{
	outline: 1px solid #C97400;
}
#drawer .h_top .close a::before, #drawer .h_top .close a::after,
#drawer02 .h_top .close a::before, #drawer02 .h_top .close a::after{
	content: '';
	background: #fff;
	height: 2px;
	width: 12px;
	position: absolute;
	left: 8px;
	top: calc(50% - 1px);
	margin-top: 0;
}
#drawer .h_top .close a::after,#drawer02 .h_top .close a::after{
	transform: rotate(45deg);
}
#drawer .language .close a,
#drawer02 .language .close a{
	text-align: center;
}
#drawer .language .close a::before, #drawer .language .close a::after,
#drawer02 .language .close a::before, #drawer02 .language .close a::after{
	background: #607898;
}
/* ナビゲーション */
#drawer .sidr_navi,
#drawer02 .sidr_navi {
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
#drawer .sidr_navi li,
#drawer02 .sidr_navi li{
  display: block;
  text-align: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: calc((100%/8) - 22px);
}

/* #drawer .sidr_navi li .ac_box_nav_sub,
#drawer02 .sidr_navi li .ac_box_nav_sub{
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  min-height: 120px;
  border: 1px solid #D07700;
}
#drawer .sidr_navi li .ac_box_nav_sub:hover,
#drawer02 .sidr_navi li .ac_box_nav_sub:hover {
	cursor: pointer;
	background: #fff9d8;
}
#drawer .sidr_navi li .ac_box_nav_sub::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 2px solid #D07700;
	border-bottom: 2px solid #D07700;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	left: calc(50% - 4px);
	bottom: 16px;
} */
#drawer .sidr_navi li:first-child,
#drawer02 .sidr_navi li:first-child{
  width: 80px;
  height: 100%;
}
#drawer .sidr_navi li:last-child,
#drawer02 .sidr_navi li:last-child{
  margin-right: 0;
}
#drawer .sidr_navi li a,
#drawer02 .sidr_navi li a{
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 18px 6px 20px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  transition: 0.3s;
  align-items: center;
  background: #fff;
  min-height: 120px;
  border: 1px solid #C97400;
}
#drawer .sidr_navi li:first-child a,
#drawer02 .sidr_navi li:first-child a{
  height: 100%;
  color: #fff;
  padding: 0;
  align-items: center;
  min-height: 120px;
  background: #D07700;
  border: solid 1px #D07700;
  min-width: auto;
  text-shadow: #AD6301 1px 1px 0, #AD6301 -1px -1px 0,#AD6301 -1px 1px 0, #AD6301 1px -1px 0,#AD6301 0px 1px 0, #AD6301 0 -1px 0,#AD6301 -1px 0 0, #AD6301 1px 0 0;
}
#drawer .sidr_navi li a:hover,
#drawer02 .sidr_navi li a:hover{
	cursor: pointer;
	background: #fff9d8;
	text-shadow:none;
}
#drawer .sidr_navi li a:focus-visible,
#drawer02 .sidr_navi li a:focus-visible {
	background: #fff9d8;
	text-shadow:none;
	border-color: #FFF;
	outline-color: #006EE6 !important;
}
#drawer .sidr_navi li:not(:first-child) .ac_box_nav_sub > a,
#drawer02 .sidr_navi li:not(:first-child) .ac_box_nav_sub > a {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}
#drawer .sidr_navi > li:first-child a:hover,
#drawer02 .sidr_navi li:first-child a:hover,
#drawer .sidr_navi > li:first-child a:focus-visible,
#drawer02 .sidr_navi li:first-child a:focus-visible {
  background: #fff;
  color: #000;
}
#drawer .sidr_navi li:first-child a:focus-visible {text-shadow: none;}
#drawer .sidr_navi li a img,
#drawer02 .sidr_navi li a img{
	width: 40px;
	height: 40px;
  margin: 0 auto;
}
#drawer .sidr_navi li b,
#drawer02 .sidr_navi li b{
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
#drawer .sidr_navi li b span,
#drawer02 .sidr_navi li b span{
	display: block;
}
#drawer .ac_box_nav_in,
#drawer02 .ac_box_nav_in{
  display: none;
  background: #fff;
  border-radius: 5px;
  border: 3px solid #D07700;
  margin-top: 14px;
  padding: 20px 20px 4em;
  z-index: 1;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_in,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_in{
  display: block;
}
#drawer .ac_box_nav_in,
#drawer02 .ac_box_nav_in{
  width: 100vw;
  max-width: 1200px;
  position: relative;
  margin-left: -92px;
}
#drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(3) .ac_box_nav_in{
  margin-left: -232px;
}
#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in{
  margin-left: -372px;
}
#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(5) .ac_box_nav_in{
  margin-left: -512px;
}
#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in{
  margin-left: -652px;
}
#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(7) .ac_box_nav_in{
  margin-left: -792px;
}
#drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in{
	margin-left: -932px;
}
#drawer .sidr_navi li:nth-of-type(9) .ac_box_nav_in,
#drawer02 .sidr_navi li:nth-of-type(9) .ac_box_nav_in{
margin-left: -1072px;
}
#drawer .ac_box_nav_in ul,
#drawer02 .ac_box_nav_in ul{
  display: flex;
  flex-wrap: wrap;
}
#drawer .ac_box_nav_in ul::before,
#drawer02 .ac_box_nav_in ul::before{
  display: block;
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #D07700;
  transform: rotate(-90deg);
}
#drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before{
  left: 12.3%;
}
#drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(3) .ac_box_nav_in ul::before{
  left: 24.2%;
}
#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before{
	left: 35.9%;
}
#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(5) .ac_box_nav_in ul::before{
	left: 47.5%;
}
#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before{
  left: 59.3%;
}
#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before{
  left: 71.0%;
}
#drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before{
	left: 82.8%;
}
#drawer .sidr_navi li:nth-of-type(9) .ac_box_nav_in ul::before,
#drawer02 .sidr_navi li:nth-of-type(9) .ac_box_nav_in ul::before{
left: 94.4%;
}
#drawer .sidr_navi .ac_box_nav_in li,
#drawer02 .sidr_navi .ac_box_nav_in li{
  padding: 0px 0px;
  width: 33.3%;
  background: transparent;
  margin: 0;
}
#drawer .sidr_navi .ac_box_nav_in li a,
#drawer02 .sidr_navi .ac_box_nav_in li a{
  display: inline-block;
  padding: 0 0 0 15px;
  margin-top: 14px;
  position: relative;
  background: transparent;
  color: #2B3095;
  height: auto;
  text-decoration: underline;
  min-height: auto;
  border: none;
  text-align: left;
}
#drawer .sidr_navi .ac_box_nav_in li a:hover,
#drawer02 .sidr_navi .ac_box_nav_in li a:hover{
  text-decoration: none;
  color: #9f0000;
}
#drawer .ac_box_nav_in li a::before,
#drawer02 .ac_box_nav_in li a::before{
  display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;
	width: 8px;
  height: 8px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(-45deg);
  margin-top: -6px;
}
#drawer .ac_box_nav_in h2 a,
#drawer02 .ac_box_nav_in h2 a{
	padding: 10px 0px 8px 0px;
	color: #2B3095;
	text-decoration: underline;
	font-size: 120%;
	display: inline-block;
}
#drawer .ac_box_nav_in h2 a:hover,
#drawer02 .ac_box_nav_in h2 a:hover{
	text-decoration: none;
	color: #9f0000;
}
#drawer .ac_box_nav_sub_close,
#drawer02 .ac_box_nav_sub_close{
  display: inline-block;
    position: absolute;
    margin: 0;
    z-index: 100;
}
#drawer .ac_box_nav_sub_close:first-of-type,
#drawer02 .ac_box_nav_sub_close:first-of-type{
	position: relative;
	top: 0;
	left: calc(50% - 34px);
}
#drawer .ac_box_nav_sub_close:last-of-type,
#drawer02 .ac_box_nav_sub_close:last-of-type{
	bottom: 20px;
	left: calc(50% - 34px);
}
#drawer .sidr_navi .ac_box_nav_sub_close a,
#drawer02 .sidr_navi .ac_box_nav_sub_close a{
	text-decoration: none;
	padding: 2px;
	position: relative;
	display: inline-block;
	background: #fff;
	color: #2b3095;
	width: 80px;
	text-align: center;
	font-size: 85%;
	border: 1px solid #888;
	border-radius: 100px;
}
#drawer .sidr_navi .ac_box_nav_sub_close a:hover,
#drawer02 .sidr_navi .ac_box_nav_sub_close a:hover{
  background: #efefef;
  color: #9f0000;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close a,
#drawer .ac_box_nav_in .ac_box_nav_sub_close a,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close a,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a{
  padding: 2px 4px 2px 18px;
}
#drawer .ac_box_nav_in .ac_box_nav_sub_close a::before,
#drawer .ac_box_nav_in .ac_box_nav_sub_close a::after,
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before,
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a::before,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a::after,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
  content: '';
  background: #999;
  position: absolute;
  left: 6px;
  top: 11px;
  height: 2px;
  width: 10px;
  transform: rotate(135deg);
  z-index: 1;
}
#drawer .ac_box_nav_in .ac_box_nav_sub_close a:hover::before,
#drawer .ac_box_nav_in .ac_box_nav_sub_close a:hover::after,
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before,
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a:hover::before,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a:hover::after,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after{
  background: #fff;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close::after,
#drawer .ac_box_nav_in .ac_box_nav_sub_close a::after,
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close::after,
#drawer02 .ac_box_nav_in .ac_box_nav_sub_close a::after,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
  transform: rotate(45deg);
}
@media only screen and (max-width: 1224px){
	#drawer .ac_box_nav_in,
	#drawer02 .ac_box_nav_in{
		width: calc(100vw - 40px);
	}
	#drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(3) .ac_box_nav_in{
		margin-left: -19vw;
	}
	#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in{
		margin-left: -30.2vw;
	}
	#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(5) .ac_box_nav_in{
		margin-left: -41.4vw;
	}
	#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in{
		margin-left: -52.7vw;
	}
	#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(7) .ac_box_nav_in{
		margin-left: -63.9vw;
	}
	#drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in{
		margin-left: -75.2vw;
	}
	#drawer .sidr_navi li:nth-of-type(9) .ac_box_nav_in,
	#drawer02 .sidr_navi li:nth-of-type(9) .ac_box_nav_in{
		margin-left: -86.3vw;
	}
	#drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
	#drawer02 .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before {
		left: 12.8%;
	}
}
@media only screen and (max-width: 750px) {
	#drawer .sidr_navi,
	#drawer02 .sidr_navi {
		justify-content: flex-start;
	}
	#drawer .ac_box_nav_in h2 a,
	#drawer02 .ac_box_nav_in h2 a{
		padding: 20px 0px 8px 0px;
	}
	#drawer .sidr_navi li,
	#drawer .sidr_navi li:first-child,
	#drawer02 .sidr_navi li,
	#drawer02 .sidr_navi li:first-child{
	  width: calc(50% - 5px);
	  margin: 0 10px 10px 0;
	}
	#drawer .sidr_navi li:nth-of-type(2n),
	#drawer02 .sidr_navi li:nth-of-type(2n){
	  margin-right: 0;
	}
	#drawer .sidr_navi b::before,
	#drawer02 .sidr_navi b::before{
	  top: 24px;
	}
  #drawer .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in,
  #drawer02 .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in{
    margin-left: calc(-50vw + 7px);
    width: calc(100vw - 30px);
  }
  #drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in,
  #drawer .sidr_navi li:nth-of-type(9) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(3) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(5) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(7) .ac_box_nav_in,
  #drawer02 .sidr_navi li:nth-of-type(9) .ac_box_nav_in{
    margin-left: 0;
  }
  #drawer .sidr_navi .ac_box_nav_in li,
  #drawer02 .sidr_navi .ac_box_nav_in li{
    width: 100%;
    margin: 0;
  }
  #drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before{
    left: calc(75.5% - 7px);
  }
  #drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before,
  #drawer .sidr_navi li:nth-of-type(9) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(3) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(5) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before,
  #drawer02 .sidr_navi li:nth-of-type(9) .ac_box_nav_in ul::before{
    left: calc(24.5% - 7px);
  }
  #drawer .sidr_navi li a,
  #drawer .sidr_navi li:first-child a,
  #drawer02 .sidr_navi li a,
  #drawer02 .sidr_navi li:first-child a {
		min-height: 110px;
  }
  #drawer .sidr_navi > li:first-child a,
	#drawer02 .sidr_navi > li:first-child a {
		min-height: 110px;
		font-size: 100%;
	}
}
@media only screen and (max-width: 750px){
	#drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
	#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before,
	#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before,
	#drawer .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before,
	#drawer02 .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before,
	#drawer02 .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before,
	#drawer02 .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before,
	#drawer02 .sidr_navi li:nth-of-type(8) .ac_box_nav_in ul::before{
	  left: 75.5%;
	}
}
/* トップページへのスタイル */
.sidr_sub{
	margin: 32px 0 0;
}
.sidr_sub a{
	background: #D07700;
  padding: 4px 8px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #C97400;
  transition: 0.2s;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 100%;
  text-align: center;
  display: block;
  border-radius: 3em;
  text-shadow: #AD6301 1px 1px 0, #AD6301 -1px -1px 0,#AD6301 -1px 1px 0, #AD6301 1px -1px 0,#AD6301 0px 1px 0, #AD6301 0 -1px 0,#AD6301 -1px 0 0, #AD6301 1px 0 0;
}
.sidr_sub a:hover,
.sidr_sub a:focus-visible {
	background: #fff;
	color: #000;
	text-shadow:none;
}
.sidr_sub a:focus-visible {
	outline-color: #006EE6 !important;
	border-color: #FFF;
}

/**** 追従メニューのスタイル ****/
header .head2{
	display: none;
}
.head2.is-show{
  top: 0;
}
.head2 p.h1{
	width: 210px;
  padding: 0;
  top: 24px;
  margin-top: 0;
}
.head2 .h1 img {
  width: 100%;
  margin: 0 10px 0 0;
}
.head2 .h_main .h1 .id01 {
  margin-bottom: 0;
}
.head2 .h1 .home{
	display: none;
}
.head2 .skip{
	position: absolute;
	left: 0;
}
.head2 #menu_button02_2.d_btn{
	position: relative;
  right: 0;
  margin: -90px 0 24px auto;
  text-align: right;
}
.head2 .d_btn,
.head2 #menu_button02_2.d_btn{
	top: 12px;
}
.head2 .head_search_box{
	margin: 0;
	padding: 12px;
	max-width: 50%;
}
.head2 .head_search_box #cse-search-box{
	min-width: 170px;
}
.head2 .h_main{
	width: calc(100% - 210px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 12px 64px 10px 24px;
  align-items: center;
}
.head2 .h_main_in {
	padding: 4px 0;
	width: auto;
}
.head2 .h_main_in > div{
	margin-left: 7px;
}
.head2 .kin{
	margin: 0 0 0 12px;
}
.head2 .kin a{
	text-decoration: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  color: #333;
  background: #FDD1C5;
  padding: 0 12px;
  border: 2px solid #C4684E;
  border-radius: 15px;
  height: 64px;
  letter-spacing: initial;
  font-size: 87.5%;
}
.head2 .kin a:hover{
	background: #fff;
}
.head2{
	top: -100%;
	position: fixed;
	z-index: 10000;
  width: 100%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(148,139,114, 0.4);
  transition: 0.5s;
}
.src_top_sp{
	display: none;
}
@media only screen and (max-width: 1223px){
	.head2 .head_search_box{
		min-width: calc(100% + 298px);
    right: -64px;
		position: relative;
		top: 0;
		padding: 8px 0 0 0;
		max-width: none;
	}
	.head2 .h_main_in {
		padding: 0 12px 4px 0;
    top: 0;
    width: 100%;
	}
	.head2 .h_main_in a.h_main_button::after {
		content: none;
	}
	.head2 .h_main_in a.h_main_button  {
		padding: 0 6px 0 6px;
	}
	.head2 .h_main_in > div {
		margin-left: 6px;
	}
	.head2 .h_main_in .language.h_shien a.h_main_button::after {
		content: "";
	}
	.head2 .h_main_in .language.h_shien a.h_main_button {
		padding-right: 22px;
	}
}
	@media screen and (max-width:750px){
		.h_main_in a.h_main_button,.head2 .h_main_in a.h_main_button {
			height: auto;
			line-height: normal;
			min-height: 30px;
			padding: 4px 2px 3px 2px;
		}
		.h_main_in > div {
			margin-left: 6px;
			max-width: 114px;
		}
		.h_main_in .language a.h_main_button {
			font-size: 87.5%;
		}
		.head2{
			display: none;
		}
		.head2 .h_main{
			width: 70%;
			padding: 14px 74px 12px 24px;
		}
		.head2 .h_main_in{
			padding: 0;
			margin-bottom: 0;
			text-align: right;
			width: 100%;
			min-height: auto;
			flex-wrap: initial;
		}
		.head2 .h1{
			width: 30%;
			max-width: 150px;
			top: 10px;
		}
		.main_header .head2 .h_main_in >.ac_box_kin_wrap.active {
			margin-left: 0;
		}
		.main_header .head2 .h_main_in >.ac_box_kin_wrap.active::after {
			content: "";
			height: 4px;
			display: block;
		}
		.head2 .h_main_in > div.kin{
			margin: 0;
			max-width: 112px;
		}
		.head2 .h_main_in > div.src_top_sp{
			width: auto;
		}
		.head2 .h_main_in > div.head_search_box{
			left: 0;
			margin: 8px 0 8px 12px;
			width: 100%;
		}
		.head2 .head_search_box{
			display: none;
			padding: 16px 0 0px 0;
			left: 62px;
			right: auto;
			min-width: calc(100vw - 24px);
		}
		.head2 .head_search_box #cse-search-box {
			width: calc(100% - 100px);
			min-width: unset;
		}
		.head2 .head_search #search_button, .head2 .head_search #search_button02 {
			background: #fff url(img/waku_icon_search.svg) no-repeat 8px center/13px;
			background-position: 5px center !important;
			padding: 0 0 0 19px;
			width: 58px;
		}
		/* .head2 .head_search label {
			padding: 5px 2px 5px 12px;
			min-width: 100px;
			font-size: 85%;
			min-height: 2.5em;
		} */
		.head2 .head_search .q{
			/* height: 2.5em !important; */
			width: calc(100% - 58px) !important;
		}
		.head2 .head_search #search_button,.head2 .head_search #search_button02{
			/* min-height: 2.5em; */
			font-size: 80%;
		}
		.main_header .head2 .ac_box_kin_wrap .ac_box_kin button:not(.close) {
			height: auto;
			line-height: unset;
			padding: 4px 2px;
		}
		.head2 #menu_button, .head2 #menu_button_2 {
			top: 10px;
		}
		#body .head2 .src_box input.q {
			font-size: 80%;
		}
		.head2 .head_search label {
			font-size: 80%;
		}
		/* .main_header .ac_box_kin_wrap .ac_box_kin button:not(.close)::before {
			height: 0;
		} */
		.head2 .kin a{
			padding: 4px 2px;
			font-size: 80%;
			display: inline-block;
			width: 100%;
			min-height: auto;
			line-height: 1.5;
			text-align: center;
			height: auto;
		}
		.src_top_sp{
			display: block;
		}
		.src_top_sp button{
			background: transparent url(img/src_icon.svg) no-repeat center 4px;
			text-decoration: none;
			color: #333;
			font-size: 85%;
			padding: 28px 0 2px;
			display: block;
			background-size: 20px;
			min-width: 3.5em;
			text-align: center;
			border: none;
		}
		.src_top_sp button:hover{
			background: transparent url(img/src_icon.svg) no-repeat center 4px;
			background-size: 20px;
			color: #333;
		}
		#menu_button02.d_btn{
			top: 8px;
			right: 8px;
		}
		#menu_button02.d_btn a, #menu_button02_2.d_btn button{
			padding: 32px 0 0;
			width: 52px;
			min-height: 50px;
			font-size: 75%;
		}
		.head2 .d_btn a .icon_ham, .head2 .d_btn button .icon_ham{
			margin-left: -17px;
			width: 34px;
			top: 6px;
		}
		.head2 .d_btn a .icon_ham::before, .head2 .d_btn a .icon_ham::after, 
		.head2 .d_btn button .icon_ham::before, .head2 .d_btn button .icon_ham::after{
			width: 34px;
			top: 10px;
			margin-left: -17px;
		}
		.head2 .d_btn a .icon_ham::after, .head2 .d_btn button .icon_ham::after {
		  top: 20px;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) {
			line-height: 1.5;
		}
		.head2 .head_search label {
			min-height: 2.65em;
			font-size: 80%;
		}
	}
	@media only screen and (max-width: 340px) {
		.head_search_box,.head2 .head_search_box {
			margin-left: 0;
			padding-right: 6px;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) {
			font-size: 70%;
		}
	}


/********************** フッター **********************/
.main_footer {
	background: #fff;
	width: 100%;
	position: relative;
	margin-top: 80px;
}
	@media only screen and (max-width: 750px) {
		.main_footer {
			min-width: 100%;
			margin-top: 120px;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}
.online_strage_a .mypage_contents {
	background-color: #e8f4f9;
	padding: 4px 16px 16px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #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: 750px) {
		.online_strage_a{
			padding: 0 0 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	position: relative;
	padding-top: 0;
	max-width: 1224px;
	margin: 0 auto 0;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    transition: 0.4s;
    border: 2px solid #B9799F;
	background: #FFEAF7;
    top: 0;
    right: 12px;
    padding: 40px 8px 10px;
    font-size: 87.5%;
    width: 132px;
    min-height: 84px;
	z-index: 2;
}
.foot_modori a span {
	display: inline-block;
	padding-top: 4px;
}
.foot_modori a::before{
    display: block;
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -49px;
    width: 84px;
    height: 99px;
    background: url(img/waku_pagetop.png) no-repeat 0 0/contain;
	transition: .3s;
}
.foot_modori a:hover::before{
	margin-top: -4px;
}
	@media only screen and (max-width: 750px) {
		.foot_modori {
	    padding: 0 10px;
	  }
	}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	background: url(img/waku_footer_img.png) no-repeat 0 0/100%;
	position: relative;
	z-index: 1;
}
footer::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	content: "";
	background: #fff9d8;
	display: block;
	width: 100%;
	z-index: 0;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
    padding: 18vw 12px 22px;
	position: relative;
	z-index: 1;
}
.foot_link{
	display: flex;
	justify-content: center;
}
.foot_link li {
	margin-right: 16px;
    width: calc(33.3% - 12px);
    max-width: 240px;
}
.foot_link li a{
	border: 2px solid #D07700;
    border-radius: 21px;
    padding: 10px 24px 8px 12px;
    text-decoration: none;
    position: relative;
    display: block;
    background: #fff;
    transition: 0.2s;
}
.foot_link li a::after{
	content: "";
	right: 10px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #D07700;
	border-right: 2px solid #D07700;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}
.foot_link li a:hover {
	background: #fff9d8;
}
.foot_link2{
	display: block;
	justify-content: flex-start;
	background: #E6F8FF;
	border-radius: 21px;
	padding: 7px 10px;
	margin-top: 22px;
}
.foot_link2 li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 8px;
	margin-top: 0;
}
.foot_link2 li:last-child {
	margin-right: 0;
}
.foot_link2 li a{
	padding: 4px 2px 4px 20px;
	display: block;
	font-size: 87.5%;
	transition: 0.2s;
	letter-spacing: 0;
}
.foot_link2 li a:hover {
	background: #CEEFFC;
}
.foot_link2 li a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 8px;
  height: 8px;
  border-right: 2px solid #9DD0F5;
  border-bottom: 2px solid #9DD0F5;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.foot_id {
	margin: 24px 0 12px 0;
}
.foot_id .siyakusyo{
	color: #333;
	font-size: 125%;
}
.foot .address {
	margin-top: 8px;
	font-size: 87.5%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
	padding: 6px 0;
}
.foot_copy {
	background: #FCE28C;
	font-size: 87.5%;
	padding: 8px 12px;
	margin-top: 0;
	text-align: center;
	color: #333;
	position: relative;
	z-index: 1;
}
.foot_copyin {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (min-width:571px) and (max-width:1080px){
	.foot_link2 {
		display: block;
	}
	.foot_link2 li a {
		letter-spacing: 0;
		display: block;
	}
}
@media screen and (min-width:571px) and (max-width:740px){
	footer::after {
		height: 64%;
	}
}
	@media only screen and (max-width: 750px) {
		.foot {
			width: 100%;
			padding: 130px 12px 22px;
		}
		.foot_id .name{
			font-size: 90%;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
		.foot_wrap {
			background-size: auto 257px;
			background-position: center top;
		}
		footer::after {
			height: calc(100% - 257px);
		}
		.foot_link {
			display: block;
		}
		.foot_link li {
			margin-right: 0;
			width: 100%;
			max-width: unset;
		}
		.foot_link li a {
			padding: 8px 24px 6px 12px;
		}
		.foot_link2 {
			display: block;
			padding: 12px 10px;
		}
		.foot_link2 li {
			margin-right: 0;
			display: block;
		}
		.foot_copyin {
			font-size: 87.5%;
		}
		.foot_modori a {
			padding: 27px 8px 6px;
			width: 120px;
			min-height: 70px;
			top: -36px;
		}
		.foot_modori a::before {
			width: 70px;
			height: 87px;
			top: -60px;
			margin-left: -40px;
		}
		.foot_modori a span {
			padding-top: 2px;
		}
		.foot_id .siyakusyo span {
			display: inline-block;
		}
	}
/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
@media print, screen and (min-width: 751px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 750px) {
	.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 #555;
		z-index: 100;
		outline: 1px solid #fff;
	}
	.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%;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 5件より多い場合格納のスタイル ****/
.folding_5 .more{
	display: none;
	text-align: right;
}
.folding_5 .more a{
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	border-radius: 2rem;
	font-size: 85%;
}
.folding_5 .more.close{
	display: none;
}
.folding_5_lower_ul ul{
	padding: 0 !important;
	border: none !important;
}
.folding_5 ul.over5.active{
	display: block;
}
	@media only screen and (max-width: 750px){
		.folding_5_lower ul li{
			display: none;
		}
		.folding_5_lower ul.active li{
			display: block;
		}
		.folding_5_lower ul li:nth-child(1),
		.folding_5_lower ul li:nth-child(2),
		.folding_5_lower ul li:nth-child(3),
		.folding_5_lower ul li:nth-child(4),
		.folding_5_lower ul li:nth-child(5){
			display: block;
		}
		.folding_5_lower_ul.active .more.close{
			display: block;
		}
		.folding_5 ul.over5{
			display: none;
		}
		.folding_5 .more.active{
			display: block;
		}
		.folding_5 .more1{
			display: block!important;
		}
	}
/**** 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;
	outline: 1px solid #8A4600;
}
.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;
}