@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-behavior: smooth;*/
}
body {
	font-family: "UD新ゴ R","UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #444;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 1025px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #444;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.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: #EBEAE7;
	color: #444;
	border-radius: 30px;
	padding: 1px 5px;
	margin: 0 4px;
	vertical-align: text-bottom;
	word-wrap: break-word;
	border: 1px solid #B7B2AA;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: "UD新ゴ R","UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button {
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover {
	background: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
/*	font-size: 85%;*/
/*	color: #555;*/
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone02 .inner,
.zone03 .inner,
.zone04 .inner{
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
}
.zone01_in > *,
.zone02_in > *,
.zone03_in > *,
.zone04_in > *{
/*	margin-top: 60px;*/
	padding-top: 60px;
}

/*
@media only screen and (max-width: 1024px) {
	.zone01_in > *,
	.zone02_in > *,
	.zone03_in > *,
	.zone04_in > *{
		margin-top: 40px;
	}
}
*/
/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 87.5%;
	border-bottom: 1px solid #B7B2AA;
}
.h_top {
	margin: 0 auto;
	padding: 12px;
	max-width: 1224px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.h_top .mainsite {
	margin: 0;
	padding-left: 22px;
	background: url("img/sub_mus_icon_main.svg") no-repeat left center;
}
.h_top .h_toplist {
	display: flex;
	align-items: center;
	gap: 12px 30px;
}
.h_top .h_toplist > li {
	margin: 0;
	padding: 0;
}
.h_top .h_toplist > li a{
	padding: 2px;
	color: #444;
	text-align: center;
	text-decoration: none;
	background: #EBEAE7;
	border: 1px solid #EBEAE7;
	border-radius: 3px;
	display: block;
	transition: 0.3s;
}
.h_top .h_toplist > li a:hover{
	border-color: #CC6600;
	transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
	.h_top_wrap{
		display: none;
	}
}
/* 色の反転・文字の拡大 */
.bg_color,
.font_size{
	display: flex;
	gap: 0 8px;
	align-items: center;
}
.bg_tit,
.font_tit{
	margin: 0;
}
.bg_list,
.font_list{
	display: flex;
	gap: 0 6px;
	align-items: center;
}
.bg_list li,
.font_list li{
	margin: 0;
	padding: 0;
}
.bg_list li a,
.font_list li a{
	min-width: 48px;
}
.bg_list li:last-child a,
.font_list li:last-child a{
	background: #fff;
	border-color: #B7B2AA;
}
.bg_list li:last-child a:hover,
.font_list li:last-child a:hover{
	background: #fff;
}
.bg_list li:last-child a > strong,
.font_list li:last-child a > strong{
	color: #444;
}
/* Language */
.h_top .language{
	position: relative;
}
.h_top .language .lang_btn{
	margin: 0;
}
.h_top .h_toplist > li .lang_btn a{
	padding: 2px 29px 2px 6px;
	letter-spacing: 0.05em;
	background: #fff url(img/sub_mus_arrow.svg) no-repeat right 8px center;
	border-color: #B7B2AA;
	transition: 0.3s;
}
.h_top .language .lang_btn a:hover{
	border-color: #CC6600;
}
.h_top .h_toplist > li .language > div{
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	padding: 3px 6px 6px;
	width: 130%;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	border-radius: 3px;
	z-index: 100;
}
.h_top .language .lang_list li{
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.h_top .language .lang_list li a{
	padding: 4px 4px 3px;
	text-align: left;
	background: #fff;
	border: none;
	border-radius: 0;
	display: block;
	transition: 0.2s;
}
.h_top .language .lang_list li a[lang="el"]{
	letter-spacing: -0.05em;
}
.h_top .language .lang_list li a:hover{
	background-color: #eee;
}
.h_top li .lang_btn.close{
	text-align: center;
}
.h_top li .lang_btn.close a{
	margin-top: 6px;
	padding: 2px 5px 1px;
	font-size: 87.5%;
	text-align: center;
	background: #fff;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.h_top li .lang_btn.close a::before{
	content: none;
}
.h_top li .lang_btn.close a span{
	padding-left: 18px;
	position: relative;
}
.h_top li .lang_btn.close a span::before,
.h_top li .lang_btn.close a span::after{
	content: '';
	position: absolute;
	left: 0;
	top: 49%;
	margin-top: 0;
	height: 1px;
	width: 12px;
	background: #CC6600;
	border: 0;
	rotate: -45deg;
}
.h_top li .lang_btn.close a span::after{
	rotate: 45deg;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden;
}
.h_main {
	padding: 20px 0 24px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.h_main .h1{
	margin: 0;
}
.h_main .h1 a{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.h_main .h1 img{
	width: 279px;
}
.h_main .h1 span{
	margin-left: 10px;
	padding-left: 16px;
	display: block;
	position: relative;
}
.h_main .h1 span::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
	.head_in{
		padding: 0;
		width: 100%;
	}
	.h_main{
		padding: 20px 12px;
		min-height: 77px;
		display: flex;
		gap: 0 12px;
		align-items: center;
		justify-content: space-between;
		z-index: 2;
	}
	.h_main .h1 {
		width: calc(100% - 128px);
		max-width: 240px;
	}
	.h_main .h1 span{
		display: none;
	}
}
@media only screen and (max-width: 350px){
	.h_main{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* 検索ボックス */
.h_main .src_box {
	width: 340px;
	margin: 0 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 64px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #B7B2AA!important;
	border-right: none!important;
	border-radius: 3px 0 0 3px!important;
}
.h_main .src_box #search_button,
.src_box #search_button_sp,
.src_box #search_button2_sp{
	width: 64px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #444;
	cursor: pointer;
	border: 1px solid #B7B2AA;
	border-left: none;
	white-space: normal;
	border-radius: 0 3px 3px 0;
	display: block;
	position: relative;
	font-size: 87.5%;
}
.h_main .src_box #search_button::before,
.src_box #search_button_sp::before,
.src_box #search_button2_sp::before{
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 10px);
	background-color: #B7B2AA;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	color: #333;
}
@media only screen and (max-width: 1024px) {
	.h_main > .src_box{
		display: none;
	}
}
/* 記事ID検索 */
.search_id{
	position: relative;
}
.id_btn{
	margin: 0;
}
.h_top .h_toplist .id_btn a{
	padding: 2px 29px 2px 6px;
	letter-spacing: 0;
	border-color: #B7B2AA;
	background: #fff url("img/sub_mus_arrow.svg") no-repeat right 8px center;
	transition: 0.3s;
}
.h_top .h_toplist .id_btn a:hover{
	background: #fff url("img/sub_mus_arrow.svg") no-repeat right 8px center;
	transition: 0.3s;
}
.search_id > .src_box{
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	padding: 12px;
	width: 300px;
	background-color: #fff;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.search_id > .src_box .src_label{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}
.search_id > .src_box .src_label label{
	padding: 2px 0;
	position: relative;
}
/*
.search_id > .src_box .src_label label::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #397F16;
	border-radius: 2px;
}
*/
.search_id > .src_box .src_label p{
	margin: 0;
}
.search_id > .src_box .src_label p a{
	font-size: 90%;
	letter-spacing: 0.05em;
	background: #fff;
	border-color: #B7B2AA;
}
.search_id > .src_box .src_label p a:hover{
	border-color: #CC6600;
}
.search_id > .src_box .src_textbox{
	margin-top: 6px;
	width: 100%;
}
.search_id .src_box .q{
	float: left;
	width: calc(100% - 54px) !important;
	margin: 0;
	height: 34px !important;
	padding: 0 6px!important;
	border: 1px solid #B7B2AA!important;
	border-right: none;
	border-radius: 6px 0 0 6px;
}
.search_id .src_box #search_button2{
	width: 54px;
	min-height: 34px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #444;
	font-size: 100%;
	cursor: pointer;
	border: 1px solid #B7B2AA;
	border-left: none;
	white-space: normal;
	border-radius: 0 3px 3px 0;
	display: block;
}
.search_id .src_box #search_button2:hover{
	color: #333;
	background: #fff;
}
.search_id .src_box #result p{
	margin-top: 6px;
	letter-spacing: 0.05em;
}
.h_top .h_toplist .id_btn.close{
	margin-top: 10px;
	text-align: center;
}
.h_top .h_toplist .id_btn.close a{
	padding: 3px 5px 2px 24px;
	background: #fff;
	border-color: #B7B2AA;
	display: inline-block;
	position: relative;
	font-size: 81.25%;
}
.h_top .h_toplist .id_btn.close a:hover{
	border-color: #CC6600;
}
.h_top .h_toplist .id_btn.close a::before,
.h_top .h_toplist .id_btn.close a::after {
	content: '';
	background: #CC6600;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.h_top .h_toplist .id_btn.close a::after{
	transform: rotate(45deg);
}


/**** グローバルナビ ****/
.sub_mus_g_navi {
	letter-spacing: 0.1em;
	position: relative;
/*	overflow: hidden;*/
/*	z-index: 1;*/
}
.sub_mus_g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}
.sub_mus_g_navi_in > li{
	width: calc(100% / 7);
	margin: 0;
	display: flex;
	position: relative;
}
.sub_mus_g_navi_in > li::before{
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 14px);
	background-color: #B7B2AA;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sub_mus_g_navi_in > li:last-child::before{
	display: none;
}
.sub_mus_g_navi_in > li > a {
	display: block;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 93.75%;
	padding-top: 8px;
	padding-bottom: 7px;
	width: 100%;
	transition: 0.3s;
	color: #444;
}
.sub_mus_g_navi_in > li > a:hover,
.sub_mus_g_navi_in > li.active > a{
	color: #AC5907;
}
@media only screen and (max-width: 1024px) {
	.sub_mus_g_navi{
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
/*ドロワー共通*/
.h_main .drawer_btn{
	display: flex;
	gap: 0 10px;
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 999;
}
.drawer_btn p{
	margin: 0;
}
.drawer_btn p button{
	padding: 28px 2px 0;
	width: 54px;
	min-height: 54px;
	font-size: 70%;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.5px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #444;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
}
.drawer_btn p button:hover{
	background: #fff;
}
.drawer_btn button strong{
	color: #fff;
}
.drawer_btn button .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #CC6600;
	display: inline-block;
}
.drawer_btn button .icon_ham:before,
.drawer_btn button .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #CC6600;
}
.drawer_btn button .icon_ham:before{
	top: 8px;
}
.drawer_btn button .icon_ham:after{
	top: 16px;
}
.drawer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	color: #444;
	font-size: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	z-index: 9999;
}
.drawer .drawer_head{
	padding: 20px 12px;
	min-height: 77px;
	background-color: #fff;
	display: flex;
	gap: 0 12px;
	align-items: center;
	justify-content: space-between;
}
.drawer .drawer_head .drawer_btn{
	display: flex;
	gap: 0 10px;
}
.drawer .drawer_head .d_close .icon_ham{
	background: none;
}
.drawer .drawer_head .d_close .icon_ham::before{
	top: 8px;
	transform: rotate(-45deg);
}
.drawer .drawer_head .d_close .icon_ham::after{
	top: 8px;
	transform: rotate(45deg);
}
.drawer .inner{
	margin: 0 auto;
	padding: 10px 12px 30px;
	max-width: 700px;
	min-height: calc(100% - 76px);
}
.drawer .inner p.d_close_btnArea{
	margin-top: 30px;
	text-align: center;
}
.drawer .inner .d_close{
	padding: 6px 10px;
	min-width: 140px;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #B7B2AA;
}
.drawer .inner .d_close span{
	padding: 2px 0 0 20px;
	display: inline-block;
	position: relative;
}
.drawer .inner .d_close span:before,
.drawer .inner .d_close span:after{
	content: '';
	background: #CC6600;
	height: 1px;
	width: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 2px;
	transform: rotate(-45deg);
}
.drawer .inner .d_close span:after{
	transform: rotate(45deg);
}
.drawer ul li{
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1025px) {
	.h_main .drawer_btn{
		display: none!important;
	}
	#sidr,
	#src_drawer{
		display: none !important;
	}
}

/*ナビゲーションドロワー*/
#menu_drawer .sidr_navi{
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
}
#menu_drawer .sidr_navi li{
	margin: 0;
	padding: 0;
	width: calc(50% - 10px);
}
#menu_drawer .sidr_navi li a{
	padding: 16px 4px;
	width: 100%;
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #B7B2AA;
	position: relative;
	transition: .2s;
}
#menu_drawer .sidr_navi li a:hover{
	color: #AC5907;
}
#menu_drawer .sidr_navi li.mainsite{
	width: 100%;
	margin-top: 20px;
	border: 0;
}
#menu_drawer .sidr_navi li > a{
	color: #444;
	display: inline-block;
	transition: .2s;
}
#menu_drawer .sidr_navi li > a:hover{
	color: #AC5907;
}
#menu_drawer .sidr_navi li.mainsite a{
	display: block;
	font-size: 85%;
	border-radius: 3px;
	border: 1px solid #CC6600;
	padding: 11px 36px 10px 12px;
	color: #AC5907;
	text-decoration: none;
}
#menu_drawer .sidr_navi li.mainsite a:hover{
	background: #FFF0E2;
}
#menu_drawer .sidr_navi li.mainsite a::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	background: url("img/sub_mus_arrow03.svg") no-repeat center / contain;
	top: 0;
	left: auto;
	right: 16px;
	margin: 0;
}
#menu_drawer .sidr_navi li.mainsite a strong{
	color: #AC5907;
}
#menu_drawer li a::before{
	left: 8px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
#menu_drawer .ac_box_in{
	display: none;
	margin-bottom: 20px;
}
#menu_drawer .sidr_navi li .ac_box_in li{
	width: 100%;
	margin-top: 24px;
	padding: 0 0 0 15px;
	font-size: 87.5%;
}
#menu_drawer .sidr_navi li .ac_box_in li::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 9px;
	background: url("img/sub_mus_arrow02.svg") no-repeat center / contain;
	top: 0.4em;
	left: 0
}
#menu_drawer .sidr_navi li .ac_box_in li a{
	border: none;
	padding: 0;
}
#menu_drawer .ac_display_sidr{
	top: 16px;
	right: 4px;
	display: inline-block;
	position: absolute;
}
#menu_drawer .sidr_navi li .ac_display_sidr a{
	display: block;
	text-decoration: none;
	font-size: 81.25%;
	padding: 2px 21px 2px 4px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #B7B2AA;
}
#menu_drawer .ac_box_sider .ac_display_sidr a::before{
	content: "";
	position: absolute;
	background: url("img/sub_mus_arrow.svg") no-repeat center / contain;
	width: 12px;
	height: 100%;
	top: 0;
	left: auto;
	right: 6px;
	transition: .2s;
	margin: 0;
}
#menu_drawer .ac_box_sider.active .ac_display_sidr a::before{
	transform: rotate(180deg);
}
#menu_drawer .ac_display_sidr::after{
	display: none;
}
#menu_drawer .sub_navi{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	position: relative;
}
#menu_drawer .sub_navi li{
	width: 100%;
	position: static;
}
#menu_drawer .language .lang_btn a{
	margin: 0;
	padding: 4px 26px 4px 10px;
	font-size: 87.5%;
	letter-spacing: 0.05em;
	text-decoration: none;
	background: #fff url(img/sub_mus_arrow.svg) no-repeat right 8px center;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
}
#menu_drawer .language > div{
	display: none;
	margin-top: 6px;
	padding: 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}
#menu_drawer .language .lang_list{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
#menu_drawer .language .lang_list li{
	margin: 0;
	padding: 0;
	width: calc(25% - 4.5px);
}
#menu_drawer .language .lang_list li a{
	padding: 4px 4px 3px;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #CC6600;
	border-radius: 3px;
	display: block;
	transition: 0.2s;
}
#menu_drawer .language .lang_list li a[lang="el"]{
	letter-spacing: -0.05em;
}
#menu_drawer li .lang_btn.close{
	text-align: center;
}
#menu_drawer li .lang_btn.close a{
	margin-top: 10px;
	padding: 3px 10px 2px;
	font-size: 87.5%;
	text-align: center;
	background: #fff;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
#menu_drawer li .lang_btn.close a::before{
	content: none;
}
#menu_drawer li .lang_btn.close a span{
	padding-left: 18px;
	position: relative;
}
#menu_drawer li .lang_btn.close a span::before,
#menu_drawer li .lang_btn.close a span::after{
	content: '';
	position: absolute;
	left: 0;
	top: 49%;
	margin-top: 0;
	height: 1px;
	width: 12px;
	background: #CC6600;
	border: 0;
	rotate: -45deg;
}
#menu_drawer li .lang_btn.close a span::after{
	rotate: 45deg;
}
@media only screen and (max-width: 680px){
	#menu_drawer .language .lang_list{
		gap: 6px 2%;
	}
	#menu_drawer .language .lang_list li{
		width: 32%;
	}
}
@media only screen and (max-width: 510px){
	#menu_drawer .language .lang_list{
		gap: 6px;
	}
	#menu_drawer .language .lang_list li{
		width: calc(50% - 3px);
	}
	#menu_drawer .language .lang_list li:last-child a{
		letter-spacing: -0.15em;
	}
}

/*検索ドロワー*/
#src_button button .icon_ham,
#src_button button .icon_ham::before,
#src_button button .icon_ham::after,
#src_button2 button .icon_ham,
#src_button2 button .icon_ham::before,
#src_button2 button .icon_ham::after{
	display: none;
}
#src_button button,
#src_button2 button{
	background: #fff url("img/sub_mus_icon_search.svg") no-repeat top 7px center / 32px auto;
}
#src_drawer .src_box{
	width: 100%;
}
#src_drawer .src_box:nth-child(2){
	margin-top: 30px;
}
#src_drawer .src_box .q{
	width: calc(100% - 64px) !important;
	height: 40px!important;
}
#src_drawer .src_box #search_button_sp,
#src_drawer .src_box #search_button2_sp{
	padding: 0;
	width: 64px;
    min-height: 40px;
	font-size: 87.5%;
	background-position: left 8px center;
	background-size: 16px;
}
#src_drawer .src_box .src_label{
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}
#src_drawer .src_box .src_label label{
	padding: 1px 0 1px 10px;
	position: relative;
}
#src_drawer .src_box .src_label label::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #CC6600;
}
#src_drawer .src_box form > p{
	font-size: 87.5%;
}
#src_drawer .src_box .src_label p{
	margin: 0;
}
#src_drawer .src_box .src_label p a{
	padding: 3px 5px 2px;
	color: #333;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	background: #fff;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
	display: block;
}
#src_drawer .src_box .src_textbox{
	margin-top: 6px;
	width: 100%;
}
#src_drawer .src_box #result2 p{
	margin-top: 6px;
	font-size: 87.5%;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 500px){
	#menu_drawer .sidr_navi li{
		width: 100%;
	}
}


/*********** フッター ***********/
.main_footer {
	background: #fff;
	overflow: hidden;
	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;
	position: absolute;
	z-index: -1;
}
.online_strage_a .mypage_h2_wrapper p {
	float: right;
}
.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: 1024px) {
		.online_strage_a{
			padding: 0 10px 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	margin-top: 30px;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a{
	padding: 34px 2px 10px;
	min-width: 80px;
	min-height: 80px;
	color: #444;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background: #fff url("img/sub_mus_arrow06.svg") no-repeat center top 15px;
	border: 1px solid #B7B2AA;
	border-radius: 3px;
	display: inline-block;
	font-size: 81.25%;
	transition: .2s;
	letter-spacing: 0;
}
.foot_modori a:hover{
	border-color: #CC6600;
	background-color: #FFF0E2;
}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	background: #fff;
	border-top: 1px solid #B7B2AA;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 12px;
}
.foot_link{
	font-size: 87.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 40px;
}
.foot_link a{
	color: #444;
}
.foot_link.sub_link{
	margin-top: 20px;
}
.foot_link li{
	margin: 0;
	padding: 0 0 0 15px;
	background: url("img/sub_mus_arrow02.svg") no-repeat center left / 5px auto;
}
.foot_id{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.foot .footTitle{
	margin: 0 0 11px;
}
.foot .footTitle span{
	display: block;
}
.foot .footTitle span.tit{
	width: 240px;
	margin-bottom: 14px;
}
.foot .address {
	margin-top: 4px;
}
.foot .address strong{
	color: #333;
}
.foot .address span{
	font-size: 87.5%;
	display: block;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #333;
	text-decoration: none;
}
.foot_id_right{
	padding: 20px;
	font-size: 87.5%;
	background-color: #F0EFEC;
}
.foot_id_right p{
	margin: 0 0 8px;
}
.foot_id_right .sub_mus_sns{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.foot_id_right .sub_mus_sns li{
	margin: 0;
}
.foot_id_right .sub_mus_sns li a{
	display: block;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	border: 1px solid #CC6600;
	border-radius: 3px;
	padding: 14px 15px 14px 48px;
	position: relative;
	transition: .2s;
}
.foot_id_right .sub_mus_sns li a:hover{
	background-color: #FFF0E2;
}
.foot_id_right .sub_mus_sns li a::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.foot_id_right .sub_mus_sns li.sns_x a::before{
	background-image: url("img/sub_mus_logo_x.svg");
}
.foot_id_right .sub_mus_sns li.sns_insta a::before{
	background-image: url("img/sub_mus_logo_insta.svg");
}
.foot_copy {
	margin: 0;
	padding: 6px 12px;
	min-height: 32px;
	font-size: 81.25%;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
	.foot_id > *{
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
}

/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon2 span{
	display: block;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}