@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%;
}
button:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}
/******************** 共通設定 ********************/
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;
  overflow-wrap: anywhere;
}
.sub_800 {
  /*	background: #E3F9FF;*/
}
@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: 90%;
}
strong {
  color: #B50000;
}
/**** リンク ****/
.block-link {
  display: inline-block;
}
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: #9f0000;
}
a:active {
  text-decoration: none;
  color: #9f0000;
}
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;
}
a:focus-visible {
  outline: 2px solid #000!important;
  outline-offset: 2px;
}
/**** 外部リンク ****/
.window {
  display: inline-block;
  font-size: 62.5%;
  font-weight: normal;
  background: #E1F5FE;
  color: #000;
  border-radius: 4px;
  padding: 1px 4px;
  margin: 0 4px;
  border: 1px solid #1A73BD;
  vertical-align: middle;
  word-wrap: break-word;
}
.h_main .window {
  background: #fff;
  border: 1px solid #1A73BD;
}
h2 .window {
  font-size: 56.25%;
  font-family: "UD新ゴ R", "UD Shin Go Regular";
}
.main_naka h2 .window {
  font-size: 49%;
}
/**** 市役所/区役所区分のラベル ****/
.ku, .ku2 {
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid #1A73BD;
  background: #C6FAFF;
  border-radius: 4px;
  margin: 4px 8px 0;
  color: #000;
  font-size: 75%;
}
.shi {
  display: inline-block;
  background: #1A73BD;
  color: #fff;
  border-radius: 4px;
  padding: 1px 4px;
  border: 1px solid #1A73BD;
  margin: 4px 8px 0;
  font-size: 75%;
}
h2 .ku, h2 .shi, h2 .ku2 {
  font-size: 56.25%;
  font-family: "UD新ゴ R", "UD Shin Go Regular";
}
b .ku, b .shi, b .ku2 {
  font-family: "UD新ゴ R", "UD Shin Go Regular";
}
/**** 新着マーク ****/
.new_mark {
  display: inline-block;
  font-size: 62.5%;
  font-weight: normal;
  background: #1A73BD;
  color: #fff;
  border-radius: 4px;
  padding: 1px 4px;
  margin: 0 4px;
  border: 1px solid #1A73BD;
  vertical-align: text-bottom;
  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 #1A73BD;
  font-size: 85%;
}
#body input:focus-visible {
  outline: 2px solid #000!important;
  outline-offset: 2px;
}
/* text,textarea */
#body input[type="text"], #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 {
  background: #1A73BD;
  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: 0;
	min-height: auto;
  min-width: auto;
  position: relative;
  z-index: -1;
  margin: 0;
	color: #fff;
}
.date {
  font-size: 90%;
  display: inline-block;
  margin-left: 12px;
}
.noscript {
  font-size: 85%;
  color: #de2f32;
}
.none {
  display: none;
}
/** フォーカス **/
:focus-visible{
	outline: 2px solid #000;
	outline-offset: 2px;
}
.focus_visible:focus-visible{
  border-radius: 0;
  z-index: 1;
  position: relative;
}
.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible{
	display: block;
  background-color: #fff;
  padding: 4px;
  height: auto;
  outline-offset: -2px;
  text-align: center;
  font-size: 85%;
}
.focus_visible[tabindex="-1"]:focus-visible{
	outline: none !important;
}
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
  outline: inherit;
}
.user-tabbing input[type="text"]:focus-visible,
.user-tabbing input[type="tel"]:focus-visible,
.user-tabbing textarea:focus-visible {
  outline: 2px solid #000;
}
#body input[type="text"]:focus-visible, #body input[type="file"]:focus-visible, #body textarea:focus-visible ,#body input[type="password"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#drawer .sidr_navi li a:focus-visible{
  outline: 2px solid #000;
  outline-offset: 4px;
}
.main_naka_new li a:focus-visible{
	padding: 0 4px;
	outline-offset: -4px;
	margin:0 -4px;
}

/******************** レイアウトCSS ********************/
/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/
.all{
  background: #fff;
}
.design:first-of-type {
  clear: both;
  background: url("img/kshos_top_bg01.jpg") no-repeat top / cover;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: lighten;
  background-size: 100% 100%;
}
.inbody .design:first-of-type {
  clear: both;
  background: url("img/kshos_inbody_bg.jpg") no-repeat top / cover;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: lighten;
  background-size: 100% 560px;
}
.inner {
  max-width: 1224px;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
/********************** ヘッダー **********************/
.main_header {
  width: 100%;
  position: relative;
}
/**** ヘッダーメイン ****/
.head_in {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  position: relative;
}
.head_in.exist {
  transition: none;
}
.h1_wrap {
  width: 290px;
  position: relative;
}
.h1_wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  display: block;
  left: 290px;
  top: 0;
  height: 98%;
  background: #E4FAFD;
  border-radius: 0 0 0 60px;
  z-index: 0;
}
.toppage a {
  background: #1A73BD;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  color: #fff;
  font-size: 75%;
  border: 1px solid #1A73BD;
  transition: 0.2s;
}
.toppage a:hover {
  background: #fff;
  color: #000;
}
.h1_img_logo {
  width: 216px;
}
.h1 {
  margin-top: 20px;
  max-inline-size: max-content;
  margin-inline: auto;
}
.inbody .h1_img_logo {
  width: 190px;
}
.inbody p.h1 {
  margin-top: 10px;
  margin: 14px 10px 0px 30px;
}
.h1_wrap a {
  text-decoration: none;
}
.home {
  min-width: 70px;
  display: block;
  background: #1A73BD;
  color: #fff;
  font-size: 85%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #1A73BD;
  transition: 0.2s;
  text-decoration: none;
  margin: 8px auto;
  position: absolute;
  top: 105px;
  left: 60px;
  text-shadow: 1px 1px 0 #1A73BD, -1px -1px 0 #1A73BD, -1px 1px 0 #1A73BD, 1px -1px 0 #1A73BD, 0px 1px 0 #1A73BD, 0-1px 0 #1A73BD, -1px 0 0 #1A73BD, 1px 0 0 #1A73BD;
}
.h1_wrap a:hover .home {
  background: #fff;
  color: #000;
  text-shadow: none;
}
.h_main {
  width: calc(100% - 290px);
}
.h_main_in {
  margin-left: 0;
  display: flex;
  padding: 16px 0 24px 60px;
}
.h_main__sub {
  max-width: 1224px;
  margin: 8px auto 4px;
  padding: 10px 12px 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .h_main__sub {
    background: #f7ffff;
  }
}
.h_main__sub_in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.h_main__sub .sub__list {
  display: flex;
}
.h_main__sub .sub__list li {
  display: flex;
  align-items: center;
  border: 1px solid #1B69BF;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  transition: .2s;
  margin: 0 0 0 8px;
  background: #fff;
}
.h_main__sub .sub__list li:first-of-type {
  margin: 0;
}
.h_main__sub .sub__list a {
  text-decoration: none;
  border-radius: 4px;
  transition: .2s;
  display: block;
  position: relative;
  padding: 10px 14px 10px 54px;
  border-radius: 10px;
}
.h_main__sub .sub__list li:nth-child(2) a {
  cursor: default;
  color: #222;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .h_main__sub .sub__list li:nth-child(2) a {
  cursor: pointer;
  color: #2b3095;
}
}
.h_main__sub .sub__list li:nth-child(1) a::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url("img/kshos_icon01.png") no-repeat;
  left: 10px;
  top: 3px;
  background-size: 38px;
}
.h_main__sub .sub__list li:nth-child(2) a::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url("img/kshos_icon02.png") no-repeat;
  left: 10px;
  top: 3px;
  background-size: 38px;
}
.h_main__sub .sub__list a span {
  position: relative;
  padding: 2px 10px 2px 23px;
  display: inline-block;
}
.h_main__sub .sub__list a span::before {
  content: '';
  position: absolute;
  top: .55em;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  transition: .2s;
}
.h_main__sub .sub__list a:hover {
  /*! text-decoration: underline; */
}
.h_main__sub .sub__list a:hover::before {
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 480px) {
  .h_main__sub .sub__list a {
    padding: 9px 12px 9px 42px;
    font-size: 81%;
  }
  .h_main__sub .sub__list li:nth-child(1) a::before {
    top: 4px;
    left: 4px;
    background-size: 30px;
  }
  .h_main__sub .sub__list li:nth-child(2) a::before {
    top: 4px;
    left: 4px;
    background-size: 30px;
  }
}
@media only screen and (max-width: 389px) {
  .h_main__sub .sub__list a {
    padding: 9px 7px 9px 40px;
    font-size: 81%;
  }
}
@media only screen and (max-width: 374px) {
  .h_main__sub .sub__list a {
    padding: 9px 2px 9px 34px;
    font-size: 81%;
  }
}
.h_main__sub .h_main__sub_snsBtn {
  display: flex;
  align-items: center;
  border: 1px solid #1A73BD;
  border-radius: 10px;
  padding: 5px 18px;
  font-size: 87.5%;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  transition: .2s;
}
.h_main__sub .h_main__sub_snsBtn img {
  width: 30px;
}
.h_main__sub .h_main__sub_snsBtn:hover {
  background-color: #d3eff8;
  border-color: #8AC4F5;
}
@media only screen and (max-width: 1024px) {
  .main_header {
    padding-bottom: 5px;
  }
  .head {
    background: #DDF8FC;
  }
  .head_in {
    background: #DDF8FC;
    justify-content: space-between;
    align-items: center;
  }
  .h1 {
    margin: 0;
  }
  .h1_wrap {
    padding: 0;
    width: 120px;
  }
  .h1_wrap a {
    display: block;
  }
  .h1_wrap::before {
    content: none;
  }
  .h1_img_logo {
    width: 102px !important;
    margin: 0 4px;
  }
  .h_main {
    width: auto;
  }
  .h_main_in {
    padding: 0 64px 0 8px;
    margin: 12px 0;
    justify-content: flex-end;
  }
  .toppage {
    display: none;
  }
  .home {
    display: none;
  }
  .inbody p.h1 {
    margin-top: 10px;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .h_main__sub_in {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .h_main__sub {
    margin-bottom: 0;
  }
  .h_main__sub .sub__list a span {
    padding-left: 18px;
  }
  .h_main__sub .sub__list a span::before {
    left: 6px
  }
}
/* 市内病院のリストスタイル（ヘッダー） */
.base_hos_list {
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  position: relative;
  margin: 10px 0px 0;
}
.base_hos_list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 847px;
  margin-left: 60px;
}
.base_hos_list li {
  margin: 6px 0 0 8px;
  flex: 1;
}
.base_hos_list li:first-child {
  margin-left: 0;
}
.base_hos_list li a {
  text-decoration: none;
  background: #9CE1F2;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  padding: 8px 4px;
  font-size: 90%;
  transition: 0.2s;
  align-items: center;
  min-width: 134px;
  border: 1px solid #1A73BD;
}
.base_hos_list li a:hover, .base_hos_list li.active a {
  background: #fff;
  color: #000;
  border: 1px solid #1A73BD;
}
.base_hos_list li a span {
  display: block;
  text-align: center;
}
.base_hos_list li a .window {
  font-size: 55%;
  margin-right: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #1A73BD;
}
@media only screen and (max-width: 1024px) {
  .base_hos_list {
    display: none;
  }
}
/* 市内病院のリストスタイル（格納メニュー内） */
.drawer-nav .base_hos_list {
  width: 100%;
  padding: 20px 20px;
  margin: 30px 0 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 95%;
  justify-content: center;
}
.drawer-nav .base_hos_list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center !important;
  max-width: 100%;
  margin-left: 0px;
}
.drawer-nav .base_hos_list li a {
  /*! border: 1px solid #B0D9FC; */
}
.drawer-nav .base_hos_list li a:hover, .base_hos_list li.active a {
  border: 1px solid #1A73BD;
}
@media only screen and (max-width: 1024px) {
  .drawer-nav .base_hos_list li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc((100% - 24px) / 4);
  }
}
@media only screen and (max-width: 768px) {
  .drawer-nav .base_hos_list li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc((100% - 16px) / 2);
    margin: 6px 4px 0 4px;
  }
}
@media only screen and (max-width: 355px) {
  .drawer-nav .base_hos_list li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc((100%) / 1);
    margin: 6px 4px 0 4px;
  }
}
/* 緊急情報のスタイル */
.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: #8DCAEB;
  position: relative;
  border-radius: 10px;
  padding: 8px;
}
.main_header .kinkyu > .ac_box_kin_wrap {
  position: absolute;
  left: 0;
  bottom: -24px;
  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;
  border: 1px solid #186DB3;
}
.main_header .ac_box_kin_wrap .ac_box_kin a:hover {
  border: 1px solid #C92B2D;
}
.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;
  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::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;
  border-right: 1px solid #DE2F32;
  border-left: 1px solid #DE2F32;
}
.main_header .kin .ac_box_kin_wrap.exist .ac_box_kin button::after {
  background: url(img/kin_arrow2.svg) no-repeat;
}
.main_header .kin .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;
  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;
}
.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;
  border: 0;
  border: 1px solid #fff;
}
#body .ac_box_kin_in .ac_box_kin button:hover {
  background: #ffe6e5;
}
#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 #1A73BD;
  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: #ffe6e5;
}
.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 .kin .ac_box_kin_wrap.exist.active .ac_box_kin button::after {
    bottom: calc(50% - 4px);
  }
  .main_header .emergency_lower .kin_menu li a::before {
    top: 10px;
  }
  .main_header .kinkyu > .ac_box_kin_wrap {
    bottom: -4px;
  }
}
/* 緊急情報（重要なお知らせ） */
.pickup.kinkyu {
  margin: 24px auto 0;
  max-width: 1200px;
  padding: 0px !important;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #A90000 !important;
}
.pickup.kinkyu.pickadd {
  border-radius: 10px 10px 0px 0px;
}
.pickup.kinkyu h2 {
  background: #fff;
  font-size: 174%;
  padding: 20px 0 20px 80px;
  border-radius: 8px 8px 0 0;
  color: #A90000;
  background: #FFE5E4;
  position: relative;
}
.pickup.kinkyu h2::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("img/idahos_icon_important.svg") no-repeat;
  left: 36px;
  top: 24px;
}
.pickup.kinkyu .pickup_lower {
 padding: 12px 42px 32px;
  border-radius: 0 0 10px 10px;
  margin-bottom: -10px;
}
.pickup.kinkyu .pickup_lower li {
  position: relative;
  margin-top: 12px;
  display: flex;
  border-bottom: 2px dotted #BA2F2F;
  padding: 12px 0px 20px 24px;
}
.pickup.kinkyu .pickup_lower li::before {
  display: block;
  content: '';
  position: absolute;
  top: 19px;
  left: 6px;
  border-right: 1px solid #A90000;
  border-bottom: 1px solid #A90000;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
}
.pickup.kinkyu .pickup_lower li a {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 1224px) {
  .pickup.kinkyu {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
.pickup.kinkyu .pickup_lower li {
    flex-wrap: wrap;
  }
.pickup.kinkyu .pickup_lower li a {
    width: 100%;
  }
.pickup.kinkyu h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 490px) {
.pickup.kinkyu h2 {
    padding: 20px 54px 20px 54px;
  }
.pickup.kinkyu .pickup_lower {
    padding: 12px 24px 36px;
  }
.pickup.kinkyu h2::after {
    left: 11px;
  }
}
.ilist.kinkyu2 {
  max-width: 1200px;
  background: #FFE5E4;
  padding: 0 10px 10px;
  margin: -10px auto 0;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #A90000;
    border-top:0px;
}
.ilist.kinkyu2 h2 {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.ilist.kinkyu2 .ilist_lower {
  margin-top: 0px;
}
.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;
  align-items: center;
  min-height: 80px;
  height: 100%;
  padding: 20px;
  transition: 0.2s;
border: 1px solid #A90000;
}
.ilist.kinkyu2 .ilist_lower ul li a:hover {
  background: #ffebdf;
}
.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 #D41313;
  transform: rotate(0deg);
  z-index: 10;
}
.ilist.kinkyu2 .ilist_lower ul li a .ilist_title {
  text-align: left;
}
.ilist.kinkyu2 .ilist_lower ul > li .ilist_in {
  border: 0px solid #A90000;
  padding: 0;
  height: auto;
  background-color: inherit;
}
.ilist.kinkyu2 .ilist_lower ul > li .ilist_in:hover {
transform: none;
background: #ffebdf;
}
.ilist.kinkyu2 .ilist_lower .ilist_right {
  margin-top: 0px;
}
@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%;
}
.head_search_box .head_search {
  display: flex;
}
.src_box.head_search #cse-search-box {
  display: flex;
  width: 100%;
}
.src_box.head_search #cse-search-box > div {
  width: calc(100% - 240px);
}
.src_box .q {
  float: left;
  margin: 0;
  height: 34px !important;
  width: calc(100% - 64px) !important;
  padding: 0 6px !important;
  border: 1px solid #1A73BD !important;
  border-radius: 10px 0 0 10px !important;
  font-size: 100% !important;
}
.src_box .q:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.src_box #search_button, .src_box #search_button_sp, .src_box #search_button_ku, .src_box #search_button-sp2 {
  min-height: 34px;
  min-width: 64px;
  background: #1A73BD 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 #1A73BD;
  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_ku:hover, .src_box #search_button-sp2:hover {
  background-color: #fff;
  background-image: url(img/800_src_img_.svg);
  color: #000;
}
.src_sct {
  display: flex;
  align-items: center;
  width: 280px;
}
.src_sct legend {
  position: absolute;
  z-index: -1;
}
.src_sct p {
  margin: 0 0px 0 8px;
  font-size: 75%;
}
.src_sct p:last-child {
  margin-right: 0;
}
.src_box-sp2 {
  display: none;
}
@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 #search_button_sp {
    min-height: 46px;
    background-position: 6px 16px;
  }
  .src_box-sp2 {
    display: block;
    /*! background: #DAF5FC; */
    padding: 0 12px 0px;
    position: relative;
  }
}
/* 言語選択 */
.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: #1A73BD;
  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 #1A73BD;
  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/800_lang_icon_.svg) no-repeat;
}
.language .ac_box02_in .ac_box02.close {
  margin-top: 0;
  font-size: 85%;
  text-align: center;
}
.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 #1A73BD;
  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: #1A73BD;
  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 #1A73BD;
  transition: 0.2s;
  background: #fff;
  color: #2b3095;
  display: block;
  text-align: center;
}
.h_top .lang_detail li a:hover, .lang_site a:hover {
  background: #1A73BD;
  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 #1A73BD;
  }
  .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: #1A73BD;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 5px 7px;
  font-size: 70%;
  height: 100%;
  border: 1px solid #1A73BD;
  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_in .close a:hover {
  background: #1A73BD;
  color: #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: 200;
  background: #fff;
  border-radius: 10px;
  padding: 10px 4px;
  width: 100%;
  border: 1px solid #1A73BD;
}
.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 #1A73BD;
  transition: 0.2s;
  background: #fff;
  color: #2b3095;
  display: block;
  text-align: center;
}
.ac_box02_wrap.online.active .ac_box02_in li a:hover {
  background: #1A73BD;
  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: #1A73BD;
  font-size: 75%;
  padding: 50px 0 16px 0;
  border-radius: 10px;
  border: 1px solid #1A73BD;
  border: 1px solid #DAF5FC;
}
#menu_button button.active {
  display: inline-block;
}
#menu_button button:hover {
  background: #fff;
  border: 1px solid #1A73BD;
}
#menu_button button b {
  color: #fff;
    text-shadow: 1px 1px 0 #1A73BD, -1px -1px 0 #1A73BD, -1px 1px 0 #1A73BD, 1px -1px 0 #1A73BD, 0px 1px 0 #1A73BD, 0-1px 0 #1A73BD, -1px 0 0 #1A73BD, 1px 0 0 #1A73BD;
}
#menu_button button:hover b {
  color: #1A73BD;
  text-shadow: none;
}
#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: #1A73BD;
}
#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;
  min-width: 88px;
  background: #1A73BD;
  font-size: 75%;
  padding: 50px 0 16px 0;
  border-radius: 10px;
  border: 1px solid #1A73BD;
  display: none;
  transition: 0.2s;
  border: 1px solid rgba(188, 238, 249, 0.9);
}
#menu_button2 button.active {
  display: inline-block;
}
#menu_button2 button:hover {
  background: #fff;
  border: 1px solid #1A73BD;
}
#menu_button2 button b {
  color: #fff;
}
#menu_button2 button:hover b {
  color: #1A73BD;
}
#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: #1A73BD;
}
#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%;
  z-index: 1000;
  background-color: rgba(188, 238, 249, 0.9);
}
body:not(.drawer-open) .drawer-nav {
  visibility: hidden;
}
body.drawer-open {
  width: 100%;
}
.drawer--top .drawer-nav {
  left: 0;
  width: 100%;
  transition: 0.8s !important;
  max-height: 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: #1A73BD;
  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 #1A73BD;
  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: #1A73BD;
}
#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;
  display: flex;
}
.src_box #cse-search-box-sp {
  display: flex;
  width: 100%;
}
.src_box #cse-search-box-sp > div {
  width: calc(100% - 278px);
}
.src_box #cse-search-box-sp .q {
  height: 46px !important;
  background-position: 6px 16px;
}
.src_box #search_button_sp {
  min-height: 46px !important;
  background-position: 6px 16px;
}
.src_sct_sp {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-left: 8px;
  padding: 0 8px;
  width: 270px;
}
.src_sct_sp legend {
  position: absolute;
  z-index: -1;
  width: 270px;
}
.src_sct_sp p {
  margin: 0 8px 0 0;
  font-size: 75%;
}
.src_sct_sp p:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  #drawer .search_box_line {
    display: block;
  }
  #drawer .src_box {
    display: block;
    width: 100%;
    margin: 16px 0 8px;
  }
  .src_box #cse-search-box-sp {
    display: block;
  }
  .src_box #cse-search-box-sp > div {
    width: 100%;
  }
  .src_sct_sp {
    margin: 8px 0 0;
    padding: 8px 16px 8px 8px;
    width: 100%;
  }
}
/* ヘッダーその他リンク */
#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 #1A73BD;
}
#drawer .sidr_navi_sub2 .font_list li a:hover, #drawer .sidr_navi_sub2 .bg_list li a:hover {
  background: #E3F9FF;
}
#drawer .sidr_navi_sub2 .font_list li:first-child a, #drawer .sidr_navi_sub2 .bg_list li:first-child a {
  background: #1A73BD;
  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: #E3F9FF;
  color: #1A73BD;
}
#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: #1A73BD;
}
.easy_btn a {
  padding: 4px 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 16px;
  border: 1px solid #1A73BD;
}
.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/hos_yomiage.png) no-repeat 10px 8px/23px;
  padding-left: 40px;
}
.easy_btn a:hover {
  background-color: #DAF5FC;
}
@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:last-child {
  margin: 0 0 0 0;
}
#drawer .sidr_navi li .ac_box_nav_sub {
  background: #fff;
  border-radius: 10px;
  position: relative;
  border: 1px solid #1A73BD;
  transition: 0.2s;
}
#drawer .sidr_navi li .ac_box_nav_sub:hover {
  background-color: #d3eff8;
  border-color: #1A73BD;
}
#drawer .sidr_navi li .ac_box_nav_sub::after {
  content: '';
  position: absolute;
  display: block;
  border-right: 2px solid #1A73BD;
  border-bottom: 2px solid #1A73BD;
  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: 24px 10px;
  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: 82px;
  background: #1A73BD;
  border: 1px solid #1A73BD;
  padding: 24px 0;
}

#drawer .sidr_navi li:first-child a:hover {
  background: #fff;
  color: #000;
  text-shadow:none;
}
#drawer .sidr_navi li:first-child a b {
  text-shadow: 1px 1px 0 #1A73BD, -1px -1px 0 #1A73BD, -1px 1px 0 #1A73BD, 1px -1px 0 #1A73BD, 0px 1px 0 #1A73BD, 0-1px 0 #1A73BD, -1px 0 0 #1A73BD, 1px 0 0 #1A73BD; 
}
#drawer .sidr_navi li:first-child a:hover b {
  text-shadow: none;
}
#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 #1A73BD;
  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;
}
@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;
	}
  #drawer .sidr_navi li a {
  padding: 32px 10px;
}
}
#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 #1A73BD;
  transform: rotate(-90deg);
}
#drawer .sidr_navi li:nth-of-type(2) .ac_box_nav_in ul::before {
  left: 14.6%;
}
#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.2%;
}
#drawer .sidr_navi li:nth-of-type(6) .ac_box_nav_in ul::before {
  left: 76.8%;
}
#drawer .sidr_navi li:nth-of-type(7) .ac_box_nav_in ul::before {
  left: 92.2%;
}
#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;
  z-index: 200;
}
#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 #1A73BD;
  transform: rotate(0deg);
}
#drawer .sidr_navi .ac_box_nav_in li.sub_h2 {
  width: 100%;
}
#drawer .sidr_navi .ac_box_nav_in li.sub_h2 p {
  width: 100%;
  font-size: 110%;
  margin: 0.5em 0 -0.5em;
}
#drawer .ac_box_nav_in h2 a {
  padding: 10px 80px 8px 0px;
  color: #2B3095;
  text-decoration: underline;
  font-size: 120%;
}
#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: #1A73BD;
  color: #fff;
  min-width: 68px;
  text-align: center;
  font-size: 85%;
  border: 1px solid #1A73BD;
}
#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: #1A73BD;
}
#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: 1024px) {
  #drawer .ac_box_nav_in h2 a {
    padding: 20px 0 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 > li:first-child a {
    min-height: 106px;
  }
  #drawer .sidr_navi li .ac_box_nav_sub {
    /*! min-height: 106px; */
    /*! border: 1px solid #1A73BD; */
  }
  #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_navi li a span {
    display: block;
  }
}
/* 区のページ */
#drawer .sidr_sub {
  display: flex;
  margin: 32px 0;
  flex-flow: row-reverse;
}
#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 #1A73BD;
  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: #1A73BD;
  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: #1A73BD;
    color: #fff;
    text-decoration: none;
    padding: 2px;
    width: 80px;
    text-align: center;
    font-size: 85%;
    border: 1px solid #1A73BD;
    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;
  border: 1px solid #1A73BD;
}
#drawer .sidr_sitemap p a:hover {
  border: 1px solid #1A73BD;
  background: #d3eff8;
}
@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;
  display: flex;
  align-items: center;
  width: calc(100% - 186px);
}
#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;
}
#drawer .thankyou ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #1A73BD;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #1A73BD;
  transition: 0.2s;
}
#drawer .thankyou ul li a[href^="tel:"] {
  pointer-events: none;
}
#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;
    width: 100%;
  }
  #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: #1A73BD;
    padding: 16px;
    border-radius: 10px;
    line-height: inherit;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A73BD;
  }
  #drawer .thankyou ul li:first-of-type a span {
    font-size: 100%;
    margin: 0;
  }
  #drawer .thankyou ul li a[href^="tel:"] {
    pointer-events: inherit;
  }
  #drawer .thankyou ul li a span {
    display: block;
  }
}
/* 川崎市トップページへ */
#drawer .toppage {
  margin-top: 0;
}
#drawer .toppage a {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 100%;
  text-align: center;
  display: block;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #drawer .toppage {
    display: block;
  }
}
/**** グローバルナビ（メニュー外） ****/
.g_navi {
  letter-spacing: 0.1em;
  padding: 8px 0 4px;
  margin-top: 24px;
  margin: 0px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(243, 254, 250, 0.3) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(243, 254, 250, 0.3) 100%);
}
.g_navi_in {
  padding: 0 12px;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  position: relative;
  text-align: center;
}
.g_navi_in > li {
  width: 100%;
  margin: 0 6px 0 0;
  border-left: 1px solid #1A73BD;
}
.g_navi_in > li:last-child {
  border-right: 1px solid #1A73BD;
  margin: 0;
  padding-right: 6px;
}
.g_navi_in > li .ac_box_nav_sub 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;
  font-size: 106.3%;
  display: inline-block;
  border-bottom: 2px solid rgb(255, 255, 255, 0);
}
.g_navi_in > li .ac_box_nav_sub a:hover, .g_navi_in > li.active .ac_box_nav_sub a {
  border-bottom: 2px solid #1A73BD;
}
.g_navi_in > li .ac_box_nav_sub a img {
  width: 25px;
  display: inline;
  margin-right: 8px;
}
.g_navi_in > li .ac_box_nav_sub a b {
  display: inline;
}
.g_navi_in li .ac_box_nav_in {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  width: 100%;
  background: #DAF6FC;
  border: 1px solid #1B69BF;
  font-size: 90%;
  padding: 4px 8px 16px;
  border-radius: 10px;
  margin-top: 12px;
}
.g_navi_in li .ac_box_nav_in ul {
  display: flex;
  flex-wrap: wrap;
}
.g_navi .g_navi_in .ac_box_nav_sub a[aria-expanded="true"]::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom: 12px solid #8AC4F5;
  z-index: 9999;
}
.g_navi_in li .ac_box_nav_in 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 .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 #1B69BF;
  transition: 0.2s;
}
.g_navi_in li .ac_box_nav_in li a:hover {
  border: 1px solid #1A73BD;
}
.g_navi_in li .ac_box_nav_in li a::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border-right: 1px solid #1A73BD;
  border-bottom: 1px solid #1A73BD;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
.g_navi_in li .ac_box_nav_in li.sub_h2 {
  width: 100%;
  text-align: left;
  font-size: 110%;
}
.g_navi_in li .ac_box_nav_in li.sub_h2 ul {
 margin: 8px 0;
}
.g_navi_in .ac_box_nav_sub_close a {
  text-decoration: none;
  padding: 2px;
  position: relative;
  display: inline-block;
  background: #1A73BD;
  color: #fff;
  min-width: 68px;
  text-align: center;
  font-size: 85%;
  border: 1px solid #1A73BD;
  border-radius: 10px;
}
.g_navi_in .ac_box_nav_sub_close a:hover {
  background: #fff;
  color: #000;
}
.g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close a, .g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a {
  padding: 2px 4px 2px 18px;
}
.g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a::before, .g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a::after, .g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before, .g_navi_in .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;
}
.g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a:hover::before, .g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a:hover::after, .g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before, .g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after {
  background: #1A73BD;
}
.g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close::after, .g_navi_in .ac_box_nav_in .ac_box_nav_sub_close a::after, .g_navi_in .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after {
  transform: rotate(45deg);
}
.g_navi_in .ac_box_nav_in .category{
  text-align: left;
  padding: 0 8px;
  margin: 0;
}
.g_navi_in .ac_box_nav_in .category a {
  color: #2B3095;
  font-size: 120%;
  padding: 10px 20px 10px 10px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  margin: 8px 0;
  border: 1px solid #1B69BF;
  transition: 0.2s;
  position: relative;
  background-color: #fff;
  min-width: 285px;
}
.g_navi_in .ac_box_nav_in .category a:hover {
  background: #C6FAFF;
}
.g_navi_in .ac_box_nav_in .category a::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border-right: 1px solid #1A73BD;
  border-bottom: 1px solid #1A73BD;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .g_navi_in li .ac_box_nav_in {
    display: none;
    background: #d3eff8;
    border: 1px solid #1B69BF;
    border-radius: 10px;
    padding: 20px 20px 70px;
    position: relative;
    width: calc(100vw - 24px);
    z-index: 1;
    top: auto;
    font-size: 100%;
    margin-top: 14px;
  }
  .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 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;
  }
  .g_navi_in li .ac_box_nav_in li {
    padding: 0px 0px;
    width: 100%;
  }
  .g_navi_in li .ac_box_nav_in li p {
    margin-top: 0;
  }
  .g_navi_in li .ac_box_nav_in li:first-child{
    margin-top: 0;
  }
  .top_g_navi_sp .ac_box_nav_in li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 4px 16px 4px 8px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #1B69BF;
    background-color: #fff;
    transition: 0.2s;
  }
  .top_g_navi_sp .ac_box_nav_in li a:hover {
    background: #C6FAFF;
  }
  .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 #1A73BD;
    border-bottom: 1px solid #1A73BD;
    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 {
    bottom: 20px;
    left: calc(50% - 34px);
  }
  .g_navi_in .ac_box_nav_in .category{
    padding: 0;
  }
  .g_navi_in .ac_box_nav_in .category a{
    display: block;
    margin: 24px 0;
  }
  .top_g_navi_sp {
    display: block;
    margin: 0;
    padding: 0;
  }
  .g_navi_in {
    flex-wrap: wrap;
    margin-top: 10px;
    margin: 18px 0 12px 0;
  }
  .g_navi_in > li {
    font-size: 90%;
    margin-top: 6px;
    border-right: 1px solid #40A3E2;
    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: #40A3E2;
  }
  .g_navi_in > li:nth-of-type(5)::before, .g_navi_in > li:nth-of-type(6)::before {
    display: none;
  }
  .g_navi_in > li:last-child {
    margin-top: 6px;
  }
  .g_navi_in > li .ac_box_nav_sub a {
    display: flex;
    text-decoration: none;
    color: #000;
    justify-content: center;
    transition: 0.2s;
    border-radius: 0;
    margin-left: 6px;
    padding: 14px 4px 14px;
    text-align: center;
    align-items: center;
    margin-bottom: 3px;
  }
  .g_navi_in > li .ac_box_nav_sub a span {
    display: block;
  }
  .g_navi_in > li .ac_box_nav_sub a:hover, .g_navi_in > li.active .ac_box_nav_sub a{
    border: none;
  }
}
/********************** フッター **********************/
.main_footer {
  background-color: #F1F8FB;
  margin-top: -24px;
}
.inbody .main_footer {
  background-color: rgba(218, 245, 252, 0.4);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(156, 225, 242) 100%);
}
/**** トップへ戻る ****/
.foot_modori {
  position: relative;
  padding-top: 6.5em;
  max-width: 1224px;
  margin: 0 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: #1A73BD;
  line-height: 1.2;
  padding: 34px 8px 16px;
  font-size: 75%;
  text-align: center;
  min-width: 80px;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  transition: 0.4s;
  border: 1px solid #1A73BD;
  top: 16px;
  right: 12px;
  z-index: 1;
  /*! text-shadow: 1px 1px 0 #1A73BD, -1px -1px 0 #1A73BD, -1px 1px 0 #1A73BD, 1px -1px 0 #1A73BD, 0px 1px 0 #1A73BD, 0-1px 0 #1A73BD, -1px 0 0 #1A73BD, 1px 0 0 #1A73BD; */
}
.foot_modori a:hover {
  /*	margin-top: -8px;*/
  background: #fff;
  color: #000;
  transform: translateY(-8px);
}
.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/820_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: #FFF;
  position: relative;
  border-radius: 0 60px 0 0;
  padding-top: 20px;
}
.foot_link {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 12px 8px 14px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.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 .thankyou {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #1A73BD;
}
.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: #1A73BD;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #1A73BD;
  transition: 0.2s;
}
.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 {}
.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;
  display: block;
}
.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: #9CE1F2;
  border: 1px solid #1A73BD;
}
.foot .access a:hover {
  background: #1A73BD;
  color: #fff;
}
.access {
  display: flex;
}
.foot .address a[href^="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
.foot .address .ad {
  display: block;
}
.foot_link_wrap {
  max-width: 1224px;
  margin: 16px auto 0;
  width: 100%;
}
.foot_link li {
  padding: 0;
  display: inline-block;
  position: relative;
  margin-right: 28px;
  padding-left: 16px;
  font-size: 90%;
  margin-top: 0px;
}
.foot_link li::after {
  content: '';
  position: absolute;
  top: 37%;
  left: 0px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.foot_link_wrap .foot_link {
  padding: 0
}
.foot_link_wrap .foot_link li::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #004EA2;
  transform: rotate(0deg);
}
.foot_link li a {
  padding: 5px 0;
}
.foot_copy {
  font-size: 75%;
  padding: 8px 12px 8px;
  text-align: center;
}
.foot_copyin {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .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: #1A73BD;
    padding: 16px;
    border-radius: 10px;
    line-height: inherit;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A73BD;
    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:"] {
    cursor: pointer;
    color: #2b3095;
    text-decoration: underline;
    padding: 5px 0;
  }
}
/********************** 領域共通のスタイル **********************/
/**** アコーディオンのスタイル ****/
.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 #1A73BD;
  color: #2b3095;
  border-radius: 10px;
  transition: 0.2s;
}
#main_outline .ac_box02_in .ac_box02 button:hover {
  color: #fff;
  background: #1A73BD;
}
.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;
  min-width: 68px;
  text-align: center;
  font-size: 85%;
  border: 1px solid #1A73BD;
  border-radius: 10px;
  color: #2b3095;
}
.ac_box02_in .close a:hover {
  color: #fff;
  background-color: #1A73BD;
}
.ac_box02_wrap.active .ac_box02 a {
  padding: 4px 4px 4px 18px;
}
.ac_box02_in .close a::before, .ac_box02_in .close a::after {
  content: '';
  background: #1A73BD;
  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: #fff;
}
.ac_display03 {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  right: 12px;
  font-size: 72%;
  background: #fff;
  border: 1px solid #1A73BD;
  z-index: 1;
  border-radius: 10px;
}
.ac_display03 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 4px 4px 4px 18px;
  border-radius: 10px;
}
.ac_display03::before, .ac_display03::after {
  content: '';
  background: #1A73BD;
  position: absolute;
  left: 4px;
  top: 11px;
  height: 2px;
  width: 10px;
  z-index: 20;
}
.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: 72px;
  }
  .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 #1A73BD;
    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;
    border-radius: 10px !important;
  }
  
  .ac_display::before, .ac_display::after, .ac_display02::before, .ac_display02::after {
    content: '';
    display: block;
    background: #1A73BD;
    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 #1A73BD;
    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: #1A73BD;
    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;
  border: 1px solid #FF8F21;
}
.rss_icon, a.rss_icon {
  font-size: 90%;
}
a.rss_icon2 {
  font-size: 68.75%;
  padding: 3px 28px 1px 6px;
  /*! width: 100px; */
  overflow: auto;
  /*! height: 4.5em; */
  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;
}