@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, 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;
	overflow: hidden;
}
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-behavior: smooth;
	overflow: auto;
}
html.scroll_none{
	overflow: hidden;
}
body {
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
	@media (max-width: 1024px){
		html{
			scroll-padding-top: 0;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #B50000;
}
/**** リンク ****/
a{
	min-height: 24px;
	min-width: 24px;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #860000;
}
a:hover strong{
	color: #860000;
}
a:active {
	text-decoration: none;
	color: #860000;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 外部リンク ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #fff;
	color: #000;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #000;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size: 56.25%;
	font-family: "UD新ゴ R","UD Shin Go Regular";
}
.main_naka h2 .window{
	font-size: 49%;
}

/**** 市役所/区役所区分のラベル ****/
.ku{
	display: inline-block;
	padding: 1px 4px;
	border: 1px solid #000;
	background: #C6FAFF;
	border-radius: 4px;
	margin: 4px 8px 0;
	color: #000;
}
.shi{
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding: 1px 4px;
	border: 1px solid #000;
	margin: 4px 8px 0;
}

/**** 新着マーク ****/
.new_mark {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #C6FAFF;
	color: #000;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #000;
	vertical-align: middle;
	word-wrap: break-word;
}
h2 .new_mark{
	font-size: 56.25%;
	font-family: "UD新ゴ R","UD Shin Go Regular";
}
.main_naka h2 .new_mark{
	font-size: 49%;
}

/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
/*Youtube埋め込みプレーヤースキップ用*/
.design .movie_skip{
	margin: 0;
	padding:0;
	border:0;
	background:none;
	text-align: left;
}
* html .design .movie_skip{
	display:none;
}
*+html .design .movie_skip{
	display:none;
}
.design .movie_skip a{
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
	font-size: 80%;
	line-height: 1.5em;
}
.design .movie_skip a:focus{
	margin: 0;
	padding: 10px 5px 10px 5px;
	clip: auto;
    height:auto;
    overflow:visible;
    position: static !important;
	background-color: #fff !important;
	display: block!important;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #000;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"] {
	/* font-familyは変更禁止 */
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	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: #000;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
	transition: 0.2s;
}
#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: #fff;
	color: #000;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
	padding: 0;
}
.date {
	font-size: 85%;
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #de2f32;
}
.none {
	display: none;
}

/**** tel制御用 ****/
	@media print, screen and (min-width: 1024px) {
		a[href^="tel:"] {
			cursor: default !important;
			text-decoration: none!important;
			color: #000 !important;
		}
		a[href^="tel:"]:hover {
			cursor: default !important;
			text-decoration: none !important;
			color: #000 !important;
		}
	}

/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design{
	clear: both;
}
.inner{
	max-width: 1224px;
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	position: relative;
}
.head_in.exist {
  transition: none;
}
.h1_wrap{
	width: 290px;
	padding: 20px 10px 20px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.h1_wrap::before{
	content: "";
	position: absolute;
	width: 100vw;
	display: block;
	left: 290px;
	top: 0;
	height: 100%;
	background: #EEEEEE;
	border-radius: 0 0 0 60px;
}
.h1_img_logo{
	width: 194px;
}
.h_main {
	width: calc(100% - 290px);
}
.h_main_in{
	margin-left: 0;
	display: flex;
	padding: 20px 0 24px 60px;
}
	@media only screen and (max-width: 1220px) {
		.h1_wrap{
			justify-content: center;
		}
	}
	@media only screen and (max-width: 1024px) {
		.head_in{
			background: #eee;
			justify-content: space-between;
			align-items: center;
		}
		.h1_wrap{
			padding: 0;
			width: 200px;
			justify-content: left;
		}
		.h1_wrap a{
			display: block;
		}
		.h1_img_logo{
			width: 166px;
		}
		.h_main{
			width: auto;
		}
		.h_main_in{
			padding: 0 64px 0 8px;
			margin: 12px 0;
		}
	}
/* 緊急情報のスタイル */
.emergency {
	margin: 24px 0;
}
.main_header .emergency {
	padding: 0 12px;
	max-width: 1224px;
	margin: -8px auto 0;
	position: relative;
}
.main_header .emergency h2{
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	font-size: 120%;
}
.main .emergency h2, .main .emergency .h2 {
	background: #de2f32;
	color: #fff;
}
.main .emergency h2{
	padding: 10px;
	font-size: 160%;
}
.ac_box_kin_wrap{
	background: #d5d5d5;
	position: relative;
	border-radius: 10px;
	padding: 8px;
}
.main_header .kinkyu > .ac_box_kin_wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	margin: 0;
	height: auto !important;
	opacity: 0;
	transition: 0.2s;
}
.main_header .kinkyu > .ac_box_kin_wrap.active{
	opacity: 1;
	transition: 0.2s;
	transition-delay: 0.1s;
}
.main_header .ac_box_kin_wrap.exist{
	background: transparent;
	padding: 0 !important;
	font-size: 100%;
	height: 100%;
}
.kin_text{
	text-align: center;
	min-width: 140px;
	margin: 0 0 8px;
}
.ac_box_kin{
	position: relative;
	margin-top: 0;
	height: 100%;
}
.main_header .ac_box_kin_wrap .ac_box_kin a{
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
	position: relative;
	display: flex;
	min-width: 140px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #fff;
	transition: 0.2s;
	color: #DE2F32;
	background: #fff;
	padding: 12px 8px;
}
.main_header .ac_box_kin_wrap .ac_box_kin a:hover {
  border: 1px solid #DE2F32;
}
.main_header .ac_box_kin_wrap .ac_box_kin .window {
  margin: 4px 4px 0px 4px;
  font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button{
	padding: 3px 3px 16px;
	font-size: 100%;
	background: #DE2F32;
	color: #fff;
	min-height: 90px;
	min-width: 156px;
	border-radius: 10px;
	height: 100%;
	border: none;
	letter-spacing: inherit;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button:hover{
	border-color: #fff;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::after{
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	background: url(img/kin_arrow.svg) no-repeat;
	background-size: contain;
	bottom: 10px;
	left: calc(50% - 10px);
	position: absolute;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #DE2F32;
	bottom: calc(-100% + 10px);
	left: 0;
	position: absolute;
	transition: 0.2s;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::before{
	opacity: 0;
}
.main_header .kin .ac_box_kin_wrap.exist.active .ac_box_kin button::before{
	opacity: 1;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::after{
	background: url(img/kin_arrow2.svg) no-repeat;
}
.main_header .ac_box_kin_wrap.exist.active .ac_box_kin button::after{
	transform: rotate(-180deg);
}
.main_header .emergency.exist{
	padding: 0 12px 12px 12px !important;
}
.main_naka .ac_box_kin h2{
	padding-right: 64px;
}
.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,
.ac_box_kin_wrap.exist .ac_box_kin_in{
	display: block;
	padding: 0px 8px;
	background: #de2f32;
}
.ac_box_kin_in .ac_box_kin{
	margin: 8px 0;
	text-align: center;
}
#body .ac_box_kin_in .ac_box_kin button{
	background: #fff;
	color: #2b3095;
	border-radius: 10px;
	position: relative;
	padding: 6px 8px 6px 22px;
}
#body .ac_box_kin_in .ac_box_kin button:hover{
	background: #EEEEEE;
}
#body .ac_box_kin_in .ac_box_kin button::before,
#body .ac_box_kin_in .ac_box_kin button::after{
	content: '';
	background: #de2f32;
	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 #de2f32;
	border-top: none;
	padding: 4px 16px 16px;
}
.main_header .emergency_lower {
	border: 2px solid #de2f32;
	padding: 0;
	background: #fff;
	border-radius: 10px;
}
.main_header .emergency_lower ul{
	padding: 4px 16px 16px;
	background: #fff;
	border-radius: 8px;
}
.main_header .emergency .h2{
	position: absolute;
	z-index: -1;
	font-size: 0%;
}
.main_header .emergency li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	display: flex;
}
.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 #000;
	transform: rotate(0deg);
}
.main_header .emergency li .date{
	margin: 0;
	width: 180px;
	font-size: 100%;
}
.main_header .emergency li a,
		.main_header .emergency li span:not(.date){
	width: calc(100% - 180px);
}
.main_header .emergency li a,
		.main_header .emergency li span.window{
	width: auto;
	display: inline-block;
}
.main_header .emergency_lower .kin_menu{
	display: flex;
	background: #de2f32;
	padding: 0;
	padding-right: 100px;
}
.main_header .emergency_lower .kin_menu li{
	padding: 0;
	margin-right: 20px;
}
.main_header .emergency_lower .kin_menu li::before{
	display: none;
}
.main_header .emergency_lower .kin_menu li a{
	background: #fff;
	color: #2b3095;
	padding: 4px 10px 4px 24px;
	border-radius: 8px;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
}
.main_header .emergency_lower .kin_menu li a:hover{
	background: #EEEEEE;
}
.main_header .emergency_lower .kin_menu li a::before{
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #de2f32;
	transform: rotate(0deg);
}
.main_header .emergency_lower .kin_menu li a::after{
	display: none;
}
	@media only screen and (max-width: 1024px){
		.ac_box_kin_wrap{
			margin-right: 8px;
			margin-top: 0;
			font-size: 85%;
			padding: 5px;
		}
		.kin_text {
		  min-width: 100px;
		  margin: 0 0 2px;
		}
		.main_header .kin .ac_box_kin_wrap{
			margin-right: 8px;
			margin-top: 0;
			font-size: 75%;
			min-height: 62px;
			min-width: 110px;
		}
		.main_header .ac_box_kin_wrap.exist{
			font-size: 85%;
		}
		.main_header .ac_box_kin_wrap a{
			padding: 5px 25px 5px 8px;
			min-width: 130px;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin a {
		  padding: 6px 2px;
		  min-width: 100px;
		  min-height: auto;
		  flex-wrap: wrap;
		  max-width: 8em;
		}
		.main_header .ac_box_kin_wrap .ac_box_kin a::after{
			width: 14px;
			bottom: 6px;
			left: auto;
			right: 8px;
		}
		.main_header .ac_box_kin_wrap span{
			display: inline;
		}
		.main_header .emergency li{
			flex-wrap: wrap;
		}
		.main_header .emergency.exist li{
			padding: 0;
		}
		.main_header .emergency li a,
		.main_header .emergency li span:not(.date){
			width: 100%;
			font-size: 100%;
			padding: 0;
		}
		.main_header .emergency li span.window{
			width: auto;
			font-size: 70%;
			padding: 2px 5px;
		}
		.main_header .emergency li .date{
			padding-left: 16px;
		}
		.main_header .emergency_lower .kin_menu{
			padding: 0;
			display: block;
		}
		.main_header .emergency_lower .kin_menu li{
			margin-right: 0;
		}
		.main_header .emergency_lower .kin_menu li a{
			width: auto;
		}
		.ac_box_kin_wrap.active{
			margin-right: 0;
		}
		.ac_box_kin_in .ac_box_kin{
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
		.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button{
			min-height: 62px;
			padding: 16px 22px 16px 10px;
			min-width: 110px;
		}
		.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::after{
			background: url(img/kin_arrow2.svg) no-repeat 0 0/contain;
			width: 14px;
			bottom: calc(50% - 8px);
			left: auto;
			right: 8px;
		}
		.main_header .ac_box_kin_wrap.exist.active .ac_box_kin button::after{
			bottom: calc(50% - 4px);
		}
	}

/* 緊急情報（重要なお知らせ） */
.pickup.kinkyu{
	margin: 24px auto 0;
	max-width: 1200px;
	padding: 10px 10px 20px;
	border-radius: 10px;
	background: #ff6c00;
}
.pickup.kinkyu h2{
	background: #fff;
	font-size: 120%;
	padding: 16px 16px 0;
	border-radius: 8px 8px 0 0;
}
.pickup.kinkyu .pickup_lower{
	background: #fff;
	padding: 1px 16px 16px;
	border-radius: 0 0 6px 6px;
	margin-bottom: -10px;
}
.pickup.kinkyu .pickup_lower li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
}
.pickup.kinkyu .pickup_lower 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 #000;
	transform: rotate(0deg);
}
	@media only screen and (max-width: 1224px){
		.pickup.kinkyu{
			width: calc(100% - 24px);
		}
	}
.ilist.kinkyu2{
	max-width: 1200px;
	background: #ff6c00;
	padding: 0 10px 10px;
	margin: -10px auto 0;
	border-radius: 0px 0px 10px 10px;
}
.ilist.kinkyu2 h2{
	z-index: -1;
	position: absolute;
	opacity: 0;
}
.ilist.kinkyu2 .ilist_lower ul{
	display: flex;
	flex-wrap: wrap;
}
.ilist.kinkyu2 .ilist_lower ul li{
	width: calc(33.3% - 5.4px);
	margin-right: 8px;
	margin-top: 8px;
}
.ilist.kinkyu2 .ilist_lower ul li:nth-of-type(3n){
	margin-right: 0;
}
.ilist.kinkyu2 .ilist_lower ul li a{
	text-decoration: none;
	background: #fff;
	display: flex;
	border-radius: 10px;
	position: relative;
	padding: 16px 22px 16px 16px;
	align-items: center;
	min-height: 80px;
	height: 100%;
}
.ilist.kinkyu2 .ilist_lower ul li a:hover{
	background: #EEEEEE;
}
.ilist.kinkyu2 .ilist_lower ul li a::before{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ff6c00;
	transform: rotate(0deg);
}
.ilist.kinkyu2 .ilist_lower ul li a .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1224px){
		.ilist.kinkyu2{
			width: calc(100% - 24px);
		}
	}
	@media only screen and (max-width: 768px){
		.ilist.kinkyu2 .ilist_lower ul li:nth-of-type(n){
			margin-right: 0;
			width: 100%;
		}
		.ilist.kinkyu2 .ilist_lower ul li a{
			min-height: 60px;
		}
	}
/* 検索ボックス */
.head_search_box{
	max-width: calc(100% - 190px);
	margin: 0 auto;
	padding: 0 8px;
	position: relative;
	width: 100%;
}
.src_box.head_search #cse-search-box{
	border-radius: 8px;
}
.src_box .q,
.src_box .q-sp {
	float: left;
	margin: 0;
	height: 34px !important;
	width: calc(100% - 64px) !important;
	padding: 0 6px !important;
	border: 1px solid #000 !important;
	border-radius: 10px 0 0 10px !important;
	font-size: 100% !important;
}
.src_box #search_button,
.src_box #search_button_sp,
.src_box #search_button-sp2{
	min-height: 34px;
	width: 64px;
	background: #000 url(img/src_img.svg) no-repeat 6px 9px/14px;
	color: #fff;
	padding: 4px 4px 4px 20px;
	border-radius: 0 10px 10px 0;
	border: 1px solid #000;
	border-left: 0;
	margin: 0;
	font-size: 85%;
	cursor: pointer;
	white-space: normal;
	transition: all 0.3s;
}
.src_box #search_button:hover,
.src_box #search_button_sp:hover,
.src_box #search_button-sp2:hover{
	background-color: #fff;
	background-image: url(img/src_img_.svg);
	color: #000;
}
.src_box-sp2{
	display: none;
}
form.gsc_page{
	padding: 10px 0 0;
}
.src_sct{
	display: flex;
	gap: 12px;
	padding: 8px 0 4px;
}
.src_sct legend{
	width: auto;
	display: contents;
}
.src_sct p{
	margin: 0;
}
	@media only screen and (max-width: 1024px) {
		.head_search_box{
			margin: 0;
			padding: 0;
			width: auto;
			max-width: none;
		}
		.src_box.head_search{
			display: none;
		}
		.src_box-sp2{
			display: block;
			background: #eee;
			padding: 0 12px 12px;
			position: relative;
		}
		.src_sct{
			flex-wrap: wrap;
			gap: 2px;
		}
		.src_sct legend{
			display: inherit;
			margin: 10px 0 0 4px;
		}
	}
/* 言語選択 */
.language{
	position: relative;
	margin: 8px 8px 0 0;
	max-width: 124px;
	z-index: 100;
}
.lang_drop{
	margin: 0;
	height: 100%;
}
.lang_drop a{
	text-decoration: none;
	background: #000;
	color: #fff;
	display: flex;
	border-radius: 10px;
	padding: 5px 6px 5px 30px !important;
	font-size: 70%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	transition: 0.2s;
	position: relative;
	word-break: break-all;
}
.lang_drop a:hover {
  background: #fff;
  color: #000;
}
.lang_drop a::before{
	content: "";
	display: block;
	background: url(img/lang_icon.svg) no-repeat;
	position: absolute;
	top: calc(50% - 9px);
	left: 6px;
	width: 18px;
	height: 18px;
}
.lang_drop a:hover::before {
  background: url(img/lang_icon_.svg) no-repeat;
}
.language .ac_box02_in .ac_box02.close{
	margin-top: 0;
	font-size: 85%;
	text-align: center;
}
.language .ac_box02_in .ac_box02.close a{
	background: #000;
	color: #fff;
}
.language .ac_box02_in .close a::before, 
.language .ac_box02_in .close a::after{
	background: #fff;
}
.h_top .lang_detail{
	position: absolute;
	display: none;
	top: 100%;
	z-index: 2;
	background: #fff;
	border-radius: 10px;
	padding: 10px 4px;
	width: 100%;
	border: 1px solid #000;
	word-break: break-all;
}
.h_top .lang_detail .lang_mt{
	margin: 8px 0 0px;
	font-size: 75%;
	text-align: center;
}
.h_top .lang_detail ul{
	width: 100%;
	margin: 8px 0 0;
}
.h_top .lang_detail li,
.lang_site{
	width: 100%;
	margin: 0 0 4px;
	min-width: auto;
	min-height: auto;
}
.lang_site{
	position: relative;
	margin: 4px 0 8px;
	padding-top: 8px;
}
.lang_site::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
}
.h_top .lang_detail li a,
.lang_site a{
	text-decoration: none;
	border-radius: 10px;
	padding: 4px 4px;
	font-size: 75%;
	height: 100%;
	border: 1px solid #000;
	transition: 0.2s;
	background: #fff;
	color: #2b3095;
	display: block;
	text-align: center;
}
.h_top .lang_detail li a:hover,
.lang_site a:hover{
	background: #000;
	color: #fff;
}
.h_top .lang_detail li a span{
	display: block;
}
.h_top ul{
	display: flex;
	width: calc(100% - 132px);
	flex-wrap: wrap;
}
	@media only screen and (max-width: 1024px){
		.language {
		  margin: 0 6px 0 0;
		}
		.lang_drop a {
		  font-size: 70%;
		  width: 62px;
		  padding: 36px 0 0 !important;
		  min-height: 62px;
		  letter-spacing: 0;
		}
		.lang_drop a::before {
		  top: 12px;
		  left: calc(50% - 12px);
		  width: 24px;
		  height: 24px;
		}
		.h_top .lang_detail{
			width: calc(100vw - 32px);
			left: calc(-100vw + 160px);
			margin-top: 10px;
			padding: 8px;
		}
		.h_top .lang_detail::before{
			content: '';
			position: absolute;
			right: 92px;
			margin-left: -10px;
			top: -8px;
			margin-top: -12px;
			z-index: 3;
			border: 8px solid transparent;
			border-bottom: 12px solid #000;
		}
		.h_top .lang_detail ul{
			display: flex;
			flex-wrap: wrap;
		}
		.h_top .lang_detail li{
			width: calc(25% - 6px);
			margin-right: 8px;
			margin-bottom: 8px;
		}
		.h_top .lang_detail li:nth-of-type(4n){
			margin-right: 0;
		}
		.h_top .lang_detail li a{
			padding: 8px 4px;
		}
		.h_top .lang_detail li a span{
			display: inline;
		}
		.lang_site{
			padding-top: 12px;
		}
		.lang_site a{
			max-width: 240px;
			margin: 0 auto;
			padding: 8px 4px;
		}
	}
	@media only screen and (max-width: 480px){
		.h_top .lang_detail li{
			width: calc(50% - 4px);
			margin-right: 8px;
			margin-bottom: 8px;
		}
		.h_top .lang_detail li:nth-of-type(2n){
			margin-right: 0;
		}
	}
/* ヘッダーその他リンク */
.h_top{
	display: flex;
	flex-wrap: wrap;
}
.h_top ul{
	display: flex;
	width: calc(100% - 113px);
	flex-wrap: wrap;
}
.h_top li{
	margin: 8px 8px 0 0;
	min-height: 46px;
}
.h_top li:last-child {
  margin-right: 0;
}
.h_top li a{
	text-decoration: none;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	padding: 5px 7px;
	font-size: 70%;
	height: 100%;
	border: 1px solid #000;
	transition: 0.2s;
	align-items: center;
}
.h_top li a:hover {
  background: #fff;
  color: #000;
}
.h_top li a span{
	display: block;
	text-align: center;
}
.h_top li a .window{
	font-size: 70.5%;
	margin-right: 0;
	display: inline-block;
}
.h_top .online{
	position: relative;
}
.h_top .online .ac_box02{
	height: 100%;
}
.h_top .online .ac_box02.close{
	margin-top: 0;
	font-size: 85%;
	text-align: center;
}
.h_top .online .ac_box02.close a{
	background: #000;
	color: #fff;
}
.h_top .online .ac_box02_in .close a::before,
.h_top .online .ac_box02_in .close a::after{
	background: #fff;
}
.ac_box02_wrap.online.active > .ac_box02 a{
	padding: 5px 7px;
}
.ac_box02_wrap.online.active .ac_box02_in{
	position: absolute;
	top: 100%;
	z-index: 20;
	background: #fff;
	border-radius: 10px;
	padding: 10px 4px;
	width: 100%;
	border: 1px solid #000;
}
.ac_box02_wrap.online.active .ac_box02_in ul{
	width: 100%;
	margin: 8px 0 0;
}
.ac_box02_wrap.online.active .ac_box02_in li{
	width: 100%;
	margin: 0 0 4px;
	min-width: auto;
	min-height: auto;
}
.ac_box02_wrap.online.active .ac_box02_in li a{
	text-decoration: none;
	border-radius: 10px;
	padding: 4px 4px;
	font-size: 75%;
	height: 100%;
	border: 1px solid #000;
	transition: 0.2s;
	background: #fff;
	color: #2b3095;
	display: block;
	text-align: center;
}
.ac_box02_wrap.online.active .ac_box02_in li a:hover{
	background: #000;
	color: #fff;
}
	@media only screen and (max-width: 1024px){
		.h_top ul{
			display: none;
		}
	}
/**** メニューに関するスタイル ****/
/* drawer.cssも参照 */
/* メニューボタン */
#menu_button{
	margin: 0;
	position: relative;
	display: block;
	z-index: 1000;
	width: 128px;
}
#menu_button button{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	min-height: 88px;
	width: 88px;
	background: #000;
	font-size: 75%;
	padding: 50px 0 16px 0;
	border-radius: 10px;
	border: 1px solid #000;
}
#menu_button button.active{ 	
	display: inline-block; 	
} 
#menu_button button:hover{
	background: #fff;
}
#menu_button button b{
	color: #fff;
}
#menu_button button:hover b {
  color: #000;
}
#menu_button button .icon_ham{
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -14px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 28px;
	border-radius: 10px;
	transition: 0.2s;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -14px;
	background: #fff;
	height: 3px;
	width: 28px;
	transition: 0.2s;
	border-radius: 10px;
}
#menu_button button .icon_ham:before{
	top: 8px;
}
#menu_button button .icon_ham:after{
	top: 16px;
}
#menu_button .menu:hover .icon_ham,
#menu_button .menu:hover .icon_ham::before,
#menu_button .menu:hover .icon_ham::after {
  background: #000;
}
#menu_button .menu.close .icon_ham::before {
  top: 8px;
  transform: rotate(-45deg);
}
#menu_button .menu.close .icon_ham::after {
  top: 8px;
  transform: rotate(45deg);
}
#menu_button .menu.close .icon_ham {
  background: none;
}
	@media only screen and (max-width: 1024px){
		#menu_button {
		  width: 62px;
		  position: fixed;
		  right: 12px;
		}
		#menu_button .menu {
		  min-height: 62px;
		  width: 62px;
		  padding: 36px 0 4px 0;
		}
		#menu_button .menu .icon_ham {
		  top: 14px;
		}
	}
#menu_button2{
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	z-index: 1001;
	width: 128px;
}
#menu_button2 button{
	position: absolute;
	top: 0;
	right: 12px;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	min-height: 88px;
	width: 88px;
	background: #000;
	font-size: 75%;
	padding: 50px 0 16px 0;
	border-radius: 10px;
	border: 1px solid #000;
	display: none;
	transition: 0.2s;
}
#menu_button2 button.active{
	display: inline-block;
}
#menu_button2 button:hover{
	background: #fff;
}
#menu_button2 button b{
	color: #fff;
}
#menu_button2 button:hover b {
  color: #000;
}
#menu_button2 button .icon_ham{
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -14px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 28px;
	border-radius: 10px;
	transition: 0.2s;
}
#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -14px;
	background: #fff;
	height: 3px;
	width: 28px;
	transition: 0.2s;
	border-radius: 10px;
}
#menu_button2 button .icon_ham:before{
	top: 8px;
}
#menu_button2 button .icon_ham:after{
	top: 16px;
}
#menu_button2 .menu:hover .icon_ham,
#menu_button2 .menu:hover .icon_ham::before,
#menu_button2 .menu:hover .icon_ham::after {
  background: #000;
}
#menu_button2 .menu.close .icon_ham::before {
  top: 8px;
  transform: rotate(-45deg);
}
#menu_button2 .menu.close .icon_ham::after {
  top: 8px;
  transform: rotate(45deg);
}
#menu_button2 .menu.close .icon_ham {
  background: none;
}
@media only screen and (max-width: 1024px){
	#menu_button2{
	  width: 62px;
	  position: fixed;
	  top: 12px;
	  right: 0;
	}
	#menu_button2 .menu {
	  min-height: 62px;
	  width: 62px;
	  padding: 36px 0 4px 0;
	}
	#menu_button2 .menu .icon_ham {
	  top: 14px;
	}
}
/* メニュー内 */
#drawer.drawer-nav {
	height: 100%;
	background-color: rgba(225, 225, 225, 0.9);
	z-index: 1000;
}
body:not(.drawer-open) .drawer-nav{
	visibility: hidden;
	transition: 0.3s;
}
body.drawer-open{
	width: 100%;
}
.side_sitenavi{
  margin: 0 auto;
  max-width: 1224px;
  padding: 142px 12px 32px;
  position: relative;
}
#drawer .d-close{
  width: 100%;
  max-width: 1224px;
  margin: 32px auto 0;
  text-align: center;
}
#drawer .d-close a{
  background: #000;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 10px;
  min-width: 146px;
  color: #fff;
  border: 1px solid #000;
  transition: 0.2s;
}
#drawer .d-close a:hover{
  background: #fff;
  color: #000;
}
#drawer .d-close span{
  display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
#drawer .d-close span::before,
#drawer .d-close span::after{
  content: '';
  background: #fff;
  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{
  background: #000;
}
#drawer .d-close span::after{
  transform: rotate(45deg);
}
	@media only screen and (max-width: 1024px){
		.side_sitenavi{
	    font-size: 100%;
	    padding: 5em 12px 32px;
	  }
	  #drawer .d-close{
	    margin: 40px auto 20px;
	  }
	}
/* 検索 */
#drawer .search_box_line {
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: flex;
	max-width: 100%;
	padding: 0;
}
#drawer .src_box {
  width: calc(52% - 32px);
  border-top: 0;
  margin: 8px 32px 0 0;
}
.src_box #cse-search-box-sp .q{
	height: 46px !important;
	background-position: 6px 16px;
}
.src_box #search_button_sp{
	min-height: 46px;
	background-position: 6px 16px;
}
	@media only screen and (max-width: 1024px){
		#drawer .search_box_line{
			display: block;
		}
		#drawer .src_box{
		  display: block;
		  width: 100%;
		  margin: 16px 0 8px;
		}
	}
/* ヘッダーその他リンク */
#drawer .h_top{
	width: 48%;
}
#drawer .h_top ul {
  width: 100%;
  font-size: 85%;
}
#drawer .search_box_line li a {
  font-size: 85%;
  padding: 4px 22px;
}
#drawer .h_top ul .ac_box02_in{
	font-size: 125%;
}
#drawer .search_box_line li .ac_box02_in a{
	padding: 4px 4px;
}
#drawer .search_box_line li .close a{
	padding: 4px 4px 4px 18px;
}
	@media only screen and (max-width: 1024px){
		#drawer .h_top{
			width: 100%;
		}
		#drawer .h_top ul{
			display: flex;
			flex-wrap: wrap;
		}
		#drawer .search_box_line li{
			width: calc((100%/3) - 6px);
		}
		#drawer .search_box_line li a{
			font-size: 80%;
			padding: 6px 4px;
			flex-wrap: wrap;
		}
		#drawer .ac_box02_wrap.online.active .ac_box02_in li{
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px){
		#drawer .search_box_line li{
			width: calc(50% - 4px);
		}
		#drawer .search_box_line li:nth-of-type(2n){
			margin-right: 0;
		}
	}
/* 支援機能 */
#drawer .side_shien {
  width: 100%;
  padding: 0px;
  margin: 30px 0 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 95%;
  justify-content: center;
}
#drawer .sidr_navi_sub2 {
  display: flex;
  margin: 0;
  padding: 20px;
  flex-wrap: wrap;
}
#drawer .sidr_navi_sub2 li {
  background: none;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.font_size, .bg_color {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.bg_color {
  padding: 0;
  margin-right: 0;
}
.font_tit, .bg_tit {
  margin: 0 6px 0 0;
}
.font_list, .bg_list {
  display: flex;
  align-items: center;
}
#drawer .sidr_navi_sub2 .font_list li,
#drawer .sidr_navi_sub2 .bg_list li {
  margin: 0 4px 0 0;
}
#drawer .sidr_navi_sub2 .font_list li a,
#drawer .sidr_navi_sub2 .bg_list li a {
  background: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 10px;
  border: 1px solid #000;
}
#drawer .sidr_navi_sub2 .font_list li a:hover,
#drawer .sidr_navi_sub2 .bg_list li a:hover {
  background: #EEEEEE;
}
#drawer .sidr_navi_sub2 .font_list li:first-child a,
#drawer .sidr_navi_sub2 .bg_list li:first-child a {
  background: #000;
  color: #fff;
}
#drawer .sidr_navi_sub2 .font_list li:first-child a:hover,
#drawer .sidr_navi_sub2 .bg_list li:first-child a:hover {
  background: #EEEEEE;
  color: #000;
}
#drawer .sidr_navi_sub2 .font_list li a strong,
#drawer .sidr_navi_sub2 .bg_list li a strong{
	color: #fff;
}
#drawer .sidr_navi_sub2 .font_list li a:hover strong,
#drawer .sidr_navi_sub2 .bg_list li a:hover strong{
	color: #000;
}
.easy_btn a {
  padding: 4px 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 16px;
  border: 1px solid #000;
}
.easy_btn:last-child a {
  margin-right: 0;
}
.easy_btn.fur a {
  background: #fff url(img/furigana.png) no-repeat 9px 7px/17px;
  padding-left: 32px;
}
.easy_btn.yom a {
  background: #fff url(img/yomiage.png) no-repeat 10px 8px/23px;
  padding-left: 40px;
}
.easy_btn a:hover {
  background-color: #EEEEEE;
}
	@media only screen and (max-width: 1024px){
		#drawer .side_shien{
			width: 100%;
			padding: 6px 0 10px 0;
			display: block;
			margin: 16px 0 20px;
		}
		#drawer .sidr_navi_sub2{
	    justify-content: center;
	    padding: 0px 0 10px;
	  }
	  #drawer .sidr_navi_sub2 li{
	  	margin: 10px 0 0;
	  }
	  #drawer .sidr_navi_sub2 li:nth-of-type(2) a{
	  	margin-right: 0;
	  }
	  .font_size, .bg_color {
		  display: block;
		  margin-right: 20px;
		}
		.bg_color{
			margin-right: 0;
		}
		.font_list, .bg_list {
		  margin-top: 10px;
		}
		#drawer .sidr_navi_sub2 .font_list li,
		#drawer .sidr_navi_sub2 .bg_list li {
		  width: auto;
		}
		#drawer .sidr_navi_sub2 li.easy_btn{
			margin: 10px 10px 0;
			text-align: center;
		}
		.easy_btn a{
			margin: 0;
		}
  }
  @media screen and (max-width: 480px){
		.easy_btn:nth-of-type(n) a{
			margin-right: 0;
		}
	}
/* ナビゲーション */
#drawer .sidr_navi {
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
#drawer .sidr_navi li{
  display: block;
  text-align: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: calc((100%/6) - 26px);
}
#drawer .sidr_navi li .ac_box_nav_sub{
  background: #fff;
  border-radius: 10px;
  position: relative;
  border: 1px solid #fff;
  transition: 0.2s;
}
#drawer .sidr_navi li .ac_box_nav_sub:hover{
  background: #EEEEEE;
  border: 1px solid #000;
}
#drawer .sidr_navi li .ac_box_nav_sub::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	left: calc(50% - 4px);
	bottom: 16px;
}
#drawer .sidr_navi li:first-child{
  width: 80px;
  height: 100%;
}
#drawer .sidr_navi li:last-child{
  margin-right: 0;
}
#drawer .sidr_navi li a{
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 16px 12px 24px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  transition: 0.2s;
}
#drawer .sidr_navi li:first-child a{
  height: 100%;
  color: #fff;
  padding: 0;
  align-items: center;
  min-height: 107px;
  background: #000;
  border: 1px solid #000;
}
#drawer .sidr_navi li:first-child a:hover{
  background: #fff;
  color: #000;
}
#drawer .sidr_navi li a img{
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#drawer .sidr_navi li b{
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
#drawer .ac_box_nav_in {
  display: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  margin-top: 14px;
  padding: 8px 20px 24px;
  text-align: center;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_in {
  display: block;
}
#drawer .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{
  margin-left: -282px;
}
#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in{
  margin-left: -465px;
}
#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in{
  margin-left: -650px;
}
#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in{
  margin-left: -837px;
}
#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in{
  margin-left: -1023px;
}
#drawer .ac_box_nav_in ul {
  display: flex;
  flex-wrap: wrap;
}
#drawer .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 #000;
  transform: rotate(-90deg);
}
#drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before{
  left: 14%;
}
#drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in ul::before{
  left: 30%;
}
#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in ul::before{
  left: 45.5%;
}
#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in ul::before{
  left: 61%;
}
#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before{
  left: 76.5%;
}
#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before{
  left: 92%;
}
#drawer .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 {
  display: inline-block;
  padding: 0 16px 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 {
  text-decoration: none;
  color: #9f0000;
}
#drawer .ac_box_nav_in li a::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);
}
#drawer .ac_box_nav_in h2 a {
	padding: 10px 80px 8px 0px;
	color: #2B3095;
	text-decoration: underline;
	font-size: 120%;
	text-align: left;
}
#drawer .ac_box_nav_in h2 a:hover {
	text-decoration: none;
	color: #9f0000;
}
#drawer .ac_box_nav_sub_close {
  display: inline-block;
  margin: 16px 0 0;
}
#drawer .sidr_navi .ac_box_nav_sub_close a {
  text-decoration: none;
  padding: 2px;
  position: relative;
  display: inline-block;
  background: #000;
  border: none;
  color: #fff;
  width: 68px;
  text-align: center;
  font-size: 85%;
  border: 1px solid #000;
}
#drawer .sidr_navi .ac_box_nav_sub_close a:hover {
  background: #fff;
  color: #000;
}
#drawer .ac_box_nav_sub.active .ac_box_nav_sub_close a,
#drawer .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 {
  content: '';
  background: #fff;
  position: absolute;
  left: 6px;
  top: 12px;
  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 {
  background: #000;
}
#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 {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1224px){
	#drawer .sidr_navi li .ac_box_nav_in{
    width: calc(100vw - 24px);
	}
	#drawer .sidr_navi li:nth-of-type(3) .ac_box_nav_in{
		margin-left: -24vw;
	}
	#drawer .sidr_navi li:nth-of-type(4) .ac_box_nav_in{
		margin-left: -39vw;
	}
	#drawer .sidr_navi li:nth-of-type(5) .ac_box_nav_in{
		margin-left: -53.8vw;
	}
	#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in{
		margin-left: -68.7vw;
	}
	#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in{
		margin-left: -83.6vw;
	}
}
@media only screen and (max-width: 1024px) {
  #drawer .ac_box_nav_in h2 a{
  	padding: 20px 0px 8px 0px;
  	text-align: left;
  }
  #drawer .sidr_navi{
    margin: 16px 0 0;
  }
  #drawer .sidr_navi li,
  #drawer .sidr_navi li:first-child{
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  #drawer .sidr_navi li:nth-of-type(2n){
    margin-right: 0;
  }
  #drawer .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{
    margin-left: calc(-50vw + 7px);
    width: calc(100vw - 24px);
  }
  #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{
    margin-left: 0;
  }
  #drawer .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{
    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{
    left: calc(24.5% - 7px);
  }
}


/* 区のページ */
#drawer .sidr_sub{
  display: flex;
  margin: 32px 0;
}
#drawer .sidr_ku{
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px 20px;
  margin: 0 0 0;
	width: calc(100% - 190px);
  display: flex;
  align-items: center;
}
#drawer .sidr_ku b{
  margin-top: 8px;
  font-size: 120%;
  margin-right: 24px;
  padding-left: 16px;
}
#drawer .sidr_ku .ac_box02{
	padding: 8px 0;
}
#drawer .sidr_ku .ac_display03{
	top: 16px;
	font-size: 85%;
}
#drawer .sidr_ku .ac_display03::before,
#drawer .sidr_ku .ac_display03::after{
	top: 14px;
}
#drawer .sidr_ku .sidr_navi_sub{
	display: flex;
	flex-wrap: wrap;
}
#drawer .sidr_ku .sidr_navi_sub li{
  margin: 8px 16px 0 0;
  padding: 0;
}
#drawer .sidr_ku .sidr_navi_sub li::before{
  display: none;
}
#drawer .sidr_ku .sidr_navi_sub li a{
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 4px 12px;
  display: block;
}
#drawer .sidr_ku .sidr_navi_sub li a::before{
  display: none;
}
#drawer .sidr_ku .sidr_navi_sub li a:hover{
  background: #000;
  color: #fff;
}
#drawer .sidr_ku .ac_box_nav_in{
  display: block;
  width: auto;
  margin: 0;
}
#drawer .sidr_ku .ac_box_nav_in .sidr_navi_sub{
  padding: 0;
  margin: 0;
  border: none;
}
#drawer .sidr_ku .ac_box_nav_in .sidr_navi_sub::before{
  display: none;
}
#drawer .sidr_ku .ac_box_nav_sub_close{
  display: none;
}
	@media only screen and (max-width: 1024px){
		#drawer .sidr_sub{
	    display: block;
	    margin: 16px 0 24px;
	  }
		#drawer .sidr_ku{
	    width: 100%;
	    padding: 0px 0 0;
	    display: block;
	    position: relative;
	  }
	  #drawer .sidr_ku{
	    margin: 8px 0 0;
	    display: block;
	    padding: 20px;
	    width: 100%;
	  }
	  #drawer .sidr_ku b{
	  	margin-top: 0px;
	  	padding-left: 0;
	  }
	  #drawer .sidr_ku .ac_box_nav_sub_close{
	    left: auto;
	    right: 0;
	    bottom: auto;
	    display: block;
	    top: 0;
	  }
	  #drawer .sidr_ku .ac_box_nav_sub_close a{
	    background: #000;
	    color: #fff;
	    text-decoration: none;
	    padding: 2px;
	    width: 80px;
	    text-align: center;
	    font-size: 85%;
	    border: 1px solid #000;
	    display: inline-block;
	    border-radius: 10px;
	  }
	  #drawer .sidr_ku .ac_box_nav_sub_close a:hover{
	    background: #fff;
	    color: #000;
	  }
	  #drawer .sidr_ku .ac_box_nav_in{
	    display: none;
	  }
	  #drawer .sidr_ku .ac_box_nav_in .sidr_navi_sub{
	    padding: 0 0 20px 0;
	  }
	  #drawer .sidr_ku .ac_box_nav_sub.active .ac_box_nav_in{
	    display: block;
	    margin: 0;
	    width: auto;
	  }
	  #drawer .sidr_ku .sidr_navi_sub li{
	  	margin: 8px 8px 0 0;
			width: calc(25% - 6px);
			text-align: center;
	  }
	  #drawer .sidr_ku .sidr_navi_sub li:nth-of-type(4n){
	  	margin-right: 0;
	  }
	  #drawer .sidr_ku .sidr_navi_sub li a{
	  	padding: 4px 6px;
	  	height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
	  }
	}
/* サイトマップ */
#drawer .sidr_sitemap{
  width: 172px;
	margin-left: 14px;
}
#drawer .sidr_sitemap > p{
}
#drawer .sidr_sitemap div{
  display: flex;
  margin-bottom: 0;
	height: 100%;
}
#drawer .sidr_sitemap div p{
  margin: 0 16px 0 0;
  width: 100%;
}
#drawer .sidr_sitemap div p:last-child{
  margin: 0;
}
#drawer .sidr_sitemap p a{
  text-decoration: none;
  text-align: center;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
#drawer .sidr_sitemap p a:hover{
  background: #000;
  color: #fff;
}
	@media only screen and (max-width: 1024px){
		#drawer .sidr_sitemap{
	    width: 100%;
	    margin: 24px 0;
	  }
	  #drawer .sidr_sitemap div{
	    margin-bottom: 0;
	  }
	  #drawer .sidr_sitemap div p{
	    margin: 0 10px 0 0;
	  }
	  #drawer .sidr_sitemap > p{
	    margin-top: 10px;
	  }
	  #drawer .sidr_sitemap p a{
	    flex-wrap: wrap;
	  }
	  #drawer .sidr_sitemap p a span{
	    display: block;
	  }
	}
/* サンキューコール */
#drawer .thankyou{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-top: 12px;
	display: flex;
	align-items: center;
}
#drawer .thankyou_ttl{
	width: 27%;
	margin-right: 20px;
}
#drawer .thankyou p{
	margin-top: 0px;
	font-size: 85%;
}
#drawer .thankyou p b{
	font-size: 120%;
}
#drawer .thankyou ul{
	display: flex;
	flex-wrap: wrap;
	width: calc(73% - 20px);
}
#drawer .thankyou ul li{
	width: calc(50% - 10px);
	font-size: 85%;
	margin-right: 20px;
	margin-top: 0;
}
#drawer .thankyou ul li:nth-of-type(2n){
	margin-right: 0;
}
#drawer .thankyou ul li:first-of-type a{
	background: transparent;
	color: #000;
	padding: 15px;
	font-size: 100%;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	line-height: 1.2;
	transition: 0.2s;
}
#drawer .thankyou ul li:first-of-type a span{
	font-size: 140%;
	margin-left: 10px;
	word-break: break-all;
}
#drawer .thankyou ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 16px;
	border-radius: 10px;
	border: 1px solid #000;
	transition: 0.2s;
}
#drawer .thankyou ul li:first-of-type a:hover,
#drawer .thankyou ul li a:hover{
	background: #fff;
	color: #000;
}
	@media only screen and (max-width: 1024px){
		#drawer .thankyou{
	  	flex-wrap: wrap;
	  }
	  #drawer .thankyou_ttl{
	  	width: 100%;
	  	margin-right: 0;
	  }
	  #drawer .thankyou ul{
	  	width: 100%;
	  	margin-top: 20px;
	  }
	  	#drawer .thankyou ul li{
		margin-right: 10px;
		width: calc(50% - 5px);
		}
		#drawer .thankyou ul li:last-of-type{
			margin-right: 0;
		}
		#drawer .thankyou ul li:first-of-type a{
			display: flex;
			text-decoration: none;
			color: #fff;
			background: #000;
			padding: 16px;
			border-radius: 10px;
			line-height: inherit;
			height: 100%;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			border: 1px solid #000;
		}
		#drawer .thankyou ul li:first-of-type a span{
			font-size: 100%;
			margin: 0;
		}
		#drawer .thankyou ul li a span{
			display: block;
		}
	}
/**** グローバルナビ（メニュー外） ****/
.g_navi {
	letter-spacing: 0.1em;
}
.g_navi_in {
	padding: 0 12px;
	max-width: 1224px;
	margin: 0 auto;
	display: flex;
	margin-top: 16px;
	position: relative;
}
.g_navi_in > li {
  width: 100%;
  margin: 0 6px 0 0;
  border-left: 1px solid #acacac;
}
.g_navi_in > li:last-child {
  border-right: 1px solid #acacac;
  margin: 0;
  padding-right: 6px;
}
.g_navi_in > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: 0.2s;
  padding: 6px 4px;
  border-radius: 0;
  margin-left: 6px;
}
.g_navi_in > li > a:hover,
.g_navi_in > li.active > a {
  background: #C6FAFF;
  border-radius: 10px;
}
.g_navi_in > li > a img{
	width: 25px;
	display: inline;
	margin-right: 8px;
}
.g_navi_in > li > a > b {
  display: inline;
}
.g_navi_in li .g_navi_in_sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 300;
	padding-top: 12px;
	width: 100%;
}
.g_navi_in li .g_navi_in_sub > div{
	background: #EEE;
	border: 1px solid #acacac;
	font-size: 90%;
	padding: 4px 8px 16px;
	position: relative;
	border-radius: 10px;
}
.g_navi_in li .g_navi_in_sub ul{
	display: flex;
	flex-wrap: wrap;
}
.g_navi .g_navi_in > li.addactive > a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform :translateX(-50%);
	border: 8px solid transparent;
	border-bottom: 12px solid #acacac;
	z-index: 1;
}
.g_navi_in li .g_navi_in_sub li{
	display: inline-block;
	position: relative;
	padding: 0 8px;
	margin-right: 0;
	border-bottom: none;
	vertical-align: top;
	box-shadow: none;
	width: 25%;
}
.g_navi_in li .g_navi_in_sub li a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 4px 16px 4px 8px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #fff;
	transition: 0.2s;
}
.g_navi_in li .g_navi_in_sub li a:hover{
	border: 1px solid #000;
}
.g_navi_in li .g_navi_in_sub li a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
}
	@media only screen and (max-width: 1024px) {
		.top_g_navi_pc{
			display: none;
		}
	}
/* モバイル表示 */
.top_g_navi_sp{
	display: none;
}
.top_g_navi_sp .ac_box_nav_in {
  display: none;
  background: #EEE;
	border: 1px solid #acacac;
  border-radius: 10px;
  margin-top: 14px;
  padding: 20px;
  position: relative;
  width: calc(100vw - 24px);
  z-index: 1;
}
.top_g_navi_sp li:nth-of-type(2) .ac_box_nav_in,
.top_g_navi_sp li:nth-of-type(4) .ac_box_nav_in,
.top_g_navi_sp li:nth-of-type(6) .ac_box_nav_in {
  margin-left: calc(-50vw + 12px);
}
.top_g_navi_sp .ac_box_nav_in,
.top_g_navi_sp li:nth-of-type(3) .ac_box_nav_in,
.top_g_navi_sp li:nth-of-type(5) .ac_box_nav_in {
  margin-left: 0;
}
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_in {
  display: block;
}
.top_g_navi_sp .drawer-nav .ac_box_nav_in{
  width: 100vw;
  max-width: 1200px;
  position: relative;
  margin-left: -92px;
}
.top_g_navi_sp .ac_box_nav_in ul::before{
  display: block;
  content: '';
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #000;
  transform: rotate(-90deg);
}
.top_g_navi_sp li:nth-of-type(2) .ac_box_nav_in ul::before,
.top_g_navi_sp li:nth-of-type(4) .ac_box_nav_in ul::before,
.top_g_navi_sp li:nth-of-type(6) .ac_box_nav_in ul::before {
  left: 70vw;
}
.top_g_navi_sp li:nth-of-type(1) .ac_box_nav_in ul::before,
.top_g_navi_sp li:nth-of-type(3) .ac_box_nav_in ul::before,
.top_g_navi_sp li:nth-of-type(5) .ac_box_nav_in ul::before {
  left: 21vw;
}
.top_g_navi_sp .ac_box_nav_in li {
  padding: 0px 0px;
}
.top_g_navi_sp .ac_box_nav_in li a {
  position: relative;
	display: block;
	text-decoration: none;
	padding: 4px 16px 4px 8px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #fff;
	transition: 0.2s;
}
.top_g_navi_sp .ac_box_nav_in li a:hover {
  border: 1px solid #000;
}
.top_g_navi_sp .ac_box_nav_in li a::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
}
.top_g_navi_sp .ac_box_nav_in .category a {
	color: #2B3095;
	font-size: 120%;
	background: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	border-radius: 10px;
	text-decoration: none;
	margin: 24px 0;
	border: 1px solid #fff;
	transition: 0.2s;
	position: relative;
}
.top_g_navi_sp .ac_box_nav_in .category a:hover {
	border: 1px solid #000;
}
.top_g_navi_sp .ac_box_nav_in .category a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
}
.top_g_navi_sp .ac_box_nav_sub_close {
  display: inline-block;
    position: absolute;
    margin: 0;
    z-index: 100;
}
.top_g_navi_sp .ac_box_nav_sub_close:first-of-type{
	position: relative;
	top: 0;
	left: calc(50% - 34px);
}
.top_g_navi_sp .ac_box_nav_sub_close:last-of-type{
	left: calc(50% - 34px);
	position: relative;
	bottom: 0;
	margin-top: 16px;
}
.top_g_navi_sp .ac_box_nav_sub_close a {
  text-decoration: none;
  padding: 2px;
  position: relative;
  display: inline-block;
  background: #000;
  border: none;
  color: #fff;
  width: 68px;
  text-align: center;
  font-size: 85%;
  border: 1px solid #000;
  border-radius: 10px;
}
.top_g_navi_sp .ac_box_nav_sub_close a:hover {
  background: #fff;
  color: #000;
}
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close a,
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a{
  padding: 2px 4px 2px 18px;
}
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a::before,
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a::after,
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before,
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
  content: '';
  background: #fff;
  position: absolute;
  left: 6px;
  top: 12px;
  height: 2px;
  width: 10px;
  transform: rotate(135deg);
  z-index: 1;
}
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a:hover::before,
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a:hover::after,
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before,
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after{
  background: #000;
}
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close::after,
.top_g_navi_sp .ac_box_nav_in .ac_box_nav_sub_close a::after,
.top_g_navi_sp .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after{
  transform: rotate(45deg);
}
	@media only screen and (max-width: 1024px) {
		.top_g_navi_sp{
			display: block;
		}
		.g_navi_in{
			flex-wrap: wrap;	
		}
		.g_navi_in > li{
			font-size: 90%;
			margin-top: 6px;
			border-right: 1px solid #acacac;
			border-left: none;
			width: calc(50% - 0px);
			padding-right: 8px;
			margin-right: 0;
			position: relative;
		}
		.g_navi_in > li:nth-of-type(2n){
			margin-right: 0;
			border-right:0;
			margin-top: 6px;
		}
		.g_navi_in > li::before{
			content: "";
			position: absolute;
			display: block;
			bottom: -3px;
			left: 3px;
			width: calc(100% - 6px);
			height: 1px;
			background: #acacac;
		}
		.g_navi_in > li:nth-last-child(1)::before,
		.g_navi_in > li:nth-last-child(2)::before{
			display: none;
		}
		.g_navi_in > li .ac_box_nav_sub a{
			display: block;
			text-decoration: none;
			color: #000;
			text-align: center;
			transition: 0.2s;
			border-radius: 0;
			margin-left: 6px;
			padding: 16px 4px;
		}
		.g_navi_in > li .ac_box_nav_sub a:hover{
			background: #C6FAFF;
			border-radius: 10px;
		}
		.g_navi_in > li a img{
			width: 25px;
			display: inline;
			margin-right: 8px;
		}
	}
/********************** フッター **********************/
/**** トップへ戻る ****/
.foot_modori {
	position: relative;
	padding-top: 7em;
	max-width: 1224px;
	margin: 30px auto 0;
}
.foot_modori .modoriin {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto 16px;
  padding: 0 12px;
  text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #000;
	line-height: 1.2;
	padding: 36px 8px 16px;
	font-size: 75%;
	text-align: center;
	width: 80px;
	position: absolute;
	color: #fff;
	border-radius: 200px;
	transition: 0.4s;
	border: 1px solid #000;
	top: 16px;
	right: 12px;
	z-index: 1;
}
.foot_modori a:hover{
	margin-top: -8px;
	background: #fff;
	color: #000;
}
.foot_modori a::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  height: 13px;
  background: url(img/pagetop_arrow.svg) no-repeat 0 0/contain;
}
.foot_modori a:hover::before{
	background: url(img/pagetop_arrow_.svg) no-repeat 0 0/contain;
}
.foot_modori a span {
  display: block;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
			margin-bottom: 20px;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	background: #eee;
	position: relative;
	border-radius: 0 60px 0 0;
	padding-top: 20px;
}
.foot_sns_wrap{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 12px 0px;
}
.foot_sns_text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot_sns_text p{
	margin-top: 0px;
}
.foot_sns_text p b{
	font-size: 110%;
	margin-right: 16px;
}
.foot_sns_text p:nth-of-type(2){
  font-size: 75%;
}
.foot_sns {
  display: flex;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
}
.foot_sns li {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
  margin-top: 8px;
}
.foot_sns li:last-child{
	margin-right: 0;
}
.foot_sns li a {
  display: flex;
  padding: 8px 16px 20px;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.2s;
  border-radius: 10px;
  align-items: center;
}
.foot_sns li a:hover{
	background: #fff;
}
.foot_sns li span {
  display: block;
  text-align: center;
}
.foot_sns li .img img {
  height: auto;
  width: 40px;
}
.foot_sns li .text {
  margin: 0 0 0 20px;
  font-size: 85%;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 12px 18px;
	display: flex;
	position: relative;
}
.foot_sub {
  width: 540px;
  margin-top: 16px;
}
.foot_sub .itiran {
  display: flex;
}
.foot_sub .itiran p {
  margin: 0 10px 0 0;
  width: 100%;
  text-align: center;
}
.foot_sub .itiran p a {
  text-decoration: none;
  color: #fff;
  background: #000;
  display: block;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #000;
  transition: 0.2s;
}
.foot_sub .itiran p a:hover{
	background: #fff;
	color: #000;
}
.foot_sub .itiran p:last-of-type {
  margin-right: 0;
}
.foot_sub .thankyou {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 12px;
}
.foot_sub .thankyou p {
  margin-top: 0px;
  font-size: 85%;
}
.foot_sub .thankyou p b {
  font-size: 120%;
}
.foot_sub .thankyou ul {
  display: flex;
  flex-wrap: wrap;
}
.foot_sub .thankyou ul li {
  width: calc(50% - 10px);
  font-size: 85%;
  margin-right: 20px;
}
.foot_sub .thankyou ul li:last-of-type{
	margin-right: 0;
}
.foot_sub .thankyou ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #000;
  transition: 0.2s;
  word-break: break-all;
}
.foot_sub .thankyou ul li:first-of-type a:hover,
.foot_sub .thankyou ul li a:hover{
	background: #fff;
	color: #000;
}
.foot_sub .thankyou ul li:first-of-type a {
  background: transparent;
  color: #000;
  padding: 16px 0;
  font-size: 100%;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  line-height: 1.2;
  transition: 0.2s;
  pointer-events: none;
  word-break: break-all;
}
.foot_sub .thankyou ul li a span {
  display: block;
}
.foot_sub .thankyou ul li:first-of-type a span {
  font-size: 140%;
}
.foot_main{
	width: calc(100% - 580px);
	padding-right: 0px;
	margin-left: 40px;
}
.foot .address {
  margin-top: 8px;
  line-height: 2;
  font-size: 90%;
}
.foot .address .big {
  font-size: 140%;
  color: #000;
}
.foot .access a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 90%;
  margin: 0 16px 0 0;
  transition: 0.2s;
  background-color: #fff;
}
.foot .access a:hover {
  background: #000;
  color: #fff;
}
.access {
  display: flex;
}
.foot_link_wrap{
	max-width: 1224px;
	margin: 16px auto 0;
	width: 100%;
}
.foot_link li {
  padding: 0;
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding-left: 16px;
  font-size: 90%;
}
.foot_link li::after {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  transform: rotate(0deg);
}
.foot_link li a{
	padding: 5px 0;
}
.foot_copy{
	font-size: 75%;
	padding: 8px 12px 8px;
	text-align: center;
}
.foot_copyin {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot_sns_wrap{
			justify-content: inherit;
		}
		.foot_sns_in {
		  display: block;
		}
		.foot_sns {
		  padding: 0;
		}
		.foot_sns li:last-child {
		  margin-right: 0;
		}
		.foot_sns li a {
		  padding: 8px 10px 12px;
		  width: 100%;
		  display: inline-block;
		}
		.foot_sns li .text {
		  margin: 20px 0 0;
		}
		.foot {
			background: none;
			padding: 0 12px 12px;
			width: 100%;
			display: block;
		}
		.foot_sub {
		  margin-top: 16px;
		  width: 100%;
		}
		.foot_sub .thankyou ul li{
			margin-right: 10px;
			width: calc(50% - 5px);
			font-size: 85%;
		}
		.foot_sub .thankyou ul li:last-of-type {
		  margin-right: 0;
		}
		.foot_sub .thankyou ul li:first-of-type a {
		  display: flex;
		  text-decoration: none;
		  color: #fff;
		  background: #000;
		  padding: 16px;
		  border-radius: 10px;
		  line-height: inherit;
		  height: 100%;
		  flex-wrap: wrap;
		  justify-content: center;
		  align-items: center;
		  border: 1px solid #000;
		  pointer-events: inherit;
		}
		.foot_sub .thankyou ul li:first-of-type a span {
		  font-size: 100%;
		}
		.foot_main{
			width: 100%;
			max-width: 100%;
			padding: 0;
			margin: 0;
		}
		.foot_id {
		  padding-right: 0;
		}
		.foot .address {
		  margin-top: 20px;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			padding: 5px 0;
		}
	}
	@media only screen and (max-width: 768px){
		.foot_sns_text p:nth-of-type(2){
			margin-top: 8px;
		}
	}
/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.ac_display,
.ac_display02{
	display: none;
}
.ac_box02{
	position: relative;
}
.main_naka .ac_box02 h2{
	padding-right: 3.5em;
}
.ac_box02_in{
		display: none;
}
.ac_box02_wrap.active .ac_box02_in{
	display: inline;
}
.ac_box02_in .ac_box02{
	text-align: right;
	margin-top: 20px;
}
#main_outline .ac_box02_in .ac_box02 button{
	background: #fff;
	border: 1px solid #000;
	color: #2b3095;
	border-radius: 10px;
	transition: 0.2s;
}
#main_outline .ac_box02_in .ac_box02 button:hover{
	color: #fff;
	background: #000;
}
.ac_box02_in .ac_box02.close{
	margin-top: 8px;
	font-size: 85%;
}
.ac_box02_in .close a{
	text-decoration: none;
	padding: 2px 4px 2px 18px;
	position: relative;
	display: inline-block;
	background: #fff;
	border: none;
	width: 68px;
	text-align: center;
	font-size: 85%;
	border: 1px solid #000;
	border-radius: 10px;
	color: #2b3095;
}
.ac_box02_wrap.active .ac_box02 a {
  padding: 4px 4px 4px 18px;
}
.ac_box02_wrap.active .ac_box02.close a:hover{
	color: #fff;
	background-color: #000;
}
.ac_box02_in .close a::before,
.ac_box02_in .close a::after{
	content: '';
    background: #000;
	position: absolute;
	left: 6px;
	top: 12px;
	height: 2px;
	width: 10px;
	transform: rotate(135deg);
	z-index: 1;
}
.ac_box02_in .close a::after{
	transform: rotate(45deg);
}
.ac_box02_in .close a:hover::before,
.ac_box02_in .close a:hover::after{
	background-color: #fff;
}
.ac_display03{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #000;
		z-index: 1;
		border-radius: 10px;
}
.ac_display03 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
}
.ac_display03::before,
.ac_display03::after {
		content: '';
		background: #000;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
}
.ac_display03::after{
		transform: rotate(90deg);
}
.ac_box02_wrap.active .ac_display03::before{
	transform: rotate(135deg);
}
.ac_box02_wrap.active .ac_display03::after {
	transform: rotate(45deg);
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
		height: 100% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2{
		padding-right: 4em;
	}
	.ac_display,
	.ac_display02{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #000;
		z-index: 1;
		border-radius: 10px;
	}
	.ac_display a,
	.ac_display02 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after,
	.ac_display02::before,
	.ac_display02::after{
		content: '';
		background: #000;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after,
	.ac_display02::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::before,
	.ac_box_wrap.active .ac_display02::before{
		transform: rotate(135deg);
	}
	.ac_box.active p::after,
	.ac_box_wrap.active .ac_display02::after{
		transform: rotate(45deg);
	}
	.ac_box + div .ac_display.close,
	.ac_box + div .ac_display02.close{
		position: relative;
		margin: 12px;
		top: auto;
		right: auto;
		display: block;
		background: transparent;
		border: none;
		text-align: right;
	}
	.ac_box + div .ac_display.close::before,
	.ac_box + div .ac_display.close::after,
	.ac_box_lower .ac_display02.close::before,
	.ac_box_lower .ac_display02.close::after{
		display: none;
	}
	.ac_box + div .ac_display.close a,
	.ac_box + div .ac_display02.close a{
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
	.ac_box + div .ac_display.close a::before,
	.ac_box + div .ac_display.close a::after,
	.ac_box_lower .ac_display02.close a::before,
	.ac_box_lower .ac_display02.close a::after{
		content: '';
		background: #000;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_box + div .ac_display.close a::before,
	.ac_box_lower .ac_display02.close a::before{
		transform: rotate(135deg);
	}
	.ac_box + div .ac_display.close a::after,
	.ac_box_lower .ac_display02.close a::after{
		transform: rotate(45deg);
	}
}
/**** 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;
	vertical-align: middle;
	border-radius: 8px;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2 {
  font-size: 68.75%;
  padding: 3px 28px 1px 6px;
  width: 100px;
  max-height: 4em;
  overflow: auto;
  height: 4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.rss_icon2 span{
	display: block;
}
.rss_icon img,
a.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;
}