@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;
}


/* ===========================================
初期設定
=========================================== */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

/* ===========================================
【英数字の折り返し設定】
パンくず、大見出し、画像キャプション、a08_リンク、a05_ファイルダウンロード（PDF等）、ローカルナビは
word-break:break-all;を設定してるため、英単語が途中で折り返す
=========================================== */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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: #222222;
  background-color: #FFF;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}


/* フォーム部分のフォント指定 */

button, input, select, textarea {
  font-family: inherit;
  color: #222222;
}


/* フォント指定 */

body {
  font-family: 'BIZ UDGothic', "メイリオ", sans-serif;
}


/* ===========================================
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: #222222;
}


/* 隠しジャンプ（css） */

.blockskip {
  padding: 0;
  margin: 0;
}

.skip {
  width: 1px;
  color: #222222 !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: #222222 !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, h2, h3, h4, h5, h6 {
  color: #222222;
}

h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

h4 {
  font-size: 2.0rem;
  font-weight: bold;
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

h6 {
  font-size: 1.6rem;
  font-weight: bold;
}

p, address, table, dt, dd {
  line-height: 1.75;
  font-size: 1.6rem;
}

li {
  font-size: 1.6rem;
}

rt {}


/* スタイル回り込み解除 */

.h1bg {}

.h2bg {
  overflow: hidden;
}

.h3bg {
  overflow: hidden;
}

.h4bg {
  overflow: hidden;
}

h5 {
  overflow: hidden;
}

h6 {
  overflow: hidden;
}

.t-box, .t-box2 {
  margin-bottom: .85em;
}

.t-box>p, .t-box2>p {
  padding-left: 0;
  padding-right: 0;
}

p {
  padding-bottom: .85em;
  padding-left: 0.85em;
  padding-right: .85em;
}

ul {
  padding-bottom: .85em;
  list-style-type: none;
  list-style-image: none;
}

ul ul, ul ol, ol ol, ol ul {
  padding-top: .85em;
}

ol {
  padding-left: 50px;
  padding-bottom: .85em;
}

li {
  padding-bottom: .5em;
  position: relative;
}

li>ol, li>ul {
  padding-bottom: 0;
}

.wysiwyg_wp ul, .t-box2 table ul, .img-area-l ul, .img-area-r ul, table ul, #contact ul {
  list-style-type: disc;
  list-style-image: none;
  padding-left: 30px;
}

dl {
  padding-bottom: .85em;
  padding-left: .85em;
  padding-right: .85em;
}

dt {
  font-weight: bold;
}


/* ～の説明文章 */

p.filelink+.wysiwyg_wp.txtCaption, p.externalLink+.wysiwyg_wp.txtCaption, p.innerLink+.wysiwyg_wp.txtCaption {
  margin-top: -.65em;
  margin-left: 20px;
}


/* 複数リンクの場合 */

p.filelink+p.filelink, p.externalLink+p.externalLink, p.innerLink+p.innerLink, p.externalLink+p.innerLink, p.innerLink+p.externalLink {
  /* margin-top: -.65em; */
}


/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
  color: #1b2d6c;
  text-decoration: underline;
}

a:visited {
  color: #880088;
  text-decoration: underline;
}

a:active {
  color: #CC0000;
  background-color: transparent;
}

a:hover, a:focus {
  color: #0066CB;
  background-color: transparent;
  text-decoration: underline;
}


/* ページ内リンク下線消し */

a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}


/*検索窓
============================== */


/* 検索窓 */

.h0search {
  background-color: transparent;
}

.h0search table, .h0search tr, .h0search th, .h0search td {
  border: none;
  padding: 0;
  border-radius: 4px 0 0 4px;
}

.h0search .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}

.h0search form.gsc-search-box {
  margin-bottom: 0 !important;
}

.h0search table {
  margin: 0 !important;
}

.h0search table.gsc-search-box {
    /* border-radius: 4px; */
}

.h0search table.gsc-search-box td, .h0search table.gsc-search-box td.gsc-input {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  /*幅*/
}

.h0search table.gsc-search-box td input.gsc-input {
  /* font-family: 'Noto Sans JP',"メイリオ", sans-serif; */
  background-color: transparent !important;
  height: 32px !important;
  padding-left: 10px !important;
  /* font-size: 1.3rem; */
  /* -webkit-box-sizing: border-box; */
  /* box-sizing: border-box; */
  background-position: left 10px center !important;
  /* border: 1px solid #E5E5E5 !important; */
  /* border-radius: 4px 0 0 4px; */
}

.h0search .gsc-input-box {
  border: 1px solid #D3D3D3 !important;
  /* background: none; */
  /* background-color: #FFF; */
  padding: 0 !important;
  border-radius: 4px 0 0 4px;
}

.h0search .gsc-search-button {
  margin: 0;
}

.h0search .gsc-search-button button.gsc-search-button-v2 {
  background-color: #2B2B2B !important;
  border-color: #2B2B2B !important;
  display: block;
  text-decoration: none;
  margin-left: 0 !important;
  min-height: 34px;
  width: 46px;
  cursor: pointer;
  padding: 4px 0 0 0;
  border-radius: 0 4px 4px 0;
}

.h0search .gsc-search-button-v2 svg {
  width: 24px;
  height: 24px;
  fill: #FFF;
}

.h0search .gscb_a {
  vertical-align: middle;
}

.h0search .gsst_b {
  padding: 0;
}


/*パンくず
============================== */

.pankuzu {
  background-color: #FFF;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 14px 0;
  overflow: hidden;
}

.pankuzu .pk-img {
  display: none;
}

.pankuzu ol, .pankuzu ul {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}

.pankuzu ol li, .pankuzu ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 40px 0 10px;
  background-image: none;
  list-style: none;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 1.5;
  clear: none;
}

.pankuzu li.pk-thispage::before {
  border: none;
}

.pankuzu li::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #AAA;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 0.53em;
  width: 6px;
  left: auto;
}

.pankuzu ol li a:link, .pankuzu ul li a:link {
  color: #1B2D6C;
}


/* ===========================================
▼コンテンツパーツ▼
=========================================== */


/* 更新日　SNSボタン */

.main_title_wp {
  background-color: #FFF;
  margin: 0 0 40px 0;
  position: relative;
  /* min-height: 182px; */
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


/* ページID */

.pagenumber {
  text-align: right;
  width: 1200px;
  margin: 0 auto -26px auto;
}

p.date-title {
  padding: 0;
  margin: 10px 0 0.1em;
}

p.date-title>span {
  border-bottom: 1px solid #E2E2E2;
  padding: 0 0 4px 0;
}


/* 更新日 */

.basic_info_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.update {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}

.update::before {
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 0.9rem;
  right: 0;
}

/* 印刷ボタン */

.insatsu_btn_link {
  margin: 0 10px 0 0;
  padding: 2px 2px 2px 40px;
  background-color: #FFF;
  background-image: url(/images/c_btn_insatsubtn.png);
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  width: 90px;
  min-height: 26px;
  text-align: left;
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}


/* SNSボタン */

.socialmedia #sns_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sns_btn:last-of-type {
  margin: 0;
}

.sns_btn {
  margin: 0 10px 0 0;
  padding: 0;
}

.sns_btn img {
  height: 26px !important;
  width: auto;
}


/* 大見出し */

.main_title_wp::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: -o-linear-gradient(left, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(122, 130, 188, 1)), color-stop(15%, rgba(86, 129, 164, 1)), color-stop(30%, rgba(104, 183, 217, 1)), color-stop(45%, rgba(51, 147, 132, 1)), color-stop(60%, rgba(128, 162, 94, 1)), color-stop(75%, rgba(235, 174, 0, 1)), color-stop(90%, rgba(216, 89, 114, 1)), to(rgba(224, 104, 128, 1)));
  background: -o-linear-gradient(left, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  background: linear-gradient(to right, rgba(122, 130, 188, 1) 0%, rgba(86, 129, 164, 1) 15%, rgba(104, 183, 217, 1) 30%, rgba(51, 147, 132, 1) 45%, rgba(128, 162, 94, 1) 60%, rgba(235, 174, 0, 1) 75%, rgba(216, 89, 114, 1) 90%, rgba(224, 104, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a82bc', endColorstr='#e06880', GradientType=1);
  bottom: 0;
  left: 0;
}

.h1bg {
  min-height: 160px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1bg div {
  width: 1200px;
}

.h1bg h1 {
  margin: 26px 0;
  padding: 0 20px 2px 35px;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}

.h1bg h1::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #0066CB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}


/* a01_中見出し */

.h2bg {
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  position: relative;
}

.h2bg>div {
  background-color: #E8F0FC;
  padding: 9px 20px 9px 32px;
  border-radius: 12px;
}

h2 {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
}

.h2bg h2::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  height: calc(100% - 40px);
  border-left: 5px solid #4DC2FA;
  border-radius: 3px;
  display: inline-block;
}

h2.h2img {
  margin: 1.2em 0 0.8em 0;
  padding: 0;
  line-height: 1%;
}


/* a02_小見出し */

.h3bg {
  margin: 1.2em 0 0.5em;
  padding: 0;
  position: relative;
}

.h3bg div {
  margin: 0;
  padding: 0;
  background-color: #eaf8db;
  border-radius: 12px;
}

.h3bg h3::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  height: calc(100% - 38px);
  border-left: 5px solid #aae570;
  border-radius: 2.5px;
  display: inline-block;
}

h3 {
  margin: 0;
  padding: 8px 10px 8px 32px;
}


/* a19-1_細見出し */

.h4bg {
  margin: 0.7em 0 0.56em;
  padding: 0;
  position: relative;
}

.h4bg div {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 10px 10px 10px 32px;
}

.h4bg h4::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  height: calc(100% - 40px);
  border-left: 5px solid #ffba33;
  border-radius: 2.5px;
  display: inline-block;
}


/* a19-2_細々見出し */

h5 {
  padding: 0 0 0 12px;
  color: #0066cb;
  margin: 0.7em 0 0.56em;
}

h6 {
  padding-top: 0.25em;
  padding-bottom: 0.58em;
  padding-left: 0.85em;
  padding-right: 26px;
}


/* a03_文章 */


/* a03_文章 動画スマホ表示サイズ調整*/

@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
  }
}


/* a03_文章 るび調整*/

ruby {
  line-height: 2.5;
}


/* a05_ファイルダウンロード（PDF等） */

.filelink a {
  background-image: url(/images/c_icon_filelink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  clear: both;
  display: inline-block;
  background-position: 0px .3em;
  background-size: 16px;
  vertical-align: bottom;
  word-break: break-all;
}


/* a06_表　a07_表取り込み（Excel） */

.scroll_table table, .wysiwyg_wp>table, .t-box2>table, .t-box>table {
  word-wrap: break-word;
}

.wysiwyg_wp>table iframe, .t-box2>table iframe {
  width: 100%;
}

.wysiwyg_wp>table ol, .t-box2>table ol, .wysiwyg_wp>table ul, .t-box2>table ul, .img-area-l>table ol, .img-area-l>table ul, .img-area-r>table ol, .img-area-r>table ul {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .wysiwyg_wp table ol, .wysiwyg_wp table ul, .t-box2 table ol, .t-box2 table ul, .img-area-l table ol, .img-area-l table ul, .img-area-r table ol, .img-area-r table ul {
    padding-right: 0;
    padding-left: 25px;
  }
  @media all and (-ms-high-contrast: none) {
    table img {
      width: 100%;
    }
  }
}


/* 内部リンク
============================== */

.innerLink a.innerLink {
  background-image: url(/images/c_icon_inlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 4px .59em;
  background-size: 7px;
  display: inline-block;
  word-break: break-all;
}


/* 外部リンク
============================== */

.externalLink a.externalLink {
  background-image: url(/images/c_icon_outlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 0 .4em;
  background-size: 16px;
  display: inline-block;
  word-break: break-all;
}


/* a12_HTML取り込み */

.insertfile {
  padding: 0.8em 0 1.2em 0;
}


/* a13_ページ内リンク */

ul.linkjump li::before {
  content: none;
}

ul.linkjump {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

ul.linkjump li {
  float: left;
  padding: 3px 10px 10px 0;
  line-height: 1.75;
}

ul.linkjump li a {
  border: 1px solid #c1dcf8;
  padding: 7px 20px 7px 38px;
  display: block;
  background-image: url(/images/c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 20px 1.2em;
  background-size: 8px;
  border-radius: 22px;
  color: #222222;
  text-decoration: none;
}
ul.linkjump li a:hover {
  text-decoration: underline;
}
ul.linkjump2 li {
  padding: 3px 0 1px 20px;
  line-height: 1.75;
  background-image: url(/images/2022_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 5px 1.4rem;
  list-style: none;
}


/* a18_地図情報（文章あり） */

.mapimg {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}

.markernav {
  overflow: hidden;
}


/* a17_ページの上部へ */

.tothispage2 {
  clear: both;
}

.totoptxt {
  padding: 0;
  clear: both;
  text-align: right;
  position: relative;
  padding: 0.56em 0 0.56em 0;
  margin-left: auto;
}

.totoptxt a {
  padding-left: 20px;
  position: relative;
}

.totoptxt a::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
}


/* 画像パーツ
============================== */

.img-area {
  padding: 0;
  display: block;
  padding-bottom: 10px;
}

img {
  border: none;
  vertical-align: middle;
}

.img-only>a, .img-right>a, .img-left>a, .img-center>a {}


/* キャプション */

.img-only>span, .img-right>span, .img-left>span, .img-center>span {
  word-break: break-all;
  /* font-size: 1.4rem; */
}


/* 画像エリア内floatのclear */

.img-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}


/* 画像横並び（2連） */

p.imglink-side2 {
  float: left;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

.imglink-side2 {
  padding: 0 10px 10px 0;
}

.imglink-side2 span {
  padding: 5px 0 0 0;
  display: block;
  word-break: break-all;
  /* font-size: 1.4rem; */
}

p.imglink-side2:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像横並び（3連） */

p.imglink-side3 {
  padding: 0;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side3 {
  padding: 0 10px 10px 0;
}

p.imglink-side3 span {
  padding: 5px 0 0 0;
  display: block;
  word-break: break-all;
  /* font-size: 1.4rem; */
}

p.imglink-side3:nth-child(1) {
  padding: 0 10px 5px 0;
}


/* 画像横並び（4連）  */

p.imglink-side4 {
  float: left;
  padding: 0 10px 10px 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side4 img {
  padding: 0;
}

p.imglink-side4 span {
  padding: 5px 0 0 0;
  display: block;
  /* font-size: 1.4rem; */
}

p.imglink-side4:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像リンク　5連 */

p.imglink-side5 {
  float: left;
  padding: 0 5px 10px 5px;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side5 img {
  padding: 0;
}

p.imglink-side5 span {
  padding: 5px 0 0 0;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side5:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* ▽拡大画像3横並び▽ */

.img-area p.img-side3 {
  float: left;
  margin: 0.56em 0 0.1em 0;
  padding: 0;
  color: #555555;
  text-align: center;
  display: table;
  width: 160px/* minimum width */
  ;
}

.img-area p.img-side3 img {
  margin: 0 0 0 10px;
  padding: 0;
}

.img-area p.img-side3 span {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.4rem;
}


/* 画像（左）＋文章（文章回りこみ） */

.img-area-l {
  padding-bottom: .85rem;
  overflow: hidden;
}

.imglink-txt-left {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-right: 10px;
}

.imglink-txt-left img {
  padding: 0;
}

p.imglink-txt-left span {
  display: block;
  word-break: break-all;
}


/* 画像（右）＋文章（文章回りこみ） */

.img-area-r {
  overflow: hidden;
  padding-bottom: .85rem;
}

p.imglink-txt-right {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-left: 10px;
}

p.imglink-txt-right img {
  padding: 0;
}

p.imglink-txt-right span {
  display: block;
  word-break: break-all;
}


/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.wysiwyg_wp ol, .wysiwyg_wp ul, #contact ul, #contact ol, table ul, table ol, .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;
}


/* .m-box2 ul, */

.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 {
  /*overflow: hidden;*/
}

.img-area-l ul {}

.img-area-l ol, .img-area-r ol {
  padding-left: 50px;
}

.img-area-l table ol, .img-area-r table ol {
  padding-left: 25px;
}


/*  IE　表スタイル調整 */

@media screen and (-ms-high-contrast: none) {
  .wysiwyg_wp table ol, .t-box2 table ol, .img-area-l table ol, .img-area-r table ol {
    padding-left: 32px;
  }
}


/* Adobe Readerのダウンロード
============================== */

.dladobereader {
  clear: both;
  padding: 16px 20px 16px 8px;
  border: 1px solid #DDDDDD;
  background-color: #FFF;
  margin-top: 1.85em;
  margin-bottom: 0.85em;
  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-radius: 12px;
}

.dladobereader img {
  padding-right: 5px;
  vertical-align: middle;
}


/* この記事への問い合わせ
============================== */


/* 問い合わせ先 */

.contact {
  clear: both;
  margin: 40px 0 40px;
  padding: 0 0 20px 0;
  background-color: #eff6fd;
  color: #222;
  border-radius: 26px;
}

.contact h2 {
  margin: 0;
  padding: 17px 20px 16px;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: transparent;
  /* border-bottom: 1px solid #CCC; */
  position: relative;
}

.contact h2:before {
  color: #c6daf7;
  content: "";
  display: inline-block;
  width: 96%;
  height: 2px;
  background-color: #c6daf7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact p {
  margin: 20px 10px 0 20px;
  padding: 0;
}

.contact p:first-of-type>strong:first-of-type {
  font-size: 2.2rem;
  color: #004D9F;
}

.contact p.con-mail {
  margin: 15px 0 0 20px;
  padding: 0;
}

.contact p.con-mail a {
  display: block;
  padding: 9px 10px 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 240px;
  text-align: center;
}


/* 評価エリア　この情報はお役に立ちましたか？
============================== */


/* 
#formmail {
  border: 1px solid #0250AD;
  padding: 20px;
  background-color: #EBF1FA;
}

#formmail h2 {
  font-size: 2.0rem;
}

.feedback label {
  margin: 0 10px 0 4px;
  padding: 0;
}

.formtxt input[type="radio"] {
  vertical-align: baseline;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.feedback p {
  padding: 0;
}

.formtxt legend {
  padding-left: 8px;
  position: relative;
  font-weight: bold;
}

.formtxt legend:first-of-type::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #000222;
  position: absolute;
  top: .2em;
  left: 0;
}

.fedd1, .fedd2 {
  margin-top: 10px;
}

input.fedbt {
  background-color: #0250AD;
  padding: 10px 34px;
  font-size: 1.6rem;
  color: #fff;
  min-width: 200px;
  margin: 20px 0 0 0;
  font-weight: bold;
} */


/* 関連リンク
============================== */

.contkanren-box {
  clear: both;
  margin: 10px 0 40px 0;
  padding: 0 0 5px 0;
  background-color: #fff5e1;
  border-radius: 26px;
}

.contkanren_title {
  border-bottom: 2px solid #ffd78a;
  margin: 0 20px;
}

.contkanren_title>h2 {
  margin: 0;
  padding: 19px 10px 18px 6px;
  font-size: 1.8rem;
  font-weight: bold;
}

.contkanren_inner {
  padding: 10px 20px 0 20px;
}


/* ===========================================
▼インデックスパーツ▼
=========================================== */


/*  am04_新着情報  */

.newinfo-title {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid rgb(226, 226, 226);
}

.newinfo-box h2 {
  margin: 0;
  padding: 19px 10px 20px 40px;
  font-size: 2.2rem;
}

.newinfo-box {
  clear: both;
  margin: 10px 0 40px 0;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 26px;
}

.newinfo-box ul.info-list {
  margin: 0 30px;
  padding: 0;
}

.newinfo-box ul.info-list li:last-of-type {
  border-bottom: none;
}

.newinfo-box ul.info-list li {
  padding: 23px 10px 24px;
  border-bottom: 1px solid #E2E2E2;
}

ul.info-list li {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 23px 20px 24px 20px;
  width: auto;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #E2E2E2;
}

ul.info-list .date, ul.norcor .date {
  margin: 0;
  padding: 0;
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ichiran-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 17px 0 16px;
  margin: 0 30px;
  border-top: 1px solid #E2E2E2;
}

.ichiran-all div {
  margin: 0;
  padding: 0 10px 0 26px;
  font-size: 1.6rem;
  text-align: right;
  background-image: url(/images/c_icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 10px;
  /* _height: 1%; */
}

.ichiran-all div a {
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}

.ichiran-all div a:link {
  color: #222;
}

.ichiran-all div a:hover, .ichiran-all div a:focus {
  color: #0066CB;
  text-decoration: underline;
}

ul.info-list li span a:link {
  color: #222
}

ul.info-list li span a:hover, ul.info-list li span a:focus {
  color: #0066CB;
}


/* 0件 */

.newinfo-box>p {
  padding: 10px 40px;
  margin: 10px 0 40px 0;
}


/* 終了アイコン */

img.eventend {
  vertical-align: middle;
  margin-left: 8px;
}


/* よく閲覧されるページ
============================== */

.yokumiru-box {
  clear: both;
  margin: 10px 0 40px 0;
  padding: 0 0 5px 0;
  background-color: #EFECFB;
  border-radius: 26px;
}

.yokumiru_title {
  border-bottom: 2px solid #AEA0ED;
  margin: 0 20px;
}

.yokumiru_title>h2 {
  margin: 0;
  padding: 19px 10px 18px 6px;
  font-size: 1.8rem;
  font-weight: bold;
}

ul.yokumiru_list {
  margin: 0 20px;
  padding: 0;
}

ul.yokumiru_list li:last-of-type {
  border-bottom: none;
}

ul.yokumiru_list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}

.yokumiru-box ul.yokumiru_list li a {
  display: block;
  padding: 16px 40px 16px 20px;
  background-image: url(/images/c_icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  background-size: 18px auto;
}


/* メニューパーツ
============================== */

ul.site-li-1 li {
  width: calc(100% / 2 - 10px);
  margin: 0 10px 1rem 0px;
}

ul.site-li {
  padding-top: 0;
  list-style-type: none;
  list-style-image: none;
}

ul.site-li li {
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E4E4E4;
}

ul.site-li-2 li, ul.norcor li {
  background-image: none;
  padding-left: 0;
  padding-left: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}

.norcor-side li::before {
  content: none;
}

.m-title h2 {
  font-size: 2.2rem;
  position: relative;
}

ul.site-li-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.site-li-2 li {
  width: 50%;
}

.norcor li:first-of-type {
  border-top: 1px solid #E2E2E2;
}


/* 開閉メニュー */

.m-box2 {
  position: relative;
}

.m-box2 .switch_btn {
  position: absolute;
  top: 15px;
  right: 10px;
}

.m-box2 .open_menu {
  display: none;
}

.open_menu .site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* m-title メニュー矢印を前に付ける場合 */

.m-title {
  position: relative;
}

.m-title {
  margin-bottom: .85em;
}

.menulist {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menulist2 {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-title a {
  word-break: break-all;
  display: block;
  padding: 9px 40px 13px 24px;
  color: #222;
  background-image: url(/images/c_icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  background-size: 18px auto;
  background-color: #E2ECFB;
  border-radius: 12px;
  text-decoration: none;
}
.m-title a:hover {
  text-decoration: underline;
}

/* メニューパーツリンク色 */


/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li-2 a[href$="/index.html"], .site-li a[href$="/index.html"], .norcor a[href$="/index.html"] {
  background-image: url(/images/c_icon_idx.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  background-position: 0 0.29em;
  word-break: break-all;
  background-size: 18px 18px;
}

.norcor a[href$="/index.html"] {
  background-position: 0 0.9em;
}

.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/c_icon_cont.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  background-position: 0 .35em;
  word-break: break-all;
  background-size: 18px 18px;
}

.norcor a:not([href$="/index.html"]) {
  background-position: 0 .89em;
}

.norcor li .txtCaption {
  margin-left: 25px;
  margin-top: -.65em;
  display: block;
}

.norcor li .txtCaption a {
  background-image: none !important;
  padding: 0;
  display: inline !important;
  color: #1e449c;
  text-decoration: underline;
}

.site-li-1 a:hover, .site-li-2 a:hover, .site-li a:hover, .norcor a:hover {
  text-decoration: underline;
}

.norcor li a {
  padding: 10px 10px 10px 25px;
}


/* am02_メニュー画像リンク2列 */

.m-box2 .img-area-l {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

.m-box2 .img-area-l table img, .m-box2 .img-area-l table iframe {
  width: 100%;
  height: auto;
}


/* メニュー自動生成1列（子・孫）（横） */

.norcor-side {
  overflow: hidden;
  padding: 0 10px 0.86em 10px;
}

.norcor-side li {
  margin: 0.6em 12px 0.6em 0;
  padding: 0 30px 0 0;
  line-height: 2;
  background-color: transparent;
  background-image: url(/images/c_norcor_side_li_icon.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: 100% 0;
}

.norcor-side li a {
  line-height: 2;
}

.norcor-side li:first-child {
  padding: 0 20px 0 0;
  margin: 0.6em 12px 0.6em 0;
}

.norcor-side li:last-child {
  border-right: none;
  background-image: none;
}

.norcor-side li::before {
  content: none;
}

.norcor-side li {
  display: inline;
  margin: 0.6em 12px 0.6em 0;
  padding: 0 20px 0 20px;
  line-height: 2;
  line-height: 2.2;
  background: none;
  position: relative;
  border-bottom: none;
}

.norcor-side li::after {
  content: none;
}

.norcor-side li::before {
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #96A0A6;
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  top: .2em;
  left: -10px;
  -webkit-transform: skewX(150deg);
  -ms-transform: skewX(150deg);
  transform: skewX(150deg);
}

.norcor-side li:first-child::before {
  content: none;
}


/* 概要文 */

span.menu_summary {
  display: block;
  padding-left: 25px;
}


/* am01_メニュー自動生成2列（子・孫） */

.m-box2 {
  width: calc(100% / 2 - 10px);
  margin: 0 10px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2:nth-of-type(2) {
  margin: 0 0px 0 10px;
}


/* am01_メニュー自動生成3列（子・孫） */

.m-box3 {
  width: calc(100% / 3 - 14px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}

.m-box3:nth-of-type(3n) {
  margin-right: 0;
}

.m-box3:nth-of-type(1), .m-box3:nth-of-type(4n) {
  margin-left: 0;
}


/* am00_メニュー自動生成4列 */

ul.norcor.menu_4col>li {
  width: 25%;
  padding-right: 1px;
}

ul.norcor.menu_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* サイトマップ */

.site-li2 li {
  width: calc(100% / 3 - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

.site-li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-box {
  margin-bottom: 30px;
}

ul.site-map {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

ul.site-map li {
  background-image: none;
}


/* 全新着ページ */

.allNewsList-wp .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  background-color: transparent;
  padding: 5px 10px;
}

.allNewsList-wp .info-list li span.date {
  margin: 0;
  padding: 8px 10px 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  color: #0550bf;
  font-weight: bold;
  width: 11em;
}

img.update_icon {
  padding-left: 5px;
  vertical-align: middle;
}

.allNewsList-wp .info-list li a {
  /* position: relative; */
  /* display: inline-block; */
  /* padding: 0 20px 0 10px; */
  /* letter-spacing: 0.08em; */
  /* width: 100%; */
  /* color: #111111; */
  /* text-decoration: none; */
}

.allNewsList-wp .info-list li .link {
  width: 100%;
}

.allNewsList-wp .info-list li span.link a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.allNewsList-wp .info-list li span.link a:hover {
  text-decoration: underline;
}

.allNewsList-wp .info-list li span.link a:hover::before {
  right: -2px;
}

.allNewsList-wp .info-list li a img {
  vertical-align: middle;
  padding-left: 10px;
}

.allNewsList-wp .info-list li a {
  color: #222;
  display: block;
  width: 100%;
  position: relative;
  /* text-decoration: none; */
  padding: 8px 10px 5px 10px;
}

.allNewsList-wp .info-list li span {
  display: block;
  width: 100%;
}

.allNewsList-wp .info-list span a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #0550bf;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.allNewsList-wp .info-list span a:hover {
  /* text-decoration: underline; */
}


/* ===============================================
  広告エリア (トップ／次階層共通) 
================================================= */

.kokoku_wp {
  padding: 50px 0 40px;
  margin: 0;
  background-color: #ECEDEF;
}

.kokoku {
  width: 1080px;
  margin: 0 auto;
  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;
}

.kokoku ul {
  width: 800px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.kokokulist li:nth-of-type(5n) {
  margin: 0 0 12px 0;
}

.kokoku ul li {
  background: none;
  padding: 0;
  margin: 0 12px 12px 0;
}

.kokoku ul li img {
  width: 150px;
  height: auto;
}

.kokoku_wp p {
  margin: 0;
  padding: 0 0 0 40px;
}

.kokoku_wp p a {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.kokoku_wp p a::before {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.kokoku_wp p a:hover::before, .kokoku_wp p a:focus::before {
  right: -26px;
  border-top: 2px solid #0066CB;
  border-right: 2px solid #0066CB;
}

.kokoku_wp p a:link {
  color: #222;
}

.kokoku_wp p a:hover, .kokoku_wp p a:focus {
  color: #0066CB;
}


/* ==================================================
ローカルナビエリア
================================================== */


/* ボックス内floatのclear */

.lobgbox:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.lobgbox {
  display: inline-block;
}

* html .lobgbox {
  height: 1%;
}

.lobgbox {
  display: block;
}

.lobgbox {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  background-color: #0066CB;
  border-radius: 26px;
}

.lobgbox>h2 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.lobgbox ul {
  margin: 0 15px 26px;
  padding: 0;
  background-color: transparent;
  list-style-type: none;
}

.lobgbox li {
  margin: 0;
  padding: 0;
  background-image: none;
}


/* ローカルナビ
============================== */

#losubnavi .lobgbox>h2 {
  color: #FFF;
}

.lobgbox ul li:first-of-type a, #losubnavi ul li:first-of-type>span.now {
  border-radius: 12px 12px 4px 4px;
}

.lobgbox ul li:last-of-type a, #losubnavi ul li:last-of-type>span.now {
  border-radius: 4px 4px 12px 12px;
}

.lobgbox ul li a, #losubnavi ul li>span.now {
  display: block;
  padding: 14px 10px 14px 28px;
  margin: 0 0 2px 0;
  line-height: inherit;
  background-color: #FFF;
  position: relative;
  border-radius: 4px;
  color: #222222;
}

.lobgbox ul li a::before, #losubnavi ul li>span.now::before {
  position: absolute;
  top: 28px;
  left: 8px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#losubnavi ul li>span.now {
  background-color: #FCE7E3;
}

#losubnavi h2 span.lobox_img {
  margin: 0;
  padding: 20px 5px 20px 20px;
  display: block;
}

.lobgbox ul li:only-of-type a, #losubnavi ul li:only-of-type>span.now {
  border-radius: 12px;
}


/* レコメンド
============================== */

.lorecommend {
  background-color: #91C1F2;
}

.lorecommend>h2 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.lorecommend h2 span.lobox_img {
  margin: 0;
  padding: 16px 5px 18px 55px;
  display: block;
  background-image: url(/images/c_lonavi_icon_yoku.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 30px 30px;
}


/* 類似ページ
============================== */

.loruiji {
  background-color: #E9E9F4;
}

.loruiji h2 span.lobox_img {
  margin: 0;
  padding: 16px 5px 15px 55px;
  display: block;
  background-image: url(/images/c_lonavi_icon_osu.png);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 30px 30px;
}


/* 情報が見つからないときは
============================== */

.new_sidebt_box {
  margin: 0 0 20px 0;
  padding: 0;
}

.new_sidebt_box p {
  margin: 0;
  padding: 0;
}

.lo_johomitsukaranai a {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px 8px 16px 43px;
  background-color: #EBF074;
  background-image: url(/images/c_lonavi_icon_joho.png);
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 24px 24px;
  color: #222;
  text-decoration: none;
  border-radius: 12px;
  min-height: 70px;
}


/* ==================================================
イベントカレンダー
================================================== */

.calbt-li {
  /* display: none; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

.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: 12px;
  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/c_icon_arrow08.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 16px;
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}

.evecal_calbt li a:hover {
  text-decoration: underline;
}

.calbt_img01_wp {
  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;
}

.calbt_img02_wp {
  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%;
}

.calbt_img02 {
  width: 358px;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.calbt_img01 {
  width: 822px;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
}

.calbt_img01_text01 {
  display: block;
  font-size: 1.6rem;
}

.calbt_img01_text02 {
  display: block;
  font-size: 2.4rem;
  padding-right: 20px;
  background-image: url(/images/2022_c_icon_linkout.png);
  background-repeat: no-repeat;
  background-position: 100% 0.5em;
}

.calbt_img01_text_l {
  font-weight: bold;
}

.calbt_img01 a {
  padding: 16px 20px;
  display: block;
  text-decoration: none;
  color: #222222;
  min-height: 120px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 10px;
}

.calbt_img01 a:focus, .calbt_img01 a:hover, .calbt_img02 a:focus, .calbt_img02 a:hover {
  background-color: #e5eff5;
}

.calbt_img02_text {
  display: block;
  font-weight: bold;
}

.calbt_img02 a {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #222222;
  min-height: 120px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 10px;
}

.calbt_wp {
  margin-bottom: 40px;
}


/* イベカレインデックスメニュー
============================== */

#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;
}


/* アイコン詳細
============================== */

.evecal_directorylist {
  background-color: #f4f3f6;
  border-radius: 26px;
  padding: 24px;
}

.calicon-li li:nth-of-type(-n+4) {
  margin-top: 0;
}

.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: #ffffff;
  margin: 10px 10px 0 0;
  padding: 0 0 0 60px;
  background-image: none;
  width: calc((100% - 30px) / 4);
  border-radius: 12px;
  position: relative;
  min-height: 60px;
  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;
  line-height: 1.3;
}

.calicon-li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-weight: normal;
  padding: 15px 0 15px 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  /* text-decoration: none; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}

.calicon-li li:nth-of-type(4n) {
  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;
  width: 30px;
  height: auto;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

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;
}

.calicon_img {
  width: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calicon_text {
  width: 100%;
  text-align: center;
}


/* 本日開催のイベント */

#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;
}

#eventrecent ul li span {
  padding-bottom: .85em;
}


/* 申し込み締め切り */

#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;
}

#eventdeadline ul li span {
  padding-bottom: .85em;
}


/* カレンダーボタンリスト
============================== */

#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;
}


/* カレンダーページ枠
============================== */

.cal-wrap {
  margin: 0 0 30px 0;
}


/* 前の月・次の月
============================== */

.calwrap .lastmonth a {
  color: #fff;
}

.calwrap .nextmonth a {
  color: #fff;
}

.calwrap {
  margin: 1em 0 20px 0;
  padding: 8px 0;
  background-color: #0066cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calwrap p {
  margin: 0;
  padding: 5px 0;
}

.calwrap .lastmonth {
  width: 5.5em;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* background-image: url(/images/2022_prev_cal.png);
  background-repeat: no-repeat;
  background-position: 10px 50%; */
  font-size: 1.8rem;
  color: #fff;
}

.lastmonth span {
  margin: 0 0 0 38px;
  padding: 0;
  font-weight: bold;
}

.lastmonth span::before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #FFF;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 1em;
  top: .95em;
  width: 8px;
}

.calwrap .nextmonth {
  width: 5.5em;
  text-align: right;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* background-image: url(/images/2022_next_cal.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%; */
  font-size: 1.8rem;
  color: #fff;
}

.nextmonth span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #FFF;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 1em;
  top: .95em;
  width: 8px;
}

.nextmonth span {
  margin: 0 38px 0 0;
  padding: 0;
  font-weight: bold;
}

.calwrap .thismonth {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 2px 0 0 0;
  color: #fff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}


/* テーブル（カレンダー）
============================== */

#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: #222222;
  vertical-align: top;
  width: 14.28%;
  height: 100px;
}

#calendar td.sun {
  background-color: #FFF3ED;
  color: #222222;
}

#calendar td.cal_holiday, #calendar td.holi {
  background-color: #FDF4F2;
  color: #222222;
}

#calendar td.cal_sat, #calendar td.sat {
  background-color: #F0FCFF;
  color: #222222;
}

#calendar td.holi {
  background-color: #FFF3ED;
  color: #222222;
}

#calendar td.dirEventHoli {
  background-color: #FDF4F2;
  color: #222222;
}


/* セル内表示設定
============================== */

#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;
}


/* テーブル（一覧表）
============================== */

#calendarlist {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
  border-collapse: separate;
  border: solid 1px #DDDDDD;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 12px;
}

#calendarlist tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  border-right: none;
}

#calendarlist tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}

#calendarlist tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

#calendarlist tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

#calendarlist tr.cal_sun td, #calendarlist tr.sunday td {
  background-color: #fff3f4;
}

#calendarlist tr.cal_sat td, #calendarlist tr.cal_sat td {
  background-color: #eff7f8;
}

#calendarlist tr.cal_holiday td, #calendarlist tr.holiday td {
  background-color: #fff3f4;
}

#calendarlist tr.dirEventHoliday td {
  background-color: #FDF4F2;
  color: #222222;
}

#calendarlist th {
  margin: 0;
  padding: 7px 4px 6px 4px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #f4f3f6;
  text-align: center;
  font-size: 2.0rem;
}

#calendarlist td {
  vertical-align: top;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  margin: 0;
  height: 90px;
  text-align: center;
  background-color: transparent;
  position: relative;
}

#calendarlist tr>td:first-child, #calendarlist td.date {
  min-width: 280px;
  font-weight: bold;
  border-right: none;
}

span.calendar_day {
  display: block;
  padding: 5px 0 0 0;
  font-size: 2.0rem;
}

.calendar_day a {
    position: absolute;
    top: 0;
    left: 0;
}

#calendarlist tr.cal_sat, #calendarlist tr.sat {
  background-color: #EBF1FA;
}

#calendarlist td.cal_sat, #calendarlist td.sat {
  /* background-color: #EBF1FA; */
}

#calendarlist .day {
  width: 5em;
}

#calendarlist .week {
  width: 5em;
}

#calendarlist td.einfo {
  text-align: left;
}

#calendarlist tr.cal_today td:nth-child(2), #calendarlist tr.today td:nth-child(2) {
  border: 2px solid #0066cb;
  border-left: none;
}

#calendarlist tr.cal_today>td:first-child, #calendarlist tr.today>td:first-child {
  border: 2px solid #0066cb;
  border-right: 1px solid #DDDDDD;
}

#calendarlist a {
  color: #222222;
}

#calendarlist tr.cal_sat td:first-child, #calendarlist tr.saturday td:first-child {
  color: #16737f;
}

#calendarlist tr.cal_holiday td:first-child, #calendarlist tr.cal_sun td:first-child, #calendarlist tr.holiday td:first-child, #calendarlist tr.sunday td:first-child {
  color: #9e1c02;
}

#calendarlist .einfo {
  /* border-radius: 0 4px 4px 0; */
}


/* 今日判定 */

tr.today {
  border: 3px solid #0550BF;
}


/* イベント空判定 */

#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 {
  margin: 0.1em 2px 0.1em 0;
  padding: 1px 2px 3px 2px;
  background-color: transparent;
  color: #222222;
}

table#calendarlist p img {
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: auto;
}

table#calendarlist p span {}


/* ==================================================
ヘッダエリア
================================================== */


/* =====================
header
===================== */


/* ==================================================
フッターエリア
================================================== */

footer {
  position: relative;
  margin: 90px 0 0 0;
}

.foot_num a {
  text-decoration: none;
  pointer-events: none;
  color: #222;
}


/* 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: #2B2B2B;
  border: 1px solid #2B2B2B;
  color: #FFF;
  font-size: 1.4rem;
}

#swPc.btnAcv, #swSp.btnAcv {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  color: #222;
}

#swPc {
  border-radius: 4px 0 0 4px;
}

#swSp {
  border-radius: 0 4px 4px 0;
}

#swPc.btnAcv {
  border-radius: 4px 0 0 4px;
}

#swSp.btnAcv {
  border-radius: 0 4px 4px 0;
}


/* ==================================================
google検索結果
================================================== */


/* 検索ボックス */

.search-form table td {
  border: none;
  background-color: #fff;
  padding: 0;
  border-radius: 0 10px 10px 0;
}

.search-form .gsc-input-box {
  border: none !important;
}

.search-form .gsc-search-button-v2 svg {
  width: 40px;
  height: 40px;
}

.search-form button.gsc-search-button.gsc-search-button-v2 {
  background-color: #2B2B2B;
  border-color: #fff;
  min-height: 48px;
  padding: 4px 18px;
  border-radius: 0 10px 10px 0;
}

.search-form table.gsc-search-box td.gsc-input {
  padding: 5px 20px;
  border-radius: 10px 0 0 10px;
}

.search-form .gsst_a .gscb_a {
  color: #725335 !important;
}

.search-form form.gsc-search-box {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.search-form table.gsc-search-box {
  margin: 0 !important;
}

.search-form table.gsc-search-box td {
  border: none;
  padding: 0;
  background-color: #fff;
}


/* 件数、順番 */

.search-form .gsc-result-info-container, .search-form .gsc-orderby-container {
  border: none !important;
}

.search-form .gsc-control-cse .gsc-option-menu-container {
  font-size: 1.1rem;
}

.search-form .gsc-orderby-label {
  padding: 5px 10px 6px 0;
}

.search-form .gsc-selected-option-container {
  color: #222222;
  font-size: 1.1rem;
  height: 27px;
  min-width: 110px;
}


/* ページ数 */

.gsc-cursor-page.gsc-cursor-current-page {
  color: #222222 !important;
  border-color: #A90A08 !important;
}

.gsc-cursor-page {
  padding: 10px 15px;
  border: 1px solid #ccc;
  display: inline-block !important;
  margin-bottom: 5px;
}

.gsc-cursor-page {
  color: #1A73E8 !important;
}


/* =====================
（通常トップ用：緊急時）重要なお知らせ
===================== */

.important_item_wp {
  background-color: #FDD5CB;
}

.important_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  width: 1200px;
  margin: 0 auto;
}

.important_item .title {
  background-color: #C4333B;
  text-align: center;
  margin: 0;
  padding: 2px 10px;
  width: 200px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  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;
}

#kinkyu {
  background-color: #FFF;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 5px 5px 5px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 12px 12px 0;
}


/* =====================
防災連携エリア
===================== */

.bosaimail_item_wp {
  background-color: #FDD5CB;
  padding: 10px 0;
}

.bosaimail_item {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
}

.bosaimail_item .bosaimail_ti {
  background-color: #FFF;
  text-align: center;
  margin: 0;
  padding: 10px 2px 10px;
  width: 200px;
  color: #C4333B;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  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;
}

.bosaimail_content {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  padding: 5px 5px 2px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.bomaillist_wp {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

ul.bomaillist {
  text-align: right;
  margin: 0.7em 20px 0.7em 0;
  padding: 0;
}

.bomaillist a:link {
  color: #444;
}
/* ------------------  注目情報エリア  ------------------ */

.chumoku_item_wp {
  background-color: #FCF298;
}

.chumoku_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px;
  width: 1200px;
  margin: 0 auto;
}

.chumoku_item .chu_ti {
  background-color: #F9E532;
  text-align: center;
  margin: 0;
  padding: 2px 10px;
  width: 200px;
  color: #222;
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  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;
}

.chumoku_content {
  background-color: #FFF;
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  padding: 15px 5px 5px 5px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 12px 12px 0;
}
