@charset "UTF-8";
/* ===========================================
リセットcss
=========================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "UD Shin Go Regular", "BIZ UDGothic", "メイリオ", sans-serif;
}

/* ===========================================
初期設定
=========================================== */
html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  /* IE11用 */
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "UD Shin Go Regular", "BIZ UDGothic", "メイリオ", sans-serif;
  color: #222222;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 500;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ===========================================
CMSスタイル
=========================================== */
/* html5用 */
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* スタイルリセット
============================== */
/* iOSでのデフォルトスタイルをリセット */
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input.fedbt,
input[type=reset],
input[type=button],
input[type=text],
input[type=submit] {
  border-radius: 0;
}

/* プレースホルダー文字色 */
:-moz-placeholder-shown {
  color: #6f6f6f;
}

:-ms-input-placeholder {
  color: #6f6f6f;
}

:placeholder-shown {
  color: #6f6f6f;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #6f6f6f;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #6f6f6f;
}

a[href],
label[for],
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-family: "UD Shin Go Regular", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: middle;
}

/* ガイダンス系
============================== */
/* noscriptメッセージ */
p.jsmessage {
  background-color: #fff;
  padding: 10px;
  margin: 0;
  color: #000;
}

/* 本文へ移動隠しジャンプ 基本的にjsではなくcssで実装*/
.blockskip {
  padding: 0;
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #ffffff;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

a.skip {
  color: #003377;
  background-color: #ffffff;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

/* スペーサー、ガイダンス、隠しジャンプ */
.blockjump {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

hr {
  display: none;
}

.guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

/* 目隠し見出し用指定 */
img[src="/images/spacer.gif"],
.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可]ページ内リンクのとび先に使用不可 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* フォントサイズ
============================== */
h1 {
  font-size: 3.4rem;
  position: relative;
  text-align: left;
}

h2 {
  font-size: 2.4rem;
  position: relative;
}

h3 {
  font-size: 2rem;
  position: relative;
}

h4 {
  font-size: 1.8rem;
  position: relative;
}

h5 {
  font-size: 1.7rem;
  position: relative;
}

h6 {
  font-size: 1.6rem;
}

p,
address,
table,
dt,
dd {
  line-height: 1.7;
  font-size: 1.6rem;
}

li {
  line-height: 1.3;
  font-size: 1.6rem;
}

/* スタイル回り込み解除 */
.t-box,
.t-box2 {
  margin-bottom: 0.85em;
}

.t-box > p,
.t-box2 > p {
  padding-left: 0;
  padding-right: 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 30px;
  padding-bottom: 0.85em;
  padding-right: 30px;
}

dl {
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

/* ハイコントラストモード時用見出し線
============================== */
.h1bg::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 98%;
  height: 0;
  border-bottom: 5px solid #c7e229;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.h2bg h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 4px solid transparent;
}

.h3bg h3::after {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  width: 100%;
  height: 22px;
  border-left: 6px solid #c7e229;
}

.h4bg h4::after {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  width: 4px;
  height: 18px;
  border-left: 4px solid #074a9b;
}

h5::after {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  width: 100%;
  height: 20px;
}

.h1bg h1::before,
.h2bg h2::before,
.h3bg h3::before,
.h4bg h4::before,
h5::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid transparent;
}

/* リンク関連
============================== */
/*  通常のリンク色  */
a:link {
  color: #222222;
}

a:visited {
  color: #800080;
}

a:focus {
  text-decoration: none;
}

a {
  text-decoration: underline;
}
@media (hover: hover) {
  a:hover {
    color: #9d0d0d;
  }
}

/* ページ内リンク下線消し */
a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}

/* ===========================================
▼コンテンツパーツ▼
=========================================== */
/* 更新日 */
.sns_btn_in {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

p.sns_btn {
  padding-bottom: 0;
}

.basic_info_wp {
  margin-top: -50px;
  padding-bottom: 0.85em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .basic_info_wp {
    margin-top: -30px;
  }
}

p.update {
  font-size: 1.6rem;
  padding: 0 0 0 20px;
}

.insatsu_btn_link {
  background-color: #eaeaea;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.update_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
.wysiwyg_wp ol,
.wysiwyg_wp ul,
.img-area-l .h3bg,
.img-area-l .h3bg,
.img-area-l .h4bg,
.img-area-l ul,
.img-area-l ol,
.img-area-r .h3bg,
.img-area-r .h3bg,
.img-area-r .h4bg,
.img-area-r ul,
.img-area-r ol {
  overflow: hidden;
  _zoom: 1;
}

.img-area-l .h2bg,
.img-area-r .h2bg {
  overflow: hidden;
  clear: none;
}

.img-area-l .h2bg div,
.img-area-r .h2bg div {
  overflow: hidden;
  clear: none;
}

.img-area-l h2,
.img-area-r h2 {
  overflow: hidden;
  clear: none;
}

.img-area-l .h3bg {
  margin-left: 0;
}

.img-area-l .h4bg {
  margin-left: 0;
}

.img-area-l p {
  background-color: #ffffff;
}

.img-area-l ol {
  padding-left: 30px;
}

.img-area-r ol {
  padding-left: 30px;
}

/* ===========================================
▼インデックスパーツ▼
=========================================== */
/* 終了アイコン */
img.eventend {
  vertical-align: middle;
  margin-left: 8px;
}

/* サイトマップ */
ul.site-map {
  padding-top: 0.85em;
  padding-left: 10px;
  padding-right: 10px;
}

ul.site-map li {
  line-height: 1.3;
  background-image: none;
}

ul.site-map li a::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #1a418c;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 12px;
  top: 0.35em;
  width: 5px;
}

/* 全新着ページ */
.allNewsList-wp {
  margin-top: 40px;
}

.allNewsList-wp .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  padding: 15px 10px;
}
.allNewsList-wp .info-list li a {
  color: #003399 !important;
}

.allNewsList-wp .info-list li img {
  margin-left: 10px;
}

.allNewsList-wp .info-list li span.date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

img.update_icon {
  padding-left: 5px;
  vertical-align: middle;
}

/* セル内表示設定 
============================== */
table#calendarlist p {
  clear: both;
  margin: 0.1em 2px 0.1em 0;
  padding: 1px 2px 3px 2px;
  background-color: transparent;
  color: #1e1f1f;
}

table#calendarlist p img {
  vertical-align: middle;
  margin: 0 10px 0 0;
  clear: both;
  float: left;
}

table#calendarlist p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

table#calendarlist p span img {
  margin-left: 8px;
}

/* 今日判定 
============================== */
table#calendar td.today {
  background-color: #ffffd9;
}

/* ==================================================
組織ページ用　soshiki_sagasu
================================================== */
/* 組織トップページ
============================== */
.org_list.m-box2 {
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  float: left;
}

.org_list.m-box2:nth-of-type(2n + 1) {
  clear: both;
}

.org_list.m-box2:nth-of-type(2n) {
  margin: 0;
  float: right;
}

/* 更新情報
============================== */
.soshiki-info-list li {
  background: none;
  padding: 0;
}

.soshiki-info-list .date {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 9.2em;
}

.soshiki-info-list .link {
  display: block;
  margin: 0 0 0 9.4em;
}

/*サイトマップ
============================== */
.soshiki-box {
  margin: 0 10px 10px 10px;
}

.soshiki-box h3 {
  font-size: 120%;
}

ul.soshiki-li li:before {
  content: none;
}

ul.soshiki-li {
  padding: 0;
  margin: 0 5px 0 0;
}

ul.soshiki-li li {
  margin: 0.3em 0 0 0.5em;
  padding: 3px 0 0 10px;
  background-image: url(/images/c_lonavi_link_icon_arrow);
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  font-size: 100%;
  _height: 1%;
}

a.soshiki-idx {
  margin: 0;
  padding: 3px 4px 3px 24px;
  background-color: transparent;
  background-image: url(/images/c_icon_idx.png);
  background-repeat: no-repeat;
  background-position: 5px 0.45em;
  _height: 1%;
}

a.soshiki-cont {
  margin: 0;
  padding: 3px 4px 3px 24px;
  background-color: transparent;
  background-image: url(/images/c_icon_cont.png);
  background-repeat: no-repeat;
  background-position: 5px 0.2em;
  display: inline-block;
  _height: 1%;
}

/*住所
============================== */
dl.soshiki-add dt {
  float: left;
  clear: left;
  margin: 0;
  font-weight: normal;
}

dl.soshiki-add dd {
  margin-left: 3em;
}

/*詳細検索
============================== */
.search-wp.shosai_search {
  overflow: hidden;
}

.search-wp.shosai_search form {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shosai_search #label_sitesearch {
  min-height: 2em;
  margin: 0 10px 0 0;
}

.shosai_search input.h0box {
  min-height: 2em;
}

.shosai_search input.h0bt02 {
  min-height: 2em;
}

img.newicon {
  vertical-align: middle;
  margin-left: 2px;
}

/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */
#kinkyu {
  width: 100%;
}

.importants {
  margin: 0 auto;
  background-color: #c62005;
}

.important_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span.title_img {
  -ms-flex-item-align: center;
      align-self: center;
}

.important_item {
  padding: 10px 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.important_item .title {
  text-align: center;
  margin: 0 auto;
  width: 220px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.important_content .h2bg {
  margin: 0 0 0.5em 0;
  border-radius: 0;
  background: none;
  border: none;
}

.important_content .h2bg div {
  background-color: #983012;
  background-image: none;
  color: #ffffff;
  border: none;
}

.important_content .h2bg h2 {
  color: #ffffff;
  background: none;
  padding: 5px 20px 3px 10px;
  border: none;
  margin: 0;
}

.important_content .h3bg {
  margin: 0 0 0.7em 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  background-color: #eeeeee;
  color: #131313;
  border-left: none;
  background-image: none;
}

.important_content .h3bg div {
  padding: 0;
  border: none;
  border-left: 5px solid #983012;
  background-image: none;
}

.important_content .h3bg h3 {
  border: none;
  padding: 4px 8px 4px 6px;
  background: none;
  margin: 0;
}

.important_content .h3bg h3::after {
  content: none;
}

.important_content .h4bg {
  border: none;
  margin: 0.7em 5px 0.56em 0;
  padding: 0;
  background: none;
}

.important_content .h4bg div {
  border-left: 5px solid #983012;
  padding: 0 5px 0 6px;
}

.important_content .h4bg h4 {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.important_content .h4bg h4::after {
  content: none;
}

.important_content h5 {
  font-weight: bold;
  background: none;
  margin-left: 0;
}

.important_content h5::after {
  content: none;
}

.important_content h6 {
  font-weight: bold;
  background: none;
  padding-left: 0.85em;
  padding-right: 0.85em;
}

/* a00_まちドアリンク */
.machidoor-link {
  margin-bottom: 20px;
}
.machidoor-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b4def2;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px 40px 10px 30px;
}
.machidoor-link a::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-white.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h1bg::after {
  content: none;
}
.h1bg h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#e8f4fe), to(#e2f8f4));
  background: linear-gradient(90deg, #e8f4fe, #e2f8f4);
  padding: 37px 20px 38px;
  line-height: 1.4444444444;
  font-size: 4.5rem;
}
@media screen and (max-width:768px) {
  .h1bg h1 {
    font-size: 2.2rem;
    padding: 16px 20px 17px;
    line-height: 1.4545454545;
  }
}

/* a01_中見出し */
.h2bg {
  padding: 0 0 15px;
}
.h2bg h2 {
  background-color: #e8f4fe;
  border-bottom: 3px solid #a2d6ef;
  padding: 7px 20px 7px;
  line-height: 1.4583333333;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .h2bg h2 {
    font-size: 2rem;
  }
}
.h2bg h2::before {
  content: none;
}
.h2bg h2::after {
  content: none;
}

/* a02_小見出し */
.h3bg {
  padding: 0 0 15px;
}
.h3bg h3 {
  background-color: #e2f8f5;
  border-bottom: 2px solid #bbebe3;
  padding: 8px 20px 7px;
  line-height: 1.45;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .h3bg h3 {
    font-size: 1.8rem;
  }
}
.h3bg h3::before {
  content: none;
}
.h3bg h3::after {
  content: none;
}

/* a19-1_細見出し */
.h4bg {
  padding: 0 0 15px;
}
.h4bg h4 {
  background-color: #f6f6f6;
  padding: 6px 20px 8px;
  line-height: 1.4444444444;
  font-size: 1.8rem;
}
.h4bg h4::before {
  content: none;
}
.h4bg h4::after {
  position: absolute;
  content: "";
  background-color: #a2d6ef;
  left: 8px;
  top: 50%;
  width: 4px;
  height: calc(100% - 14px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
  border-radius: 100px;
}
.h4bg h4 div {
  border: none;
}

/* a19-2_細々見出し */
h5 {
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 1.7rem;
  color: #0a7ba2;
}
@media screen and (max-width:768px) {
  h5 {
    padding: 0 0 15px;
  }
}
h5::before {
  content: none;
}
h5::after {
  content: none;
  border-left: inherit;
  border-left: 3px solid #a2d6ef;
}
h5 div {
  border: none;
}

/* a03_文章 */
.wysiwyg_wp {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp {
    padding: 0 0 20px;
  }
}
.wysiwyg_wp ul {
  list-style: inside;
  margin-bottom: 15px;
}
.wysiwyg_wp ul:last-child {
  margin-bottom: 0;
}
.wysiwyg_wp ul li {
  line-height: 1.7;
  padding: 8px 0 8px 8px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.wysiwyg_wp ul li::marker {
  margin-right: 0;
}
.wysiwyg_wp ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.wysiwyg_wp ol:last-child {
  margin-bottom: 0;
}
.wysiwyg_wp ol li {
  padding: 8px 0;
}
.wysiwyg_wp p {
  margin-bottom: 15px;
}
.wysiwyg_wp p:last-child {
  margin-bottom: 0;
}
.wysiwyg_wp a {
  color: #003399;
}
.wysiwyg_wp .img-left {
  display: table;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-left {
    margin: 0 auto 15px;
  }
}
.wysiwyg_wp .img-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .img-center {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
}
.wysiwyg_wp .img-center span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .img-right {
  display: table;
  margin-left: auto;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-right {
    margin: 0 auto 15px;
  }
}
.wysiwyg_wp .img-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wysiwyg_wp .youtube iframe {
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .youtube iframe {
    width: 100%;
    max-height: 300px;
  }
}

/* a04_画像 */
.img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  /* a05_画像横並び（2連）*/
  /* a32_画像横並び（4連）  */
}
@media screen and (max-width:768px) {
  .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area img {
  border: none;
  vertical-align: middle;
}
.img-area .img-left {
  display: table;
  margin-right: auto;
}
.img-area .img-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.img-area .img-center {
  display: table;
  margin: 0 auto;
}
.img-area .img-center span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.img-area .img-right {
  display: table;
  margin-left: auto;
}
.img-area .img-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.img-area .imglink-side2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side2 {
    width: 100%;
  }
}
.img-area .imglink-side2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.img-area .imglink-side3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side3 {
    width: 100%;
  }
}
.img-area .imglink-side3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}
.img-area .imglink-side4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width:768px) {
  .img-area .imglink-side4 {
    width: 100%;
  }
}
.img-area .imglink-side4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.5rem;
}

/* 画像（左）＋文章 */
.img-area-l {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .img-area-l {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.img-area-l .imglink-txt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .img-area-l .imglink-txt-left {
    float: none;
    margin-right: 0;
  }
}
.img-area-l p {
  padding: 0 20px;
  margin-bottom: 15px;
}
.img-area-l p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .img-area-l p {
    padding: 0;
  }
}
.img-area-l ul {
  list-style: inside;
  padding: 0 20px;
  margin-bottom: 15px;
}
.img-area-l ul:last-child {
  margin-bottom: 0;
}
.img-area-l ul li {
  padding: 8px 0 8px 8px;
}
.img-area-l ul li::marker {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .img-area-l ul {
    padding: 0;
  }
}
.img-area-l ol {
  padding-bottom: 0;
  margin: 0 20px 15px;
}
.img-area-l ol:last-child {
  margin-bottom: 0;
}
.img-area-l ol li {
  padding: 8px 0;
}
@media screen and (max-width:768px) {
  .img-area-l ol {
    padding: 0;
  }
}

/* a07_画像（右）＋文章 */
.img-area-r {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .img-area-r {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.img-area-r .imglink-txt-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .img-area-r .imglink-txt-right {
    float: none;
    margin-left: 0;
  }
}
.img-area-r p {
  padding: 0 20px;
  margin-bottom: 15px;
}
.img-area-r p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .img-area-r p {
    padding: 0;
  }
}
.img-area-r ul {
  list-style: inside;
  padding: 0 20px;
  margin-bottom: 15px;
}
.img-area-r ul:last-child {
  margin-bottom: 0;
}
.img-area-r ul li {
  padding: 8px 0 8px 8px;
}
.img-area-r ul li::marker {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .img-area-r ul {
    padding: 0;
  }
}
.img-area-r ol {
  padding-bottom: 0;
  margin: 0 20px 15px;
}
.img-area-r ol:last-child {
  margin-bottom: 0;
}
.img-area-r ol li {
  padding: 8px 0;
}
@media screen and (max-width:768px) {
  .img-area-r ol {
    padding: 0;
  }
}

/* a08_リンク */
/* a90_内部リンク（移行用・使用禁止） */
/* a94_外部リンク（移行用・使用禁止） */
p.innerLink,
p.pagelinkin {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  p.innerLink,
  p.pagelinkin {
    padding: 0 0 20px;
  }
}

p.pagelinkin a.innerLink,
.innerLink a.innerLink {
  position: relative;
  padding: 0 0 0 30px;
}
p.pagelinkin a.innerLink::before,
.innerLink a.innerLink::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 3px;
  left: 5px;
}

p.externalLink,
p.pagelinkout {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  p.externalLink,
  p.pagelinkout {
    padding: 0 0 20px;
  }
}

p.pagelinkout a.externalLink,
.externalLink a.externalLink {
  position: relative;
  padding: 0 0 0 30px;
}
p.pagelinkout a.externalLink::before,
.externalLink a.externalLink::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_outlink.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 10px;
  top: 3px;
  left: 5px;
}

p.externalLink + .txtCaption,
p.innerLink + .txtCaption,
p.pagelinkin + .txtCaption,
p.pagelinkout + .txtCaption {
  margin-top: -15px;
}

p.externalLink + .linktxt,
p.innerLink + .linktxt,
p.pagelinkin + .linktxt,
p.pagelinkout + .linktxt {
  margin-top: -15px;
  padding: 0 20px 20px 20px;
}

/*a14_ファイルダウンロード（その他）【広報へ要相談】*/
.filelink,
.f_dl_link {
  padding: 0 20px 20px 20px;
  /* a11_ファイルダウンロード（Word）【単独使用禁止】 */
  /* a12_ファイルダウンロード（PDF）*/
  /* a10_ファイルダウンロード（Excel）【単独使用禁止】 */
}
@media screen and (max-width:768px) {
  .filelink,
  .f_dl_link {
    padding: 0 0 20px;
  }
}
.filelink a,
.f_dl_link a {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a::before,
.f_dl_link a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_download.png);
  width: 12px;
  height: 14px;
  top: 2px;
  left: 6px;
}
.filelink a[href$=".docx"],
.filelink a[href$=".doc"],
.f_dl_link a[href$=".docx"],
.f_dl_link a[href$=".doc"] {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a[href$=".docx"]::before,
.filelink a[href$=".doc"]::before,
.f_dl_link a[href$=".docx"]::before,
.f_dl_link a[href$=".doc"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_word.png);
  width: 24px;
  height: 14px;
  top: 2px;
  left: 0;
}
.filelink a[href$=".pdf"],
.f_dl_link a[href$=".pdf"] {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a[href$=".pdf"]::before,
.f_dl_link a[href$=".pdf"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_pdf.png);
  width: 24px;
  height: 14px;
  top: 2px;
  left: 0;
}
.filelink a[href$=".xls"],
.filelink a[href$=".xlsx"],
.f_dl_link a[href$=".xls"],
.f_dl_link a[href$=".xlsx"] {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a[href$=".xls"]::before,
.filelink a[href$=".xlsx"]::before,
.f_dl_link a[href$=".xls"]::before,
.f_dl_link a[href$=".xlsx"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_excel.png);
  width: 24px;
  height: 14px;
  top: 2px;
  left: 0;
}

p.filelink + .txtCaption {
  margin-top: -15px;
}

/* a18_地図・動画（HTML取り込み中央）【使用禁止】*/
.map_town_hall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .map_town_hall .map_image {
    width: 100%;
  }
  .map_town_hall .v_youtube {
    width: 100%;
  }
}

/* a21_HTML取り込み左 */
.insertfile {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .insertfile iframe {
    width: 100%;
    max-height: 300px;
  }
}

/* a19_ページ内リンク */
.linkjump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 20px 20px 20px;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .linkjump {
    padding: 0 0 20px;
  }
}
.linkjump li a {
  position: relative;
  padding: 12px 22px 12px 33px;
  display: block;
  border: 1px solid #e5e5da;
  color: #003399;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media (hover: hover) {
  .linkjump li a:hover {
    color: #9d0d0d;
  }
}
.linkjump li a:visited {
  color: #003399;
}
.linkjump li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  background-color: #a2d6ef;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* a18_地図情報（文章あり） */
.mapimg {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width:768px) {
  .mapimg iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
  }
}

.markernav {
  overflow: hidden;
}

/* a17_ページの上部へ */
.tothispage2 {
  clear: both;
}

.totoptxt {
  padding: 0;
  clear: both;
  line-height: 1.2;
  text-align: right;
  position: relative;
  padding: 0.56em 0 0.56em 0;
  margin-left: auto;
}

.totoptxt:before {
  content: "";
  background-image: url(/images/c_icon_pagetop.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
  image-rendering: auto;
  height: 1em;
  width: 1em;
}

/* a91_一行テキスト（移行用・使用禁止）*/
/* a92_小見出しと一行テキスト（移行用・使用禁止）*/
.single-text-iko {
  padding: 0 20px 20px 20px;
}

/* amパーツ
============================== */
/* 共通 */
.open_menu {
  background-color: #f1f5f9;
}

.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .menulist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.menulist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .menulist2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .site-li {
    gap: 1px;
    padding: 0 10px 10px 10px;
  }
}
@media screen and (max-width:768px) {
  .site-li li {
    width: 100%;
  }
}
.site-li li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px 10px 10px 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003399;
}
@media (hover: hover) {
  .site-li li a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .site-li li a {
    padding: 8px 10px 8px 28px;
  }
}
.site-li li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_folder.png);
  width: 16px;
  height: 12px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li li a[href$="/index.html"]::before {
    left: 9px;
  }
}
.site-li li a:not([href$="/index.html"])::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_page.png);
  width: 12px;
  height: 16px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li li a:not([href$="/index.html"])::before {
    left: 6px;
  }
}

.m-title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f5f9;
  padding: 8px 20px 10px 52px;
  font-size: 2rem;
  font-weight: bold;
  color: #003399;
}
@media (hover: hover) {
  .m-title a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .m-title a {
    padding: 9px 60px 11px 36px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.m-title a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-blue.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 15px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .m-title a::before {
    width: 18px;
    height: 18px;
    left: 10px;
    top: 12px;
  }
}

.switch_btn {
  display: none;
}
@media screen and (max-width:768px) {
  .switch_btn {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
  }
}

/* am00_メニュー自動生成 */
.norcor {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  /* 概要文 */
}
@media screen and (max-width:768px) {
  .norcor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.norcor li {
  width: calc((100% - 20px) / 2);
  background-color: #f1f5f9;
}
@media screen and (max-width:768px) {
  .norcor li {
    width: 100%;
  }
}
.norcor li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 10px 52px;
  font-size: 2rem;
  font-weight: bold;
  color: #003399;
  line-height: 1.7;
}
@media (hover: hover) {
  .norcor li a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .norcor li a {
    padding: 9px 60px 11px 36px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.norcor li a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-blue.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 15px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .norcor li a::before {
    width: 18px;
    height: 18px;
    left: 10px;
    top: 12px;
  }
}
.norcor .menu_summary {
  display: block;
  padding: 10px 20px 20px 20px;
  font-size: 1.6rem;
}

/* am01_メニュー自動生成1列 */
.m-box1 {
  background-color: #f1f5f9;
  width: 100%;
}
@media screen and (max-width:768px) {
  .m-box1 {
    position: relative;
  }
}

.site-li-2 {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .site-li-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
    padding: 0 10px 10px 10px;
  }
}
.site-li-2 li {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .site-li-2 li {
    width: 100%;
  }
}
.site-li-2 li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003399;
}
@media (hover: hover) {
  .site-li-2 li a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .site-li-2 li a {
    padding: 8px 10px 8px 28px;
  }
}
.site-li-2 li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_folder.png);
  width: 16px;
  height: 12px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li-2 li a[href$="/index.html"]::before {
    left: 9px;
  }
}
.site-li-2 li a:not([href$="/index.html"])::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_page.png);
  width: 12px;
  height: 16px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li-2 li a:not([href$="/index.html"])::before {
    left: 6px;
  }
}

/*  am01_メニュー自動生成2列（子・孫）  */
.m-box2 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:768px) {
  .m-box2 {
    position: relative;
    width: 100%;
  }
}

/*  am01_メニュー自動生成3列（子・孫）  */
.m-box3 {
  width: calc(33.3333333333% - 14px);
}
@media screen and (max-width:768px) {
  .m-box3 {
    position: relative;
    width: 100%;
  }
}

/* am02_メニュー画像リンク2列 */
.m-box2 .img-area-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 20px 20px 20px;
  background-color: #f1f5f9;
}
@media screen and (max-width:768px) {
  .m-box2 .img-area-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 10px 10px;
  }
}

.m-box2 .img-area-l .imglink-txt-left {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  padding: 0;
}

.m-box2 .img-area-l .txt-box {
  width: 300px;
  background-color: #ffffff;
}

.m-box2 .img-area-l .txt-box p {
  padding: 10px;
  background-color: transparent;
}
@media screen and (max-width:768px) {
  .m-box2 .img-area-l .txt-box p {
    font-size: 1.4rem;
  }
}

/* am05_概要付きメニュー */
.summary_menu_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.summary_menu_box {
  height: 100%;
  background-color: #00759e;
}
@media screen and (max-width:768px) {
  .summary_menu_box {
    height: auto;
  }
}

.summary_menu_con {
  padding: 10px;
  margin: 0 20px 20px 20px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
}

.summary_menu_box .m-title a {
  color: #fff;
  font-size: 2rem;
  background-color: #00759e;
}
@media screen and (max-width:768px) {
  .summary_menu_box .m-title a {
    font-size: 1.8rem;
    padding: 16px 20px 13px 48px;
  }
}
.summary_menu_box .m-title a:before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-green.png);
  width: 22px;
  height: 22px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .summary_menu_box .m-title a:before {
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 53%;
  }
}

/* am06_メニュー自動生成孫3列 */
.site-li-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .site-li-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
    padding: 0 10px 10px 10px;
  }
}
.site-li-3 li {
  width: calc((100% - 20px) / 3);
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .site-li-3 li {
    width: 100%;
  }
}
.site-li-3 li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003399;
}
@media (hover: hover) {
  .site-li-3 li a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .site-li-3 li a {
    padding: 8px 10px 8px 28px;
  }
}
.site-li-3 li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_folder.png);
  width: 16px;
  height: 12px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li-3 li a[href$="/index.html"]::before {
    left: 9px;
  }
}
.site-li-3 li a:not([href$="/index.html"])::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_page.png);
  width: 12px;
  height: 16px;
  top: 15px;
  left: 14px;
}
@media screen and (max-width:768px) {
  .site-li-3 li a:not([href$="/index.html"])::before {
    left: 6px;
  }
}

/*  am04_新着情報  */
.newinfo-box {
  border-top: 4px solid #a2d6ef;
  margin-bottom: 40px;
  /* 新着情報0件 */
}
.newinfo-box--heading {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .newinfo-box {
    margin-bottom: 40px;
  }
}
.newinfo-box p {
  padding: 10px;
}

.newinfo_title {
  padding: 10px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .newinfo_title {
    padding: 10px 0;
  }
}

.info-list {
  margin-bottom: 10px;
}
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px;
  border-bottom: 1px dotted #dbdbdb;
}
@media screen and (max-width:768px) {
  .info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding: 10px 0 14px 0;
  }
}
.info-list li .date {
  min-width: 120px;
}
.info-list li .link {
  font-size: 1.6rem;
}
.info-list li .link a {
  color: #003399;
}
@media (hover: hover) {
  .info-list li .link a:hover {
    color: #9d0d0d;
  }
}

.ichiran-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:768px) {
  .ichiran-all {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .ichiran-all .ichiran-link {
    width: 100%;
  }
}
.ichiran-all a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 275px;
  padding: 10px 20px;
  background-color: #f1f5f9;
  border-radius: 100px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .ichiran-all a {
    width: 100%;
  }
}
.ichiran-all a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* yエリア・パーツ
============================== */
.heading {
  position: relative;
  margin-bottom: 60px;
}
.heading .pagenumber {
  position: absolute;
  top: -40px;
  right: 0;
}
@media screen and (max-width:768px) {
  .heading .pagenumber {
    top: -45px;
  }
}
.heading .pagenumber .date-title {
  padding: 5px 10px;
  background-color: #f5f5f2;
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.heading .h1bg {
  margin-bottom: 14px;
}

.heading__lead {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .heading__lead {
    margin-bottom: 43px;
  }
}

.shortcut-box {
  border-top: 4px solid #a2d6ef;
}

.shortcut_title {
  padding: 10px 10px 15px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .shortcut_title {
    padding: 10px 0 15px;
  }
}

.shortcut_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width:768px) {
  .shortcut_link {
    gap: 10px;
  }
}
.shortcut_link .externalLink::before {
  display: none;
}
.shortcut_link .innerLink::before {
  display: none;
}

.shortcut_link p {
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width:768px) {
  .shortcut_link p {
    width: auto;
  }
}

.shortcut_link a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #a2d6ef;
  padding: 10px 20px !important;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .shortcut_link a {
    font-size: 1.5rem;
  }
}

.sns_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.contact {
  padding-bottom: 20px;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f5f9;
  padding: 25px 20px;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__title {
  color: #374653;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact__title span {
  display: inline-block;
  margin-left: 7px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .contact__title span {
    margin-left: 0;
  }
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width:768px) {
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.contact__mail a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
  background-color: #ffffff;
  font-size: 1.6rem;
  border-radius: 100px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .contact__mail a {
    width: 315px;
  }
}
.contact__mail a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_mail.png);
  width: 31px;
  height: 22px;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .contact__mail a::before {
    left: 60px;
  }
}

/* zエリア・パーツ
============================== */
.cont-heading {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .cont-heading {
    margin-bottom: 40px;
  }
}
.cont-heading .pagenumber {
  position: absolute;
  top: -40px;
  right: 0;
}
@media screen and (max-width:768px) {
  .cont-heading .pagenumber {
    top: -45px;
  }
}
.cont-heading .pagenumber .date-title {
  padding: 5px 10px;
  background-color: #f5f5f2;
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.cont-heading .h1bg {
  margin-bottom: 14px;
}

.page-bottom {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .page-bottom {
    padding-top: 40px;
  }
}

.page-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-bottom__item {
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .page-bottom__item {
    border-radius: 14px;
  }
}
.page-bottom__item--localnavi {
  background-color: #a2d6ef;
}
.page-bottom__item--localnavi .page-bottom__title {
  position: relative;
  background-image: url(/images/2024_icon_circle.png);
  background-repeat: no-repeat;
  background-position: top 16px right 20px;
  background-size: 32px 32px;
  text-decoration: none;
}
@media (hover: hover) {
  .page-bottom__item--localnavi .page-bottom__title:hover {
    color: #222222;
  }
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title {
    background-position: top 50% right 10px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::before {
  position: absolute;
  content: "";
  background-color: #a2d6ef;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title::before {
    right: 20px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::after {
  position: absolute;
  content: "";
  background-color: #a2d6ef;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title::after {
    right: 20px;
  }
}
.page-bottom__item--localnavi .page-bottom__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bottom__item--attention {
  background-color: #c9e9e4;
}
.page-bottom__item--attention .page-bottom__title {
  position: relative;
  background-image: url(/images/2024_icon_circle.png);
  background-repeat: no-repeat;
  background-position: top 16px right 20px;
  background-size: 32px 32px;
  text-decoration: none;
}
@media (hover: hover) {
  .page-bottom__item--attention .page-bottom__title:hover {
    color: #222222;
  }
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title {
    background-position: top 8px right 10px;
  }
}
.page-bottom__item--attention .page-bottom__title::before {
  position: absolute;
  content: "";
  background-color: #b3e0d9;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title::before {
    right: 20px;
  }
}
.page-bottom__item--attention .page-bottom__title::after {
  position: absolute;
  content: "";
  background-color: #b3e0d9;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title::after {
    right: 20px;
  }
}
.page-bottom__item--attention .page-bottom__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bottom__item--notfound {
  background-color: #f5f5f2;
}
.page-bottom__item--notfound .page-bottom__title {
  position: relative;
  text-decoration: none;
}
.page-bottom__item--notfound .page-bottom__title::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  width: 11px;
  height: 13px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .page-bottom__item--notfound .page-bottom__title::after {
    right: 20px;
  }
}

.page-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 25px;
}
@media screen and (max-width:768px) {
  .page-bottom__title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    padding: 13px 50px 12px 25px;
  }
}
.page-bottom__title.js-active {
  border-radius: 20px 20px 0 0;
}

.page-bottom__content {
  padding: 15px 25px 15px;
}
@media screen and (max-width:768px) {
  .page-bottom__content {
    padding: 5px 10px 20px;
  }
}

.page-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-bottom__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 22px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .page-bottom__list li a {
    font-size: 1.4rem;
    padding: 9px 12px;
  }
}
.page-bottom__list .now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 22px;
  background-color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .page-bottom__list .now {
    font-size: 1.4rem;
  }
}

.adobereader {
  padding-bottom: 20px;
}

p.dladobereader {
  clear: both;
  padding-bottom: 15px;
  padding: 6px 8px 8px 8px;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin-bottom: 0.85em;
}

p.dladobereader img {
  padding-right: 5px;
  vertical-align: middle;
}

.dl_software {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #cccccc;
  padding: 18px 15px 21px;
  font-size: 1.6rem;
  gap: 10px;
}
.dl_software .pagelinkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .dl_software .pagelinkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dl_software .externalLink::before {
  top: 8px !important;
}
.dl_software img {
  margin-left: 15px;
}
@media screen and (max-width:768px) {
  .dl_software img {
    margin-left: auto;
  }
}

.feedback {
  background-color: #f6f6f6;
}
@media screen and (max-width:768px) {
  .feedback {
    border-radius: 14px;
  }
}
.feedback .form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 25px;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .feedback .form_title {
    position: relative;
    width: 100%;
    background-image: url(/images/2024_icon_circle.png);
    background-repeat: no-repeat;
    background-position: top 8px right 10px;
    background-size: 32px 32px;
    padding: 13px 25px 12px;
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .feedback .form_title::before {
    position: absolute;
    content: "";
    background-color: #a2d6ef;
    width: 12px;
    height: 2px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .feedback .form_title::after {
    position: absolute;
    content: "";
    background-color: #a2d6ef;
    width: 12px;
    height: 2px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
  }
  .feedback .form_title.js-active::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .feedback .form_title:hover {
    color: #222222;
  }
}
.feedback .open_menu_wp {
  padding: 0 20px 20px;
}
@media screen and (max-width:768px) {
  .feedback .open_menu_wp {
    padding: 5px 10px 20px;
  }
}
.feedback fieldset {
  border: none;
  margin-bottom: 12px;
}
.feedback .radio_btn_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 56px;
  font-size: 1.5rem;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .feedback .radio_btn_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
    margin-left: 38px;
    gap: 13px;
  }
}
.feedback .que_select label {
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .feedback .que_select label {
    margin-right: auto;
  }
}

input[type=radio] {
  margin: 0 3px 0px 5px;
  vertical-align: baseline;
}

.submitbox .fedbt {
  margin: 0;
  padding: 0;
  min-width: 270px;
  min-height: 52px;
  font-weight: normal;
  color: #fff;
  background-color: #074a9b;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
}

textarea#que_textarea {
  width: 100%;
  height: 80px;
  resize: vertical;
  border: 1px solid #d6d6d6;
  font-size: 1.6rem;
  padding: 14px;
}

.que_opinion p {
  padding: 0;
  font-size: 1.4rem;
}

span.form_legend {
  color: #074a9b;
  font-weight: bold;
  font-size: 1.6rem;
}

p.form_txt {
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
}

.submitbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
}
.submitbox .fedbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 60px !important;
  padding: 12px 20px;
  line-height: 1.25;
  background-color: #b4def2;
  color: #222222;
}
@media (hover: hover) {
  .submitbox .fedbt:hover {
    color: #9d0d0d;
  }
}

/* ==================================================
大規模災害テンプレート
================================================== */
.saigai_introduction_text {
  background-color: #ffe6e6;
  margin-top: 10px;
  padding: 10px;
}

.saigai_introduction_text p {
  padding: 0;
  font-weight: bold;
}

.baseall-s .search-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 重要なお知らせ機能 */
.baseall-s .important_item {
  display: block;
  padding: 3px;
}

.baseall-s .important_item .title {
  text-align: left;
  width: 100%;
}

/* 大規模災害用　大枠 */
.baseall-s .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: auto;
  margin: 10px auto;
}
@media screen and (max-width:768px) {
  .baseall-s .wrap {
    display: block;
    padding: 10px 10px;
  }
}

.baseall-s {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .baseall-s {
    width: auto;
  }
}

.baseall-s .main-l {
  width: calc(100% - 240px);
}
@media screen and (max-width:768px) {
  .baseall-s .main-l {
    width: 100%;
  }
}

.baseall-s .main-r {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .baseall-s .main-r {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
  }
}

/* 大規模災害用　ヘッダ */
.baseall-s .search-box {
  width: 100%;
}

.baseall-s .head_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.baseall-s #head1bg {
  background-color: #333333;
}

.baseall-s h1#h0left {
  margin: 0;
  padding: 15px 10px;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 4.4rem;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
}

.baseall-s .head2list li {
  margin: 0;
  padding: 0 12px 0 12px;
  border-right: 1px solid #666666;
  color: #131313;
  background-color: transparent;
  background-image: none;
}
@media screen and (max-width:768px) {
  .baseall-s .head2list li {
    font-size: 1.4rem;
  }
}

.baseall-s .head2list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 5px 10px;
}
@media screen and (max-width:768px) {
  .baseall-s .head2list {
    font-size: 1.4rem;
    padding: 5px 10px 15px;
  }
}

.baseall-s .head2bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  padding: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .baseall-s .head2bg {
    display: block;
    padding: 10px;
  }
}

/* 大規模災害用　検索 */
.baseall-s .h0search {
  background-color: #ffffff;
}
.baseall-s .gsc-input {
  border: none;
  width: 170px;
}
.baseall-s #gsc-iw-id1 {
  width: 100%;
  border: none;
  background-color: transparent;
}
.baseall-s .gsc-input {
  background-color: transparent;
  padding: 0 !important;
}
.baseall-s .gsib_a {
  border: none;
  background-color: transparent;
  height: 32px;
  padding: 4px 0px 4px 10px;
}
.baseall-s .gsib_a input {
  background-color: transparent !important;
}
.baseall-s .gsib_b {
  display: none;
}
.baseall-s .gsc-search-box {
  margin: 0;
}
.baseall-s .gsc-search-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.baseall-s .gsc-search-button-v2 {
  position: relative;
  width: 30px;
  height: 36px;
  padding: 0;
  margin: 0;
}
.baseall-s .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_search_icon01.png);
  width: 19px;
  height: 19px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .baseall-s .gsc-search-button-v2 {
    width: 50px;
  }
}
@media (hover: hover) {
  .baseall-s .gsc-search-button-v2:hover {
    background-color: transparent;
  }
}
.baseall-s .gsc-search-button-v2 svg {
  display: none;
}

/* 大規模災害用　緊急情報パーツ */
.baseall-s .s-kinkyu-box {
  padding: 0;
  border: 3px solid #983012;
  background-image: none;
  margin-bottom: 10px;
}

.baseall-s .saigai-list {
  list-style: inside;
  padding: 0 20px 20px;
}

/* 大規模災害用　右エリア */
.baseall-s .bgbox {
  clear: both;
  border: 3px solid #e6e6e6;
  background-color: #ffffff;
  color: #333;
  margin-bottom: 20px;
}

.baseall-s .bgbox h2 {
  margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  color: #333;
}

.baseall-s .bgbox ul {
  margin: 0;
  padding: 0;
}

/* 大規模災害用　このページの上へ戻る */
.baseall-s .tothispage div {
  float: right;
  margin: 0;
  padding: 0;
  border-bottom: none;
  background-color: #e6e6e6;
  background-image: none;
  background-repeat: no-repeat;
  color: #333;
}

.baseall-s .tothispage div a {
  margin: 0;
  padding: 7px 10px 7px 10px;
  display: block;
}

/* 大規模災害用　フッタリンク */
.baseall-s .footlist {
  clear: both;
  padding: 15px 0 15px 4px;
  border: none;
  background-color: #e6e6e6;
  margin: 0;
  width: auto;
}
@media screen and (max-width:768px) {
  .baseall-s .footlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.baseall-s .footlist li {
  float: left;
  margin: 0;
  padding: 0 10px;
  color: #333;
  border-right: 1px solid #7d6767;
  background-image: none;
}
@media screen and (max-width:768px) {
  .baseall-s .footlist li {
    margin-bottom: 20px;
  }
}

/* 大規模災害用　フッタ */
.baseall-s .foot3bg {
  background-color: #333333;
  color: #fff;
  padding: 10px;
}

.saigai_normal_link a {
  display: block;
  background-color: #003399;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .baseall-s .f0add {
    display: block;
  }
}

.baseall-s .f0add h2 {
  font-size: 1.6rem;
}

.baseall-s .f0add address {
  font-size: 1.6rem;
}

.baseall-s .bgbox ul li > a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.baseall-s .bgbox ul li {
  background-image: none;
  padding: 0;
}

.baseall-s .newinfo-box {
  border-top: none;
}

.baseall-s .newinfo_title {
  padding: 7px 20px 7px;
  margin-bottom: 15px;
  background-color: #a30000;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width:768px) {
  .baseall-s .newinfo_title {
    font-size: 2rem;
  }
}

.baseall-s ul.footlist li a {
  color: #000;
}

#KinkyuSaigai p {
  padding: 0 20px 15px;
}
#KinkyuSaigai ul {
  list-style: inside;
  padding: 0 20px 15px;
}
#KinkyuSaigai ul li {
  padding: 8px 0 8px 8px;
}
#KinkyuSaigai ol {
  padding: 0 20px 20px 50px;
}
#KinkyuSaigai ol li {
  padding: 8px 0;
}
#KinkyuSaigai .h2bg {
  padding: 0 0 15px;
}
#KinkyuSaigai .h2bg div {
  background-image: none;
  color: #ffffff;
  border: none;
}
#KinkyuSaigai .h2bg h2 {
  background-color: #a30000;
  padding: 7px 20px 7px;
  line-height: 1.4583333333;
  font-size: 2.4rem;
  border-bottom: none;
}
#KinkyuSaigai .h3bg {
  padding: 0 0 15px;
}
#KinkyuSaigai .h3bg h3 {
  background-color: #eeeeee;
  border-bottom: 2px solid #a30000;
  padding: 8px 20px 7px;
  line-height: 1.45;
  font-size: 2rem;
}
#KinkyuSaigai .h4bg {
  padding: 0 0 15px;
}
#KinkyuSaigai .h4bg h4 {
  background-color: #f6f6f6;
  padding: 6px 20px 8px;
  line-height: 1.4444444444;
  font-size: 1.8rem;
}
#KinkyuSaigai .h4bg h4::after {
  position: absolute;
  content: "";
  background-color: #a30000;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
}
#KinkyuSaigai .h5bg h5 {
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 1.7rem;
  color: #a30000;
}
#KinkyuSaigai h6 {
  font-weight: bold;
  background: none;
  padding-left: 0.85em;
  padding-right: 0.85em;
}

/* ==================================================
イベントカレンダー
================================================== */
.event__title {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .event__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

/* イベント概要 */
.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.summary__left {
  width: 50%;
  padding: 5px 40px 0 20px;
}
@media screen and (max-width:768px) {
  .summary__left {
    width: 100%;
    padding: 0 10px 25px;
  }
}

.summary__right {
  width: 50%;
  background-color: #f6f6f6;
  padding: 12px 20px 20px;
}
@media screen and (max-width:768px) {
  .summary__right {
    width: 100%;
    padding: 20px 10px;
  }
}

.summary__text {
  margin-bottom: 5px;
}
.summary__text--bold {
  margin-bottom: 12px;
  font-weight: bold;
}

.summary__btn {
  margin-bottom: 15px;
}
.summary__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003399;
  padding: 15px 17px 16px 34px;
  border: 2px solid #a2d6ef;
  text-decoration: none;
}
@media (hover: hover) {
  .summary__btn a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .summary__btn a {
    padding: 11px 17px 12px 34px;
  }
}
.summary__btn a span {
  position: relative;
}
.summary__btn a span::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_outlink.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 本日のイベント */
.todayevent__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 40px;
  padding-bottom: 18px;
  vertical-align: middle;
}
.todayevent__title span {
  position: relative;
}
.todayevent__title span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(/images/2020_today_event_icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 28px;
  top: 60%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.todayevent__cont li {
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
}
@media screen and (max-width:768px) {
  .todayevent__cont li {
    margin-bottom: 10px;
  }
}
.todayevent__cont img {
  display: none;
}
.todayevent__cont span {
  display: none;
}
.todayevent__cont a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 28px;
  color: #003399;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .todayevent__cont a:hover {
    color: #9d0d0d;
  }
}
.todayevent__cont a::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 16px;
  left: 7px;
}

/* 募集締め切り */
.deadline {
  padding: 20px;
  border-top: 4px solid #a2d6ef;
}
@media screen and (max-width:768px) {
  .deadline {
    padding: 20px 10px;
  }
}

.deadline__list ul {
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .deadline__list ul {
    margin-bottom: 20px;
  }
}
.deadline__list ul li {
  margin-bottom: 30px;
}
.deadline__list ul li p {
  margin-bottom: 10px;
}
.deadline__list ul li p a {
  color: #003399;
}
.deadline__list ul li p img {
  display: inline-block;
  margin-right: 10px;
}
.deadline__list .ecate1 {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px 4px;
  font-size: 12px;
  background-color: #f0f0f0;
}

/* イベントカテゴリ */
.category {
  padding: 10px;
  border-top: 4px solid #a2d6ef;
}
.category .event__title {
  margin-bottom: 0;
}
.category .calicon-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.category .calicon-li li {
  position: relative;
  width: calc((100% - 30px) / 4);
  border-radius: 30px;
  padding: 12px 20px 12px 93px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .category .calicon-li li {
    width: calc((100% - 10px) / 2);
    padding: 12px 5px 12px 54px;
    font-size: 1.4rem;
  }
}
.category .calicon-li li::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .category .calicon-li li::after {
    left: 14px;
  }
}
.category .calicon-li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #074a9b;
}
@media (hover: hover) {
  .category .calicon-li li a:hover {
    color: #9d0d0d;
  }
}
.category .calicon-li li:nth-of-type(1) {
  background-color: #e6e6fd;
}
.category .calicon-li li:nth-of-type(1)::after {
  background-image: url(/images/2020_event_icon02.png);
  width: 26px;
  height: 27px;
}
.category .calicon-li li:nth-of-type(2) {
  background-color: #fde2ef;
}
.category .calicon-li li:nth-of-type(2)::after {
  background-image: url(/images/2020_event_icon03.png);
  width: 18px;
  height: 30px;
}
.category .calicon-li li:nth-of-type(3) {
  background-color: #e5fbf0;
}
.category .calicon-li li:nth-of-type(3)::after {
  background-image: url(/images/2020_event_icon04.png);
  width: 31px;
  height: 30px;
}
.category .calicon-li li:nth-of-type(4) {
  background-color: #f0dadf;
}
.category .calicon-li li:nth-of-type(4)::after {
  background-image: url(/images/2020_event_icon05.png);
  width: 26px;
  height: 25px;
}
.category .calicon-li li:nth-of-type(5) {
  background-color: #fbf8e5;
}
.category .calicon-li li:nth-of-type(5)::after {
  background-image: url(/images/2020_event_icon06.png);
  width: 32px;
  height: 25px;
}
.category .calicon-li li:nth-of-type(6) {
  background-color: #fbebe4;
}
.category .calicon-li li:nth-of-type(6)::after {
  background-image: url(/images/2020_event_icon07.png);
  width: 34px;
  height: 34px;
}
.category .calicon-li li:nth-of-type(7) {
  background-color: #e1f4fa;
}
.category .calicon-li li:nth-of-type(7)::after {
  background-image: url(/images/2020_event_icon08.png);
  width: 26px;
  height: 25px;
}
.category .calicon-li li:nth-of-type(8) {
  background-color: #f7fbdf;
}
.category .calicon-li li:nth-of-type(8)::after {
  background-image: url(/images/2020_event_icon09.png);
  width: 26px;
  height: 25px;
}
.category .calicon-li li:nth-of-type(9) {
  position: relative;
  padding: 10px 10px 10px 30px;
  color: #222222;
}
.category .calicon-li li:nth-of-type(9)::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-blue.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category .calicon-li li:nth-of-type(9) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.category__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.category__all {
  font-weight: bold;
}

.category__all a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #074a9b;
}
@media (hover: hover) {
  .category__all a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .category__all a {
    font-size: 1.4rem;
  }
}

.category__all a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_icon_arrow-blue.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .category__all a::before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 前の月・次の月  */
.month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid #a2d6ef;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  .month {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 0;
  }
}
.month .thismonth {
  position: relative;
  font-weight: bold;
  font-size: 3.8rem;
  padding-left: 70px;
}
@media screen and (max-width:768px) {
  .month .thismonth {
    width: 100%;
    text-align: left;
  }
}
.month .thismonth::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/images/2020_calendar_title_icon.png);
  background-repeat: no-repeat;
  width: 51px;
  height: 51px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.month .month__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .month .month__button {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.month .nextmonth {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 44px;
  font-size: 2rem;
  background-color: #b4def2;
  border-radius: 6px;
  color: #222222;
  font-weight: bold;
}
.month .nextmonth::before {
  position: absolute;
  display: block;
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.month .nextmonth a {
  text-decoration: none;
}
.month .lastmonth {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 44px;
  font-size: 2rem;
  background-color: #b4def2;
  border-radius: 6px;
  color: #222222;
  font-weight: bold;
}
.month .lastmonth::after {
  position: absolute;
  display: block;
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.month .lastmonth a {
  text-decoration: none;
}

/* カレンダーリスト  */
.calenderlist .scroll_table {
  overflow-x: hidden;
  width: 100%;
  white-space: wrap;
}
.calenderlist .calenderlist__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none;
}
.calenderlist th {
  margin: 0;
  padding: 15px 5px 16px 5px;
  background-color: #b4def2;
  text-align: center;
  font-size: 2rem;
  color: #222222;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .calenderlist th {
    font-size: 1.6rem;
  }
}
.calenderlist th.day {
  width: 280px;
}
@media screen and (max-width:768px) {
  .calenderlist th.day {
    width: 100px;
  }
}
.calenderlist tr.today td {
  border: 3px solid #b2ea59;
  border-right: 1px solid #cccccc;
}
.calenderlist tr.today .einfo {
  border: 3px solid #b2ea59;
  border-left: none;
}
.calenderlist tr td {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-right: none;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.calenderlist tr td a {
  font-weight: normal;
  color: #003399;
}
@media (hover: hover) {
  .calenderlist tr td a:hover {
    color: #9d0d0d;
  }
}
.calenderlist tr td.einfo {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: left;
}
.calenderlist tr td.einfo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-weight: normal;
  gap: 20px;
  margin-bottom: 5px;
}
.calenderlist tr td.einfo p img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width:768px) {
  .calenderlist tr td.einfo p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.calenderlist .sat .sat {
  color: #074a9b;
}
.calenderlist .sat .einfo a {
  color: #003399;
}
@media (hover: hover) {
  .calenderlist .sat .einfo a:hover {
    color: #9d0d0d;
  }
}
.calenderlist .sun .sun {
  color: #9e1c02;
}
.calenderlist .sun .einfo a {
  color: #003399;
}
@media (hover: hover) {
  .calenderlist .sun .einfo a:hover {
    color: #9d0d0d;
  }
}
.calenderlist .holi .holi {
  color: #9e1c02;
}
.calenderlist .holi .einfo a {
  color: #003399;
}
@media (hover: hover) {
  .calenderlist .holi .einfo a:hover {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .calenderlist .calendar_day {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .calenderlist .calendar_week {
    padding: 0;
  }
}

/* カレンダーボタンリスト
============================== */
#eventall a:link,
#eventall a:visited,
#eventall a:focus,
#eventall a:hover,
#eventall a:active {
  color: #212121;
}

.cal_bt_calendar a {
  padding: 15px 50px 15px 50px;
  background-color: #e0f0ff;
  background-image: url(/images/cal_bt_calendar.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
}

.cal_bt_itiran a {
  padding: 15px 50px 15px 50px;
  background-color: #e0f0ff;
  background-image: url(/images/cal_bt_itiran.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
}

.cal_bt_eventindex {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.cal_bt_itiran {
  display: inline-block;
}

.cal_bt_calendar {
  display: inline-block;
  margin: 0 0 10px 0;
}

.cal_bt_eventindex a {
  background-color: #e0f0ff;
  padding: 15px 50px 15px 50px;
  background-image: url(/images/cal_bt_eventindex.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
}

#eventall {
  margin: 0 0 30px 0;
}

/* テーブル（カレンダー） 
============================== */
#calendar {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #808080;
  width: 100%;
}

#calendar th {
  margin: 0;
  padding: 5px 4px 4px 4px;
  color: #fff;
  text-align: center;
  border: 1px solid #dddddd;
  background-color: #0059b2;
}

#calendar td {
  margin: 0;
  padding: 3px 3px 3px 3px;
  color: #000;
  vertical-align: top;
  width: 14.28%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  height: 100px;
}

#calendar td.sunday {
  background-color: #fdf4f2;
  color: #1e1f1f;
}

#calendar td.holiday {
  background-color: #fdf4f2;
  color: #1e1f1f;
}

#calendar td.saturday {
  background-color: #f2f6fd;
  color: #1e1f1f;
}

#calendar td.holiday {
  background-color: #fdf4f2;
  color: #1e1f1f;
}

#calendar td.dirEventHoli {
  background-color: #fdf4f2;
  color: #1e1f1f;
}

/* セル内表示設定 
============================== */
#calendar p {
  clear: both;
  margin: 0.2em 0 16px 0;
  padding: 0 2px 3px 4px;
  line-height: 1.3;
}

#calendar p img {
  float: none;
  margin: 0;
}

#calendar p span {
  display: block;
  margin: 0;
}

span.calendar_day {
  font-size: 2.5rem;
  min-width: 2em;
  display: inline-block;
  text-align: right;
}

tr.sat .date {
  color: #074a9b;
}

tr.holi .date {
  color: #9e1c02;
}

tr.sun .date {
  color: #9e1c02;
}

p.public_holiday {
  color: #9e1c02 !important;
  font-weight: bold;
}

p.today_event_none {
  background-color: #fff;
  padding: 8px 28px;
}

.all_event_icon img {
  vertical-align: middle;
}

h2.event_category_h2 {
  margin-right: 30px;
}

.all_event_icon {
  vertical-align: middle;
}

/* 多数のイベントページ 
============================== */
ul.eventall-li li {
  background-image: none;
  margin: 0 0 0.58em 0;
}

.evecollabo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .evecollabo__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .content {
    margin-bottom: 0;
  }
}

.content_heading {
  margin-bottom: 20px;
}

.keyword {
  padding: 14px 20px 25px;
  margin-bottom: 60px;
  background-color: #f5f5f2;
}
@media screen and (max-width:768px) {
  .keyword {
    margin-bottom: 40px;
  }
}

.keyword__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .keyword__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
}

.keyword__title {
  position: relative;
  font-size: 2rem;
  padding-left: 14px;
  font-weight: bold;
}
.keyword__title::before {
  position: absolute;
  content: "";
  background-color: #bbebe3;
  width: 4px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.keyword__ex {
  font-size: 1.4rem;
}

.keyword_search {
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #ffffff;
}
.keyword_search .gsc-input {
  border: none;
  width: 340px;
}
.keyword_search #gsc-iw-id1 {
  width: 100%;
  border: none;
  background-color: transparent;
}
.keyword_search .gsc-input {
  background-color: transparent;
  padding: 0 !important;
}
.keyword_search .gsc-input-box {
  background-color: transparent;
  border: none;
  padding: 0;
}
.keyword_search .gsib_a {
  border: none;
  background-color: transparent;
  height: 60px;
  padding-left: 30px;
}
@media screen and (max-width:768px) {
  .keyword_search .gsib_a {
    height: 50px;
    padding: 6px 0px 6px 10px;
  }
}
.keyword_search .gsib_b {
  display: none;
}
.keyword_search .gsc-search-box {
  margin: 0;
}
.keyword_search .gsc-search-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.keyword_search .gsc-search-button-v2 {
  position: relative;
  background-color: #222222;
  width: 100px;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width:768px) {
  .keyword_search .gsc-search-button-v2 {
    width: 60px;
    height: 50px;
  }
}
.keyword_search .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_search_icon03.png);
  background-size: cover;
  width: 32px;
  height: 31px;
  top: 14px;
  left: 30px;
}
@media screen and (max-width:768px) {
  .keyword_search .gsc-search-button-v2::before {
    width: 27px;
    height: 27px;
    background-size: cover;
    top: 12px;
    left: 15px;
  }
}
@media (hover: hover) {
  .keyword_search .gsc-search-button-v2:hover {
    background-color: #222222;
  }
}
.keyword_search .gsc-search-button-v2 svg {
  display: none;
}

.content__body {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .content__body {
    margin-bottom: 20px;
  }
}

.content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.evecollabo__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background-color: #b4def2;
  min-width: 340px;
  padding: 13px;
  font-weight: bold;
  text-decoration: none;
}

.evecollabo__button::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow_white.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.evecollabo__pagination #pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.evecollabo__pagination button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .evecollabo__pagination button {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .evecollabo__pagination button:not(.dot):hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}
.evecollabo__pagination button.active {
  background-color: #b4def2;
}
.evecollabo__pagination #paginateButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .evecollabo__pagination #paginateButton {
    gap: 5px;
  }
}

.filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .filter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.filter-content input {
  width: 100%;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.filter-content select {
  width: 100%;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.filter-content__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width:768px) {
  .filter-content__item {
    width: 100%;
  }
}

.category-wrap {
  position: relative;
}
.category-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.filter-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.filter-button {
  font-family: "UD Shin Go Regular", "BIZ UDGothic", "メイリオ", sans-serif;
  background-color: #b4def2;
  font-size: 1.6rem;
  border-radius: 100px;
  font-weight: bold;
  min-width: 200px;
  padding: 12px 20px;
}
.filter-button:hover {
  color: #9d0d0d;
}

.tab-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.tab-switch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.tab-radio {
  display: none;
}

.tab-menu {
  text-align: center;
  padding: 7px;
  font-size: 1.3rem;
}

.tab-menu:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02 {
  background-color: #b4def2;
}

.event-text {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: normal;
}

.hidden-element {
  display: none;
}

.sidebar {
  width: 260px;
}
@media screen and (max-width:768px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background-color: #f1f5f9;
  gap: 20px;
}

.sidebar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  background-color: #a7d5ed;
  padding: 15px 12px;
}

.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.sidebar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 12px;
  background-color: #ffffff;
  color: #003399;
}
@media (hover: hover) {
  .sidebar__item a:hover {
    color: #9d0d0d;
  }
}

.sidebar__item a:visited {
  color: #800080;
}

.sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.sidebar__link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 13px 12px;
  font-weight: bold;
  text-decoration: none;
}

.sidebar__link-item::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.posts-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .posts-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }
}

.posts-event__item {
  width: calc((100% - 20px) / 3);
  border: 1px solid #f0f0f0;
}
@media screen and (max-width:768px) {
  .posts-event__item {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

@media screen and (max-width:768px) {
  .posts-event__item:last-child {
    border-bottom: 1px solid #f0f0f0;
  }
}

.posts-event__link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .posts-event__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 15px 0;
  }
}
@media (hover: hover) {
  .posts-event__link:hover .posts-event__title {
    color: #9d0d0d;
  }
}

.posts-event__img img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  .posts-event__img img {
    width: 140px;
    height: 90px;
  }
}

.posts-event__text {
  min-height: 120px;
  padding: 14px 12px;
}
@media screen and (max-width:768px) {
  .posts-event__text {
    min-height: auto;
    padding: 0;
  }
}

.posts-event__title {
  font-weight: bold;
  color: #003399;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .posts-event__date {
    font-size: 1.4rem;
  }
}

.event-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.event-section {
  padding-bottom: 40px;
}
@media screen and (max-width:768px) {
  .event-section {
    padding-bottom: 50px;
  }
}

.event-info {
  padding: 5px 20px 10px;
}
@media screen and (max-width:768px) {
  .event-info {
    padding: 0;
  }
}

.event-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 18px 10px;
  border-bottom: 1px solid #cccccc;
}
.event-info__list:first-child {
  border-top: 1px solid #cccccc;
}
.event-info__title {
  width: 320px;
}
@media screen and (max-width:768px) {
  .event-info__title {
    width: 140px;
  }
}

.event-info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.event-info__text a {
  color: #003399;
}
@media screen and (max-width:768px) {
  .event-info__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.evnet-map {
  width: 600px;
  height: 500px;
  margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
  .evnet-map {
    width: 100%;
  }
}

.event__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .event__button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

/* ==================================================
お問い合わせ
================================================== */
.contact-table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-table {
    width: 95%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px) {
  .contact-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-table tr th {
  width: 300px;
  text-align: left;
  vertical-align: top;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width:768px) {
  .contact-table tr th {
    width: 100%;
    border-bottom: none;
  }
}
.contact-table tr td {
  padding: 10px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}
.contact-table input[type=text] {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
}
.contact-table select {
  width: 100%;
  padding: 12px 11px;
  font-size: 1.4rem;
  background-color: #dbdbdb;
  border-radius: 6px;
}
@media screen and (max-width:768px) {
  .contact-table select {
    white-space: break-spaces;
  }
}
.contact-table select option {
  background-color: #ffffff;
}
.contact-table textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
  resize: vertical;
}

.contact-table__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .contact-table__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

.contact-table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  font-size: 1.6rem;
  border-radius: 60px !important;
  padding: 14px 20px;
  line-height: 1.25;
}
@media screen and (max-width:768px) {
  .contact-table__button {
    width: 260px;
  }
}
.contact-table__button--confirm {
  background-color: #b4def2;
}
@media (hover: hover) {
  .contact-table__button--confirm:hover {
    text-decoration: underline;
  }
}
.contact-table__button--cancel {
  background-color: #d7dbdb;
}
@media (hover: hover) {
  .contact-table__button--cancel:hover {
    text-decoration: underline;
  }
}

.form-table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .form-table {
    width: 95%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px) {
  .form-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-table tr th {
  width: 300px;
  text-align: left;
  vertical-align: top;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width:768px) {
  .form-table tr th {
    width: 100%;
    border-bottom: none;
  }
}
.form-table tr td {
  padding: 10px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}
.form-table input[type=text] {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
}
.form-table select {
  padding: 12px 11px;
  font-size: 1.4rem;
  background-color: #dbdbdb;
  border-radius: 6px;
}
.form-table select option {
  background-color: #ffffff;
}
.form-table textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
  resize: vertical;
}

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.form-footer input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  font-size: 1.6rem;
  border-radius: 60px !important;
  padding: 14px 20px;
  line-height: 1.25;
}
@media screen and (max-width:768px) {
  .form-footer input {
    width: 260px;
  }
}
.form-footer input[type=submit] {
  background-color: #b4def2;
}
@media (hover: hover) {
  .form-footer input[type=submit]:hover {
    text-decoration: underline;
  }
}
.form-footer input[type=reset] {
  background-color: #d7dbdb;
}
@media (hover: hover) {
  .form-footer input[type=reset]:hover {
    text-decoration: underline;
  }
}

#enqbt input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  font-size: 1.6rem;
  border-radius: 60px !important;
  padding: 14px 20px !important;
  line-height: 1.25;
  border: none !important;
}
@media screen and (max-width:768px) {
  #enqbt input {
    width: 260px;
  }
}
#enqbt input[type=submit] {
  background-color: #b4def2;
  color: #222222;
}
@media (hover: hover) {
  #enqbt input[type=submit]:hover {
    text-decoration: underline;
  }
}
#enqbt input[value=入力画面に戻る] {
  background-color: #d7dbdb;
}
@media (hover: hover) {
  #enqbt input[value=入力画面に戻る]:hover {
    text-decoration: underline;
  }
}

.gsc-result-info-container {
  background-color: transparent;
}

.gsc-selected-option-container {
  max-width: 100% !important;
}

.gsc-results .gsc-cursor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ブランディング画像 */
.branding {
  margin-bottom: 40px;
}

@media screen and (max-width:768px) {
  .branding__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}

.branding__slide .slick-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 50px;
}
@media screen and (max-width:768px) {
  .branding__slide .slick-control {
    height: 40px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.branding__slide .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .branding__slide .slick-dots {
    width: 100%;
  }
}
.branding__slide .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 30px 0 0;
  padding: 0;
  cursor: pointer;
}
.branding__slide .slick-dots li button {
  border: 0;
  background-color: #e5e4d3;
  display: block;
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.branding__slide .slick-dots li.slick-active button {
  position: absolute;
  background-color: #a7d5ed;
  width: 30px;
  height: 8px;
  top: 0;
  left: -7.5px;
  border-radius: 9px;
}
.branding__slide .slide-items {
  margin-bottom: 7px;
}
.branding__slide .slide-items__bottom {
  padding-top: 30px;
}
@media screen and (max-width:768px) {
  .branding__slide .slide-items__bottom {
    padding: 0 20px;
  }
}
.branding__slide .slick-control__button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .branding__slide .slick-control__button {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.branding__slide .slick-slide {
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .branding__slide .slick-slide {
    margin-bottom: 7px;
  }
}

.image-title {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .image-title {
    margin-bottom: 40px;
  }
}

.image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .image-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 5px;
  }
}

.image-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__item {
  width: calc((100% - 40px) / 3);
  border: 1px solid #a2d6ef;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .card__item {
    width: 100%;
  }
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 40px;
  gap: 20px;
  text-decoration: none;
}
@media (hover: hover) {
  .card__link:hover .card__title {
    color: #9d0d0d;
  }
  .card__link:hover .card__text {
    color: #9d0d0d;
  }
}
@media screen and (max-width:768px) {
  .card__link {
    padding: 20px 20px 30px;
  }
}

.card__wrap {
  width: 100%;
}

.card__title {
  color: #003399;
  text-decoration: underline;
}

.four-links {
  margin-bottom: 40px;
}

.four-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width:768px) {
  .four-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.four-links__item {
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width:768px) {
  .four-links__item {
    width: 100%;
  }
}
.four-links__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #a2d6ef;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .four-links__item a {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

/* スライダー三連 */
.triple-slider {
  margin: 0 0 40px;
}
.triple-slider .triple-slider__slide-items {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .triple-slider .triple-slider__slide-items {
    width: 84%;
  }
}
@media screen and (max-width:768px) {
  .triple-slider .triple-slider__slide-items a {
    width: 100%;
  }
}
.triple-slider .triple-slider__slide-items img {
  width: 100%;
}
.triple-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
}
.triple-slider .slide-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .triple-slider .slide-arrow img {
    width: 40px;
    height: 40px;
  }
}
.triple-slider .slide-arrow.slick-prev {
  left: -18px;
}
@media screen and (max-width:768px) {
  .triple-slider .slide-arrow.slick-prev {
    left: -11px;
  }
}
.triple-slider .slide-arrow.slick-next {
  right: -18px;
}
@media screen and (max-width:768px) {
  .triple-slider .slide-arrow.slick-next {
    right: -11px;
  }
}

.youtube-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.youtube-large iframe {
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .youtube-large iframe {
    max-height: 300px;
  }
}/*# sourceMappingURL=2024_style_parts.css.map */