@charset "utf-8";

/* ==========================================================================================
768px 以下の指定 印刷除く
========================================================================================== */

.sp-none {
  display: none !important;
}

img {
  max-width: 100%;
  height: 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);
}


/* 大枠 */

#basebg {
  min-width: auto;
  background-color: #FFF;
}

.main {
  padding: 0 0 0 0;
}

#base {
  overflow-y: scroll;
}

.wrap {
  padding: 0;
  text-align: left;
}

.main_inner {
  padding: 0 20px;
}


/* フォントサイズ
============================== */

body {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


/* コンテンツパーツ
============================== */


/* パンくず */

.pankuzu {
  padding: 0;
  margin: 0;
  overflow: scroll;
  white-space: nowrap;
}

.pankuzu ol, .pankuzu ul {
  width: auto;
  display: table;
  padding: 10px 10px 11px;
  margin-left: 0;
  margin-right: 0;
}

.pankuzu ol li, .pankuzu ul li {
  float: none;
  display: table-cell;
  word-wrap: normal;
  word-break: normal;
  padding: 0 26px 0 10px;
  font-size: 1.3rem;
}

.pankuzu li::before {
  right: 5px;
}


/* ページID */

.pagenumber {
  padding: 3px 20px 0 0;
  width: 100%;
  margin: 0 auto -10px auto;
}

p.date-title {
  margin: 4px 0 0;
  font-size: 1.3rem;
}

p.date-title>span {
  padding: 0 0 2px 0;
}


/* 更新日 */

#date_area {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 15px 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#sns_btn_wp {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.sns_btn {
  margin: 0 10px 0 0;
}

.basic_info_wp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.update::before {
  content: none;
}

.update {
  margin: 0;
  padding: 0;
}


/* 大見出し */

.h1bg {
  min-height: 90px;
  width: 100%;
}

.h1bg div {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.h1bg h1 {
  margin: 8px 0 16px 0;
  padding: 0 0 1px 15px;
  font-size: 2.5rem;
  line-height: 1.6;
}

.main_title_wp {
  min-height: 90px;
  margin-bottom: 20px;
}


/* 画像寄せ解除 */

p.img-txt-right, p.imglink-txt-right, p.imglink-side2:nth-child(1), p.imglink-side3:nth-child(1), p.imglink-side4:nth-child(1), p.imglink-side5:nth-child(1), .img-center, .img-right, .img-left, .img-only, p.imglink-side2, p.imglink-side3, p.imglink-side4, p.imglink-side5, p.imglink-txt-left, p.imglink-txt-right {
  width: auto;
  float: none;
  display: block;
  padding: 10px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}


/* 取り込み動画用 */

video, iframe[title="動画"], iframe[src*="youtube"] {
  width: 100% !important;
  max-height: 300px;
  margin: 0 auto;
}


/* 地図パーツ */

.mapimg {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mapimg>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapimg {
  padding: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mapimg>iframe, .mapimg>object, .mapimg>embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapimg {
  float: none;
}


/* googlemapサイズ固定 */

.mapimg>iframe {
  width: 300px !important;
  height: 300px !important;
}


/* 表パーツスクロール切り替え */

.scroll_table {
  overflow-x: auto;
}

.scroll_table_switch a {
  display: block;
  text-align: left;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.table01, .scroll_table {
  clear: both;
}


/* 切り替え */

.scroll_table_switch {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: right;
  margin-bottom: 10px;
  position: relative;
}

.scroll_table_switch>a {
  padding: 10px 60px 10px 10px;
  border: 1px solid #B7B7B7;
}

.scroll_table_switch a {
  border: 1px solid #dddddd;
  display: inline-block;
  background-color: #FFF;
  padding: 7px 43px 7px 15px;
  background-image: url(/images/smph_table_scroll_on.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #222222;
  text-decoration: none;
  border-radius: 4px;
}

.scroll_table_switch a.scroll {
  background-image: url(/images/smph_table_scroll_off.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}


/* インデックス */


/* am12_縦カード型メニュー */

.menulist2 {
  display: block;
}


/* pdfダウンロード */

.dladobereader {
  display: none;
}


/* 画像拡大パーツ */

#lightbox-container-image-box {
  max-width: 100% !important;
  height: auto !important;
}

#lightbox-container-image-data-box {
  max-width: 100% !important;
}


/* ▽拡大画像3横並び▽ */

.img-area p.img-side3 {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.img-area p.img-side3 img {
  margin: 0;
}

.img-area p.img-side3 span {
  margin: 0;
}


/* サイトマップ
============================== */

ul.site-map li a::before {
  top: 1.05em;
}

.site-li2 {
  display: block;
}

.site-li2 li {
  width: 100%;
  margin-left: 0;
}


/* 第二階層インデックス */

.menu_2nd_new-l {
  width: 100%;
}

.menu_2nd_new-r {
  width: 100%;
}

.menu_2nd_new-wp {
  display: block;
}

.Img_menu_2nd .img-area {
  margin: 0;
  text-align: center;
}


/* インデックスパーツ
============================== */

.menulist {
  padding-bottom: 0;
}


/* 第二階層メニュー */

.Img_menu_2nd {
  width: 100%;
  padding: 0 10px;
}

.Img_menu_2nd-wp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Img_menu_2nd img {
  width: 100%;
}


/* 新着情報 */

.info-list span.link a {
  display: inline-block;
}

.ichiran-all {
  margin: 0 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newinfo-box h2 {
  padding: 19px 0 20px 15px;
}

.newinfo-box ul.info-list {
  margin: 0 10px;
}

ul.info-list li {
  display: block;
  padding: 10px;
}

.info-list .date {
  width: 100%;
  display: block;
}


/* メニューパーツ */

ul.site-map, ul.norcor {
  padding: 0 0 .85em 0;
}

ul.site-map li::before {
  top: 1em;
  left: 15px;
}

ul.site-map li a, ul.norcor li a, ul.site-li li a, .site-li a[href$="/index.html"], .norcor a[href$="/index.html"], .site-li a:not([href$="/index.html"]), .norcor a:not([href$="/index.html"]) {
  display: inline-block !important;
  padding: 12px 25px 12px 15px;
  background-repeat: no-repeat;
  background-position: 6px .88em;
  padding-left: 30px;
  line-height: 1.3;
}

ul.site-map li a[href$="/index.html"], ul.norcor li a[href$="/index.html"], ul.site-li li 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;
  background-position: 3px 0.88em;
}

ul.site-map li a:not([href$="/index.html"]), ul.norcor li a:not([href$="/index.html"]), ul.site-li li 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;
  background-position: 3px 0.88em;
}

ul.site-map li, ul.norcor li, ul.site-li li {
  position: relative;
  display: block;
  padding: 0;
  border-bottom: 1px solid #E4E4E4;
  background-image: none;
  margin-bottom: 0;
}

ul.site-li-2 {
  display: block;
}

.m-title {
  margin-top: .8em;
}

.m-box2, .m-box3, .m-box4, .sitelist .s-box {
  width: 100%;
  padding-right: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0 !important;
}

ul.site-li {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

ul.norcor li a::before {
  content: none;
}

ul.site-li li a::before {
  content: none;
}

span.menu_summary {
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 12px;
}

ul.norcor.menu_4col>li {
  width: 100%;
}

ul.norcor.menu_4col {
  display: block;
}

.m-box2 .img-area-l {
  padding-left: 0;
  padding-right: 0;
}

.s-box-clear {
  display: none;
}

.s-box-2nd {
  width: 100%;
  float: none;
}


/* 全新着 */

.allNewsList-wp .info-list li {
  display: block;
  padding: 0;
}

.allNewsList-wp .info-list li a {
  padding-top: 0;
}

.allNewsList-wp .info-list li span.link a::before {
  content: none;
}

.allNewsList-wp .info-list span a::before {
  content: none;
}


/* 開閉メニュー */

.m-box2 .switch_btn {
  top: 25px;
}


/* イベントカレンダー
============================== */

.calicon-li li, .calicon-li li:nth-of-type(-n+4) {
  width: calc((100% - 3px) / 2);
  margin: 3px 3px 0 0;
}

.calicon-li li:nth-of-type(-n+2) {
  margin-top: 0;
}

.calicon-li li:nth-child(even) {
  margin-right: 0;
}

#eventrecent ul li span {
  display: none;
}

.evecal_directorylist {
  padding: 14px;
}

.calbt-li {
  display: block;
}

.evecal_calbt li a {
  max-width: 335px;
  width: 100%;
}

.evecal_calbt li {
  text-align: center;
}

.calbt_img01 {
  width: 100%;
  margin-bottom: 20px;
}

.calbt_img02 {
  width: 100%;
}

.calicon-li {
  padding: 0;
}

#calendarlist td.date {
  min-width: auto;
}

#eventdeadline ul li {
  display: block;
}

#eventdeadline ul li span.ecate1.e4 {
  padding-left: 1.2em;
}

.calwrap .thismonth {
  font-size: 2.0rem;
}

.calwrap .nextmonth {
  font-size: 1.6rem;
}

.calwrap .lastmonth {
  font-size: 1.6rem;
}

.eve_multiple_wp {
  display: block;
}

.calbt_img01_wp {
  display: block;
}

.calbt_img01_text02 {
  display: inline;
}

.calbt_img01_text_r {
  text-align: center;
  display: block;
}

#calendarlist tr>td:first-child, #calendarlist td.date {
  min-width: 90px;
}

#calendarlist td {
  font-size: 1.4rem;
}

span.calendar_day {
  font-size: 1.8rem;
  padding-top: 8px;
}

#calendarlist th {
  font-size: 1.6rem;
  height: 50px;
}

.calicon-li li {
  padding-left: 35px;
}

.calicon-li img {
  left: 5px;
}

.calicon-li li a {
  padding-right: 10px;
}


/* ローカルナビ
============================== */

#localnavi {
  margin: 60px 20px 0;
}

#losubnavi h2 span.lobox_img {
  padding: 16px 50px 15px 20px;
}

.lo_switch_menu {
  border-radius: 12px;
  position: relative;
}

.lo_switch_menu .lonavi_inner {
  display: none;
}

.lo_switch_menu .acd01_bt {
  position: absolute;
  top: 23px;
  right: 30px;
  border: none;
  margin: 0;
}


/* ▽このページを見ている人はこんなページも見ています▽ */

.lorecommend h2 span.lobox_img {
  padding: 13px 5px 13px 55px;
}


/* 情報が見つからないときは */

.lo_johomitsukaranai a {
  padding: 15px 8px 16px 43px;
  min-height: 60px;
}


/* 評価エリア */

input[type="radio"] {
  float: left;
  clear: both;
  margin: 8px 10px 0 4px;
}

form.feedback label {
  display: block;
  margin-bottom: 10px;
  float: none;
}

legend.form-h3 {
  margin-bottom: 10px;
}

.formtxt legend {
  padding-left: 15px;
}

#formmail h2 {
  font-size: 1.8rem;
}


/* ===============================================
  広告エリア(トップ／次階層共通) 
================================================= */

.kokoku_wp {
  padding: 40px 0 35px;
}

.kokoku {
  width: auto;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.kokoku ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.kokoku ul li {
  margin: 0 0 7px 0;
  width: calc(100% / 3);
  text-align: center;
}

.kokoku ul li img {
  width: 107px;
  height: auto;
}

.kokoku_wp p {
  margin: 10px 0 0 0;
  padding: 0;
}


/* ==================================================
ヘッダエリア
================================================== */

.sp_headin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFF;
  padding: 0;
}

#header_logo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 15px;
  font-size: 1.5rem;
  padding: 8px 0;
}

.menu_btn_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button_container {
  margin: 0;
}

.spmenu_closebtn {
  font-size: 1.8rem;
  font-weight: bold;
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  color: #FFF;
  background-color: #0066CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  padding: 12px 2px 13px;
  margin: 15px 0 0 0;
}

.spmenu_closebtn>img {
  margin: 4px 0 0 0;
}

.spmenu_closebtn>span {
  padding: 0 0 0 10px;
  display: block;
}


/*   検索(google search)   */

.h0search {
  background-color: transparent;
}

.h0search table {
  width: 100% !important;
}

.h0search table.gsc-search-box td, .h0search table.gsc-search-box td.gsc-input {
  padding: 0;
  background-color: transparent;
  border: none;
}

.h0search table.gsc-search-box td input.gsc-input {
  background-color: transparent !important;
  border: none !important;
  height: 44px !important;
  font-size: 1.3rem;
}

.h0search .gsc-search-button button.gsc-search-button-v2 {
  min-height: 44px;
  width: 60px;
}


/* ------------------  header_menu(マルチリンガル)  ------------------ */

#sp_mult_menu {
  position: absolute;
  z-index: 700;
  background-color: #F4F3F6;
  width: 100%;
  padding: 15px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smph_mult_wp {
  background-color: #FFF;
  padding: 15px 15px 15px;
  border-radius: 26px;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

ul.smph_mult {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.smph_mult li {
  padding: 0;
  margin: 0 0 5px 0;
}

ul.smph_mult li a {
  color: #222;
  text-decoration: none;
  padding: 10px 22px 10px 15px;
  display: block;
  font-size: 1.6rem;
  position: relative;
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
}

ul.smph_mult li a::after {
  position: absolute;
  top: 21px;
  right: 15px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  border-top: 2px solid #96A0A6;
  border-right: 2px solid #96A0A6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news-more-btn02 {
    background-color: #F4F3F6;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    text-decoration: underline;
    padding: 8px;
}

#news-more-btn02 button {
    text-decoration: underline;
}
/* ------------------  header_menu(目的別)  ------------------ */

#sp_kensaku_menu {
  position: absolute;
  z-index: 700;
  background-color: rgba(0, 102, 203, 0.9);
  width: 100%;
  padding: 15px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smph_mokuteki_wp {
  background-color: #FFF;
  border-radius: 26px;
}

#sp_kensaku_menu .spmenu_closebtn {
  background-color: #2B2B2B;
}


/* ------  目的別内検索  ------ */

.spmoku_infokensaku_wp {
  background-color: #F4F3F6;
  padding: 30px 15px 30px;
  border-radius: 26px 26px 0 0;
  border-bottom: 1px solid #E8E8E8;
}

.spmoku_infokensaku_wp #spmokuinfo_tab {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spmoku_infokensaku_wp #spmokuinfo_tab li:last-child {
  margin: 0 0 7px 0;
}

.spmoku_infokensaku_wp #spmokuinfo_tab li {
  background: none;
  margin: 0 3px 7px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  text-align: center;
  width: calc((100% - 3px)/2);
}

.spmoku_infokensaku_wp #spmokuinfo_tab li::after {
  content: none;
}

.spmoku_infokensaku_wp #spmokuinfo_tab li a {
  margin: 0;
  padding: 6px 0 2px;
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 4px;
  background-color: #FFF;
  color: #2B2B2B;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.spmoku_infokensaku_wp #spmokuinfo_tab li.select a {
  background-color: #0066CB;
  color: #FFF;
  text-decoration: none;
}

.spmoku_infokensaku_wp #spmokuinfo_tab li.select::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 45%;
  width: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #0066CB transparent transparent transparent;
}

.smo_disnon {
  display: none;
}

.spmoku_infokensaku_wp .h0search {
  width: 100%;
}

.spmoku_infokensaku_wp .h0search table.gsc-search-box td input.gsc-input {
  height: 48px !important;
  padding-left: 10px !important;
  font-size: 1.6rem;
  /* border: 1px solid #D3D3D3 !important; */
  border-radius: 12px 0 0 12px;
}

.spmoku_infokensaku_wp .h0search .gsc-input-box {
  border-radius: 12px 0 0 12px;
}

.spmoku_infokensaku_wp .h0search .gsc-search-button button.gsc-search-button-v2 {
  min-height: 50px;
  width: 80px;
  border-radius: 0 12px 12px 0;
  padding: 0;
}

.spmoku_infokensaku_wp .h0search .gsc-search-button-v2 svg {
  width: auto;
  height: 36px;
}

.spmoku_infokensaku_wp .id_search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spmoku_infokensaku_wp .id_search-box input#name2 {
  /* font-family: 'Noto Sans JP', "メイリオ", sans-serif; */
  border: 1px solid #D3D3D3;
  background-color: #FFF;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 1.5rem;
  border-radius: 12px 0 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spmoku_infokensaku_wp .id_search-box input#btn2 {
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B;
  min-height: 50px;
  min-width: 80px;
  color: transparent;
  background-image: url(/images/head_icon_megane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px auto;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}


/* ------  目的別ボタン  ------ */

.switch_menu {
  background-color: transparent;
  position: relative;
}

.switch_menu .moku_inner {
  display: none;
}

.switch_menu .acd02_bt {
  position: absolute;
  top: 19px;
  right: 20px;
}

.spmokulist_wp {
  margin: 0;
  padding: 30px 15px 20px;
}

h2.spmoku_ti {
  background-color: #F4F3F6;
  padding: 10px 40px 10px 18px;
  margin: 0 0 10px 0;
  font-size: 2rem;
  border-radius: 12px;
}

ul.spmokulist {
  margin: 0 5px 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.spmokulist li:nth-of-type(2n) {
  margin: 0 0 5px 0;
}

ul.spmokulist li {
  width: calc((100% - 5px) / 2);
  margin: 0 5px 5px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.spmokulist li a {
  background-color: #FFF;
  border: 1px solid #E8E8E8;
  padding: 6px 5px 4px;
  display: block;
  min-height: 124px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

ul.spmokulist li a span {
  display: block;
  padding: 2px 0 0;
}


/* ------------------  header_menu(グロナビメニュー)  ------------------ */

#sp_gnavi_menu {
  position: absolute;
  z-index: 700;
  background-color: rgba(43, 43, 43, 0.95);
  width: 100%;
  padding: 15px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smph_gnavi_wp {
  background-color: #FFF;
  padding: 15px 15px 20px;
  border-radius: 26px;
}

ul.smph_gnavi {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.smph_gnavi li {
  border-bottom: 2px solid #FFF;
  padding: 0;
}

ul.smph_gnavi li:first-of-type a {
  border-radius: 12px 12px 0 0;
}

ul.smph_gnavi li:last-of-type a {
  border-radius: 0 0 12px 12px;
}

ul.smph_gnavi li a {
  color: #222;
  text-decoration: none;
  padding: 14px 22px 14px 15px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background-color: #F4F3F6;
}

ul.smph_gnavi li a::after {
  position: absolute;
  top: 24px;
  right: 15px;
  display: block;
  content: ' ';
  width: 8px;
  height: 8px;
  border-top: 2px solid #0066CB;
  border-right: 2px solid #0066CB;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.sp_navilist {
  margin: 20px 0 0 0;
  padding: 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.sp_navilist li:nth-of-type(2n) {
  margin: 0 0 5px 0;
}

ul.sp_navilist li {
  margin: 0 5px 5px 0;
  padding: 0;
  background: none;
  width: calc((100% - 5px)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem;
  letter-spacing: -0.02rem;
  text-align: center;
}

ul.sp_navilist li a {
  display: block;
  min-height: 46px;
  padding: 10px 5px 8px;
  margin: 0;
  color: #444;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

ul.sp_navilist li.moshimo a {
  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;
  color: #C40A03;
  border: 1px solid #CF473C;
}

ul.sp_navilist li.moshimo span {
  display: block;
  padding: 0 0 0 8px;
}


/* =====================
重要なお知らせ
===================== */

.important_item {
  display: block;
  padding: 5px 20px 10px;
  width: 100%;
}

.important_item .title {
  width: 100%;
  border-radius: 12px 12px 0 0;
  padding: 6px 10px;
}

#kinkyu {
  border-radius: 0 0 12px 12px;
}


/* ------------------  注目情報エリア  ------------------ */

.chumoku_item {
  display: block;
  padding: 10px 20px;
  width: 100%;
  margin: 0;
}

.chumoku_item .chu_ti {
  margin: 0;
  padding: 6px 10px;
  width: 100%;
  font-size: 2rem;
  border-radius: 12px 12px 0 0;
}

.chumoku_content {
  border-radius: 0 0 12px 12px;
}


/* ==================================================
フッタエリア
================================================== */

.foot_wp {
  padding: 20px 20px;
  background: -o-linear-gradient(left, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
  background: -o-linear-gradient(left, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(148, 218, 252, 1)), color-stop(48%, rgba(191, 181, 215, 1)), to(rgba(248, 173, 158, 1)));
  background: linear-gradient(to right, rgba(148, 218, 252, 1) 0%, rgba(191, 181, 215, 1) 48%, rgba(248, 173, 158, 1) 100%);
}

.foot_in_wp {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border-radius: 26px;
}

.footcont {
  border-bottom: 1px solid #E0E1E3;
}

.foot_logo {
  text-align: center;
  margin: 0;
  padding: 30px 0 0 0;
}

.foot_logo>span {
  display: block;
}

.foot_logo .flogo_tx {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  margin: 5px 0 0 0;
}

.footbtn {
  margin: 25px 30px 30px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footbtn a {
  display: block;
  padding: 9px 5px 8px;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  height: 46px;
  background-color: #F4F3F6;
  background-image: url(/images/t_com_icon02.png);
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 14px 10px;
  color: #222;
  text-decoration: none;
}

.footbtn a:hover, .footbtn a:focus {
  text-decoration: underline;
}

.footadd {
  margin: 0 30px 0;
}

.footadd>address {
  margin: 25px 0 0 0;
  padding: 0;
}

.footadd>address>p {
  margin: 0 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footadd>address>p span.fadd_ti {
  padding: 0;
  margin: 0;
  display: block;
  width: 90px;
  letter-spacing: 0.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footlistcont {
  margin: 20px 0 0 0;
  padding: 0;
}

ul.footlist {
  margin: 0;
  padding: 0;
}

ul.footlist li::before {
  display: inline-block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #222;
  border-style: solid;
  border-width: 0 1px 0 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: .2em;
  left: 0;
}

ul.footlist li:first-child::before {
  content: none;
}

ul.footlist li:first-child {
  padding: 0 12px 0 0;
}

ul.footlist li {
  margin: 0;
  padding: 0 12px;
  background: none;
  font-size: 1.4rem;
  position: relative;
  background-image: none;
  display: inline;
  line-height: 2.5 !important;
}

ul.footlist li a {
  color: #222;
}

.f0copy {
  margin: 0;
  padding: 10px 0 25px 0;
  font-size: 1.4rem;
}


/* ページトップへ戻る */

.page-top, .t_page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  z-index: 999;
}


/* =====================
防災連携エリア
===================== */

.bosaimail_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.bomaillist_wp {
  width: 100%;
}

.bosaimail_item_wp {
  padding: 10px 20px 5px;
}

.bosaimail_item p.bosaimail_ti {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.bosaimail_item .bosaimail_ti {
  width: 100%;
  border-radius: 12px;
}