@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 90px;
	overflow: auto;
	scroll-behavior: smooth;
}
html.scroll_none,
html.scroll_none2 {
  overflow: hidden;
}
body {
	font-family: "A-OTF UD新丸ゴ Pr6N L", "UD Shin MGoPr6N-Light", 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 (max-width: 1240px){
		html{
			scroll-padding-top: 160px;
		}
	}
	@media (min-width: 751px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
	@media (max-width: 750px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 90%;
}
strong{
	color: #B50000;
}
/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	color: #860000;
}
a:hover strong{
	color: #860000;
}
a:active {
	text-decoration: none;
	color: #860000;
}
a:focus-visible {
	border-color: #FFF;
	outline:2px solid #000 !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: #2B3095;
	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%;
}
.main h2 .window,
.main li a .window {margin-left: 8px;}
/**** 申込必要 ****/
.application{
	margin-left: 8px;
	display: inline-block;
	padding: 2px 4px;
	background: #D9EBEC;
  border-radius: 4px;
  font-size: 80%;
  border: 1px solid #888;
  color: #333;
}

/**** 受付終了 ****/
.closed{
	margin-left: 8px;
	display: inline-block;
	padding: 2px 4px;
	background: #FFF;
  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 #999;
	font-size: 85%;
}
#body input, header button:focus-visible, #main_outline button:focus-visible, footer button:focus-visible, #body textarea:focus-visible {
  outline-color: #000 !important;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"],#body input[type="email"] {
	font-family: "A-OTF UD新丸ゴ Pr6N L", "UD Shin MGoPr6N-Light", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button, #body #shelter_search, #body #reset, #body .print input[type="button"]{
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
	border-color: #CCC;
}
#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;
}
#main_outline button:focus-visible{
	outline-offset: 3px;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "A-OTF UD新丸ゴ Pr6N M", "UD Shin MGoPr6N-Medium";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
	min-height: auto;
}
.anchor {min-height: unset;}
.anchor:focus-visible{
	outline: none!important;
}
.date {
	color: #555;
	display: inline-block;
	margin-left: 12px;
	font-size: 85%;
	vertical-align: middle;
}
.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;
}
.scroll_bottom{
	opacity : 0.1;
	transform : translate(0, 200px);
    transition : all 1200ms;
}
.scroll_bottom.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.scroll_bottom2{
	opacity : 0.1;
	transform : translate(0, 60px);
    transition : all 1200ms;
}
.scroll_bottom2.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein{
	opacity : 0.1;
	transform : translate(0, 0);
    transition : all 800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
	padding-bottom: 24px;
	background: #FFF;
	position: relative; 
}
.main_header .head1 {border-bottom: 1px solid #919191;}
.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;
		}
	}
/**** ヘッダー上段リンク ****/
.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;
	align-items: center;
}
.head_in.exist{
	transition: none;
}
.h1{
	margin-top: 0;
  padding: 0;
  position: absolute;
	width: 35%;
	color: #424444;
	max-width: 340px;
}
.h1 span.kome {
	font-family: "A-OTF UD新丸ゴ Pr6N L", "UD Shin MGoPr6N-Light";
	font-size: 85%;
	letter-spacing: normal;
	padding-left: 2px;
	display: block;
	margin-top: 4px;
}
.h_main {
	margin: 0 0 0 auto;
	padding: 16px 0 10px 24px;
	width: 65%;
}
.h_main_in{
	display: flex;
	align-items: center;
	padding: 4px 80px 4px 0;
	justify-content: flex-end;
	position: relative;
	/*	transition: 0.5s;*/
}
.h_main_in > *{
	z-index: 20;
} 
.h_main_in > div{
	margin-left: 20px;
}
.h_main_in p{
	margin-top: 0;
}
.h_main_in a.h_main_button{
	text-decoration: none;
  color: #333;
  border-bottom: 1px solid #949494;
  padding: 4px 8px;
  font-size: 85%;
  letter-spacing: 0;
  transition: 0.2s;
  word-break: break-all;
}
.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 #888;
	background: #D7E4F7;
}
.h_main_in > div.konzatu a:hover{
	background: #fff;
	border: 1px solid #888;
}
	@media only screen and (max-width: 750px) {
		.h1{
			max-width: none;
			width: calc(100% - 24px);
			margin: 0;
			padding: 10px 60px 10px 0;
		}
		.h1 img{
			max-width: 160px;
		}
		.head_in{
			max-width: 1224px;
			width: 100%;
			margin: 0 auto;
			padding: 0 12px;
			display: block;
			transition: 0.3s; 
		}
		.h_main{
			padding: 5.3em 72px 0 0;
			width: calc(100% - 140px);
		}
		.h_main_in{
			display: none;
		}
		.h_main_in > div{
			margin: 0;
			width: 100%;
		}
		.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) {
		.h1 span.kome span {
			display: block;
		}
		.h_main{
			padding: 6.6em 72px 0 0;
		}
	}

/* 言語選択 */
.language{
	position: relative;
	z-index: 21;
}
.lang_btn{
	margin: 0;
}
.language .lang_detail{
	position: absolute;
	background: #fff;
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 75%;
	z-index: 1000;
	width: 120px;
	border-radius: 0;
	left: calc(50% - 60px);
	top: calc(100% + 4px);
	display: none;
	max-height: 80vh;
  overflow: auto;
}
.lang_list{
	padding: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.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: 0 0 3px;
}
.language .close a{
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	border-bottom: 0;
}
.language .close:last-child a {
	border: 1px solid transparent;
	border-top: 0;
}
.language .close a:hover {
	background: transparent;
}
.language .close a::before,
.language .close a::after{
	content: '';
  background: #333;
  height: 1px;
  width: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: 0;
  transform: rotate(-45deg);
}
.language .close a:hover::before,
.language .close a:hover::after {background: #333;}
.language .close a::after{
	transform: rotate(45deg);
}

/* 検索ボックス */
.head_search_box{
	padding: 12px 0 0px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.head_search {
	display: flex;
	border-radius: 0;
	width: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
}
.head_search label{
	padding: 6px 16px;
	min-width: 110px;
	font-size: 85%;
	background: #D9EBEC;
  border: 2px solid #679E9E;
	border-right: 0;
	border-radius: 0;
	min-height: 2.8em !important;
}
.head_search #cse-search-box,
.head_search #cse-search-box02{
	width: calc(100% - 110px);
}
.src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #679E9E!important;
	border-right: none;
}
.head_search .q{
	height: 2.8em !important;
	padding: 4px !important;
	width: calc(100% - 100px) !important;
	min-width: 6em;
	border: 2px solid #679E9E !important;
	border-left: 1px solid #679E9E !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/src_icon.svg) no-repeat 20px center;
	color: #333;
	font-size: 85%;
	cursor: pointer;
	border: none;
	border: 2px solid #679E9E;
	border-left: 0;
	white-space: normal;
	border-radius: 0;
	display: block;
	text-align: left;
}
.head_search #search_button:hover,
.head_search #search_button02:hover{
	background: #D9EBEC url(img/src_icon.svg) no-repeat 20px center;
}
	@media only screen and (max-width: 750px) {
		.head_search_box{
			display: block;
			padding: 10px 0 12px;
			width: calc(100% + 210px);
			left: -140px;
		}
		.head_search{
			width: 100%;
			align-items: center;
		}
		.head_search label{
			padding: 5px 2px 5px 12px;
			min-width: 100px;
			font-size: 85%;
			min-height: 2.5em !important;
		}
		.head_search #cse-search-box,
		.head_search #cse-search-box02{
			width: calc(100% - 100px);
		}
		.head_search .q{
			width: calc(100% - 70px) !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;
}
.ac_box_kin_wrap{
	position: relative;
}
.main_header .h_main_in > .ac_box_kin_wrap{
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 100%;
	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;
}
.head1 .ac_box_kin_wrap.active .ac_box_kin button:not(.close) {
	top: 0;
}
.head1 .h_main_in > .ac_box_kin_wrap {bottom: -8px;}
.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: 0;
  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: 1px solid #C4684E;
  min-height: 52px;
  font-size: 100%;
  font-family: "A-OTF UD新丸ゴ Pr6N L", "UD Shin MGoPr6N-Light";
}
.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)::before{
	content: "";
	width: calc(100% + 2px);
	height: 20px;
	background: #FDD1C5;
	bottom: 0;
	left: -1px;
	position: absolute;
	display: block;
	transition: 0.4s;
	opacity: 0;
	border-left: 1px solid #C4684E;
  border-right: 1px solid #C4684E;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover::before{
	background: #fff;
}
.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::before{
	opacity: 1;
	bottom: -10px;
}
.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;
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover .close{
	background: #D9EBEC;
	color: #860000;
}
.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: .8em;
  height: 2px;
  width: 10px;
  transform: rotate(135deg);
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close) .close::after{
	transform: rotate(45deg);
}
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover .close::before,
.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close):hover .close::after {
	background: #860000;
}
.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 .ac_box_kin{
	margin-top: 0;
	height: auto;
	text-align: right;
}
.ac_box_kin_in .ac_box_kin.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 button{
	background: #fff;
	color: #2b3095;
	border-radius: 0;
	position: relative;
	padding: 6px 8px 6px 22px;
	border: none;
}
#body .ac_box_kin_in .ac_box_kin button:hover{
	background: #D9EBEC;
}
#body .ac_box_kin_in .ac_box_kin button::before,
#body .ac_box_kin_in .ac_box_kin button::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 button::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: 0;
}
.kinkyu .title,
.jyuyo .title,
.ema .title{
	font-size: 120%;
	text-align: left;
}
.ema .title a{
	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: 1px solid #C4684E;
	padding: 0;
	background: #fff;
	border-radius: 5px;
}
.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;
}
.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;
}
.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: 750px){
		.ac_box_kin_wrap{
		}
		.kin_text {
		  min-width: 110px;
		  margin: 0 0 2px;
		}
		.main_header .h_main_in > .ac_box_kin_wrap{
			bottom: 73.5px;
		}
		.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;
	    line-height: 1.5;
		}
		.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{
			background: #FDD1C5;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin button:not(.close)::after{
			bottom: calc(50% - 4px);
			left: auto;
			right: 6px;
		}
		.main_header .kin .ac_box_kin_wrap.active .ac_box_kin button:not(.close)::before{
			bottom: -10px;
		}
		.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 .ac_box_kin{
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
		.ac_box_kin_in .ac_box_kin.ac_box_kin_exist{
			text-align: center;
		}
		.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;
		}
	}
/* 緊急情報（お知らせあり）のスタイル */
.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: 0 12px 16px;
}
.g_navi_in {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.g_navi li.ac_box_nav{
	width: calc(100%/7);
	margin-top: 0;
}
.g_navi li .ac_box_nav_sub{
	height: 100%;
}
.g_navi li .ac_box_nav_sub a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 100%;
	color: #333;
	transition: 0.2s;
	position: relative;
	flex-wrap: wrap;
	padding: 8px;
	border-radius: 5px;
}
.g_navi li .ac_box_nav_sub a::before{
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	background: #888;
	border-radius: 2px;
}
.g_navi li:first-child .ac_box_nav_sub a::after{
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	background: #888;
	border-radius: 2px;
}
.g_navi li .ac_box_nav_sub a:hover,
.g_navi li.active .ac_box_nav_sub a{
	background: #F0E6BD;
}
.g_navi li .ac_box_nav_sub a img{
	width: 92px;
	margin: 10px auto 0;
	height: 40px;
	position: relative;
  z-index: 1;
}
.g_navi li .ac_box_nav_sub a b{
	padding: 0 2px;
	display: inline-block;
	width: 100%;
	z-index: 0;
}
.g_navi li .ac_box_nav_sub a b::after{
	content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 40px;
  left: calc(50% - 30px);
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.g_navi li .ac_box_nav_sub a:hover b::after,
.g_navi li.active .ac_box_nav_sub a b::after{
	opacity: 1;
	top: 8px;
}
.g_navi li:nth-last-of-type(1) .ac_box_nav_sub a b,
.g_navi li:nth-last-of-type(2) .ac_box_nav_sub a b{
	font-size: 110%;
}
.g_navi li .ac_box_nav_sub a span{
	display: block;
}
.g_navi .ac_box_nav_in{
  display: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #888;
  margin-top: 14px;
  padding: 20px 20px 70px;
  max-width: 1200px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: calc(100vw - 24px);
}
.g_navi .ac_box_nav_sub.active .ac_box_nav_in{
  display: block;
}
.g_navi .ac_box_nav_in h2{
	margin: 12px 0;
}
.g_navi .ac_box_nav_in ul{
  display: flex;
  flex-wrap: wrap;
}
.g_navi .ac_box_nav_in ul::before{
  display: block;
  content: '';
  position: absolute;
  top: -16px;
  left: 7%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #888;
  transform: rotate(-90deg);
}
.g_navi li:nth-of-type(2) .ac_box_nav_in ul::before{
  left: 20.5%;
}
.g_navi li:nth-of-type(3) .ac_box_nav_in ul::before{
  left: 35%;
}
.g_navi li:nth-of-type(4) .ac_box_nav_in ul::before{
  left: 49.5%;
}
.g_navi li:nth-of-type(5) .ac_box_nav_in ul::before{
  left: 63.5%;
}
.g_navi .ac_box_nav_sub_close{
  display: inline-block;
    position: absolute;
    margin: 0;
    z-index: 100;
}
.g_navi .ac_box_nav_sub_close:first-of-type{
	position: relative;
	top: 0;
	left: calc(50% - 34px);
}
.g_navi .ac_box_nav_sub_close:last-of-type{
	bottom: 20px;
	left: calc(50% - 34px);
}
.g_navi .ac_box_nav_in .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;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover{
  background: #888;
  color: #fff;
}
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close a,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a{
  padding: 2px 4px 2px 18px;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::before,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
	content: '';
	background: #888;
	position: absolute;
	left: 6px;
	top: 11px;
	height: 2px;
	width: 10px;
	transform: rotate(135deg);
	z-index: 1;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover::before,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after{
  background: #fff;
}
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close::after,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
  transform: rotate(45deg);
}
.g_navi .ac_box_nav_in li{
	width: 33.3%;
}
.g_navi .ac_box_nav_in li a{
	padding: 8px 8px 8px 16px;
	position: relative;
}
.g_navi .ac_box_nav_in li a::before{
	display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 8px;
  height: 12px;
  background: url(img/list01.svg) no-repeat 0 0/contain;
  margin-top: -6px;
}
	@media only screen and (max-width: 750px) {
		.g_navi{
			display: none;
		}
	}

/**** 学区等で探すのスタイル ****/
/* 学区などボタン */
.gakku-box {
	z-index: 21;
	margin-left: 20px;
}
.gakku_btn {
	margin: 0;
	border: 1px solid #919191;
	padding: 0;
	font-size: 85%;
	letter-spacing: 0;
	transition: .2s;
	word-break: break-all;
	background: #FFF;
	border-radius: 0;
}
.gakku_btn:hover {
	background: #D9EBEC;
}
.h_main_in a.gakku_btn-a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 17px 10px;
	text-align: initial;
}
.gakku-box .gakku_detail {
	position: absolute;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 75%;
	z-index: 1000;
	width: calc(209px + 25em);
	border-radius: 0;
	right: 0;
	top: calc(100% + -2px);
	display: none;
	max-height: 80vh;
	overflow: auto;
}
.gakku-box .close {margin-top: 0;}
.gakku-box .close a {
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	text-align: center;
	transition: .3s;
}
.gakku-box .close a::before,
.gakku-box .close a::after {
	content: '';
	background: #333;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.gakku-box .close a::after {transform: rotate(45deg);}
.gakku-box .close a:hover {
	background: #efefef;
  outline: 1px solid #919191;
}
.gakku_list {
	padding: 10px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	display: flex;
	flex-wrap: wrap;
}
.gakku_list li {
	margin-right: 16px;
	padding-left: 24px;
	width: calc((100% - 24px) / 2);
}
.gakku_list li:nth-child(-n+2) {margin-top: 0;}
.gakku_list li:nth-child(2n) {margin-right: 0;}
.gakku_list li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	border: none;
	text-decoration: underline;
	word-break: break-all;
	position: relative;
}
.gakku_list li a::before {
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 1.2em;
	left: -17px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.head2 .gakku-box .gakku_detail {
	right: auto;
	left: 12px;
}
@media only screen and (max-width: 750px) {
	.gakku_btn {display: none;}
}
/**** メニューに関するスタイル ****/
/* メニューボタン */
.d_btn{
	position: absolute;
	top: 20px;
	right: calc(50% - 600px);
	margin: 0;
	display: block;
	z-index: 1000;
}
#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{
	padding: 37px 0 0;
	width: 60px;
	min-height: 60px;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	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 {
  outline-color: #000 !important;
}
.d_btn a b,
.d_btn button b{
	color: #333;
	text-shadow: 1px  1px 1px #FFF,-1px  1px 1px #FFF,1px -1px 1px #FFF,-1px -1px 1px #FFF,1px  0px 1px #FFF,0px  1px 1px #FFF,-1px  0px 1px #FFF,0px -1px 1px #FFF;
	font-family: "A-OTF UD新丸ゴ Pr6N M", "UD Shin MGoPr6N-Medium";
}
.d_btn a:hover b,
.d_btn button:hover b{
  color: #757575;
}
.d_btn a .icon_ham,
.d_btn button .icon_ham{
	position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -22px;
  display: inline-block;
  background: #333;
  height: 2.5px;
  width: 44px;
  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: 13px;
	left: 50%;
	margin-left: -22px;
	background: #333;
	height: 2.5px;
	width: 44px;
	transition: 0.3s;
	border-radius: 5px;
}
.d_btn a .icon_ham::after,
.d_btn button .icon_ham::after{
	top: 26px;
}
#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: 13px;
	transform: rotate(-45deg);
}
#menu_button2 .menu .icon_ham::after,
#menu_button02_2 .menu .icon_ham::after{
	top: 13px;
	transform: rotate(45deg);
}
.d_btn .menu:hover .icon_ham,
.d_btn .menu:hover .icon_ham::before,
.d_btn .menu:hover .icon_ham::after{
  background: #757575;
}
#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;
}
#menu_button2 .menu:hover .icon_ham::before,
#menu_button2 .menu:hover .icon_ham::after {
	background: #757575;
}
	@media only screen and (max-width: 1223px){
		.d_btn{
			right: 12px;
		}
	}
	@media only screen and (max-width: 750px){
		.d_btn{
			top: 16px;
		}
	}

/* メニュー内 */
#drawer.drawer-nav,
#drawer02.drawer-nav{
	margin: 0;
	padding: 0 0 32px;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.9);
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	top: 0;
	left: 0;
	height: 100vh;
	position: fixed;
	scrollbar-gutter: stable;
}
#drawer02.drawer-nav{
	height: 100vh;
	overflow-y: scroll;
}
.drawer-nav .anchor{
	padding: 0;
}
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;
}
#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: #aad1d2;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 0;
  min-width: 146px;
  border: 1px solid #469FA4;
  transition: 0.3s;
}
#drawer .d-close a:hover,
#drawer02 .d-close a:hover{
  background: #D9EBEC;
}
#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: #333;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  margin-top: 0;
  border-radius: 1px;
  transform: rotate(-45deg);
}
#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: 0;
	border: 1px solid #469FA4;
	text-decoration: none;
	transition: 0.2s;
	word-break: break-all;
	text-align: left;
	color: #2B3095;
	font-size: 100%;
}
#drawer .h_top ul li a:hover,
#drawer02 .h_top ul li a:hover{
	background: #D9EBEC;
	color: #860000;
}
#drawer .h_top ul li a::after,
#drawer02 .h_top ul li a::after{
	display: block;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	right: 20px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
#drawer .h_top ul li a:hover::after,
#drawer02 .h_top ul li a:hover::after {border-color: #2B3095;}
#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: 0;
	border: 1px solid #0C656A;
	transition: 0.2s;
}
#drawer .h_top > p a:hover,
#drawer02 .h_top > p a:hover{
	background: #AAD1D2;
}
	@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 0 3px;
	border: none;
}
#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: 1px solid transparent;
	border-bottom-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,
#drawer02 .h_top .language ul li a:hover {
	outline: 1px solid #469FA4;
}
#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 .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: #333;
	border: none;
}
#drawer .language .close a::after,
#drawer02 .language .close a::after{
	transform: rotate(45deg);
}

/* ナビゲーション */
#drawer .sidr_navi,
#drawer02 .sidr_navi {
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
#drawer .sidr_navi li,
#drawer02 .sidr_navi li{
  display: block;
  text-align: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: calc(100% - 92px);
}
#drawer .sidr_navi li .ac_box_nav_sub,
#drawer02 .sidr_navi li .ac_box_nav_sub{
  background: #fff;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
}
#drawer .sidr_navi li .ac_box_nav_sub:hover,
#drawer02 .sidr_navi li .ac_box_nav_sub:hover{
  background: #D9EBEC;
}
#drawer .sidr_navi li .ac_box_nav_sub::after,
#drawer02 .sidr_navi li .ac_box_nav_sub::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	left: calc(50% - 4px);
	bottom: 16px;
}
#drawer .sidr_navi li .ac_box_nav_sub a,
#drawer02 .sidr_navi li .ac_box_nav_sub a {
  border: 1px solid #919191;
	border-radius: 0;
}
#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: 5px;
  flex-wrap: wrap;
  padding: 25px 12px 39px;
  text-align: center;
  letter-spacing: 0;
  color: #333;
  transition: 0.3s;
  font-size: 100%;
  min-width: auto;
}
#drawer .sidr_navi li:first-child a,
#drawer02 .sidr_navi li:first-child a{
  height: 100%;
  padding: 0;
  align-items: center;
  min-height: 107px;
	background: #aad1d2;
	border-radius: 0;
	border: 1px solid #469FA4;
}
#drawer .sidr_navi li:first-child a:hover,
#drawer02 .sidr_navi li:first-child a:hover{
  background: #D9EBEC;
}
#drawer .sidr_navi li a img,
#drawer02 .sidr_navi li a img{
	width: 58px;
  margin: 0 auto;
}
#drawer .sidr_navi li b,
#drawer02 .sidr_navi li b{
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
#drawer .ac_box_nav_in,
#drawer02 .ac_box_nav_in{
  display: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #CCC;
  margin-top: 14px;
  padding: 20px 20px;
  z-index: 1;
  width: 100vw;
  max-width: 1200px;
  position: relative;
  margin-left: -92px;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_in,
#drawer02 .ac_box_nav_sub.active .ac_box_nav_in{
  display: block;
}
#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: -316px;
}
#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: -540px;
}
#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: -764px;
}
#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: -988px;
}
#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 #CCC;
  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: 53%;
}
#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{
  color: #9f0000;
	background: transparent;
}
#drawer .ac_box_nav_in li a::before,
#drawer02 .ac_box_nav_in li a::before{
  display: block;
	content: '';
	position: absolute;
	width: 8px;
  height: 8px;
  top: .5em;
  left: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}
#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;
  width: 100%;
  text-align: center;
}
#drawer .ac_box_nav_sub_close:first-of-type,
#drawer02 .ac_box_nav_sub_close:first-of-type{
	margin-top: 0;
}
#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;
	width: 80px;
	text-align: center;
	font-size: 85%;
	border: 1px solid #919191;
	border-radius: 0;
}
#drawer .sidr_navi .ac_box_nav_sub_close a:hover,
#drawer02 .sidr_navi .ac_box_nav_sub_close a:hover{
  background: #efefef;
}
#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: #333;
  position: absolute;
  left: 6px;
  top: 11px;
  height: 2px;
  width: 10px;
  transform: rotate(135deg);
  z-index: 1;
}
#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 - 54px);
	}
	#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: -27vw;
	}
	#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: -44.8vw;
	}
	#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: -63vw;
	}
	#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: -80.9vw;
	}
}
@media only screen and (max-width: 750px) {
  #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,
  #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{
    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,
  #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{
    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,
  #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{
    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,
  #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{
    left: calc(24.5% - 7px);
  }
  #drawer .sidr_navi li a img,
  #drawer02 .sidr_navi li a img{
		width: 71px;
		height: 31px;
  }
}
@media only screen and (max-width: 750px){
	#drawer .sidr_navi > li:first-child a,
	#drawer .sidr_navi li .ac_box_nav_sub a,
	#drawer02 .sidr_navi > li:first-child a,
	#drawer02 .sidr_navi li .ac_box_nav_sub a{
		min-height: 136px;
	}
}
/* ナビゲーション */
#drawer ul.sidr_navi_sub,
#drawer02 ul.sidr_navi_sub{
  display: flex;
  flex-wrap: wrap;
}
#drawer ul.sidr_navi_sub li,
#drawer02 ul.sidr_navi_sub li{
  position: relative;
  padding-left: 16px;
  margin-top: 16px;
}
#drawer ul.sidr_navi_sub li::before,
#drawer02 ul.sidr_navi_sub li::before{
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  transform: rotate(0deg);
}
.sidr_sub ul{
	display: flex;
	margin-top: 24px;
}
.sidr_sub li{
	margin-left: 24px;
	width: 100%;
}
.sidr_sub li:first-child{
	margin-left: 0;
}
.sidr_sub li a{
	display: block;
	text-decoration: none;
	border: 1px solid #0C656A;
	border-radius: 0;
	padding: 16px;
	background: #fff;
	text-align: center;
	font-size: 120%;
	transition: 0.2s;
}
.sidr_sub li a:hover{
	background: #AAD1D2;
}
.sidr_sub li a img{
	width: 70px;
  margin: 0 14px 0 0;
}
	@media only screen and (max-width: 750px){
		#drawer ul.sidr_navi_sub,
		#drawer02 ul.sidr_navi_sub{
			margin-top: 4px;
		}
		#drawer .ac_box_nav_in .sidr_navi_sub,
		#drawer02 .ac_box_nav_in .sidr_navi_sub{
	    display: flex;
	    margin-top: 16px;
	    border: none;
	    padding: 0;
	  }
	  #drawer .ac_box_nav_in .sidr_navi_sub::before,
	  #drawer02 .ac_box_nav_in .sidr_navi_sub::before{
	    display: none;
	  }
	  .sidr_sub ul{
			flex-wrap: wrap;
			margin-top: 12px;
		}
		.sidr_sub li{
			margin-left: 0;
		}
	}
/* ライフシーンで探す */
.head_life{
	position: relative;
	margin-top: 24px;
	background: #fff;
	border-radius: 60px;
	border: 1px solid #888;
	max-width: 1000px;
	margin: 32px auto 0;
}
.head_life .ac_box02 a{
	color: #333;
	text-decoration: none;
	font-size: 110%;
	display: block;
	text-align: center;
	padding: 24px;
}
.head_life.ac_box02_wrap .close{
	background: transparent;
	padding: 0;
	border: none;
	top: 18px;
	right: 32px;
}
.head_life.ac_box02_wrap .ac_display03 {
	margin: 0;
	padding: 8px 8px 8px 28px;
  background: #888;
  color: #fff;
  min-height: 30px;
  width: 90px;
  border-radius: 100px;
  letter-spacing: 0;
  font-size: 90%;
  right: 32px;
}
#drawer .head_life .ac_display03::before,
#drawer .head_life .ac_display03::after,
#drawer02 .head_life .ac_display03::before,
#drawer02 .head_life .ac_display03::after{
	content: '';
  background: #fff;
  position: absolute;
  left: 12px;
  top: 18px;
  height: 2px;
  width: 15px;
  z-index: 1;
  transform: rotate(-90deg);
}
#drawer .head_life .ac_display03::after,
#drawer02 .head_life .ac_display03::after{
	transform: rotate(0deg);
}
#drawer .head_life.active .ac_display03::before,
#drawer02 .head_life.active .ac_display03::before{
	transform: rotate(45deg);
}
#drawer .head_life.active .ac_display03::after,
#drawer02 .head_life.active .ac_display03::after{
	transform: rotate(-45deg);
}
.head_life .ac_box02_in{
	position: relative;
	background: #fff;
	border-radius: 0 0 60px 60px;
	display: none;
}
.head_life .ac_box02_in ul{
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0 32px;
	display: flex;
}
.head_life .ac_box02_in li{
	width: calc(25% - 9px);
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.head_life .ac_box02_in li:nth-of-type(4n){
	margin-right: 0;
}
.head_life .ac_box02_in li a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 5px;
	transition: 0.2s;
}
.head_life .ac_box02_in li a:hover{
	background: #D7E4F7;
}
.head_life .ac_box02_in li a img{
	max-width: 40px;
	display: block;
	margin: 0 auto 8px;
}
.head_life .ac_box02_in .close{
	margin-top: 8px;
	padding: 0 0 24px;
	right: auto;
	top: auto;
}
.head_life .ac_box02_in .close a{
	position: relative;
	top: 0;
	right: auto;
	margin: 0 auto;
	font-size: 85%;
	padding: 2px 4px 2px 18px;
	min-height: auto;
	border-radius: 100px;
	width: 80px;
	background: #888;
  color: #fff;
  letter-spacing: 0;
}
#drawer .head_life .ac_box02_in .close a::before,
#drawer .head_life .ac_box02_in .close a::after,
#drawer02 .head_life .ac_box02_in .close a::before,
#drawer02 .head_life .ac_box02_in .close a::after{
	content: '';
	background: #fff;
	position: absolute;
	left: 6px;
	top: 11px;
	height: 2px;
	width: 10px;
	transform: rotate(135deg);
	z-index: 1;
}
#drawer .head_life .ac_box02_in .close a::after,
#drawer02 .head_life .ac_box02_in .close a::after{
	transform: rotate(45deg);
}
	@media only screen and (max-width: 750px){
		.sidr_sub ul{
			flex-wrap: wrap;
			margin-top: 12px;
		}
		.sidr_sub li{
			margin-left: 0;
		}
		.head_life{
			margin-bottom: 16px;
		}
		.head_life .ac_box02 a{
			padding: 24px 120px 24px 24px;
		}
		.head_life .ac_box02_in li:nth-of-type(n){
			width: calc(50% - 6px);
		}
		.head_life .ac_box02_in li:nth-of-type(2n){
			margin-right: 0;
		}
		.head_life .ac_box02_in li a{
			padding: 10px;
			font-size: 85%;
			height: 100%;
		}
	}

/**** 追従メニューのスタイル ****/
header .head2{
	display: none;
}
.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;
}
.head2.is-show{
	top: 0;
}
.head2 .skip{
	position: absolute;
	left: 0;
}
.head2 .h1{
	width: 250px;
	position: relative;
	margin-top: 0;
	padding: 8px 0 10px;
}
.head2 .h_main_in > div.konzatu a{
	padding: 0px 8px;
	transition: none;
}
.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 20px;
  border: 1px solid #C4684E;
  min-height: 52px;
  letter-spacing: initial;
}
.head2 .kin a:hover{
	background: #fff;
}
.head2 #menu_button02_2.d_btn{
	position: relative;
  right: 0;
  margin: -90px 0 24px auto;
  text-align: right;
}
.head2 .head_search_box{
	margin: 0;
	padding: 12px;
	max-width: 45%;
}
.head2 .head_search_box #cse-search-box{
	min-width: 170px;
}
.head2 .h_main{
	width: calc(100% - 250px);
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 16px 60px 10px 24px;
}
.head2 .h_main_in {
	padding: 4px 0;
}
.head2 .h_main_in > div{
	margin-left: 12px;
}
.src_top_sp{
	display: none;
}
	@media only screen and (max-width: 1223px){
		.head2 .head_in{
			align-items: flex-start;
		}
		.head2 .h1{
			padding: 36px 0 10px;
		}
		.head2 .head_search_box{
			min-width: calc(100% + 334px);
			right: -60px;
			position: relative;
			top: 0;
			padding: 8px 0 0 0;
			max-width: none;
		}
		.head2 .h_main_in {
			padding: 4px 4px 4px 0;
		}
	}
	@media only screen and (max-height: 480px){
		.head2 {
			max-height: 100vh;
		}
		.head2 .language .lang_detail{
			position: relative;
		}
	}
	@media only screen and (max-width: 750px){
		.head2{
			display: none;
		}
		.head2 .h1{
			width: 40%;
			margin-top: calc(30px - 0.5vw);
			height: 100%;
			padding: 0;
		}
		.head2 .h_main{
			padding: 0px 54px 0 0;
			display: block;
			width: 60%;
		}
		.head2 .h_main_in{
			padding: 0;
			margin-bottom: 0;
			text-align: right;
			min-height: 66px;
		}
		.head2 .h_main_in > div{
			margin: 0 0 0 8px;
			width: auto;
		}
		.head2 .h_main_in > div.konzatu a{
			padding: 4px 8px;
			min-height: 50px;
		}
		.head2 .kin a{
			padding: 4px 8px;
			font-size: 80%;
			max-width: 72px;
			display: flex;
			width: 100%;
			min-height: 50px;
			line-height: 1.5;
			text-align: left;
		}
		.head2 .h_main_in > div.head_search_box{
			left: 0;
			margin: 8px 0 8px 12px;
			width: 100%;
		}
		.head2 .head_search_box{
			display: none;
			width: 100%;
			padding: 0 0 10px 12px;
			right: auto;
			min-width: auto;
			left: 0;
			position: absolute;
			top: 100%;
			background: rgba(255,255,255,0.9);
			border-bottom: 1px solid #DFDFDF;
		}
		.head2 .head_search #cse-search-box{
			width: calc(100% - 90px);
		}
		.head2 .head_search label{
			font-size: 80%;
			min-height: 2.65em;
			min-width: 90px;
			padding: 6px 2px 6px 10px;
		}
		.head2 .head_search .q{
			height: 2.5em !important;
		}
		.head2 .head_search #search_button{
			min-height: 2.5em;
		}
		.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_footer {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
	@media only screen and (max-width: 750px) {
		.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: #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;
	max-width: 1224px;
	margin: 30px auto 0;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 32px;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	background: #aad1d2;
	border-radius: 50%;
	font-size: 85%;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 34px 10px 10px;
	position: relative;
	transition: 0.2s;
	top: 0;
	border: 1px solid #659D9F;
}
.foot_modori a:hover{
	top: -8px;
}
.foot_modori a span{
	display: block;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -4px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	transform: rotate(45deg);
	transition: .4s;
}
	@media only screen and (max-width: 750px) {
		.foot_modori{
			padding-top: 6em;
		}
		.foot_modori a{
			width: 100px;
			min-height: 100px;
			padding: 34px 10px 10px;
		}
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
			margin-bottom: 20px;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	border-top: 2px solid #AAD1D2;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 12px 10px;
}
.foot_link{
	padding: 0 10px 8px;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 8px 8px 0 0;
	border-right: 1px solid #AAD1D2;
}
.foot_link li:first-child {border-left: 1px solid #AAD1D2;}
.foot_link li a{
	margin-right: 8px;
	padding: 4px 8px;
	display: block;
	font-size: 90%;
	transition: 0.2s;
}
.foot_link li:first-child a {margin-left: 8px;}
.foot_link li a:hover{
	background: #D9EBEC;
}
.foot_copy {
	background: #AAD1D2;
	font-size: 85%;
	padding: 8px 12px;
	margin-top: 0;
	text-align: center;
}
.foot_copyin {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.foot_link {padding: 0;}
	.foot_link li {
		margin: 0;
		width: 100%;
		border: none;
		border-bottom: 1px solid #AAD1D2;
	}
	.foot_link li:first-child {border-left: none;}
	.foot_link li:last-child {border-bottom: none;}
	.foot_link li a {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 8px 8px 8px 24px;
	}
	.foot_link li a::before {
		position: absolute;
		content: '';
		top: 1.1em;
		left: 8px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		transform: rotate(-45deg);
	}
	.foot_link li:first-child a {margin: 0;}
}
	@media only screen and (max-width: 750px) {
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
	}
/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display,
.ac_display01{
	display: none;
}
.ac_box02{
	position: relative;
}
.main_naka .ac_box02 h2{
	padding-right: 64px;
}
.ac_display03{
		display: inline-block;
		position: absolute;
		top: 24px;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
}
.ac_display03{
	top: 19px;
}
.ac_display03 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
}
.ac_display03::before,
.ac_display03::after {
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 13px;
		height: 2px;
		width: 10px;
}
.ac_display03::after{
		transform: rotate(90deg);
}
.ac_box02_in{
	position: absolute;
}
.ac_box02_in .ac_box02{
	text-align: center;
	margin-top: 20px;
}
#main_outline .ac_box02_in .ac_box02 button{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #2b3095;
}
#main_outline .ac_box02_in .ac_box02 button:hover{
	color: #860000;
}
.ac_box02.close a::before,
.ac_box02.close a::after {
	content: '';
	background: #888;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.ac_box02.close a::after{
	transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div,
	.ac_box01_in{
		display: block !important;
	}
	.ac_display01,
	.ac_box01.close{
		display: none !important;
	}
}
@media only screen and (max-width: 750px) {
	.ac_box h2, .main .ac_box h2{
		padding-right: 3.5em;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		z-index: 100;
		border-radius: 0;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 6px 6px 6px 20px;
		background: #FFF;
		border: 1px solid #7A7A7A;
	}
	#main_outline button.ac_display01,
	.ac_box01.close a{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		border: none;
		background: #888;
		z-index: 100;
		border-radius: 100px;
		padding: 6px 6px 6px 20px;
		color: #fff;
		font-size: 72%;
    line-height: 1.5;
	}
	.ac_box01.close{
		text-align: center;
		margin: 8px 0;
	}
	.ac_box01.close a{
		position: relative;
    text-decoration: none;
    font-size: 82%;
    top: auto;
    right: auto;
    margin: 0 auto;
    letter-spacing: 0;
	}
	.ac_display::before,
	.ac_display::after,
	.ac_display01::before,
	.ac_display01::after,
	.ac_box01.close a::before{
		content: '';
		background: #858585;
		position: absolute;
		left: 6px;
		top: 1.2em;
		height: 2px;
		width: 10px;
		z-index: 1;
	}
	.ac_display::after,
	.ac_display01::after{
		transform: rotate(90deg);
	}
	.ac_box + div,
	.ac_box01_in{
		display: none;
	}
	.ac_box,
	.ac_box01{
		position: relative;
		width: 100%;
	}
	.ac_box.active p::after,
	.ac_box01_wrap.active .ac_display01::after{
		display: none;
	}
	.ac_display a:hover {
		background: #D9EBEC;
		border-color: #888;
	}
	.ac_display:hover::before,
	.ac_display:hover::after {background: #888;}
}
/**** 5件より多い場合格納のスタイル ****/
.folding_5 .more{
	display: none;
	text-align: right;
}
.folding_5 .more a{
	background: #888;
	border: 1px solid #888;
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	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;
}