@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/*
Zen Kaku Gothic New
Medium  500
Bold    700
Black   900
 */


/* ===========================================
リセット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;
  letter-spacing: 0.1em;
}

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;
}


/* ===========================================
初期設定
=========================================== */


/* ===========================================
【英数字の折り返し設定】
パンくず、大見出し、画像キャプション、a08_リンク、a05_ファイルダウンロード（PDF等）、ローカルナビは
word-break:break-all;を設定してるため、英単語が途中で折り返す
=========================================== */

html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  /* IE11用 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000222;
  background-color: #FFF;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* フォーム部分のフォント指定 */

button, input, select, textarea {
  font-family: inherit;
  color: #333333;
}


/* フォント指定 */

body {
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
}

#base {
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  min-width: 1260px;
}


/* ===========================================
CMSスタイル
=========================================== */


/* html5用 */

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}


/* スタイルリセット
============================== */


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"], input[type="button"], input[type="reset"] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}

input.fedbt, 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;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: bottom;
}


/* ガイダンス系
============================== */


/* noscriptメッセージ */

p.jsmessage {
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  color: #000;
}


/* 隠しジャンプ（css） */

.blockskip {
  padding: 0;
  margin: 0;
}

.skip {
  width: 1px;
  color: #000 !important;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFF !important;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

a.skip {
  color: #003377 !important;
  background-color: #FFF !important;
  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;
}

.show {
  line-height: 1.5 !important;
  background-color: #F6F6F6 !important;
  border-bottom: solid 1px #999 !important;
  color: #0A2530;
}

.show a {
  color: #000 !important;
  line-height: 150% !important;
  background-color: transparent;
}


/* スペーサー、ガイダンス、隠しジャンプ */

.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;
}


/* 目隠し見出し用指定 */

.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: 4.0rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
}

h3 {
  font-size: 2.0rem;
  font-weight: normal;
}

h4 {
  font-size: 1.8rem;
  font-weight: normal;
}

h5 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.25em;
  margin-bottom: 0.58em;
}

h6 {
  font-size: 1.6rem;
  font-weight: bold;
}

p, address, table, dt, dd {
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.85em;
}

li {
  font-size: 1.6rem;
  padding-bottom: 0.5em;
}


/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
  color: #11649f;
  text-decoration: underline;
}

a:visited {
  color: #660099;
  text-decoration: underline;
}

a:active {
  color: #aa1e2d;
}


/* ページ内リンク下線消し */

a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}


/* =======次階層ここから======= */

#baseall {
  background-color: #ebf8f3;
}

.header_all {
  background-color: #fff;
  /* border-bottom: 1px solid #ddd; */
}

#main {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  width: 880px;
}
/* ローカルナビなし */
.no-sub .main-inner {
  width: 100%;
  max-width: 100%;
}
.no-sub #main {
  float: none;
  width: 100%;
}
table th, table td {
  vertical-align: middle;
}

.wrap {
  width: 1200px;
}

table th {
  background-color: #e4f7ee;
  border: 1px solid #aecec8;
}

table td {
  border: 1px solid #aecec8;
}


/* ローカルナビ */

#localnavi {
  width: 280px;
}

#localnavi ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #a0ded3;
  border-radius: 0;
}

.lsnavi {
  background-color: #a0ded3;
  border-bottom: 2px solid #ebf8f3;
  border-radius: 10px 10px 0 0;
}

.lobgbox {
  background-color: transparent;
  background-image: none;
}

#localnavi h2 {
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
}

#localnavi li {
  margin: 0;
  border-bottom: 2px solid #ebf8f3;
  background-image: none;
}

#losubnavi li span.now {
  background-color: #fcfbeb;
  background-image: url(/images/2023_icon_arrow05.png);
  background-repeat: no-repeat;
  background-position: top 50% left 10px;
  padding: 10px 10px 10px 30px;
}

#localnavi ul li a {
  background-image: url(/images/2023_icon_arrow05.png);
  background-repeat: no-repeat;
  background-position: top 50% left 10px;
  padding: 10px 10px 10px 30px;
}

.losubnavi {
  background-image: none;
}

.lorecommend .lsnavi {
  background-color: #d7dbdb;
}

#localnavi .lorecommend ul {
  border-bottom: 4px solid #d7dbdb;
}


/* 情報が見つからない */

.lojoho_mitsukaranai {
  font-size: 1.6rem;
}

.lojoho_mitsukaranai a {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
}

.sidebt-box {
  background-image: none;
}

.lojoho_mitsukaranai a::before {
  content: none;
}

span.joho_inner {
  background-color: #333;
  color: #fff;
  border-radius: 10px;
  background-image: url(/images/2023_c_joho_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 50%;
  padding: 15px 20px 15px 45px;
}


/* パンくず */

.pankuzu {
  max-width: 1200px;
  min-width: 1200px;
  padding: 18px 10px;
}

.pankuzu ul li {
  font-size: 1.5rem;
}

.pankuzu {}

.pankuzu-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 1200px;
  margin: 0 auto;
}

.pankuzu .pk-img {
  font-size: 1.2rem;
  padding: 0 10px;
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  background-color: #EBF1FA;
  border-radius: 2px;
}

.pankuzu .pk-img::before {
  border: none;
}

.pankuzu ol, .pankuzu ul {
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1200px;
  margin: 0 auto;
}

.pankuzu ol li, .pankuzu ul li {
  float: left;
  margin: 0;
  padding: 0 16px 0 8px;
  position: relative;
  background-image: none;
  list-style: none;
  word-break: break-all;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.pankuzu li.pk-thispage::before {
  border: none;
}

.pankuzu li::before {
  position: absolute;
  top: 0.53em;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pankuzu a:link, .pankuzu a:visited, .pankuzu a:active {}

.pankuzu a:focus, .pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu .pk-img img {
  vertical-align: baseline;
}


/* 見出し
============================== */


/* 大見出し */

.h1bg {
  background-image: url(/images/2023_h1_bg.png);
  background-color: #fff;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 20px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin: 0;
  margin-bottom: 50px;
}

.h1bg div {
  padding: 0;
}

h1 {
  line-height: 1.3;
}


/* 大見出し画像 */

.SubmainImg.img-area {
  margin-bottom: 10px;
}


/* h2 */

.h2bg {
  background-image: none;
  border: 2px solid #66d8c2;
  border-radius: 8px;
  position: relative;
  overflow: visible;
}

h2 {
  color: #333;
}

.h2bg h2 {
  color: #333;
  padding: 0;
  margin-left: 15px;
  letter-spacing: 0.1em;
  position: relative;
  border-right: none;
}

.h2bg div {
  padding: 10px 0 14px 0;
}

.h2bg::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 62%;
  background-color: #26bc9f;
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h2bg h2 {
  font-size: 2.2rem;
  font-weight: normal;
}

.h2bg .text-color-red {
  color: #D90000;
}

.h2bg .text-color-yellow {
  color: #FFFF00;
}

.h2bg .text-color-green {
  color: #006600;
}

.h2bg .text-color-blue {
  color: #003399;
}

.h2bg .text-color-aqua {
  color: #AFDFE4;
}

.h2bg a:link {
  color: #11649f;
}

.h2bg a:visited {
  color: #660099;
}

.h2bg a:focus {
  color: #9D0D0D;
}

.h2bg a:hover {
  color: #9D0D0D;
}

.h2bg a:active {
  color: #aa1e2d;
}


/* h3 */

.h3bg div {
  background-color: #cbefe3;
  background-image: none;
  padding: 12px 14px;
  border-radius: 10px;
}


/* h4 */

.h4bg {
  margin-top: 0.25em;
  margin-bottom: 0.58em;
  background-image: none;
}

.h4bg h4 {
  border-left: none;
  padding: 0;
}

.h4bg div {
  background-color: #efebdc;
  padding: 9px 15px;
  border-radius: 10px;
}


/* h5 */

h5 {
  background-color: #efefef;
  color: #333333;
  padding: 11px 15px;
  border-radius: 10px;
}


/* マルチリンガルページのリスト
============================== */

ul.multi-box2 li {
  padding-left: 0;
}


/* 文章パーツ
============================== */

ol {
  padding-left: 25px;
  overflow: visible;
  padding-bottom: 0.85em;
}

ul {
  padding-left: 25px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  padding-bottom: 0.85em;
}

.wysiwyg_wp ul {
  overflow: visible;
}

ul li {
  padding-left: 0;
  background-image: none;
}
li>ol, li>ul {
  padding-bottom: 0 !important;
}

ul.linkjump {
  list-style-type: none;
  list-style-image: none;
}

.img-center span, .img-left span, .img-right span, .imglink-side2 span, .imglink-side3 span, .imglink-txt-left span, .imglink-txt-right span {
  font-size: 1.6rem;
}


/* PDFダウンロード */

p.dladobereader {
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 15px 20px;
}


/* お問い合わせ */

.contact {
  border: 1px solid #dddddd;
  padding: 0;
  border-radius: 10px;
  margin-top: 30px;
}

.contact .h2bg {
  background-color: #f6f6f6;
  margin: 0;
  border: none;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ddd;
}

.contact .h2bg::before {
  content: none;
}

.contact .h2bg h2 {
  font-size: 2.0rem;
}

.contact .con-txt {
  padding: 15px 20px;
}

.contact p {
  padding: 0;
  margin: 0;
}


/* 評価エリア */

.h2bg.feedback_h2 div {
  color: #333;
  border-right: none;
  font-size: 2.0rem;
  font-weight: normal;
  /* margin: 0; */
  padding: 0;
  margin-left: 15px;
}

.h2bg.feedback_h2 {
  background-image: none;
  background-color: #f6f6f6;
  margin: 0;
  border: none;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 14px 0;
}

form.feedback {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0;
}

.h2bg.feedback_h2::before {
  content: none;
}

form.feedback legend {
  font-size: 1.6rem;
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}

form.feedback .form-h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none;
  margin-left: 0;
  margin-top: 15px;
}

form.feedback div.fedd {
  font-size: 1.6rem;
  margin-left: 0;
}

fieldset.fedd1 {
  margin: 15px 20px;
  display: block;
}

.submitbox input {
  background-color: #a0ded3;
  color: #333;
  font-size: 1.6rem;
  min-width: 200px;
  border-radius: 10px;
  padding: 10px;
}

.submitbox {
  margin: 15px 0 0 0;
}


/* 新着情報・よく見られる情報 */

.newinfo-box>p {
  border-radius: 10px;
}

.osusume_title_h2 h2 {
  font-size: 2.0rem;
}

ul.osusume_list li {
  border-radius: 10px;
  padding: 0;
}

ul.osusume_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 45px 15px 15px;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  color: #333333;
  text-decoration: none;
  background-image: url(/images/2023_icon_arrow03.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
}

ul.osusume_list li a:hover {
  text-decoration: underline;
}

.osusume-box {
  background-color: #eaeef3;
  border-radius: 10px;
  padding: 0 20px 20px 20px;
}

.newinfo_title_h2 h2 {
  font-size: 2.0rem;
}

.newinfo-box {
  padding: 0 20px 20px 20px;
  background-color: #eaeef3;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}

.newinfo-box .info-list {
  padding: 0;
}

.newinfo-box ul.info-list li {
  padding: 15px 15px 5px 15px;
  min-height: 74px;
  border-radius: 10px;
}

.info-list .link {
  font-size: 1.6rem;
}

.info-list .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1f7c7c;
}

.newinfo-box ul.info-list li a {
  display: block;
  background-image: url(/images/2023_icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: top 0px right;
  padding-bottom: 15px;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.newinfo-box ul.info-list li a:hover {
    text-decoration: underline;
}
.ichiran-link a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  background-color: #f6f6f6;
  padding: 9px 15px;
  border-radius: 10px;
  border: 2px solid #dddddd;
  background-image: none;
  font-weight: normal;
  display: inline;
}

.ichiran-link a:hover {
  text-decoration: underline;
}
.newinfo_title_h2::before {
    content: none;
}

.ichiran-all {
    background-color: transparent;
}

/* ファイルのダウンロード
============================== */

p.filelink {
  background-image: url(/images/2023_c_icon_filelink.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

.wysiwyg_wp a.resourceLink {
  background-image: url(/images/2023_c_icon_filelink.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}


/* リンクパーツ
============================== */

.innerLink a {
  background-image: url(/images/2023_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 1px 0.42em;
}

.externalLink a {
  background-image: url(/images/2023_c_icon_outlink.png);
  background-repeat: no-repeat;
  background-position: 0 0.45em;
}

.wysiwyg_wp a.externalLink {
  background-image: url(/images/2023_c_icon_outlink.png);
  background-repeat: no-repeat;
  background-position: 5px 0.45em;
}

/* 文章中の画像リンク */
.wysiwyg_wp .img-icon a.resourceLink img {
      margin-left: -23px;
}
.wysiwyg_wp .img-icon a.externalLink img {
      margin-left: -23px;
}

.linktxt {
  margin-left: 1.25em;
  margin-top: 0;
}


/* ページ内ジャンプ横用 */

ul.linkjump {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}

ul.linkjump li {
  background-image: url(/images/2023_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 0 0.73em;
}


/* よく見られている情報用 */

ul.osusume_list {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}


/* 新着情報  */

.info-list {
  list-style-type: none;
  list-style-image: none;
}


/* メニューパーツ */

.site-li {
  list-style-type: none;
  list-style-image: none;
}

ul.norcor {
  list-style-type: none;
  list-style-image: none;
  padding-left: 10px;
}

ul.site-li li {
  padding-left: 0;
  background-image: none;
}

ul.norcor li {
  padding-left: 0;
  background-image: none;
}

.m-title {
  background-color: #d0eee8;
  background-image: none;
  border-radius: 10px;
}

.m-title a:link, .m-title a:visited, .m-title a:focus, .m-title a:hover, .m-title a:active {
  color: #333;
  background-image: url(/images/2023_icon_arrow06.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 10px 15px 10px 30px;
}

.m-title h2 {
  font-size: 1.8rem;
}

.m-title a::before {
  content: none;
}
ul.norcor-side li:first-child,ul.norcor-side li {
  margin-right: 7px;
}
.CNavi2rd-left-img,.CNavi3rd-left-img {
    margin-right: 10px;
}
/* メニュー自動生成1列（子・孫）（横）  */

ul.norcor-side {
  list-style-type: none;
  list-style-image: none;
}


/*サイトマップ */

ul.soshiki-li {
  list-style-type: none;
  list-style-image: none;
}


/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li-1 a[href$="/index.html"], .site-li-2 a[href$="/index.html"], .site-li a[href$="/index.html"], .norcor a[href$="/index.html"] {
  background-image: url(/images/2023_c_icon_idx.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0 0.29em;
  display: inline-block;
}

.site-li-1 a:not([href$="/index.html"]), .site-li-2 a:not([href$="/index.html"]), .site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]) {
  background-image: url(/images/2023_c_icon_cont.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0 0.29em;
  display: inline-block;
}

.site-li-1 a[href$="/index.html"], .site-li-1 a:not([href$="/index.html"]) {
  background-position: 0 0.59em;
}

/* am06_お知らせ情報 */
.oshirase-box {
  border-radius: 10px;
  padding: 0 20px 5px 20px;
}

.oshirase-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 45px 15px 15px;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  color: #333333;
  text-decoration: none;
  background-image: url(/images/2023_icon_arrow03.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
}
.oshirase-box ul li a:hover{
  text-decoration: underline;
}

.oshirase-box ul.info-list li {
  padding: 0;
  border-radius: 10px;
}

/* am07_メニュー自動生成（日付あり） */
ul.menu_list.info-list li {
  padding: 15px 15px 5px 15px;
  min-height: 74px;
  border-radius: 10px;
  border-bottom: none;
  background-color: #FFFFFF;
}

.menu_list {
  background-color: #eaeef3;
  margin: 0 0 0.85em 0;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
}

ul.menu_list.info-list li a {
  display: block;
  background-image: url(/images/2023_icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: top 0px right;
  padding-bottom: 15px;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
ul.menu_list.info-list li a:hover{
  text-decoration: underline;
}
/* ページの先頭へ */

.totoptxt {
  font-size: 1.6rem;
}

.totoptxt:before {
  background-position: 0 0.59em;
}


/* html取り込み */

.insertfile {
  font-size: 1.6rem;
}

/* 全新着ページ */
.info-list .link img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.allNewsList-wp .info-list li {
  border-bottom: none;
  background-color: #f6f6f6;
  align-items: center;
  border-radius: 10px;
  padding: 7px 0 8px 30px;
}

.allNewsList-wp .info-list .link {
  width: 100%;
}

.allNewsList-wp .info-list .link a {
  display: block;
  padding: 10px 50px 10px 10px;
  color: #333;
  text-decoration: none;
  background-image: url(/images/2023_icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.allNewsList-wp .info-list .link a:hover{
  text-decoration: underline;
}
.allNewsList-wp .info-list li span.date {
  font-size: 1.6rem;
}
/* =======次階層ここまで======= */


/* =====================
広告エリア
===================== */

.banner-title h2, .kokoku-title h2 {
  font-size: 2.6rem;
  letter-spacing: 0.16em;
}

.banner-wp .inner, .kokoku-wp .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-title, .kokoku-title {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner-list, .kokoku-list {
  width: 960px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-list li, .kokoku-list li {
  margin-bottom: 10px;
  list-style: none;
  background-image: none;
  padding: 0;
  width: calc(100% / 4);
  text-align: center;
}

.banner_in, .kokoku_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
}

.banner_sub_text, .kokoku_sub_text {
  width: 1200px;
  text-align: right;
  padding: 0;
  margin: 0 auto;
  font-size: 1.2rem;
}

.banner_icon, .kokoku_icon {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.banner-wp, .kokoku-wp {
  margin: 0 auto;
  padding: 60px 10px 95px 10px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
}

.banner_subtitle, .kokoku_subtitle {
  padding: 0;
}

.banner-title p a, .kokoku-title p a {
  margin: 0;
  position: relative;
  padding: 10px 0;
  color: #000222;
}

.banner-list li img, .kokoku-list li img {
  height: auto;
}


/* =====================
footer
===================== */

.footer {
  background-color: #a0ded3;
  position: relative;
}

.footer_con {
  width: 1200px;
  margin: 0 auto;
}

.footlist li {
  padding: 0 20px;
  position: relative;
  background-image: none;
}

.footlist a {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.footlist a:hover {
  text-decoration: underline;
}

.footlist li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footlist li:last-of-type {
  padding-right: 0;
}

.footlist li:first-of-type {
  padding-left: 0;
}

.footlist li:last-of-type::after {
  content: none;
}

.footlist_wp {
  border-bottom: 1px solid #fff;
}

.footlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-image: none;
}

.footer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

.footer_l_title h2 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
}

.foot_add_title {
  width: 4.5em;
  display: inline-block;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.footer_r {
  padding-right: 50px;
  padding-top: 20px;
}

.footer_l {
  padding-top: 30px;
}

.foot_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

.foot_link_btn li {
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.foot_link_btn li a {
  width: 180px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 1.5rem;
  pointer-events: auto;
}

.foot_link_btn li a:hover {
  text-decoration: underline;
}

.copyright p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  text-align: center;
  margin: 0;
}

.footer_l p, .footer_l address {
  margin-bottom: 0;
}


/*PC/SP切り替えボタン*/

.switchBtn {
  background-color: #FFF;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.switchBtn button {
  padding: 8px 10px;
  margin: 0 1px 0 0;
  background-color: #333;
  border: 1px solid #333;
  color: #FFF;
  font-size: 1.4rem;
}

#swPc.btnAcv, #swSp.btnAcv {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  color: #333;
}

#swPc {
  border-radius: 10px 0 0 10px;
}

#swSp {
  border-radius: 0 10px 10px 0;
}

#swPc.btnAcv {
  border-radius: 10px 0 0 10px;
}

#swSp.btnAcv {
  border-radius: 0 10px 10px 0;
}


/* ページトップへ
============================== */

.page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  padding: 0;
  text-decoration: none;
  z-index: 99;
}
  .footer_l a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
.footer_l .foot_tellink a {
    text-decoration: underline;
    pointer-events: auto;
}
/* =====================
header
===================== */

.header_wp {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  width: 660px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_link_list01 li {
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 30px;
  letter-spacing: 0.02em;
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.head_link_list01 li a {
  color: #333;
  text-decoration: none;
}

.head_link_list01 li a:hover {
  text-decoration: underline;
}

.head_link_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}


/* グローバルナビ */

.gnavi_wp {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  /* position: relative; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(/images/2023_gnav_boder.png);
  background-position: center left;
  background-repeat: no-repeat;
  list-style-type: none;
  list-style-image: none;
}

.gnavi>li>a {
  font-size: 1.7rem;
  display: block;
  text-align: center;
  padding: 14px 10px 14px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #555555;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #FFF;
}

.gnavi>li {
  padding: 0;
  background-image: url(/images/2023_gnav_boder.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gnavi>li:nth-of-type(1) {
    min-width: 174px;
}
.gnavi>li:nth-of-type(2) {
    min-width: 135px;
}
.gnavi>li:nth-of-type(3) {
    min-width: 213px;
}
.gnavi>li:nth-of-type(4) {
    min-width: 233px;
}
.gnavi>li:nth-of-type(5) {
    min-width: 174px;
}
.gnavi>li:nth-of-type(6) {
    min-width: 155px;
}
.gnavi>li:nth-of-type(7) {
    min-width: 116px;
}


/* 検索 */

.header_wp .search-wp .gsc-search-box-tools .gsc-search-box .gsc-input {
  border: none;
  background-color: #eaeaea !important;
  padding: 0 5px !important;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.gsc-input-box td#gs_tti50 {
  background-color: #eaeaea !important;
}

.header_wp .search-wp .gsc-search-button-v2 svg {
  width: 28px;
  height: 28px;
  fill: #FFF;
}

.header_wp .search-wp {
  width: 240px;
  display: block;
}

.header_wp .search-wp .gsc-search-button button.gsc-search-button-v2 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  min-height: 40px;
  width: 54px;
  border-radius: 0 8px 8px 0 !important;
  padding: 0 !important;
}


/* メガメニュー */

.gnavi>li.active>a, .gnavi>li>a:hover, .gnavi>li>a.active {
  background-color: #f4f4f4;
  border-bottom: 2px solid #67cebb;
  color: #1a1a1a;
  font-weight: bold;
}

.sub-bg {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.sub {
  display: block;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  position: absolute;
  z-index: 9999;
  left: 0;
  padding: 0;
  top: 101%;
  background-color: #eaeef3;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

ul.sub-menu.focused {
  visibility: visible;
  opacity: 1;
}

li.parent .sub {
  visibility: hidden;
  opacity: 0;
  margin: 0;
}

li.parent:hover .sub, li.parent .focused {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

ul.sub-menu {
  padding: 0 0 18px 0;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 10px 30px; */
  list-style-type: none;
  list-style-image: none;
}

ul.sub-menu li {
  margin: 0 12px 12px 0;
  width: calc(100% / 4 - 9px);
  text-align: left;
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.sub_title a {
  font-size: 2.0rem;
  display: block;
  background-color: #a0ded3;
  margin-bottom: 12px;
  padding: 18px 25px 18px 20px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  background-image: url(/images/2023_icon_arrow06.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
}

.sub-menu li a {
  display: block;
  background-color: #fff;
  padding: 12px 25px 12px 15px;
  border-radius: 10px;
  color: #333333;
  text-decoration: none;
  background-image: url(/images/2023_icon_arrow05.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
}
.sub-menu li .nowPage {
    display: block;
    background-color: #fff;
    padding: 12px 25px 12px 15px;
    border-radius: 10px;
    color: #333333;
    text-decoration: none;
}
.sub-menu li a:hover {
  text-decoration: underline;
}

ul.sub-menu li:nth-of-type(-n+4) {
  margin-top: 0;
}

ul.sub-menu li:nth-of-type(4n) {
  margin-right: 0;
}

p.sub_title {}


/* 重要なお知らせ
============================== */

.importants {
  width: 100%;
  /* margin: 0 auto; */
  padding: 30px 0;
  background-color: #ffebec;
}

.important_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}

.important_item .title {
  width: 220px;
  background-color: #C7241F;
  padding: 20px 10px;
  max-width: 220px;
  min-width: 220px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.16em;
  border-radius: 20px 0 0 20px;
}

.important_content {
  padding: 20px 10px;
}


/* 早引きメニュー */

#base.no-scroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

.head_bt {
  display: block;
  /* overflow: hidden; */
  position: fixed;
  right: 0;
  top: 280px;
  z-index: 1000;
}

.head_bt.active {
  top: 10px;
}

.moku_pc_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 23px;
  background-color: #a0ded3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

span.moku_txt {
  letter-spacing: 0.06em;
}

.moku_pc_wp.active {
  background-color: #333333;
  color: #fff;
  padding: 24px 30px;
}

.moku_pc_wp.active:focus {
  outline: solid 2px #3c92c1;
}

.hayabiki_wp {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgb(208 238 232 / 95%);
  left: 0;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.hayabiki_wp.open {
  display: block;
}

#hayabiki_files {
  width: 1200px;
  margin: 0 auto;
}

.hayabiki_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

.hayabiki_list li a {
  display: block;
  background-repeat: no-repeat;
  background-position: top 1.3em center;
  padding: 93px 0 15px 0;
  border-radius: 20px;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}

.hayabiki_list li a:hover {
  text-decoration: underline;
}

.hayabiki_list li {
  width: 136px;
  /* background-color: #fff; */
  margin-right: 16px;
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.hayabiki_list li:last-of-type {
  margin-right: 0;
}

.hayabiki_list li span {
  display: block;
  /* padding: 65px 0 0 0; */
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.hayabiki_link_box ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}


/* 早引きアイコン */

.hayabiki_list .hayabiki01 {
  background-image: url(/images/2023_hayabiki01.png);
}

.hayabiki_list .hayabiki02 {
  background-image: url(/images/2023_hayabiki02.png);
}

.hayabiki_list .hayabiki03 {
  background-image: url(/images/2023_hayabiki03.png);
}

.hayabiki_list .hayabiki04 {
  background-image: url(/images/2023_hayabiki04.png);
}

.hayabiki_list .hayabiki05 {
  background-image: url(/images/2023_hayabiki05.png);
}

.hayabiki_list .hayabiki06 {
  background-image: url(/images/2023_hayabiki06.png);
}

.hayabiki_list .hayabiki07 {
  background-image: url(/images/2023_hayabiki07.png);
}

.hayabiki_list .hayabiki08 {
  background-image: url(/images/2023_hayabiki08.png);
}

.hayabiki_list .hayabiki10 {
  background-image: url(/images/2023_hayabiki09.png);
}

.hayabiki_list .hayabiki11 {
  background-image: url(/images/2023_hayabiki10.png);
}

.hayabiki_list .hayabiki12 {
  background-image: url(/images/2023_hayabiki11.png);
}

.hayabiki_list .hayabiki13 {
  background-image: url(/images/2023_hayabiki12.png);
}

.hayabiki_list .hayabiki14 {
  background-image: url(/images/2023_hayabiki13.png);
}

.hayabiki_list .hayabiki15 {
  background-image: url(/images/2023_hayabiki14.png);
}


/* 注目キーワード */

.hayabiki_box.chumoku_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px 10px 20px;
}

.chumoku_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

.hayabiki_menu a {
  display: block;
  background-color: #f6f6f6;
  padding: 9px 13px;
  border-radius: 22px;
  color: #444444;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.chumoku_menu .hayabiki_title {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 7px;
}

.chumoku_link li {
  background-image: none;
  padding-left: 0;
}

.hayabiki_link_wp ul li {
  background-image: none;
  padding-left: 0;
  padding-bottom: 0;
}

.hayabiki_title {
  /* width: 200px; */
  /* flex-shrink: 0; */
  margin-bottom: 10px;
}

.hayabiki_title h3, .hayabiki_link_title h3 {
  font-size: 2.0rem;
  letter-spacing: 0.15em;
}

.hayabiki_link_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hayabiki_link_box {
  width: 580px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.hayabiki_link_box ul li a {
  margin-bottom: 4px;
  padding: 15px 20px 15px 15px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  background-image: url(/images/2023_icon_arrow04.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hayabiki_link_box ul li a:hover {
  text-decoration: underline;
}

.hayabiki_box {
  margin-bottom: 40px;
}

.hayabiki_link_title {
  margin-bottom: 15px;
}


/* ==================================================
イベントカレンダー
================================================== */

.pickupevent_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 50px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.evecal_recent, .evecal_deadline {
  width: calc(100% / 2 - 10px);
}

.evecal_recent {
  background-color: #f9f3ca;
  border-radius: 20px;
  padding: 20px;
}

.evecal_deadline {
  background-color: #f9e4eb;
  border-radius: 20px;
  padding: 20px;
}

.evecal_directorylist {
  background-color: #eaeef3;
  border-radius: 20px;
  padding: 30px;
}

.evecal_box_title h2 {
  font-size: 2.0rem;
}

#eventdeadline span, #eventrecent span {
  display: none;
}

#eventrecent ul, #eventdeadline ul {
  padding: 0;
}

#eventdeadline p, #eventrecent p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* color: #333333; */
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 3px;
}

#eventdeadline p a, #eventrecent p a {
  background-image: url(/images/2023_icon_arrow07.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  padding: 10px 45px 10px 10px;
  width: 100%;
  text-decoration: none;
  color: #333;
}

#eventdeadline p a:hover, #eventrecent p a:hover {
  text-decoration: underline;
}

.evecal_classificationlist {
  display: none;
}

.evecal_box_title {
  padding: 10px 0 20px;
}

.evecal_wp_inner_list {
  border-top: 2px solid #e8e8e8;
}

.evecal_wp_inner_list h2 {
  padding: 10px 20px;
}


/* イベカレインデックスメニュー
============================== */

#eventall li {
  margin: 0.1em 0 0 0;
  padding: 1px 0 2px 20px;
  font-weight: normal;
  background-position: 0 0.38em;
  background-repeat: no-repeat;
}

#eventall p {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 28px;
}


/* アイコン詳細
============================== */

.calicon-li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calicon-li li {
  background-color: #fff;
  margin: 0;
  padding: 10px 20px 10px 47px;
  background-image: none;
  width: calc(100% / 4 - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 6px;
  position: relative;
  min-height: 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  white-space: normal;
}

.calicon-li li:nth-of-type(n+5) {
  margin-bottom: 0;
}

.calicon-li li a {
  padding: 0;
  display: block;
  color: #333333;
  font-weight: normal;
  width: 100%;
}

.calicon-li li:nth-of-type(4) {
  margin-right: 0;
}

span.calicon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

span.calicontxt {
  width: 100%;
  text-align: center;
}

.calicon-li img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.calicon-li li::before {
  content: none;
}

.calicon-p img {
  margin: 0 8px 3px 0;
  padding: 0;
  vertical-align: middle;
}

.calicon-p {
  margin: 10px 12px 30px 12px;
}

.cal_day_icon {
  margin: 20px 0 20px 0;
  padding: 0;
  border: 1px solid #E6E6E6;
  background-color: #F7F7F6;
}


/* 本日開催のイベント */

#eventrecent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}


/* 申し込み締め切り */

#eventdeadline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}


/* カレンダーボタンリスト
============================== */

#eventall a:link, #eventall a:visited, #eventall a:focus, #eventall a:hover, #eventall a:active {
  color: #FFF;
}

.cal_bt_calendar a {
  padding: 15px 50px 15px 50px;
  background-color: #333399;
  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: #333399;
  background-image: url(/images/cal_bt_itiran.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  display: block;
  color: #FFF;
}

.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: #333399;
  padding: 15px 50px 15px 50px;
  background-image: url(/images/cal_bt_eventindex.png);
  background-repeat: no-repeat;
  background-position: 28px 50%;
  display: block;
}

#eventall {
  margin: 0 0 30px 0;
}

ul.evecal_calbt li a {
  border: 1px solid #dddddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  min-width: 320px;
  min-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/images/2023_icon_arrow08.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  color: #333;
  text-decoration: none;
}

ul.evecal_calbt li a.Is_Calendar {
  background-image: url(/images/2023_cal_bt_itiran.png);
}

ul.evecal_calbt {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calbt-li {
  padding: 40px 0 20px 0;
}

ul.evecal_calbt li {
  margin-right: 30px;
}

ul.evecal_calbt li a:hover {
  text-decoration: underline;
}


/* カレンダーページ枠
============================== */

.cal-wrap {
  margin: 0 0 30px 0;
}


/* 前の月・次の月
============================== */

.calwrap .lastmonth a {
  background-image: url(/images/2023_prev_cal.png);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding-left: 20px;
  display: inline-block;
}

.calwrap .nextmonth a {
  background-image: url(/images/2023_next_cal.png);
  background-repeat: no-repeat;
  background-position: right 0 top 0.5em;
  padding-right: 20px;
  display: inline-block;
}

.calwrap .lastmonth a {
  color: #333333;
}

.calwrap span a:link, .calwrap span a:visited, .calwrap span a:focus, .calwrap span a:hover, .calwrap span a:active, .calwrap .nextmonth a {
  color: #333333;
}

.calwrap {
  margin: 1em 0 0.7em 0;
  padding: 8px 0;
  background-color: #a0ded3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.calwrap p {
  margin: 0;
  padding: 5px 0;
}

.calwrap .lastmonth {
  width: 4em;
  text-align: right;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: none;
  font-size: 1.8rem;
}

.lastmonth span {
  padding: 0;
  margin: 0;
}

.calwrap .nextmonth {
  width: 4em;
  text-align: left;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: none;
  font-size: 1.8rem;
}

.nextmonth span {
  padding: 0;
  margin: 0;
}

.calwrap .thismonth {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 2px 0 0 0;
  color: #333333;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

#calendarlist tr>td:first-child {
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  font-size: 1.6rem;
  vertical-align: middle;
  position: relative;
}
  span.calendar_day a {
    position: absolute;
    top: 0;
    left: 0;
}

#calendarlist tr.today td:nth-child(2) {
  border: 2px solid #00c8c8;
  border-left: none;
}

#calendarlist tr.today>td:first-child {
  border: 2px solid #00c8c8;
  border-right: none;
}

#calendarlist a {
  color: #333;
}

#calendarlist tr.saturday td:first-child {
  color: #16737f;
}

#calendarlist tr.holiday td:first-child, #calendarlist tr.sunday td:first-child {
  color: #9e1c02;
}

#calendarlist .einfo {
  border-radius: 0 4px 4px 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;
  text-align: center;
}

#calendar td {
  margin: 0;
  padding: 3px 3px 3px 3px;
  color: #333333;
  vertical-align: top;
  height: 100px;
  border-color: #c1c1c1;
  background-color: #f4f4f4;
  font-size: 1.4rem;
}

#calendar td.sunday {
  background-color: #fff3f4;
  color: #333;
}

#calendar td.holiday {
  background-color: #fff3f4;
  color: #333;
}

#calendar td.saturday {
  background-color: #eff7f8;
  color: #333;
}

#calendar td.dirEventHoli {
  background-color: #fff3f4;
  color: #333;
}

#calendar th {
  background-color: #d8d8d8;
  color: #333;
  border-color: #c1c1c1;
}

table#calendar td.today {
  border-color: #00c8c8;
}


/* セル内表示設定
============================== */

#calendar p {
  clear: both;
  margin: 0.2em 0 0.2em 0;
  padding: 0 2px 3px 4px;
  line-height: 1.3;
}

#calendar p img {
  float: left;
  margin: 0;
}

#calendar p span {
  display: block;
  margin: 0 0 0 20px;
}


/* テーブル（一覧表）
============================== */

table#calendarlist {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none;
}

#calendarlist {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
}

#calendarlist tr.sunday td {
  background-color: #fff3f4;
}

#calendarlist tr.saturday td {
  background-color: #eff7f8;
}

#calendarlist tr.holiday td {
  background-color: #fff3f4;
}

#calendarlist tr.dirEventHoliday td {
  background-color: #FDF4F2;
  color: #333;
}

#calendarlist th {
  margin: 0;
  padding: 7px 4px 6px 4px;
  border: 1px solid #fff;
  background-color: #d8d8d8;
  text-align: center;
  color: #333;
  font-size: 2.0rem;
}

#calendarlist td {
  vertical-align: top;
  border: 1px solid #fff;
  margin: 0;
  height: 88px;
  text-align: center;
  background-color: #f4f4f4;
  font-size: 1.6rem;
}

#calendarlist td[class^="cal_"] {
  min-width: 200px;
}

span.calendar_day {
  /* display: block; */
  padding: 5px 0;
  font-size: 2.5rem;
  min-width: 2em;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  padding-right: 30px;
}

.table_calenderlist {
  /* padding: 10px; */
}

tr.cal_sat {
  background-color: #EDF9FC;
}

#calendarlist td.cal_sat {
  background-color: #EDF9FC;
}

#calendarlist .day {
  min-width: 280px;
  width: 5em;
  border-radius: 4px 0 0 4px;
}

#calendarlist .week {
  width: 5em;
}

#calendarlist td.einfo {
  text-align: left;
}

#calendarlist td.cal_sun {
  background-color: #FBF0F4;
}

tr.cal_sun {
  background-color: #FBF0F4;
}


/* 今日判定 */

tr.cal_today {
  border: 3px solid #1E8466;
}


/* イベントなし */

#eventdeadline li.message, #eventrecent li.message {
  background-color: #fff;
  min-height: 64px;
  border-radius: 10px;
  padding: 10px;
}


/* イベント空判定 */

#calendarlist td.einfo ul, #calendarlist td.einfo li:empty {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* 多数のイベントページ
============================== */

ul.eventall-li li {
  background-image: none;
  margin: 0 0 0.58em 0;
}


/* セル内表示設定
============================== */

table#calendarlist p {
  clear: both;
  margin: 0.1em 2px 0.1em 0;
  padding: 1px 2px 3px 2px;
  background-color: transparent;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table#calendarlist p img {
  vertical-align: middle;
  margin: 0;
  clear: both;
  float: left;
}

table#calendarlist p span {
  display: block;
  margin: 0 0 0 20px;
}


/* ==================================================
PC
================================================== */

@media screen and (min-width: 671px) {
  .pc-none {
    display: none !important;
  }
}


/* ==================================================
smph
================================================== */

@media screen and (max-width: 670px) {
  .sp-none {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #base {
    min-width: auto;
  }
  /* 1.5倍に拡大表示 */
  input[type="radio"], input[type="chexkbox"], input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  /* =======次階層ここから======= */
  .wrap {
    width: 100%;
    padding: 0 15px 90px 15px;
  }
  #main {
    padding: 10px;
    width: 100%;
  }
  /* 更新日・sns */
  .basic_info_index_wp, .basic_info_wp {
    display: block;
    padding-bottom: 20px;
  }
  .sns_btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* パンくず */
  .pankuzu {
    max-width: none;
    min-width: auto;
    padding: 10px 15px;
  }
  .pankuzu ul li {
    font-size: 1.3rem;
  }
  .pankuzu ul {
    padding: 10px 0;
  }
  .page-top img {
    width: auto;
    height: auto;
  }
  .pankuzu ol li, .pankuzu ul li {
    font-size: 1.3rem;
  }
  /* 大見出し */
  .h1bg {
    min-height: auto;
    padding: 15px;
    margin-bottom: 20px;
    background-size: 30px;
    border-radius: 14px;
  }
  h1 {
    font-size: 2.5rem;
  }
  /* メニューパーツ */
  .m-title {
    margin-left: 0;
    margin-right: 0;
  }
  ul.norcor li::before, ul.site-li li:before {
    content: none;
  }
  .site-li-2 a[href$="/index.html"], .site-li a[href$="/index.html"], .norcor a[href$="/index.html"] {
    background-position: 5px 0.99em;
  }
  .site-li-2 a:not([href$="/index.html"]), .site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]) {
    background-position: 4px 0.99em;
    padding-right: 10px;
  }
  .site-li-1 a[href$="/index.html"], .site-li-1 a:not([href$="/index.html"]) {
    background-position: 4px 0.59em;
  }
  ul.site-li li a {
    padding-right: 10px;
  }
  .osusume-box {
    margin: 0 0 15px 0;
    padding: 0 10px 20px 10px;
  }
  .newinfo-box,.bgnewinfo-box .newinfo-box {
    margin: 0 0 15px 0;
    padding: 0 10px 20px 10px;
  }
  .osusume_title {
    padding: 23px 5px;
  }
  .newinfo_title {
    padding: 23px 5px;
  }
  .ichiran-all {
    right: 10px;
  }
  .CNavi2rd-left-img {
    margin-top: 0.85em;
    margin-right: 0;
}
.CNavi3rd-left-img {
  margin-top: 0.85em;
}
.img-area p.imglink-side3 a {
  display: inline-block;
}
.oshirase-box {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px 5px 10px;
}

.menu_list {
  padding: 10px;
}
  .h4bg {
    margin-left: 0;
    margin-right: 0;
  }
  .h3bg {
    margin-left: 0;
    margin-right: 0;
  }
  .h2bg {
    margin-left: 0;
    margin-right: 0;
  }
  .img-area {
    margin-left: 0;
    margin-right: 0;
  }
  p.img-left {
    margin-left: 0;
    margin-right: 0;
  }
  .img-only, .img-left, .img-center, .img-right {
    text-align: center !important;
  }
  .wysiwyg_wp .img-only img {
    margin: 0 auto;
  }
  /* 全新着ページ */
  .allNewsList-wp .info-list li {
    padding: 15px 10px 10px 10px;
}

.allNewsList-wp .info-list {
    padding: 0;
}

.allNewsList-wp .info-list .link a {
    background-position: top 0 right 0;
    padding: 0 30px 0 0;
}
  /* 評価エリア */
  .submitbox input {
    min-width: auto;
    width: 100%;
  }
  /* ダウンローダー */
  p.dladobereader {
    margin-right: 0;
    margin-left: 0;
  }
  /* 取り込み動画用 */
  video, iframe[title="動画"], iframe[src*="youtube"] {
    width: 100% !important;
    max-height: 300px;
    margin: 0 auto;
  }
  /* 地図パーツ */
  .map-area {
    width: auto !important;
    max-height: initial;
  }
  /* =======次階層ここまで======= */
  /* =====================
header
===================== */
  .header_wp {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .header_r {
    width: auto;
  }
  .button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    font-size: 1.0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 64px;
    min-height: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu_btn_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0;
  }
  #header_logo {
    padding: 10px;
  }
  #header_logo img {
    width: 154px;
}
  #toggle02 {
    background-color: #a0ded3;
  }
  #toggle01 {
    background-color: #333;
  }
  .menu_btn01_text.top_title_font {
    color: #fff;
  }
  .menu-open .menu_btn01 {
    padding-top: 0;
  }
  .menu_btn01 {
    padding-top: 10px;
  }
  /* 早引きメニュー */
  #base.no-scroll {
    width: auto;
    height: auto;
    position: static;
  }
  .search_menu {
    position: absolute;
    z-index: 1030;
    background-color: rgb(208 238 232 / 95%);
    padding: 20px 15px;
    width: 100%;
    left: 0;
    top: calc(100% - 1px);
  }
  .smph_search_wp {
    background-color: #fff;
    padding: 15px;
    border-radius: 14px;
  }
  .hayabiki_list li {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
  }
  .hayabiki_list li {
    width: calc(100% / 2 - 3px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .hayabiki_list li:nth-child(2n) {
    margin-right: 0;
  }
  .hayabiki_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hayabiki_box.chumoku_menu {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hayabiki_link_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .hayabiki_link_box {
    padding: 0;
    width: 100%;
  }
  .hayabiki_link_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sp_menu_text {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .sp_menu_open_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 14px;
    background-color: #d0eee8;
    padding: 10px 15px;
  }
  .hayabiki_title03 .sp_menu_open_btn {
    background-color: #f7f6e2;
  }
  .hayabiki_link_title .sp_menu_open_btn {
    background-color: #f4f4f4;
  }
  .sp_menu_open {
    display: block;
  }
  .chumoku_menu .hayabiki_title {
    width: 100%;
    margin-top: 0;
  }
  .hayabiki_box {
    margin-bottom: 0;
  }
  .hayabiki_list {
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 375px;
    margin: 0 auto;
  }
  .chumoku_link {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .hayabiki_link_box .open_menu {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .hayabiki_menu a {
    border: 1px solid #e8e8e8;
    background-color: #fff;
  }
  .hayabiki_link_box ul li a {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 8px 20px 8px 15px !important;
  }
  /* グローバルメニュー */
  ul.smph_gnavi li {
    padding-bottom: 0;
  }
  p.sp_nav_link {
    margin-bottom: 0;
  }
  #gnavi_menu, .gnavi_menu {
    position: absolute;
    z-index: 1030;
    background-color: rgb(128 128 128 / 95%);
    padding: 15px;
    width: 100%;
    left: 0;
    top: calc(100% - 1px);
    height: auto;
    border-bottom: 0;
  }
  .smph_gnavi>li>a {
    display: block;
    padding: 10px 25px 10px 20px;
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    background-image: url(/images/2023_icon_arrow04.png);
    background-repeat: no-repeat;
    background-position: top 50% right 5px;
    font-weight: bold;
  }
  ul.smph_gnavi {
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    list-style-type: none;
    list-style-image: none;
    /* padding: 0; */
  }
  /*   検索 */
  .header_wp .search-wp .gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: #fff !important;
  }
  .gsc-input-box {
    background-color: #fff !important;
  }
  .sp_nav_link a {
    display: block;
    background-color: #a0ded3;
    font-size: 1.4rem;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 11px 10px;
    border-radius: 14px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  .header_wp .search-wp {
    width: 100%;
    /* margin-top: 13px; */
    padding-top: 15px;
  }
  /* 重要なお知らせ
============================== */
  .important_item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 14px;
  }
  .important_item .title {
    width: 100%;
    max-width: none;
    min-width: auto;
    border-radius: 14px 14px 0 0;
    font-size: 2.0rem;
    padding: 6px 10px;
  }
  .importants {
    padding: 20px 15px;
  }
  /* =====================
広告
===================== */
  .banner_in, .kokoku_in {
    display: block;
    width: 100%;
  }
  .banner-title, .kokoku-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .banner-list, .kokoku-list {
    width: 100%;
  }
  .banner-list li, .kokoku-list li {
    width: calc(100% / 2 - 2px);
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .banner-list li:nth-of-type(even), .kokoku-list li:nth-of-type(even) {
    margin-right: 0;
  }
  /* =====================
フッター
===================== */
  .footer_l a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
  .footlist {
    width: 100%;
    padding: 15px 15px;
    display: block;
  }
  .footer_con {
    width: 100%;
  }
  .foot_link_btn li a {
    width: auto;
    margin: 0;
    margin-right: 10px;
    padding: 13px 15px;
  }
  .page-top {
    width: 120px;
  }
  .banner-wp, .kokoku-wp {
    padding: 20px 15px 100px 15px;
    background-color: #fff;
  }
  .footlist li::after {
    content: none;
  }
  .footlist li {
    display: inline;
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #333;
    border-top: none;
  }
  .footlist li:last-of-type {
    padding: 0 11px;
    border-bottom: none;
  }
  .footer_l {
    padding: 35px 15px 0 15px;
  }
  p.foot_time_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  p.foot_time_wp .foot_add_title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer_l_title {
    margin-bottom: 20px;
  }
  .footer_l address, .footer_l address p, .footer_l p {
    font-size: 1.5rem;
  }
  .footlist li a:link {
    padding: 0;
    display: inline;
  }
  .footlist li a::after {
    content: none;
  }
  .foot_link_btn a:link, .foot_link_btn a:visited, .foot_link_btn a:focus, .foot_link_btn a:hover, .foot_link_btn a:active {
    color: #333;
  }
  .foot_link_btn {
    width: auto;
  }
  /* イベントカレンダー */
  .pickupevent_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 30px 0;
  }
  .evecal_recent, .evecal_deadline {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #calendarlist .day {
    min-width: auto;
  }
  span.calendar_day {
    min-width: auto;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 1.6rem;
  }
  .evecal_box_title h2 {
    font-size: 1.8rem;
    padding: 0 4px;
  }
  .calicon-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calicon-li li {
    width: 100%;
    min-height: 54px;
    margin-bottom: 3px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #eventdeadline p, #eventrecent p {
    min-height: 50px;
  }
  .evecal_directorylist {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calicon-li li a {
    text-align: center;
  }
  .evecal_wp_inner_list h2 {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 10px;
  }
  .evecal_recent {
    margin-bottom: 15px;
  }
  ul.evecal_calbt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.evecal_calbt li a {
    min-width: auto;
    width: 100%;
    min-height: 60px;
  }
  ul.evecal_calbt li {
    margin-right: 0;
  }
  .calbt-li {
    padding: 15px 0 15px 0;
  }
}

/* ==========================================================================================
災害トップテンプレート
========================================================================================== */
/* 検索窓 */
.baseall-s .search-wp .gsc-search-box-tools .gsc-search-box td.gsc-input {
  border: 1px solid #333;
  background-color: #fff !important;
  border-radius: 0;
}

.baseall-s .gsc-search-box-tools .gsc-search-box .gsc-input {
  background-color: #fff !important;
  border: none;
}

.baseall-s .search-wp .gsc-search-button button.gsc-search-button-v2 {
background-color: #333333 !important;
border: 1px solid #333333 !important;
min-height: 28px;
width: 54px;
border-radius: 0 !important;
padding: 0 !important;
}

.baseall-s table.gsc-search-box {
border: 1px solid #333 !important;
}
.baseall-s .search-wp .gsc-search-button-v2 svg{
width: 20px;
height: 20px;
}
/* 災害用ヘッダー */
.baseall-s {
  margin: 0 auto 0 auto;
  padding: 0;
  background: #FFFFFF;
}

.baseall-s #head1bg {
  padding: 0;
  width: 100%;
  background-color: #983012;
  height: auto;
  max-width: none;
}

.baseall-s .h0wrap {
  height: auto;
}

.baseall-s h1#h0left {
  margin: 0;
  padding: 10px 0 13px 10px;
  width: auto;
  height: auto;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
}

/* ヘッダー2行目　ナビ */
.baseall-s .head2bg {
  clear: both;
  margin: 0;
  padding: 5px 0;
  text-align: left;
  background-color: #FBCECE;
  color: #131313;
  _left: 0;
  /* 互換モード用 */
}

.baseall-s .head2list {
  margin: 0;
  padding: 6px 0 10px 1px;
}

.baseall-s .head2list li {
  float: left;
  margin: 0;
  padding: 0 12px 0 12px;
  font-size: 1.4rem;
  border-right: 1px solid #666666;
  color: #131313;
  background-color: transparent;
  background-image: none;
  list-style-type: none;
  list-style-image: none;
}

.baseall-s .headlist li img {
  margin: 0;
  padding: 0;
}

/*リンク色*/
.baseall-s .tothispage a:link, .baseall-s .footlist li a:link, .baseall-s .head2list li a:link {
  color: #003399;
  background-color: transparent;
  text-decoration: underline;
}

.baseall-s .tothispage a:visited, .baseall-s .footlist li a:visited, .baseall-s .head2list li a:visited {
  color: #880088;
  background-color: transparent;
  text-decoration: underline;
}

.baseall-s .tothispage a:hover, .baseall-s .footlist li a:hover, .baseall-s .head2list li a:hover {
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}

.baseall-s .tothispage a:active, .baseall-s .footlist li a:active, .baseall-s .head2list li a:active {
  color: #cc0000;
  background-color: transparent;
  text-decoration: underline;
}

.baseall-s .search-wp {
  padding: 0;
}

.baseall-s input.h0bt02 {
  background-color: #116FAA;
  border: 1px solid #116FAA;
}

/* ヘッダー検索 */
.baseall-s .search {
  float: left;
  margin: 5px 0 0 10px;
}

.baseall-s input.fedbt {
  margin: 0px 2px 0 0;
  padding: 1px 0 0 0;
  width: 43px;
  height: 22px;
  line-height: 110%;
  color: #222222;
  font-weight: bold;
  border: 1px solid #7C7C7C;
  background-color: #F0F0F0;
  cursor: pointer;
  vertical-align: top;
  background-image: url(/images/s_bg_submit.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}

/* 災害用大枠 */
/* 災害用共通 */
.baseall-s .h2bg {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  background-color: #B93A32;
}

.baseall-s .h2bg div {
  background-color: #BC3C16;
  background-image: none;
  color: #FFFFFF;
  border: none;
}

.baseall-s .h2bg h2 {
  padding: 5px 0 3px 8px;
  color: #FFFFFF;
  font-size: 2.2rem;
  background-color: transparent;
}

.baseall-s .h3bg {
  margin: 1em 10px 0.7em 10px;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  color: #131313;
  border-left: none;
}

.baseall-s .h3bg div {
  padding: 0;
  border: none;
  border-left: 5px solid #BC3C16;
  background-image: none;
}

.baseall-s .h4bg {
  border: none;
  margin: 0.9em 0 0.56em 10px;
  padding: 0;
}

.baseall-s .h4bg div {
  border-left: 5px solid #BC3C16;
}

.baseall-s h4 {
  margin: 0;
  color: #222222;
  background-color: transparent;
}

.baseall-s .main-r li {
  margin: 3px 0 3px 0;
  position: relative;
  padding: 0 0 0 10px;
  margin: 7px 0 7px 0px;
  font-size: 1.6rem;
  letter-spacing: normal;
  list-style-type: none;
  list-style-image: none;
}

.baseall-s .main-r li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #666666;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.baseall-s p.pagelinkout {
  margin: 0.56em 10px 0.56em 10px;
  padding: 0 0 0 15px;
  background-image: url(/images/s_icon_li.gif);
  background-repeat: no-repeat;
  background-position: 3px 0.5em;
  line-height: 1.5;
  _height: 1%;
}

.baseall-s p.pagelinkin {
  margin: 0.56em 10px 0.56em 10px;
  padding: 0 0 0 16px;
  background-image: url(/images/s_icon_li.gif);
  background-repeat: no-repeat;
  background-position: 3px 0.4em;
  line-height: 1.5;
  _height: 1%;
}

.baseall-s table.table01 {
  border: 1px solid #999999;
}

.baseall-s th {
  border: 1px solid #999999;
}

.baseall-s td {
  border: 1px solid #999999;
}

/* 災害用緊急情報エリア */
.baseall-s .s-kinkyu-box {
  margin: 20px 0 10px 0;
  padding: 0;
  border: 3px solid #BC3C16;
  background-image: none;
}
.baseall-s .s-kinkyu-box .wysiwyg_wp {
    padding-left: 10px;
    padding-right: 10px;
}
.baseall-s .s-kinkyu-box .h2bg {
  margin: 0;
}

.baseall-s .s-kinkyu-box .h2bg div {
  border: none;
  background-color: #BC3C16;
  color: #FFFFFF;
}

.baseall-s .s-kinkyu-box .h2bg h2 {
  padding: 3px 0 1px 8px;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: normal;
  background-color: transparent;
}

.baseall-s .s-kinkyu-box .h4bg {
  margin-right: 10px;
}

/* 災害用右エリア */
/* 共通枠 */
.baseall-s .bgbox {
  clear: both;
  margin: 1.2em 0 10px 0;
  padding: 5px 5px;
  border: 3px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #131313;
}

/* ボックス内floatのclear */
.bgbox:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.bgbox {
  display: inline-block;
}

/* Hides from macIE \*/
* html .bgbox {
  height: 1%;
}

.bgbox {
  display: block;
}

/* End hide from macIE */
.baseall-s .bgbox h2 {
  margin: 5px;
  padding: 4px 0 0 4px;
  font-size: 1.6rem;
  background-color: #D8D8D8;
  color: #131313;
}

.baseall-s .s-anzen h2 {
  border-left: 7px solid #1A3D77;
}

.baseall-s .s-main-menu h2 {
  border-left: 7px solid #1A3D77;
}

.baseall-s .bgbox ul {
  padding-left: 10px;
}

/* 災害用フッター */
.baseall-s .foot1bg {
  clear: both;
  margin: 20px auto 0 auto;
  padding: 0;
  border: none;
}

.baseall-s .tothispage {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* このページの上へ戻る */
.baseall-s .tothispage div {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  border-bottom: none;
  background-color: #FBCECE;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 10px 0.8em;
  color: #131313;
  _height: 1%;
}

.baseall-s .tothispage div a {
  margin: 0;
  padding: 7px 10px 7px 10px;
  display: block;
}

/* フッター　2 */
.baseall-s .foot2bg {
  margin: 0;
  padding: 0;
  background-color: #FBCECE;
  color: #131313;
  overflow: hidden;
}

/* フッター　3 */
.baseall-s .foot3bg {
  clear: both;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #983012;
  background-image: none;
  color: #131313;
}

/* アドレス */
.baseall-s .f0add {
  clear: both;
  margin: 0 auto 0 auto;
  padding: 8px 5px 8px 18px;
  min-width: 48px;
}

.baseall-s .f0add h2 {
  float: left;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 2.2rem;
  background-color: transparent;
  padding: 3px 0 0 0;
}

.baseall-s .f0add h3 {
  color: #FFFFFF;
  background-color: transparent;
}

.baseall-s address {
  color: #FFFFFF;
  background-color: transparent;
  float: left;
  margin: 0 0 5px 30px;
  clear: none;
}

/* コピーライト */
.baseall-s #f0copy {
  margin: 0 0 0 20px;
  padding: 3px 0 3px 0;
  color: #FFFFFF;
  text-align: left;
  background-color: transparent;
  clear: both;
  font-size: 1.4rem;
}
.baseall-s .wrap {
    width: auto;
}

.baseall-s {
    letter-spacing: normal !important;
}

.baseall-s div.s-kinkyu-box div.h2bg::before,.baseall-s div.s-kinkyu-box div.h2bg::before {
    content: none;
}

.baseall-s div.h2bg h2::before, #kinkyu .h2bg h2::before{
    content: none;
}

.baseall-s .h2bg::before {
    content: none;
}
/* clearfix
============================== */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ==================================================
緊急情報
================================================== */
.s-headbg_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 input.h0box {
  background-color: #FFF;
}

#importants {
  padding: 0 0 30px 0;
  position: absolute;
  top: 125px;
  z-index: 899;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#kinkyu {
    width: 100%;
}
.important_content {
  padding: 20px 15px;
  margin: 0;
  overflow: hidden;
  line-height: 1.55;
  width: 100%;
}

#top_main > .importants {
  margin: 200px 10px 0.85em 10px;
}

/* ==================================================
緊急情報・災害　共通タグの基本定義
================================================== */
#kinkyu h2 {
  clear: both;
  margin: 0;
  padding: .8em 10px 0.8em 10px;
  font-size: 100%;
  line-height: 1.5;
  _height: 1%;
}

#kinkyu .h2bg h2 {
  color: #332B1A;
}

#kinkyu .h3bg {
  border-left: 4px solid #295067;
  margin: 1em 2px 0.8em 3px;
}

#kinkyu h4 {
  margin: 0.7em 0 0.56em 10px;
  padding: 2px 0 0px 16px;
  line-height: 1.5;
  font-weight: bold;
  _height: 1%;
}

#kinkyu .h4bg h4 {
  padding: 0;
}

#kinkyu h5, .baseall-s h5 {
  margin: 0.7em 0 0.56em 10px;
  padding: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-radius: 0;
  background-color: transparent;
}

#kinkyu h6, .baseall-s h6 {
  margin: 0.7em 0 0.56em 10px;
  padding: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
#kinkyu ul, .baseall-s ul {
  padding-left: 25px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  padding-bottom: 0.85em;
  margin: 0.7em 5px 0.7em 0;
}

#kinkyu ol, .baseall-s ol {
  margin: 0.7em 5px 0.7em 0;
  /* padding: 0 0 0 10px; */
  padding-left: 25px;
  overflow: visible;
  padding-bottom: 0.85em;
}

#kinkyu ul li, .baseall-s ul li {
  /* padding: 0 15px; */
  padding-left: 0;
  background-image: none;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  padding-bottom: 0.5em;
}

#kinkyu ul li:before, .baseall-s ul li:before {
  content: none;
}


/* 災害用共通 */
.baseall-s div.h2bg, #kinkyu .h2bg {
  margin: 0 0 0.5em 0;
  border-radius: 0;
  border: none;
}

.baseall-s div.h2bg div, #kinkyu .h2bg div {
  background-color: #B93A32;
  background-image: none;
  color: #FFFFFF;
  border: none;
  padding: 0;
}
#kinkyu .h2bg::before,
.baseall-s .h2bg::before{
  content:none;
}

.baseall-s div.h2bg h2, #kinkyu .h2bg h2 {
  color: #FFFFFF;
  background-color: transparent;
  font-size: 2.2rem;
  font-weight: normal;
  padding: 5px 20px 8px 20px;
  border: none;
  margin: 0;
}
.baseall-s .h2bg .text-color-red,
.baseall-s .h2bg .text-color-yellow ,
.baseall-s .h2bg .text-color-green,
.baseall-s .h2bg .text-color-blue,
.baseall-s .h2bg .text-color-aqua ,
.baseall-s .h2bg a:link,
.baseall-s .h2bg a:visited,
.baseall-s .h2bg a:focus,
.baseall-s .h2bg a:hover,
.baseall-s .h2bg a:active {
  color: #fff ;
}
.baseall-s div.h3bg, #kinkyu .h3bg {
  margin: 1em 0 0.7em 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  color: #131313;
  border-left: none;
  background-image: none;
}

.baseall-s div.h3bg div, #kinkyu .h3bg div {
  padding: 0;
  border: none;
  border-left: 5px solid #B93A32;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
}

.baseall-s div.h3bg h3, #kinkyu .h3bg h3 {
  border: none;
  padding: 4px 8px;
  font-size: 2.0rem;
}

.baseall-s div.h4bg, #kinkyu .h4bg {
  border: none;
  font-size: 1.8rem;
  margin: 0.7em 0 0.56em 0;
  padding: 0;
  background: none;
}

.baseall-s div.h4bg div, #kinkyu .h4bg div {
  border-left: 5px solid #B93A32;
  padding: 0 5px 0 10px;
  border-radius: 0;
  background-color: transparent;
}

.baseall-s h4, #kinkyu h4 {
  margin: 0;
  color: #222222;
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
}

.baseall-s p.pagelinkout {
  margin: 0.56em 10px 0.56em 10px;
  padding: 0 0 0 15px;
  background-image: url(/images/s_icon_li.gif);
  background-repeat: no-repeat;
  background-position: 3px 0.5em;
  line-height: 1.5;
  _height: 1%;
}

.baseall-s p.pagelinkin {
  margin: 0.56em 10px 0.56em 10px;
  padding: 0 0 0 16px;
  background-image: url(/images/s_icon_li.gif);
  background-repeat: no-repeat;
  background-position: 3px 0.4em;
  line-height: 1.5;
  _height: 1%;
}

.baseall-s table.table01 {
  border: 1px solid #999999;
}

.baseall-s th {
  border: 1px solid #999999;
}

.baseall-s td {
  border: 1px solid #999999;
}

/* 災害用緊急情報エリア */
.baseall-s div.s-kinkyu-box div.h2bg {
  margin: 0;
}

.baseall-s div.s-kinkyu-box div.h2bg div {
  border: none;
  background-color: #B93A32;
  color: #FFFFFF;
}

.baseall-s div.s-kinkyu-box div.h2bg h2 {
  padding: 3px 0 6px 8px;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: normal;
  background-color: transparent;
}

.baseall-s div.s-kinkyu-box div.h4bg {
  margin-right: 0;
  margin-left: 0;
}

.baseall-s .head2list li:before {
  background: none;
}

/* ▽画像エリア内▽ */
.baseall-s .img-area {
  margin: 0.56em 5px 0 0;
  padding: 0;
}

.baseall-s .img-area p {
  background-color: transparent;
}

/* ▽画像エリア内floatのclear▽ */
.baseall-s .img-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.baseall-s .img-area {
  display: inline-block;
}

/* Hides from macIE \*/
* html .img-area {
  height: 1%;
}

.baseall-s .img-area {
  display: block;
}

/* End hide from macIE */
/* ▽画像説明（センター）▽ */
.baseall-s p.img-center {
  padding-bottom: 0.25em;
  text-align: center;
  font-size: 1.6rem;
  color: #555555;
  display: table;
  width: 160px /* minimum width; */;
  margin: 0 auto;
}

/* ▽画像説明（センター）▽ */
.baseall-s p.img-center {
  padding-bottom: 0.25em;
  text-align: center;
  font-size: 1.6rem;
  color: #555555;
  display: table;
  width: 160px /* minimum width; */;
  margin: 0 auto;
}

/* ▽画像説明（左　文章回りこみ無し）▽ */
.baseall-s p.img-left {
  float: left;
  padding-bottom: 0.25em;
  /* color: #555555; */
  text-align: center;
  _margin-left: 5px;
  display: table;
  width: 160px /* minimum width */;
}

/* ▽画像説明（右　文章回りこみ無し）▽ */
.baseall-s p.img-right {
  float: right;
  padding-bottom: 0.25em;
  padding-right: 8px;
  padding-left: 5px;
  color: #555555;
  text-align: center;
  _margin-left: 5px;
  display: table;
  width: 160px /* minimum width */;
}

.baseall-s img.img-guidance {
  margin: 0;
  padding: 0;
  position: absolute;
}

/* リンク */
.baseall-s table.table01 {
  margin: 0.2em 5px 0.2em 10px;
  padding: 0;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.5;
}

.baseall-s caption {
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.baseall-s th {
  margin: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
  color: #333;
  background-color: #EEEEEE;
  text-align: left;
}

.baseall-s td {
  margin: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
  color: #333;
  background-color: #FFF;
}

.baseall-s table.table01 p {
  margin: 0;
  font-size: 100%;
  background-color: transparent;
  line-height: 1.5;
}

/* 表取り込み（Excel）の外枠と追記欄 */
.baseall-s .t-box {
  margin: 0.56em 0 0.56em 0;
}

.baseall-s .t-box p {
  margin: 0.14em 10px 0.14em 10px;
  padding: 0;
}

/* 表の外枠と追記欄 */
.baseall-s .t-box2 {
  margin: 0.56em 0 0.56em 0;
}

.baseall-s .t-box2 p {
  margin: 0.14em 5px 0.14em 10px;
  padding: 0;
}



/* @media screen and (max-width: 670px) { */
  /* 災害用ヘッダー */
.baseall-s {
	width: 1025px;
}
.baseall-s .head2list {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
/* 災害用コンテンツ左 */
.baseall-s .main-l {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 735px;
}

/* 災害用コンテンツ右 */
.baseall-s .main-r {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* ガイダンスリンク */
.baseall-s .footlist {
	clear: both;
	padding: 8px 0 8px 20px;
	border: none;
	width: 100%;
	background-color: #FBCECE;
}

.baseall-s .footlist li:before {
	background: none;
}
.baseall-s .footlist li a {
	text-decoration: underline;
	background:none;
    margin: 0;
    padding: 0;
}
.baseall-s .important_item {
    width: auto;
}

.baseall-s .importants {
    padding: 30px 20px;
}
.baseall-s .footlist li {
    list-style-type: none;
    list-style-image: none;
    padding: 0 15px;
}
/* ==================================================
災害smph
================================================== */

@media screen and (max-width: 670px) {
  #base {
    min-width: auto;
  }
  .baseall-s {
    width: 100%;
}

.baseall-s .main-l {
    float: none;
    width: 100%;
}

.baseall-s .main-r {
    float: none;
    width: 100%;
}
  .baseall-s .wrap {
  margin: 0 10px;
}
.baseall-s .footlist li:before{
  content: none;
}
.baseall-s address {
  margin: 0;
}
.baseall-s .f0add h2 {
  float: none;
}
.baseall-s .footlist {
  padding: 10px;
}
}
/* =======================
2026年3月　追加修正
======================= */
form.gsc-search-box {
    max-width: none !important;
    margin: 0 !important;
}

table.gsc-search-box td.gsc-search-button, 
.gsc-search-button.gsc-search-button-v2 {
    display: initial !important;
}

table.gsc-search-box td.gsib_a {
    padding-left: 50px !important;
}
td.gsib_b {
    /* width: auto !important; */
    height: auto !important;
}
.gsc-wrapper {
    max-width: none !important;
}
.baseall-s .search {
    width: 250px;
    margin-right: 10px;
}

.baseall-s .search .gsc-input-box td#gs_tti50 {
    background-color: #fff !important;
}