@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html {
  scroll-padding-top: 97px;
  overflow: auto;
  scroll-behavior: smooth;
}
body {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
	background: #ECEADD url("img/miki_bg.png") repeat;
}
@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;
  }
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 0;
  }
}
/**** テキスト ****/
p, li {
  margin-top: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.small {
  font-size: 85%;
}
strong {
  color: #900;
}
/**** リンク ****/
a:link {
  text-decoration: underline;
  color: #0033CC;
}
a:visited {
  text-decoration: underline;
  color: #0033CC;
}
a:hover {
  text-decoration: underline;
  color: #9f0000;
}
a:active {
  text-decoration: underline;
  color: #CC0000;
}
.link_white:link {
  text-decoration: underline;
  color: #fff;
}
.link_white:visited {
  text-decoration: underline;
  color: #ffff00;
}
.link_white:hover {
  text-decoration: underline;
  color: #ffff00;
}
.link_white:active {
  text-decoration: underline;
  color: #ffff00;
}
a:link > strong {
  color: #0033CC;
}
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: 75%;
  font-weight: normal;
  background: #F0F1E9;
  color: #0033CC;
  border-radius: 4px;
  padding: 2px;
  margin: 3px 0 0;
  border: 1px solid #D8D9D8;
  vertical-align: text-bottom;
  word-wrap: break-word;
  line-height: 1.5;
}
h2 .window {
  font-size: 62.5%;
	margin-left: 8px;
}
.main_naka h2 .window {
  font-size: 49%;
}
.main li a span.window {
	margin-left: 8px;
	margin-bottom: -2px;
}
.main .category_lower li a span.window {margin-bottom: -2px;}
.main h2 a:hover span.window,
.main li a:hover span.window {color: #9f0000;}
.main section.image a span.window {margin-top: 4px;}
.design .main_naka li a span.window {
	margin: 0 0 -1px 8px;
	padding: 0 2px;
}
.design .main_naka li a:hover span.window {color: #9f0000;}
/**** 本文へ_スキップ用リンク ****/
.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;
  font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea, #body input[type="password"] {
  /*! font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  /*! background: #fff; */
  /*! border: 1px solid #ccc; */
  /*! padding: 8px 6px 9px 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: #eee;
  border-radius: 0;
  cursor: pointer;
  /*! color: #fff; */
  display: inline-block;
  text-align: center;
  padding: 6px 16px;
  border: 1px solid #8F8F9D;
}
#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: #ddd;
}
/**** その他 ****/
.anchor, .notit {
  display: block;
  height: 1px;
  margin-top: -1px;
}
.date {
  font-size: 94%;
  color: #555;
  display: inline-block;
  margin-left: 12px;
}
.noscript {
  font-size: 85%;
  color: #a90000;
}
.none {
  display: none;
}
table caption {
	position: absolute;
	z-index: -1;
}
/******************** レイアウトCSS ********************/
/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
.design {
  clear: both;
}
.zone01_in, .zone02_in, .zone03_in, .zone04_in {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .zone01 {
    float: none;
    width: 100%;
  }
  .zone02 {
    float: none;
    width: 100%;
  }
	.zone01_in, .zone02_in, .zone03_in, .zone04_in {padding: 0 10px;}
}
/********************** ヘッダー **********************/
.main_header02 {
  background: transparent;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main_header02 {
    overflow: hidden;
	  margin-bottom: 0;
  }
}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
  font-size: 85%;
  width: 100%;
}
.h_top {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 85%;
}
.h_top .h_toplist01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 4px auto 4px 0;
}
.h_top .h_toplist02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 4px auto 4px 0;
}
.h_top .h_toplist {
  display: flex;
  align-items: center;
  margin: 12px 24px 0 0;
	width: fit-content;
	float: left;
}
.h_top .h_toplist01 > li {
  margin: 0 16px 0 0;
  padding: 0 0 0 14px;
  position: relative;
}
.h_top .h_toplist01 > li::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
.h_top .h_toplist > li {
  margin: 0 0 0 8px;
}
.h_top .h_toplist > li a {
  display: block;
  padding: 0 4px;
}
.h_top .h_toplist > li:first-child {
  background: url(img/miki_icon_sitemap.png) no-repeat left center;
  padding-left: 20px;
	margin: 0;
}
.h_top .h_toplist > li:nth-child(2) {
  background: url(img/miki_icon_contact.png) no-repeat left center;
  padding-left: 18px;
}
.h_top .h_toplist > li:nth-child(3) {
  background: url(img/miki_icon_langage.png) no-repeat left center;
  padding-left: 18px;
  /*! letter-spacing: -1em; */
  font-size: 119%;
}
.h_top .h_toplist > li:nth-child(2) {
}
@media only screen and (max-width: 1024px) {
  .h_top_wrap {
    display: none;
  }
  .h_top .h_toplist {
    display: none;
  }
}
/* 色の反転 */
.bg_color {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.bg_tit {
  padding: 0;
  margin: 0 6px 0 0;
}
.bg_list {
  display: flex;
  align-items: center;
}
.bg_list li {
  padding: 0;
  margin: 0 0 0 4px;
}
.bg_list li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  padding: 0 4px;
}
.bg_list li:last-child a {
  background: #000;
}
.bg_list li:last-child a > strong {
  color: #fff;
}
/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
  float: left;
}
.font_size {
}
.font_tit {
  font-size: 90%;
  float: left;
  padding: 5px 0;
  margin: 0 6px 0 0;
}
ul.font_list {
  float: left;
  padding: 0;
  margin: 0;
  border: 1px solid #6C613F;
  border-radius: 3px;
}
ul.font_list li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
ul.font_list li a {
  color: #222;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px 3px 9px;
}
ul.font_list li:first-child {
  font-size: 90%;
}
ul.font_list li:last-child {
  font-size: 90%;
}
ul.font_list li:last-child a {
  background: #6C613F;
}
ul.font_list li:last-child a > strong {
  color: #fff;
}
/**** ヘッダーメイン ****/
.head_in {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  display: flex;
	flex-wrap: wrap;
	background: #FFF;
}
.h_main {
  display: flex;
  align-items: center;
  padding: 10px 0;
  overflow: hidden;
  justify-content: end;
	width: fit-content;
}
.h1_box {
  padding: 0 0 8px 0;
  margin: 0;
}
.h1 {
  margin: 0;
  width: 750px;
	display: flex;
	align-items: center;
}
.h1 img {
	float: left;
	width: 395px;
}
.h1 img.h1_copy {
	float: right;
	padding: 38px 0 0 8px;
}
.h_main .mainsite {
  margin: 0;
}
.h_main .mainsite a {
  display: block;
  border: 1px solid #ccc;
  background: #444;
  color: #fff;
  font-size: 85%;
  padding: 3px 10px 2px;
  text-decoration: none;
  border-radius: 4px;
}
.h_main .mainsite li a:hover {
  background: #555;
}
@media only screen and (max-width: 1024px) {
  .head_in {
    padding: 0;
	  max-width: inherit;
    width: 100%;
    /*! padding: 0 12px; */
    margin: 0;
  }
  .h_main {
    display: none;
  }
  .h1_box {
    float: left;
    padding: 6px 12px 12px;
    margin: 0;
  }
  .h1 img {
    width: 236px;
  }
  .h_main .mainsite {
    display: none;
  }
	.h1 img.h1_copy {display: none;}
}
@media (max-width: 365px) {
  .h1 img {
    width: 190px;
  }
}
/* 言語選択 */
.language {
  position: relative;
}
.lang_btn {
  margin: 0;
}
.lang_btn a {
  background: #fff;
  display: inline-block;
  transition: all 0.2s;
}
.lang_btn a:hover {
  background: #efefef;
  transition: all 0.2s;
}
.lang_list li {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.h_top .h_toplist .lang_list li a {
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%;
  border: none;
}
.h_top .lang_btn.close a {
  padding: 2px 6px 2px 20px;
  position: relative;
  border-radius: 0 0 4px 4px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.lang_btn.close a::before, .lang_btn.close a::after {
  content: '';
  background: #3B4043;
  height: 1px;
  width: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: 0;
  transform: rotate(-45deg);
}
.lang_btn.close a::after {
  transform: rotate(45deg);
}
/* 検索 */
#cse-search-box {
  padding: 0;
  float: left;
  margin-right: 24px;
  width: auto;
	min-width: 200px;
	line-height: 1;
}
#cse-search-box #q {
  font-size: 112%;
  border: 1px solid #8C7042;
  padding: 4px 6px;
  margin: 0;
  outline: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  min-height: 30px;
  width: 150px;
	max-height: 42px;
	height: auto;
}
#cse-search-box #search_button {
  background: url(img/bun_icon_search.png) no-repeat left 7px center;
  border: 1px solid #8C7042;
  border-left: none;
  padding: 6.25px 6px 6px 22px;
  width: auto;
  vertical-align: top;
  height: auto;
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  font-size: 100%;
  min-width: 50px;
  min-height: 30px;
	max-height: 42px;
	line-height: 1;
}
/**** グローバルナビ ****/
.g_navi {
  background: #8C7041;
  letter-spacing: 0.1em;
  position: relative;
  overflow: visible;
  z-index: 1;
  padding: 10px;
  margin-top: -1px;
	border-top: 7px solid #752100;
}
.g_navi_in {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
}
.g_navi_in > li {
  width: calc(100% / 5);
  margin: 0;
  display: flex;
}
.g_navi_in > li:nth-of-type(1) {}
.g_navi_in > li:last-child {
  margin: 0;
}
.g_navi_in > li > a {
  background: transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  width: 100%;
  position: relative;
  letter-spacing: -0.01em;
  z-index: 2;
  text-align: center;
	border: none;
	border-right: 1px solid #FFF;
}
.g_navi_in > li:first-child > a {border-left: 1px solid #FFF;}
.g_navi_in > li > a::before {display: none;}
.g_navi_in > li > a b {
	position: relative;
	padding: 10px 0;
}
.g_navi_in > li > a span {
	padding: 0 0.5em 0 1.25em;
}
.g_navi_in > li > a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 5.5px);
  border-radius: 0;
  background: url(img/miki_gnav.png);
	background-size: contain;
  height: 11px;
  width: 11px;
  z-index: -1;
}
.g_navi_in > li > a:hover, .g_navi_in > li.active > a {
  background: #752100;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .g_navi {
    display: none;
  }
  .g_navi_wrap .g_navi {
    display: block;
  }
}
/**** グローバルナビのメニュー ****/
.menu_list {position: relative;}
.g_navi_in .menu_list .dropdown_lower {display: none;}
.g_navi_in .menu_list.addactive .dropdown_lower {
	display: block;
}
.dropdown_lower {
	position: absolute;
	padding: 5px;
	width: 188px;
	top: 100%;
	left: 1px;
	font-size: 95%;
	background: #8C7041;
	border: 1px solid #752100;
}
/*
.dropdown_lower {
animation:fadeUpAnime 0.3s forwards;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(-2px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
*/
.dropdown_lower ul {
	display: block;
	width: auto;
	padding: 0;
}
.dropdown_lower ul li {
	margin: 0 0 5px 0;
	padding: 0;
	width: auto;
	border: 0;
	text-align: left;
	line-height: 1.5em;
}
.dropdown_lower ul li:hover {
	background: #752100;
}
.dropdown_lower ul li a {
	position: relative;
	padding-left: 18px;
	color: #FFF;
	text-decoration: none;
}
.dropdown_list > ul li a::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #FFF;
	top: 5px;
	left: 5px;
}

/**** スマホメニューに関するスタイル ****/
#search_drop {
  position: absolute;
  top: 10px;
  right: 62px;
  padding: 0;
  margin: 0;
}
#search_drop a {
  background: #8C7041 url(img/miki_m_icon_search.png) no-repeat;
  background-size: 19px auto;
  background-position: 5px 6px;
  border: 1px solid #8C7041;
  color: #FFF;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 30px 4px 0;
  min-height: 44px;
  min-width: 44px;
  font-size: 65%;
	line-height: 1;
}
#search_drop a:before, #search_drop a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 6px;
  background: #FFF;
  height: 2px;
  width: 12px;
}
#search_drop a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#search_drop.active a:after {
  display: none;
}
.search_detail {
  display: none;
  background: url("img/miki_bg.png");
  padding: 10px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
#cse-search-box-sp {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 0 6px 0;
  float: left;
  margin-right: 24px;
  width: 100%;
}
#cse-search-box-sp .q {
  padding: 2px 6px;
  margin: 0;
  border: none;
  border-right: 1px solid #ccc;
  width: calc(100% - 95px);
}
#cse-search-box-sp #search_button_sp {
  background: url(img/bun_icon_search.png) no-repeat left 7px center;
  border: none;
  padding: 0 0 0 23px;
  width: 79px;
	color: #222;
}
@media print, screen and (min-width: 1025px) {
  #search_drop, .search_detail {
    display: none !important;
  }
}
#menu_button {
  position: absolute;
  top: 0;
  right: 12px;
  margin-top: 10px;
}
#menu_button a {
  position: relative;
  background: #8C7041;
  font-size: 70%;
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.5px;
  text-align: center;
  padding-top: 25px;
  width: 44px;
	max-height: 52px;
  z-index: 2;
  border: 1px solid #8C7041;
  line-height: 1.5;
	overflow: auto;
}
#menu_button a strong {
  color: #FFF;
  font-weight: normal;
  font-size: 90%;
}
#menu_button a .icon_ham {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -11px;
  display: inline-block;
  background: #FFF;
  height: 3px;
  width: 22px;
}
#menu_button a .icon_ham:before, #menu_button a .icon_ham:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -11px;
  background: #FFF;
  height: 3px;
  width: 22px;
}
#menu_button a .icon_ham:before {
  top: 7px;
}
#menu_button a .icon_ham:after {
  top: 14px;
}
@media print, screen and (min-width: 1025px) {
  #menu_button, #lan_drop {
    display: none !important;
  }
}
#sidr {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 100%;
  background: url(img/miki_bg.png);
  border-left: 7px solid #752100;
  box-sizing: border-box;
  color: #333;
}
@media print, screen and (min-width: 1025px) {
  #sidr {
    display: none !important;
  }
}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
}
#sidr .close a.simple-menu {
  background: #8C7041;
  display: inline-block;
  color: #FFF;
  padding: 10px 10px 10px 38px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #8C7041;

}
#sidr .close a.simple-menu02 {
  background: #8C7041;
  display: inline-block;
  color: #FFF;
  padding: 10px 10px 10px 38px;
  position: relative;
  width: 100%;
  border-top: 1px solid #8C7041;
   border-bottom: 4px solid #8C7041;
}
#sidr .close a:before, #sidr .close a:after {
  content: '';
  background: #FFF;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: 0;
  transform: rotate(-45deg);
}
#sidr .close a:after {
  transform: rotate(45deg);
}
#sidr .src_box {
  padding: 10px;
  border-bottom: 3px solid #007bbb;
}
#sidr ul {
  display: block;
  border-bottom: 1px solid #A4A8A9;
  margin: 0;
  padding: 0;
}
#sidr ul li {
  background: none;
  border-bottom: 1px solid #A4A8A9;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#sidr ul li::before {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  display: none;
}
#sidr ul li:last-child {
  border-bottom: none;
}
#sidr ul li a {
  display: inline-block;
  padding: 16px 12px;
  text-decoration: none;
  width: 100%;
  color: #222;
  font-size: 93.75%;
}
#sidr ul li.mainsite {
  background: #e8f4f9;
  border-top: 2px solid #007bbb;
  font-size: 85%;
}
#sidr ul.sidr_navi_sub {
  display: flex;
  border-bottom: 0px solid #A4A8A9;
}
#sidr ul.sidr_navi_sub li {
  border-bottom: 0;
  font-size: 85%;
  width: 50%;
}
#sidr ul.sidr_navi_sub li a {
  font-size: 90%;
  background: transparent;
  position: relative;
  padding: 8px 5px 8px 24px;
}
#sidr ul.sidr_navi_sub li a::before,
#sidr ul.sidr_navi_sub2 a::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  border-right: 1px solid #6C613F;
  border-top: 1px solid #6C613F;
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
}
#sidr ul.sidr_navi_sub li:nth-child(odd) {
  border-right: 1px solid #A4A8A9;
}
#sidr ul.sidr_navi_sub2 {
	border-top: 1px solid #A4A8A9;
	border-bottom: none;
}
#sidr ul.sidr_navi_sub2 a {
	position: relative;
	padding: 8px 5px 8px 24px;
}
#sidr ul.sidr_navi_sub2 a::before {top: 17.5px;}
/**** ドロワーメニュー ****/
#sidr .ac_display_sub {
	display: inline-block;
	position: absolute;
	background: #FFF;
	margin: 0;
	top: 14px;
	right: 12px;
	font-size: 72%;
	border: 1px solid #CCC;
	z-index: 100;
}
#sidr .ac_display_sub a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 4px 4px 18px;
}
#sidr .ac_display_sub a::before,
#sidr .ac_display_sub a::after {
	content: '';
	position: absolute;
	background: #555;
	width: 10px;
	height: 2px;
	top: 11px;
	left: 4px;
}
#sidr .ac_display_sub a::after {transform: rotate(90deg);}
#sidr .ac_box_sider.active .ac_display_sub a::after {display: none;}
#sidr .ac_box_in li {
	background: #DED9C4;
}
#sidr .ac_box_in {display: none;}
#sidr .ac_box_in a {
	position: relative;
	padding-left: 24px;
}
#sidr .ac_box_in a::before {
	position: absolute;
	content: '';
	top: 24px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
/**** 支援機能 ****/
#sidr .side_shien {
  background: #e8f4f9;
}
#sidr ul.sidr_navi02 {
  border-bottom: 0;
  padding: 10px 10px 4px;
  display: flex;
  flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li {
  border: 0;
  margin-right: 1.25%;
  margin-bottom: 6px;
  width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n) {
  margin-right: 0;
}
#sidr ul.sidr_navi02 li::before {
  display: none;
}
#sidr ul.sidr_navi02 li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 70%;
  letter-spacing: -0.01em;
  padding: 6px 2px;
  text-align: center;
}
#sidr ul.sidr_navi03 {
  display: flex;
  border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li {
  border-bottom: 0;
  font-size: 85%;
  width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd) {
  border-right: 1px solid #bbb;
}
/*********** フッター ***********/
.main_footer {
  background: transparent;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main_footer {
    min-width: 100%;
  }
}
/**** マイページのスタイル ****/
.online_strage_a {
  padding-bottom: 24px;
}
.online_strage_a .mypage {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.online_strage_a .mypage_h2_wrapper {
  background-color: #e9024f;
  padding-left: 16px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.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: #FEEBE7;
  padding: 4px 16px 16px;
  border-radius: 0 0 4px 4px;
}
.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: #0033CC;
  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 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
.foot_modori .modoriin {
  background: #e9024f;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 75%;
  text-decoration: none;
  margin-top: 7px;
}
.foot_modori a {
  background: #e9024f;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  text-decoration: none;
  padding: 8px 20px;
}
@media only screen and (max-width: 1024px) {
  .foot_modori {
    padding: 0 10px;
  }
  .foot_modori .modoriin {
  }
}
/**** メインフッター ****/
.foot_wrap {
  border-top: none;
  padding: 0;
}
.foot {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
	background: #FFF;
}
.foot_link li {
  padding: 0;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}
.foot_link li::after {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -16px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
}
.foot_id {
  margin-top: 16px;
}
.foot .address {
  margin-top: 5px;
}
.foot .address .add_ttl {
	display: inline-block;
	background: #8C7042;
	margin-bottom: 4px;
	padding: 3px;
	color: #FFF;
}
.foot .address .add_br,
.foot .address02 .add_br {display: block;}
.foot .address b {
  font-size: 112.5%;
  display: block;
}
.foot .address a[href^="tel:"],
.foot .address02 a[href^="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
.foot .address02 {
  margin-top: 6px;
}
.foot .address a.foot_access {
  background: url(img/bun_icon_map.png) no-repeat left 10px center;
  border: 1px solid #555;
  border-radius: 4px;
  display: inline-block;
  font-size: 87.5%;
  text-decoration: none;
  padding: 2px 10px 2px 26px;
  margin-left: 6px;
}
.foot .go_shisite {
  font-size: 85%;
  text-align: right;
  margin: 0 auto;
  padding: 7px 10px 16px 10px;
  width: 100%;
}
.foot .go_shisite a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.foot .go_shisite a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -12px;
  border-right: 1px solid #0033CC;
  border-top: 1px solid #0033CC;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.foot_copy {
  font-size: 86.5%;
  background: #752100;
  text-align: center;
  margin: 0;
  padding: 6px 10px;
	color: #FFF;
}
.foot_copyin {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .foot {
    padding: 10px;
    width: 100%;
  }
  .foot .address a.foot_access {
    display: block;
    margin-left: 0px;
    max-width: 132px;
    margin-top: 4px;
  }
  .foot .go_shisite {
	  text-align: left;
    margin: 12px auto 0 auto;
	  padding: 0 10px 4px;
  }
  .foot_copyin {
    padding: 0 10px;
    width: 100%;
  }
  .foot .address a[href^="tel:"],
	.foot .address02 a[href^="tel:"] {
    cursor: pointer;
    color: #0033CC;
    text-decoration: underline;
  }
	.foot .address a[href^="tel:"]:hover,
	.foot .address02 a[href^="tel:"]:hover {color: #9f0000;}
}
/**** アコーディオンのスタイル ****/
.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;
  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;
}