@charset "UTF-8";
/* --------------------------------------------------------------
	CSSの再定義
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ＭＳ Ｐゴシック', sans-serif;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  image-rendering: -moz-pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -ms-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  object-fit: contain;
}
table {
  width: 100%;
}
strong {
  font-weight: bold;
}
a {
  word-break: break-all;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}
input[type='button'], input[type='submit'], button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
iframe {
  max-width: 100%;
}
/* --------------------------------------------------------------
	Wordpress・部品・カスタマイズ
-------------------------------------------------------------- */
.mejs-time {
  height: 100% !important;
}
/* --------------------------------------------------------------
	共通クラス・部品
-------------------------------------------------------------- */
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.trim_wrap.rect {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.trim_wrap.rect:before {
  content: '';
  display: block;
  padding-top: 66%;
}
.trim_wrap.rect .trim_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.trim_wrap.square {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.trim_wrap.square:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.trim_wrap.square .trim_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.trim_wrap.square .trim_img.no_img_bd {
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.link_area {
  position: relative;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.red {
  color: #aa0418;
}
.bold {
  font-weight: bold;
}
.bg_fixed {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a:hover, a img:hover, input[type='button']:hover, input[type='submit']:hover, button:hover, .hover_effect:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
/* スマートフォン時のhover */
.sp_touch_hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.3);
}
.page_contents {
  padding: 15px 0 30px;
  line-height: 1.5;
  font-size: 16px;
}
.page_contents p {
  padding: 0 0 10px 0;
}
.page_contents .hl_a, .page_contents .hl_b, .page_contents .hl_c, .page_contents .hl_d, .page_contents .hl_f {
  margin: 0 0 10px 0;
}
.page_contents .hl_e, .page_contents .hl_bm, .page_contents .hl_bl, .page_contents .hl_bxl, .page_contents .hl_bxxl {
  margin: 0 0 5px 0;
}
@media print, screen and (min-width: 768px) {
  .page_contents {
    padding: 15px 0 0;
    line-height: 1.7;
  }
  .hl_a, .hl_b, .hl_c, .hl_d, .hl_f {
    margin: 0 0 20px 0;
  }
}
.hl_page {
  min-height: 70px;
  line-height: 40px;
  padding: 24px 15px 22px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  color: #fff;
  background: #222f74 url(./../images/hl_bk_page.png) repeat center center;
  background-size: 5px 4px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .hl_page {
    font-size: 2.4rem;
    line-height: 3.2rem;
    min-height: 100px;
    padding: 20px 31px;
    margin: 0 0 20px;
  }
}
.hl_a {
  padding: 13px 10px 11px;
  background: -moz-linear-gradient(top, #808080, #808080 50%, #808080 50%, #808080);
  background: -webkit-linear-gradient(top, #808080, #808080 50%, #808080 50%, #808080);
  background: linear-gradient(to bottom, #808080, #808080 50%, #808080 50%, #808080);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_a {
    padding: 15px 15px 11px;
    font-size: 2.3rem;
  }
}
.hl_b {
  margin: 0 auto;
  padding: 5px 0 5px;
  color: #222f74;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  border-bottom: solid 4px #222f74;
}
.hl_b span {
  display: inline-block;
  width: auto;
}
.hl_b span.sub_text {
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.hl_b span.sub_text:before {
  content: '｜';
  padding-right: 1em;
  color: #222f74;
}
@media print, screen and (min-width: 768px) {
  .hl_b {
    padding: 0 0 7px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.hl_c {
  padding: 5px 0 10px 12px;
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.4rem;
  position: relative;
}
.hl_c:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background: #222f74;
  left: 0;
  top: 7px;
}
@media print, screen and (min-width: 768px) {
  .hl_c {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0;
  }
}
.hl_d {
  padding: 0 0 2px 0;
  border-bottom: dotted 2px #cccccc;
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_d {
    font-size: 1.8rem;
  }
}
.hl_e {
  color: #000000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_e {
    font-size: 1.7rem;
  }
}
.hl_f {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .hl_f {
    font-size: 1.8rem;
  }
}
.hl_f::before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #d3d3d3;
  border-radius: 3px;
}
.hl_bm {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_bm {
    font-size: 1.8rem;
  }
}
.hl_bl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_bl {
    font-size: 2rem;
  }
}
.hl_bxl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_bxl {
    font-size: 2.2rem;
  }
}
.hl_bxxl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .hl_bxxl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.btn {
  display: block;
  min-height: 40px;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 11px 10px 9px;
  color: #222f74;
  border-color: #222f74;
}
.btn.light {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #808080;
}
.btn.white {
  background-color: #fff;
  border-color: #808080;
  color: #808080;
}
.btn.dark {
  border: 1px solid #d8d8d8;
  box-shadow: 0px -2px 0px 0px #f0f0f0 inset;
  color: #000000;
  background: #fff;
}
.btn.type1 {
  border: transparent;
  border-radius: 0;
  color: #ffffff;
  background: #222f74;
}
@media print, screen and (min-width: 768px) {
  .btn {
    max-width: 220px;
  }
}
/* --------------------------------------------------------------
	datepicker
  jQueryUI override
-------------------------------------------------------------- */
/* カレンダー本体 */
#ui-datepicker-div {
  z-index: 1000 !important;
}
/* 年月を1行に収める */
.ui-datepicker select.ui-datepicker-year {
  width: 46% !important;
}
.ui-datepicker select.ui-datepicker-month {
  width: 40% !important;
}
.ui-datepicker select.ui-datepicker-month {
  margin-left: 5px;
}
.ui-widget-header {
  color: #000;
}
.ui-datepicker-title {
  display: flex;
}
table.ui-datepicker-calendar {
  line-height: 1.5;
}
table.ui-datepicker-calendar thead tr th.ui-datepicker-week-end, table.ui-datepicker-calendar thead tr td.ui-datepicker-week-end {
  color: #d00f0f !important;
}
table.ui-datepicker-calendar thead tr th.ui-datepicker-week-end:last-child, table.ui-datepicker-calendar thead tr td.ui-datepicker-week-end:last-child {
  color: #0058d0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fcefa1;
}
/* 日曜日 */
td.ui-datepicker-week-end a.ui-state-default {
  color: #d00f0f !important;
}
/* 土曜日 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
  color: #0058d0 !important;
}
/* --------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  header {
    position: relative;
    box-shadow: none;
    position: relative;
    padding: 0;
    border: none;
  }
}
.h_container {
  width: 100%;
  height: 60px;
  padding: 0;
  background: #fff;
  z-index: 10;
}
.h_container .h_inner {
  width: 100%;
  /* 適当な数値 */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_container .h_l_col {
  width: 318px;
  flex: 0 1 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h_container .h_l_col > div {
  height: 45px;
  position: relative;
  border-right: 1px solid #d8d8d8;
}
.h_container .h_l_col > div:first-of-type {
  padding-right: 0;
}
.h_container .h_site_logo {
  font-size: 0;
  line-height: 0;
}
.h_container .h_site_logo a {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.h_container .h_site_logo img {
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.h_container .h_date {
  width: 101px;
  height: 100%;
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.h_container .h_date span {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
}
.h_container .h_date span.hdate_main {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.h_container .h_weather, .h_container .btn_hd1 {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  color: #222f74;
  width: 51px;
  flex: 0 0 auto;
  text-align: center;
}
.h_container .h_weather a, .h_container .btn_hd1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #222f74;
}
.h_container .h_weather a:hover, .h_container .h_weather a:active, .h_container .btn_hd1 a:hover, .h_container .btn_hd1 a:active {
  text-decoration: none;
  color: #222f74;
}
.h_container .h_weather img, .h_container .btn_hd1 img {
  display: block;
  margin: 0 0 3px;
}
.h_container .h_weather span, .h_container .btn_hd1 span {
  display: block;
}
.h_container .h_weather.disable, .h_container .btn_hd1.disable {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
.h_container .h_weather.disable > *, .h_container .btn_hd1.disable > * {
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
@media print, screen and (min-width: 768px) {
  .h_container {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    height: 80px;
    /* 過去記事検索 */
  }
  .h_container .h_inner {
    width: 1280px;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
    order: 2;
  }
  .h_container .h_l_col {
    width: 500px;
    flex: 0 0 auto;
  }
  .h_container .h_l_col > div {
    height: 60px;
  }
  .h_container .h_r_col {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;
  }
  .h_container .h_r_col > div {
    border-left: 1px solid #d8d8d8;
  }
  .h_container .h_r_col > div:last-of-type {
    padding-right: 0;
  }
  .h_container .h_site_logo {
    width: 238px;
    flex: 0 0 auto;
  }
  .h_container .h_date {
    width: 131px;
  }
  .h_container .h_date span {
    font-size: 1.2rem;
  }
  .h_container .h_date span.hdate_main {
    padding-top: 5px;
    font-size: 2rem;
    line-height: 1;
  }
  .h_container .h_weather {
    width: 66px;
  }
  .h_container .h_search_menu {
    width: 290px;
    flex: 1 1 auto;
  }
  .h_container .h_search_menu form#searchform {
    width: 100%;
    margin-right: 10px;
    padding: 0;
  }
  .h_container .h_search_menu form#searchform .search {
    position: relative;
  }
  .h_container .h_search_menu form#searchform .search input[type='text'][name='s'] {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #cccccc;
    outline: none;
    box-shadow: none;
    line-height: 21px;
    padding: 3px 35px 2px 10px;
    font-size: 14px;
  }
  .h_container .h_search_menu form#searchform .search input[type='text'][name='s']:focus {
    background: #fff;
  }
  .h_container .h_search_menu form#searchform .search #searchsubmit {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    background: url(./../images/btn_search_pc.png) no-repeat center center;
    background-size: 30px auto;
    width: 30px;
    height: 100%;
    border: none;
    display: inline-block;
  }
  .h_container .h_search_menu .search_before {
    background: #f4f4f4 url(./../images/btn_search_pc.png) no-repeat right 5px center;
    background-size: 30px auto;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 35px 1px 10px;
    color: #808080;
  }
  .h_container .h_search_wrap {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
  }
  .h_container .h_search_wrap.before {
    user-select: none;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  .h_container .h_past_search {
    height: 28px;
    margin-top: 0;
    padding: 0 3px 0 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #222f74;
  }
  .h_container .h_past_search > span {
    display: block;
    padding: 4px 10px 3px;
    flex: 0 0 auto;
    position: relative;
  }
  .h_container .h_past_search > span.hps_icon_cal {
    padding: 4px 30px 3px 15px;
    background: url(./../images/icon_cal.png) no-repeat right 12px center;
    background-size: 13px auto;
  }
  .h_container .h_past_search > span.hps_icon_cal:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    left: 0;
    top: 50%;
    border-left: 1px solid #ccc;
    transform: translateY(-50%);
  }
  .h_container .h_past_search button.ui-datepicker-trigger {
    height: 100%;
    padding: 4px 30px 3px 15px;
    border-radius: 3px;
    font-size: 1.4rem;
    position: relative;
    color: #222f74;
    background: url(./../images/icon_cal.png) no-repeat right 12px center;
    background-size: 13px auto;
  }
  .h_container .h_past_search button.ui-datepicker-trigger:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    left: 0;
    top: 50%;
    border-left: 1px solid #ccc;
    transform: translateY(-50%);
  }
  .h_container .btn_hd2_wrap {
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
  }
  .h_container .btn_hd1 {
    font-size: 1rem;
    width: auto;
  }
  .h_container .btn_hd2 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #ffffff;
    text-align: center;
    background-color: #222f74;
    width: 140px;
    flex: 0 0 auto;
    padding: 5px;
    margin: 0 0 5px;
  }
  .h_container .btn_hd2:last-of-type {
    margin-bottom: 0;
  }
  .h_container .btn_hd2.login {
    background: #f4f4f4 url(./../images/icon_login.png) no-repeat left 10px center;
    background-size: 22px;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 5px 3px 30px;
  }
  .h_container .btn_hd2.logout {
    background: #f4f4f4 url(./../images/icon_logout.png) no-repeat left 10px center;
    background-size: 22px;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 5px 3px 30px;
  }
  .h_container .btn_hd2 a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 0;
  }
  .h_container .btn_hd2 a:hover, .h_container .btn_hd2 a:active {
    text-decoration: none;
    color: #fff;
  }
}
nav#g_nav {
  background: #fff;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 4px solid #d8d8d8;
  position: relative;
  margin: 0;
}
nav#g_nav:after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 50%;
  height: 4px;
  width: 100%;
  max-width: 1280px;
  transform: translateX(-50%);
  background: #222f74;
}
nav#g_nav.fixed {
  position: fixed;
  z-index: 20;
  top: 0;
}
#g_nav_inner {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
#g_nav_inner > div:-webkit-scrollbar {
  display: none;
}
#g_nav_inner > div > ul {
  font-size: 0;
  white-space: nowrap;
  display: flex;
}
#g_nav_inner > div > ul > li {
  flex: 1 1 auto;
  height: 100%;
  line-height: 37px;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border-right: 1px solid #d8d8d8;
}
#g_nav_inner > div > ul > li:first-of-type {
  border-left: 1px solid #d8d8d8;
}
#g_nav_inner > div > ul > li > ul.sub-menu.child {
  display: none;
}
#g_nav_inner > div > ul > li .home {
  background: none;
}
#g_nav_inner > div > ul > li.current-menu-item {
  background: #222f74;
  border: transparent;
}
#g_nav_inner > div > ul > li.current-menu-item > a {
  color: #ffffff;
}
#g_nav_inner > div > ul > li.menu-item-has-children {
  position: relative;
}
#g_nav_inner > div > ul > li.menu-item-has-children > a span {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
#g_nav_inner > div > ul > li.menu-item-has-children > a span:after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 7px;
  content: '';
  border-bottom: 1px solid #222f74;
  border-right: 1px solid #222f74;
  transform: translateY(-75%) rotate(45deg);
}
#g_nav_inner > div > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222f74;
}
#g_nav_inner > div > ul > li > a:not([href]) {
  opacity: 1;
  cursor: default;
}
#g_nav_inner > div > ul > li > a > span {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
  vertical-align: middle;
}
#g_nav_inner > div ul {
  position: relative;
}
#g_nav_inner > div ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-left: 0;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  z-index: 1000;
  background: #222f74;
}
#g_nav_inner > div ul.sub-menu li:first-of-type {
  padding-top: 10px;
}
#g_nav_inner > div ul.sub-menu li:last-of-type {
  padding-bottom: 10px;
}
#g_nav_inner > div ul.sub-menu li:hover {
  opacity: 0.7;
}
#g_nav_inner > div ul.sub-menu li a {
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
#g_nav_inner > div ul.sub-menu li a span {
  white-space: break-spaces;
}
#g_nav_inner > div ul.gnav_list li[class*='icon_'] > a span {
  position: relative;
  padding-left: 35px;
}
#g_nav_inner > div ul.gnav_list li[class*='icon_'] > a span:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 5px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
  background-size: contain;
}
#g_nav_inner > div ul.gnav_list li.icon_home > a span:before {
  background: url(./../images/icon_gnav_home.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_home.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_home.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_home_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_news > a span:before {
  background: url(./../images/icon_gnav_news.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_news.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_news.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_news_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_newsp > a span:before {
  background: url(./../images/icon_gnav_newsp.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_newsp.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_newsp.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_newsp_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_bosai > a span:before {
  background: url(./../images/icon_gnav_bosai.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_bosai.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_bosai.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_bosai_hover.png) no-repeat center center;
}
#g_nav_inner > div ul.gnav_list li.icon_kikaku > a span:before {
  background: url(./../images/icon_gnav_kikaku.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_kikaku.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_kikaku.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_kikaku_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_event > a span:before {
  background: url(./../images/icon_gnav_event.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_event.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_event.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_event_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_konomachi > a span:before {
  background: url(./../images/icon_gnav_konomachi.png) no-repeat center center;
  background-size: 26px 26px;
}
#g_nav_inner > div ul.gnav_list li.icon_konomachi.current-menu-item > a span:before, #g_nav_inner > div ul.gnav_list li.icon_konomachi.current_page_parent > a span:before {
  background: url(./../images/icon_gnav_konomachi_hover.png) no-repeat center center;
  background-size: 26px 26px;
}
nav#g_nav .subtype_mega_wrap {
  display: block;
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 1281px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #222f74;
}
nav#g_nav .subtype_mega_wrap .subtype_mega_inner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu {
  position: relative;
  transform: inherit;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: #222f74;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -1px;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu::after {
  content: '';
  display: block;
  width: 10px;
  flex: 100000 0 auto;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li {
  display: inline-block;
  width: auto;
  flex: 1 1 auto;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li:first-of-type:after {
  padding-top: 0;
  display: none;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li a, nav#g_nav .subtype_mega_wrap ul.sub-menu > li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 12px 2px;
  color: #fff;
  text-decoration: none;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li a {
  color: #fff;
}
nav#g_nav .subtype_mega_wrap ul.sub-menu > li span.term_current {
  font-weight: bold;
  color: #ffffff;
}
body.home #sp_menu {
  top: 64px;
}
#sp_menu {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  background-color: #fff;
  opacity: 0;
}
#sp_menu .sp_menu_inner {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  overflow-y: scroll;
  z-index: 10;
  margin: 0 -80px 0 auto;
}
#sp_menu .sp_menu_inner .search_sp {
  padding: 20px 20px 24px 21px;
}
#sp_menu .sp_menu_inner .search_sp form {
  padding: 0;
}
#sp_menu .sp_menu_inner .search_sp form .search {
  position: relative;
}
#sp_menu .sp_menu_inner .search_sp form .search input[type='text'][name='s'] {
  outline: none;
  width: 100%;
  height: 36px;
  padding: 3px 45px 2px 8px;
  border: none;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000000;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
#sp_menu .sp_menu_inner .search_sp form .search input[type='text'][name='s']:placeholder {
  color: #808080;
}
#sp_menu .sp_menu_inner .search_sp form .search input[type='text'][name='s']:-ms-input-placeholder {
  color: #808080;
}
#sp_menu .sp_menu_inner .search_sp form .search input[type='text'][name='s']:-ms-input-placeholder {
  color: #808080;
}
#sp_menu .sp_menu_inner .search_sp form .search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url(./../images/btn_search_sp.png) no-repeat center center;
  background-size: 34px;
  border: none;
  display: inline-block;
}
#sp_menu .sp_menu_inner .search_sp.before {
  user-select: none;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#sp_menu .sp_menu_inner .search_sp .search_before {
  background: #f4f4f4 url(./../images/btn_search_pc.png) no-repeat right 5px center;
  background-size: 30px auto;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 21px;
  padding: 7px 35px 6px 10px;
  color: #808080;
}
#sp_menu .sp_menu_inner .search_sp .past_search_before {
  height: 28px;
  margin-top: 0;
  padding: 30px 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #222f74;
}
#sp_menu .sp_menu_inner .search_sp .past_search_before > span {
  display: block;
  padding: 4px 18px 3px;
  flex: 0 0 auto;
  position: relative;
}
#sp_menu .sp_menu_inner .search_sp .past_search_before > span:first-of-type {
  padding-left: 0;
}
#sp_menu .sp_menu_inner .search_sp .past_search_before > span.hps_icon_cal {
  padding: 4px 38px 3px 15px;
  background: url(./../images/icon_cal.png) no-repeat right 18px center;
  background-size: 13px auto;
}
#sp_menu .sp_menu_inner .search_sp .past_search_before > span.hps_icon_cal:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  top: 50%;
  border-left: 1px solid #ccc;
  transform: translateY(-50%);
}
#sp_menu .sp_menu_inner .past_search_wrap_sp {
  padding: 0 20px 20px 21px;
}
#sp_menu .sp_menu_inner .past_search_sp {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
#sp_menu .sp_menu_inner .past_search_sp > span {
  display: block;
  padding: 8px 20px 8px 3px;
  flex: 0 0 auto;
  color: #222f74;
  font-weight: bold;
}
#sp_menu .sp_menu_inner .past_search_sp button.ui-datepicker-trigger {
  flex: 0 0 auto;
  height: 100%;
  padding: 8px 30px 8px 15px;
  font-size: 1.4rem;
  position: relative;
  font-weight: bold;
  color: #222f74;
  background: url(./../images/icon_cal.png) no-repeat right 12px center;
  background-size: 13px auto;
}
#sp_menu .sp_menu_inner .past_search_sp button.ui-datepicker-trigger:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  top: 50%;
  border-left: 1px solid #ccc;
  transform: translateY(-50%);
}
#sp_menu .sp_menu_inner .sp_menu_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px 30px;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt {
  display: block;
  flex: 1 1 auto;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt:first-of-type {
  border-left: 1px solid #d8d8d8;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt.disable {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt.disable > * {
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt > a, #sp_menu .sp_menu_inner .sp_menu_top .btn_smt span {
  display: inline-block;
  width: 100%;
  color: #222f74;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt > a span, #sp_menu .sp_menu_inner .sp_menu_top .btn_smt span span {
  padding: 3px 0 0;
  display: inline-block;
  width: 100%;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #ffffff;
  text-align: center;
  background-color: #222f74;
  width: 50%;
  flex: 1 1 auto;
  padding: 10px 5px 9px;
  margin: 0 4px 0 0;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2:nth-of-type(even) {
  margin: 0 0 0 4px;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2.login {
  background: #f4f4f4 url(./../images/icon_login.png) no-repeat left 10px center;
  background-size: 22px;
  color: #333;
  border: 1px solid #ccc;
  padding-left: 30px;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2.logout {
  background: #f4f4f4 url(./../images/icon_logout.png) no-repeat left 10px center;
  background-size: 22px;
  color: #333;
  border: 1px solid #ccc;
  padding-left: 30px;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2 a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  padding: 0;
}
#sp_menu .sp_menu_inner .sp_menu_top .btn_smt2 a:hover, #sp_menu .sp_menu_inner .sp_menu_top .btn_smt2 a:active {
  text-decoration: none;
  color: #fff;
}
#sp_menu .sp_menu_inner ul.spmenulist {
  padding: 0;
  list-style: none;
  margin: 0;
}
#sp_menu .sp_menu_inner ul.spmenulist > li {
  padding: 0;
  border-bottom: solid 1px #d8d8d8;
}
#sp_menu .sp_menu_inner ul.spmenulist > li:first-of-type {
  border-top: solid 1px #d8d8d8;
}
#sp_menu .sp_menu_inner ul.spmenulist > li.menu-item-has-children {
  position: relative;
}
#sp_menu .sp_menu_inner ul.spmenulist > li.menu-item-has-children > button {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  display: block;
  width: 55px;
  height: 44px;
  z-index: 10;
  padding: 0;
  margin: 0;
  background: url(./../images/open.png) no-repeat center center;
  background-size: 55px auto;
  cursor: pointer;
}
#sp_menu .sp_menu_inner ul.spmenulist > li.menu-item-has-children.open > button {
  background: url(./../images/close.png) no-repeat center center;
  background-size: 55px auto;
}
#sp_menu .sp_menu_inner ul.spmenulist > li.menu-item-has-children > a {
  padding-right: 55px;
}
#sp_menu .sp_menu_inner ul.spmenulist > li ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp_menu .sp_menu_inner ul.spmenulist > li ul.sub-menu > li {
  border-bottom: solid 1px #d8d8d8;
}
#sp_menu .sp_menu_inner ul.spmenulist > li ul.sub-menu > li:first-of-type {
  border-top: solid 1px #d8d8d8;
}
#sp_menu .sp_menu_inner ul.spmenulist > li ul.sub-menu > li:last-of-type {
  border-bottom: none;
}
#sp_menu .sp_menu_inner ul.spmenulist > li ul.sub-menu > li > a {
  cursor: pointer;
  font-weight: 500;
  padding-left: 40px;
}
#sp_menu .sp_menu_inner ul.spmenulist > li a {
  display: block;
  width: 100%;
  padding: 9px 20px 9px 23px;
  color: #222f74;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  position: relative;
}
#sp_menu .sp_menu_inner ul.yokolist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 15px 0 120px;
  width: 100%;
}
#sp_menu .sp_menu_inner ul.yokolist li {
  text-align: center;
  flex: 1 1 auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
#sp_menu .sp_menu_inner ul.yokolist li:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -1px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #222f74;
}
#sp_menu .sp_menu_inner ul.yokolist li > a, #sp_menu .sp_menu_inner ul.yokolist li > span {
  display: inline-block;
  width: 100%;
  color: #222f74;
  padding: 2px 19px 2px 20px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #sp_menu {
    display: none;
  }
}
/* --------------------------------------------------------------
/* パンくずリスト 
-------------------------------------------------------------- */
.breadcrumb {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #f4f4f4;
  font-size: 0;
  line-height: 0;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.breadcrumb .inner {
  width: 100%;
  padding: 18px 15px 18px;
  margin: 0;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb .inner .bc_scroll_grd {
  opacity: 0;
}
.breadcrumb .inner .bc_scroll_grd.right, .breadcrumb .inner .bc_scroll_grd.left {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.breadcrumb .inner .bc_scroll_grd.right:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(-90deg, white, rgba(255, 255, 255, 0));
  background-size: contain;
}
.breadcrumb .inner .bc_scroll_grd.left:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  background-size: contain;
}
.breadcrumb ul {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb ul li {
  display: inline-block;
  width: auto;
  padding: 0 6px 2px 16px;
  margin: 0;
  flex: 0 0 auto;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.breadcrumb ul li:before {
  position: absolute;
  content: '>';
  top: 0;
  left: 0;
  width: 10px;
  height: 15px;
}
.breadcrumb ul li:first-of-type {
  padding-left: 0;
}
.breadcrumb ul li:first-of-type:before {
  display: none;
}
.breadcrumb ul li:last-of-type {
  padding-right: 15px;
  font-weight: bold;
}
.breadcrumb ul li a {
  color: #333;
}
.breadcrumb ul .scroll_grd {
  opacity: 0;
}
.breadcrumb ul .scroll_grd.left {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.breadcrumb ul .scroll_grd.left:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  background-size: 100%;
}
.breadcrumb ul .scroll_grd.right {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.breadcrumb ul .scroll_grd.right:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb .inner {
    width: 1280px;
    padding: 12px 0 8px;
    margin: 0 auto;
    overflow-x: inherit;
    word-break: inherit;
    white-space: inherit;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb ul {
    /* flex-wrap: wrap; */
    padding: 0;
    align-items: stretch;
  }
  .breadcrumb ul li:last-of-type {
    padding-right: 0;
    flex: 0 1 auto;
  }
  .breadcrumb ul li a {
    position: relative;
  }
  .breadcrumb .scroll_grd {
    display: none !important;
  }
}
/* --------------------------------------------------------------
	コンテナ
-------------------------------------------------------------- */
.wrap {
  word-wrap: break-word;
  width: 100%;
  z-index: 1;
  margin: 61px 0 0;
  padding: 0;
}
.container {
  width: 100%;
}
.main {
  width: 100%;
  padding: 20px 15px 0;
  margin: 0;
}
.side {
  width: 100%;
  padding: 0 15px;
}
.container_single_page {
  width: 100%;
  padding: 10px 15px 30px;
}
.custom-html-widget .fb-page {
  padding: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .wrap {
    margin: 0;
  }
  .container {
    width: 1280px;
    padding: 30px 0 40px 0;
    display: flex;
    margin: 0 auto;
  }
  .main {
    width: 955px;
    padding: 0 30px 0 0;
    border-right: 5px solid #e3e3e3;
    flex: 0 0 auto;
  }
  .main.top {
    padding: 0 19px 0 0;
  }
  .side {
    width: 300px;
    padding: 0 0 60px;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
  }
  .container_single_page {
    width: 920px;
    padding: 30px 0 40px 0;
    margin: 0 auto;
  }
}
/* --------------------------------------------------------------
トップページ
-------------------------------------------------------------- */
body.home .wrap {
  margin: 64px 0 0;
}
body.home header {
  border-bottom: 4px solid #222f74;
}
@media print, screen and (min-width: 768px) {
  body.home .wrap {
    margin: 0;
  }
  body.home header {
    border-bottom: none;
  }
}
/* --------------------------------------------------------------
	サイドバー
-------------------------------------------------------------- */
.widget_wrap {
  width: 100%;
  padding: 0 0 40px;
  font-weight: normal;
  font-weight: 500;
  text-align: center;
}
.widget_wrap:last-of-type .sidebar_item {
  padding: 0;
}
.widget_wrap .textwidget {
  text-align: left;
}
.widgettitle {
  padding: 8px;
  text-align: center;
  color: #222f74;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
  border-top: 3px solid #222f74;
  border-bottom: 1px solid #d8d8d8;
  background: #f4f4f4;
}
.widget_menu_wrap {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.widget_menu ul {
  padding: 10px 0;
}
.widget_menu ul li {
  color: #000000;
}
.widget_menu ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-decoration: underline;
}
.calendar_wrap {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.calendar_wrap .wp-calendar-table {
  margin: 0 0 10px;
}
.calendar_wrap caption {
  font-weight: bold;
  padding: 17px 0 14px;
}
.calendar_wrap thead {
  text-align: center;
}
.calendar_wrap thead tr {
  height: 36px;
}
.calendar_wrap thead th.wk-0 {
  color: #d00f0f;
}
.calendar_wrap thead th.wk-6 {
  color: #0058d0;
}
.calendar_wrap tbody tr {
  height: 36px;
}
.calendar_wrap tbody td {
  text-align: center;
}
.calendar_wrap tbody td .day_text {
  display: inline-block;
  min-width: 0.6em;
  width: auto;
  text-align: right;
  margin: 0 auto;
}
.calendar_wrap tbody td a {
  display: block;
  color: #000000;
  text-decoration: underline;
  margin: 0 auto;
}
.calendar_wrap tbody td a span {
  text-decoration: underline;
}
.calendar_wrap tbody td.pad {
  opacity: 0.5;
}
.calendar_wrap tbody td.pad a:hover {
  opacity: 0.3;
}
.calendar_wrap tbody td.today .day_text {
  color: #ffffff;
  position: relative;
}
.calendar_wrap tbody td.today .day_text:before {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  background: #222f74;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.calendar_wrap tbody td.today .day_text a {
  color: #ffffff;
}
.calendar_wrap tbody td.wk-0 {
  color: #d00f0f;
}
.calendar_wrap tbody td.wk-0 a {
  color: #d00f0f;
}
.calendar_wrap tbody td.wk-6 {
  color: #0058d0;
}
.calendar_wrap tbody td.wk-6 a {
  color: #0058d0;
}
.calendar_wrap .calendar-archive-button {
  display: block;
  color: #222f74;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  border: 1px solid #222f74;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 10px 20px 9px;
  font-weight: bold;
}
.calendar_wrap .calendar-archive-button::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #222f74;
  border-bottom: 1px solid #222f74;
  transform: translateY(-50%) rotate(-45deg);
}
.calendar_wrap .wcal_btm_content {
  padding: 10px 0 0;
}
@media print, screen and (min-width: 768px) {
  .widget_wrap {
    padding: 0 0 20px;
  }
}
.sidebar_item {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.sidebar_item:last-of-type {
  padding-bottom: 0;
}
.sidebar_item a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.widget_menu_custom {
  width: 100%;
  text-align: center;
}
.widget_menu_custom .sidebar_item {
  padding: 0;
  margin: 0 auto 10px;
  display: inline-block;
}
.widget_menu_custom .sidebar_item a {
  display: inline-block;
  margin: 0 auto;
}
.widget_menu_custom .sidebar_item a.border {
  border: solid 1px #707070;
}
@media print, screen and (min-width: 768px) {
  .widget_menu_custom .sidebar_item {
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
/* --------------------------------------------------------------
	きょうの暦
-------------------------------------------------------------- */
section.koyomi > h3.hl_koyomi {
  border-top: 3px solid #222f74;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 2px 2px 0 0;
  color: #222f74;
  background: #f4f4f4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
  padding: 0 15px;
}
section.koyomi > h3 span {
  font-size: 1.6rem;
  font-weight: normal;
  float: right;
}
section.koyomi .block_koyomi p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding: 12px 0 13px;
  text-align: center;
}
section.koyomi .block_koyomi dl {
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}
section.koyomi .block_koyomi dl > dt {
  width: 45%;
  padding: 7px 0 7px 0;
  text-align: left;
  border-top: 1px solid #d8d8d8;
  line-height: 2.1rem;
  position: relative;
}
section.koyomi .block_koyomi dl > dd {
  width: 55%;
  padding: 7px 0 7px 0;
  text-align: right;
  border-top: 1px solid #e3e3e3;
  line-height: 2.1rem;
}
/* --------------------------------------------------------------
	今日の紙面
-------------------------------------------------------------- */
section.side_today_newspaper > h3.hl_stodaynp {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 2px 2px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: bold;
  background: #f7f7f7;
}
section.side_today_newspaper .block_stodaynp {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px -2px 0px 0px #f0f0f0 inset;
  background-color: #ffffff;
  padding: 8px 0 10px;
}
section.side_today_newspaper .block_stodaynp .stodaynp_row {
  display: flex;
  align-items: center;
}
section.side_today_newspaper .block_stodaynp .stodaynp_row .stodaynp_col.left {
  width: 100px;
  flex: 0 0 auto;
}
section.side_today_newspaper .block_stodaynp .stodaynp_row .stodaynp_col.right {
  width: 100px;
  flex: 1 1 auto;
}
section.side_today_newspaper .block_stodaynp .stodaynp_link_btn_img {
  display: block;
  margin: 0 0 0 auto;
  width: 76px;
  height: auto;
}
section.side_today_newspaper .block_stodaynp .stodaynp_link_btn {
  position: relative;
  display: block;
  width: 148px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px -2px 0px 0px #f0f0f0 inset;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  padding: 3px 0 1px 40px;
}
section.side_today_newspaper .block_stodaynp .stodaynp_link_btn + .stodaynp_link_btn {
  margin-top: 20px;
}
section.side_today_newspaper .block_stodaynp .stodaynp_link_btn.kodoku {
  box-shadow: inherit;
  box-shadow: 0px -2px 0px 0px #222f74 inset;
  background: #222f74;
  border: transparent;
}
section.side_today_newspaper .block_stodaynp .stodaynp_link_btn .icon_img {
  position: absolute;
  height: 26px;
  width: auto;
  top: 0;
  left: 9px;
}
/* --------------------------------------------------------------
	フッター
-------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  border-top: 4px solid #222f74;
  background: url(./../images/footer_bk.png) repeat center top;
  background-size: 4px 5px;
  padding: 0 0 70px;
  font-weight: 500;
  z-index: 1;
}
footer .f_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .f_company_col {
  padding: 0;
}
footer .f_company_col .f_logo {
  width: 100%;
  padding: 48px 0 33px 0;
  text-align: center;
}
footer .f_company_col .f_logo img {
  height: 86px;
}
footer .f_company_col .f_address {
  font-size: 1.4rem;
  line-height: 1.9rem;
  width: 100%;
  padding: 0 0 33px 0;
  text-align: center;
}
footer .f_news_col {
  padding: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
footer .f_news_col .hl_fnews {
  position: relative;
  font-weight: bold;
}
footer .f_news_col .hl_fnews a {
  display: block;
  color: #000000;
  padding: 12px 0 11px;
}
footer .f_news_col .hl_fnews button {
  position: absolute;
  content: '';
  right: -15px;
  top: 0;
  display: block;
  width: 60px;
  height: 44px;
  z-index: 10;
  padding: 0;
  margin: 0;
  background: url(./../images/ft_open.png) no-repeat center center;
  background-size: 60px auto;
  cursor: pointer;
}
footer .f_news_col .hl_fnews.open > button {
  background: url(./../images/ft_close.png) no-repeat center center;
  background-size: 60px auto;
}
footer .f_news_col ul {
  display: none;
  width: 100%;
}
footer .f_news_col ul li {
  color: #000000;
}
footer .f_news_col ul li a, footer .f_news_col ul li span {
  display: block;
  color: #000000;
  padding: 6px 0 5px 20px;
  font-weight: 500;
}
footer nav.f_nav {
  flex: 1;
  display: block;
}
footer nav.f_nav ul {
  width: 100%;
  padding: 0;
}
footer nav.f_nav ul li {
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-bottom: 1px solid #d8d8d8;
}
footer nav.f_nav ul li a, footer nav.f_nav ul li span {
  display: block;
  padding: 0;
  color: #000000;
  padding: 12px 0 12px;
  font-weight: bold;
}
footer nav.f_nav ul li.menu-item-has-children {
  position: relative;
}
footer nav.f_nav ul li.menu-item-has-children > button {
  position: absolute;
  content: '';
  right: -15px;
  top: 0;
  display: block;
  width: 60px;
  height: 45px;
  z-index: 10;
  padding: 0;
  margin: 0;
  background: url(./../images/ft_open.png) no-repeat center center;
  background-size: 60px auto;
  cursor: pointer;
}
footer nav.f_nav ul li.menu-item-has-children.open > button {
  background: url(./../images/ft_close.png) no-repeat center center;
  background-size: 60px auto;
}
footer nav.f_nav ul li a {
  text-decoration: none;
}
footer nav.f_nav ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav.f_nav ul.sub-menu li {
  border: none;
}
footer nav.f_nav ul.sub-menu li a, footer nav.f_nav ul.sub-menu li span {
  display: block;
  width: 100%;
  padding: 6px 0 5px 20px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border: none;
}
footer .f_sns {
  width: 100%;
  padding: 0 0 33px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
footer .f_sns a {
  font-weight: bold;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}
footer .f_sns a:last-of-type {
  margin-right: 0;
}
footer .f_sns a.facebook {
  background: url(./../images/icon_f_facebook.png) no-repeat center center;
  background-size: cover;
}
footer .f_sns a.twitter {
  background: url(./../images/icon_f_twitter.png) no-repeat center center;
  background-size: cover;
}
footer .f_sns a.instagram {
  background: url(./../images/icon_f_instagram.png) no-repeat center center;
  background-size: cover;
}
footer .copy {
  text-align: left;
  padding: 22px 15px;
}
footer .copy p {
  font-size: 10px;
  height: 15px;
  line-height: 15px;
}
footer #scrolltop {
  position: fixed;
  bottom: 80px;
  right: 10px;
}
footer #scrolltop a {
  display: block;
  background: url(./../images/f_pagetop_pc.png) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  footer {
    border-top: 4px solid #dddddd;
  }
  footer::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 1280px;
    height: 4px;
    top: -4px;
    left: 50%;
    background: #222f74;
    transform: translateX(-50%);
  }
  footer .f_container {
    width: 1280px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 40px 0 45px;
  }
  footer .f_company_col {
    width: 410px;
    flex: 0 0 auto;
  }
  footer .f_company_col .f_logo {
    width: auto;
    padding: 0 0 20px 0;
    text-align: left;
  }
  footer .f_company_col .f_logo img {
    transform: scale(1);
  }
  footer .f_company_col .f_address {
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: 100%;
    padding: 0 0 33px 0;
    text-align: left;
  }
  footer .f_news_col {
    width: 275px;
    flex: 0 0 auto;
    padding: 0 20px 0 0;
    border: transparent;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
  }
  footer .f_news_col .hl_fnews a {
    padding: 5px 0;
  }
  footer .f_news_col .hl_fnews button {
    display: none;
  }
  footer .f_news_col ul {
    height: 315px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    flex-wrap: wrap;
  }
  footer .f_news_col ul li {
    width: 50%;
  }
  footer .f_news_col ul li a, footer .f_news_col ul li span {
    padding: 5px 0 5px 10px;
  }
  footer nav.f_nav {
    width: 222px;
    flex: 0 0 auto;
    padding: 0 20px 0 0;
  }
  footer nav.f_nav:last-of-type {
    padding-right: 0;
  }
  footer nav.f_nav > ul > li {
    font-weight: bold;
  }
  footer nav.f_nav ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  footer nav.f_nav ul li {
    padding: 0;
    border: none;
  }
  footer nav.f_nav ul li a, footer nav.f_nav ul li span {
    padding: 5px 0 4px 0;
  }
  footer nav.f_nav ul li.menu-item-has-children > button {
    display: none;
  }
  footer nav.f_nav ul li:last-of-type {
    border: none;
  }
  footer nav.f_nav ul.sub-menu {
    display: block;
    padding: 0;
  }
  footer nav.f_nav ul.sub-menu li a, footer nav.f_nav ul.sub-menu li span {
    display: block;
    width: 100%;
    padding: 5px 0 4px 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
  }
  footer .f_sns {
    padding: 15px 0 0;
    text-align: left;
  }
  footer .copy {
    width: 1280px;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
}
/* --------------------------------------------------------------
	固定フッター
-------------------------------------------------------------- */
#hover_f_banner {
  position: fixed;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #051046;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
#hover_f_banner._isSlide {
  bottom: 0;
}
#hover_f_banner .hfb_btn_wrap {
  width: 100%;
  height: 76px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#hover_f_banner .hfb_btn_wrap .hfb_btn {
  background: #051046;
  color: #ffffff;
  padding: 15px;
  margin-left: 6px;
  width: 33%;
  height: 50px;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hover_f_banner .hfb_btn_wrap .hfb_btn:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#hover_f_banner .hfb_btn_wrap .hfb_btn:first-of-type {
  margin-left: 0;
}
#hover_f_banner .hfb_btn_wrap .hfb_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  line-height: 2rem;
}
#hover_f_banner .hfb_btn_wrap .hfb_btn > span {
  margin: auto 0;
}
@media (min-width: 768px) {
  #hover_f_banner {
    height: 70px;
    bottom: -70px;
  }
  #hover_f_banner .inner {
    width: 1280px;
    padding: 0;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: bold;
    vertical-align: middle;
  }
  #hover_f_banner .hfb_btn_wrap {
    padding: 0;
    margin: 0;
  }
  #hover_f_banner .hfb_btn_wrap .hfb_btn {
    width: 300px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
  }
  #hover_f_banner .hfb_btn_wrap .hfb_btn:first-of-type {
    margin-left: 0;
  }
}
/* --------------------------------------------------------------
	スマホ用メニュー
-------------------------------------------------------------- */
#toggle, #toggle_shops {
  margin-left: auto;
  width: 57px;
  height: 60px;
  flex: 0 0 auto;
  background: #222f74;
}
#toggle .trigger, #toggle_shops .trigger {
  position: relative;
  width: 57px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}
#toggle .trigger span, #toggle_shops .trigger span {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  vertical-align: bottom;
  content: '';
  border-radius: 2px;
  width: 26px;
  height: 2px;
  background: #fff;
  left: 16px;
  -webkit-tap-highlight-color: transparent;
}
#toggle .trigger span:nth-of-type(1), #toggle_shops .trigger span:nth-of-type(1) {
  top: 18px;
}
#toggle .trigger span:nth-of-type(2), #toggle_shops .trigger span:nth-of-type(2) {
  top: 29px;
}
#toggle .trigger span:nth-of-type(2):after, #toggle_shops .trigger span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
#toggle .trigger span:nth-of-type(3), #toggle_shops .trigger span:nth-of-type(3) {
  top: 40px;
  left: 22px;
  width: 20px;
}
#toggle .trigger.active span:nth-of-type(1), #toggle_shops .trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}
#toggle .trigger.active span:nth-of-type(2), #toggle_shops .trigger.active span:nth-of-type(2) {
  width: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#toggle .trigger.active span:nth-of-type(2):after, #toggle_shops .trigger.active span:nth-of-type(2):after {
  width: 28px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#toggle .trigger.active span:nth-of-type(3), #toggle_shops .trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}
/* --------------------------------------------------------------
	ページャー
-------------------------------------------------------------- */
.paging_pc {
  display: none;
}
.paging_pc_nopager {
  display: none;
}
.paging_sp {
  font-size: 14px;
  font-weight: bold;
}
.paging_sp .pagenum {
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
}
.paging_sp .pager {
  margin: 10px 0 20px 0;
  font-weight: normal;
  height: 32px;
  position: relative;
}
.paging_sp .pager .prev, .paging_sp .pager .next {
  width: 48%;
  height: 100%;
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  position: absolute;
}
.paging_sp .pager .prev a, .paging_sp .pager .next a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_sp .pager .prev.prev, .paging_sp .pager .next.prev {
  left: 0;
}
.paging_sp .pager .prev.next, .paging_sp .pager .next.next {
  right: 0;
}
.paging_sp .pager .prev .arrow_l, .paging_sp .pager .prev .arrow_r, .paging_sp .pager .next .arrow_l, .paging_sp .pager .next .arrow_r {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  border-bottom: solid 2px #222f74;
  border-left: solid 2px #222f74;
}
.paging_sp .pager .prev .arrow_l.arrow_l, .paging_sp .pager .prev .arrow_r.arrow_l, .paging_sp .pager .next .arrow_l.arrow_l, .paging_sp .pager .next .arrow_r.arrow_l {
  left: 10px;
  transform: rotate(45deg);
}
.paging_sp .pager .prev .arrow_l.arrow_r, .paging_sp .pager .prev .arrow_r.arrow_r, .paging_sp .pager .next .arrow_l.arrow_r, .paging_sp .pager .next .arrow_r.arrow_r {
  right: 10px;
  transform: rotate(225deg);
}
.paging_sp_nopager {
  width: 100%;
  content: '';
  height: 20px;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .paging_sp {
    display: none;
  }
  .paging_sp_nopager {
    display: none;
  }
  .paging_pc {
    display: block;
    width: 100%;
    margin: 40px auto 35px;
    text-align: center;
  }
  .paging_pc ul {
    display: flex;
    justify-content: center;
  }
  .paging_pc ul li a.page-numbers, .paging_pc ul li span.page-numbers {
    display: block;
    min-width: 40px;
    height: 30px;
    font-size: 12px;
    line-height: 29px;
    padding: 0 5px;
    font-weight: normal;
    border: solid 1px #ccc;
    border-radius: 4px;
    margin: 0 5px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  .paging_pc ul li a.page-numbers.prev, .paging_pc ul li a.page-numbers.next, .paging_pc ul li span.page-numbers.prev, .paging_pc ul li span.page-numbers.next {
    margin: 0;
    border: none;
    position: relative;
  }
  .paging_pc ul li a.page-numbers.prev .arrow_l, .paging_pc ul li a.page-numbers.prev .arrow_r, .paging_pc ul li a.page-numbers.next .arrow_l, .paging_pc ul li a.page-numbers.next .arrow_r, .paging_pc ul li span.page-numbers.prev .arrow_l, .paging_pc ul li span.page-numbers.prev .arrow_r, .paging_pc ul li span.page-numbers.next .arrow_l, .paging_pc ul li span.page-numbers.next .arrow_r {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 3px;
  }
  .paging_pc ul li a.page-numbers.prev .arrow_l.arrow_l, .paging_pc ul li a.page-numbers.prev .arrow_r.arrow_l, .paging_pc ul li a.page-numbers.next .arrow_l.arrow_l, .paging_pc ul li a.page-numbers.next .arrow_r.arrow_l, .paging_pc ul li span.page-numbers.prev .arrow_l.arrow_l, .paging_pc ul li span.page-numbers.prev .arrow_r.arrow_l, .paging_pc ul li span.page-numbers.next .arrow_l.arrow_l, .paging_pc ul li span.page-numbers.next .arrow_r.arrow_l {
    border-bottom: solid 2px #222f74;
    border-left: solid 2px #222f74;
  }
  .paging_pc ul li a.page-numbers.prev .arrow_l.arrow_r, .paging_pc ul li a.page-numbers.prev .arrow_r.arrow_r, .paging_pc ul li a.page-numbers.next .arrow_l.arrow_r, .paging_pc ul li a.page-numbers.next .arrow_r.arrow_r, .paging_pc ul li span.page-numbers.prev .arrow_l.arrow_r, .paging_pc ul li span.page-numbers.prev .arrow_r.arrow_r, .paging_pc ul li span.page-numbers.next .arrow_l.arrow_r, .paging_pc ul li span.page-numbers.next .arrow_r.arrow_r {
    border-top: solid 2px #222f74;
    border-right: solid 2px #222f74;
  }
  .paging_pc ul li a.page-numbers.dots, .paging_pc ul li span.page-numbers.dots {
    line-height: 33px;
    border: none;
  }
  .paging_pc ul li span.current {
    margin: 0 5px;
    background-color: #f6f6f5;
  }
  .paging_pc_nopager {
    display: block;
    content: '';
    width: 100%;
    height: 35px;
    padding: 0;
    margin: 0;
  }
}
/* --------------------------------------------------------------
	フォーム
-------------------------------------------------------------- */
table.form_table {
  border-top: solid 1px #d8d8d8;
}
table.form_table th {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: #f4f4f4;
  border-bottom: solid 1px #d8d8d8;
  font-weight: bold;
  text-align: left;
}
table.form_table th span.required {
  margin-left: 5px;
  color: #aa0418;
  font-size: 1.3rem;
}
table.form_table td {
  display: block;
  padding: 15px 10px;
  border-bottom: solid 1px #d8d8d8;
}
table.form_table td .col_2 {
  display: flex;
  align-items: center;
  vertical-align: top;
}
table.form_table td .col_2 + .col_2 {
  margin: 10px 0 0;
}
table.form_table td .col_2 span {
  padding: 0 5px 0 0;
}
@media print, screen and (min-width: 768px) {
  table.form_table th {
    display: table-cell;
    width: 25%;
    padding: 12px 20px;
  }
  table.form_table td {
    display: table-cell;
    width: 75%;
    padding: 12px 20px;
  }
  table.form_table td .col_2 {
    display: inline-block;
    width: 45%;
  }
  table.form_table td .col_2 input[type='text'], table.form_table td .col_2 input[type='password'], table.form_table td .col_2 input[type='email'], table.form_table td .col_2 select, table.form_table td .col_2 textarea {
    width: 90%;
  }
  table.form_table td .col_2 + .col_2 {
    margin: 0 0 0 15px;
  }
  table.form_table td .col_2 span {
    padding: 0 5px 0 0;
  }
}
/* MW WP Formカスタマイズ
---------------------------------------- */
/* エラー表示 */
.mw_wp_form .error {
  color: #aa0418 !important;
  font-size: 14px !important;
}
/* 入力画面で非表示 */
.mw_wp_form_input .input_hide {
  display: none;
}
/* 確認画面で非表示 */
.mw_wp_form_preview .prev_hide {
  display: none;
}
/* 入力フォーム */
.custom_form input[type='text'], .custom_form input[type='password'], .custom_form input[type='email'], .custom_form select, .custom_form textarea {
  width: 100%;
  padding: 4px;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
}
.custom_form input[type='radio'] {
  display: none;
}
.custom_form input[type='radio']:checked + span.mwform-radio-field-text:before {
  border: solid 2px #6f6f6f;
}
.custom_form input[type='radio']:checked + span.mwform-radio-field-text:after {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  border: 6px solid #6f6f6f;
  border-radius: 100%;
}
.custom_form input[type='file'] {
  display: inline-block;
  width: 100%;
}
.custom_form .mwform-zip-field {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.custom_form .mwform-zip-field input[name^='zip'] {
  flex: 0 0 auto;
  width: auto;
}
.custom_form span.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 33px;
  cursor: pointer;
  line-height: 1.5;
}
.custom_form span.mwform-radio-field-text:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  border-radius: 100%;
}
.custom_form input[type='checkbox'] {
  display: none;
}
.custom_form input[type='checkbox']:checked + span.mwform-checkbox-field-text:before {
  background: #222f74;
  border: solid 1px #222f74;
}
.custom_form input[type='checkbox']:checked + span.mwform-checkbox-field-text:after {
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.custom_form span.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 33px;
  cursor: pointer;
  line-height: 1.5;
}
.custom_form span.mwform-checkbox-field-text:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  background: #fff;
  border: solid 1px #9c9c9c;
  border-radius: 3px;
}
.custom_form span.mwform-checkbox-field-text:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 5px;
  width: 15px;
  height: 10px;
  border-left: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom_form input[type='submit'] {
  display: block;
  width: 60%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 3px;
  background-color: #222f74;
  color: #ffffff;
}
.custom_form input[type='submit'][name='submitBack'] {
  background-color: #d3d3d3;
  color: #808080;
}
.custom_form .my_form_submit input[type='submit'] + input[type='submit'] {
  margin: 10px auto 0;
}
.custom_form select {
  height: 33px;
  vertical-align: top;
}
.custom_form textarea {
  resize: vertical;
}
@media print, screen and (min-width: 768px) {
  .custom_form span.mwform-radio-field-text {
    padding: 0 0 0 28px;
  }
  .custom_form span.mwform-radio-field-text:before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .custom_form input[type='radio']:checked + span.mwform-radio-field-text:after {
    top: 7px;
    left: 5px;
    border: 5px solid #6f6f6f;
  }
  .custom_form span.mwform-checkbox-field-text {
    padding: 0 0 0 28px;
  }
  .custom_form span.mwform-checkbox-field-text:before {
    width: 20px;
    height: 20px;
  }
  .custom_form span.mwform-checkbox-field-text:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 9px;
  }
  .custom_form input[type='submit'][name='submitConfirm'], .custom_form input[type='submit'][name='submitBack'], .custom_form input[type='submit'][name='submitContact'] {
    width: 40%;
    height: 54px;
    line-height: 54px;
  }
}
/* --------------------------------------------------------------
  氏名（２列）用
-------------------------------------------------------------- */
.custom_form .name_inline_wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.custom_form .name_inline_wrap .name_inline {
  flex: 0 1 auto;
  display: flex;
  width: 100%;
  max-width: 300px;
}
.custom_form .name_inline_wrap .name_inline:first-of-type {
  margin: 0 0 10px 0;
}
.custom_form .name_inline_wrap .name_inline span {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.5em;
}
.custom_form .name_inline_wrap .name_inline span.error {
  flex: 0 0 auto;
  display: inline-block;
  width: 100%;
}
/* 確認画面 */
.mw_wp_form_preview .custom_form .name_inline_wrap {
  display: flex;
  gap: 20px;
}
.mw_wp_form_preview .custom_form .name_inline_wrap .name_inline {
  width: auto;
  max-width: inherit;
}
.mw_wp_form_preview .custom_form .name_inline_wrap .name_inline .prev_hide {
  display: none;
}
@media (min-width: 768px) {
  .custom_form .name_inline_wrap {
    display: flex;
    align-items: flex-start;
    max-width: 620px;
    gap: 20px;
  }
  .custom_form .name_inline_wrap .name_inline:first-of-type {
    margin: 0;
  }
  .custom_form .name_inline_wrap .name_inline span.error {
    flex: 0 0 auto;
    display: inline-block;
    width: 100%;
  }
}
/* テーブル（非レスポンシブ）
---------------------------------------- */
table.basic {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #d8d8d8;
  font-size: 1.3rem;
}
table.basic th {
  padding: 8px 15px;
  background-color: #f4f4f4;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
table.basic td {
  padding: 8px 15px;
  border-left: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  line-height: 1.5;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  table.basic {
    font-size: 1.6rem;
  }
  table.basic th, table.basic td {
    padding: 8px 25px;
  }
}
/* テーブル（レスポンシブ）
---------------------------------------- */
table.responsive {
  width: 100%;
  border-top: solid 1px #d8d8d8;
}
table.responsive th {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: #f4f4f4;
  border-bottom: solid 1px #d8d8d8;
  font-weight: bold;
  text-align: left;
}
table.responsive td {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #d8d8d8;
}
@media print, screen and (min-width: 768px) {
  table.responsive th {
    display: table-cell;
    width: 25%;
    padding: 12px 20px;
  }
  table.responsive td {
    display: table-cell;
    width: 75%;
    padding: 12px 20px;
  }
}
/* --------------------------------------------------------------
	// フリーペーパー
-------------------------------------------------------------- */
ul.free_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  ul.free_list {
    justify-content: flex-start;
    padding: 0 0 20px 0;
  }
}
ul.free_list li {
  width: 48%;
  padding: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  ul.free_list li {
    width: 230px;
    margin: 0 15px 0 0;
  }
  ul.free_list li:nth-of-type(3n) {
    width: 230px;
    margin: 0;
  }
}
ul.free_list li figure {
  padding: 0;
  margin-bottom: 5px;
  background: #eeeeee;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  ul.free_list li figure {
    margin-bottom: 10px;
  }
}
ul.free_list li figure:before {
  content: '';
  display: block;
  padding-top: 141.5%;
}
ul.free_list li figure img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
ul.free_list li figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.free_list li figure a:hover {
  background: rgba(255, 255, 255, 0.3);
}
ul.free_list li p {
  padding: 0 0 5px 0;
}
ul.free_list li p.list_title {
  font-weight: bold;
}
ul.free_list li a {
  color: #333;
}
ul.free_list li a:visited {
  color: #757575;
}
#sunday_job .lead {
  color: #663333;
  font-weight: bold;
}
#sunday_job .lead em {
  color: #cc0066;
}
#sunday_job .kakomi {
  margin: 0 0 10px 0;
  padding: 3px 5px;
  border: solid 2px #cc0066;
  color: #cc0066;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #sunday_job .lead {
    padding: 0 0 20px 0;
    font-size: 2rem;
    text-align: center;
  }
  #sunday_job .kakomi {
    padding: 10px 15px;
  }
  #sunday_job .sunday_job_price {
    padding: 0 0 10px 0;
  }
  #sunday_job .sunday_job_size_wrap, #sunday_ube_wide .sunday_job_size_wrap {
    padding: 0 0 20px 0;
  }
  #sunday_job .sunday_job_size, #sunday_ube_wide .sunday_job_size {
    width: 30%;
  }
  #sunday_job .sunday_job_size .col2, #sunday_ube_wide .sunday_job_size .col2 {
    width: 46%;
  }
}
/* --------------------------------------------------------------
	トップページ
-------------------------------------------------------------- */
/* トップ緊急情報
---------------------------------------- */
.emergency_wrap {
  width: 100%;
  padding: 10px 15px 0;
}
.emergency_wrap .emergency .em_title {
  font-size: 1.4rem;
  line-height: 1.3;
  background: #aa0418 url(./../images/icon_emergency.png) no-repeat left 6px top 5px;
  background-size: 16px auto;
  color: #fff;
  padding: 4px 5px 2px 30px;
}
.emergency_wrap .emergency .em_content {
  padding: 10px 10px 5px 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  border-right: 4px solid #aa0418;
  border-left: 4px solid #aa0418;
  border-bottom: 4px solid #aa0418;
}
.emergency_wrap .emergency .em_content p {
  padding: 0 0 5px 0;
}
.emergency_wrap .emergency .em_content a {
  color: #000000;
}
.emergency_wrap .emergency .em_content a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .emergency_wrap {
    margin-top: 0;
    width: 1280px;
    margin: 0 auto;
    padding: 15px 0 0;
  }
  .emergency_wrap .emergency .em_title {
    padding: 4px 5px 2px 30px;
  }
}
/* トップ特集
---------------------------------------- */
.specialinfo_wrap {
  padding: 15px 15px 0;
  position: relative;
  width: 100%;
  margin: 0 auto -10px;
  background: none;
}
.specialinfo_wrap .specialinfo {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 0 6px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.specialinfo_wrap .specialinfo a {
  color: #000000;
}
.specialinfo_wrap .specialinfo a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .specialinfo_wrap {
    width: 1280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    margin: 0 auto -1em;
  }
  .specialinfo_wrap:after {
    content: '';
    display: block;
    width: 50px;
    flex: 1 1 auto;
  }
  .specialinfo_wrap .specialinfo {
    display: inline-block;
    padding: 0 1em 1em 0;
    width: auto;
    flex: 0 1 auto;
  }
}
/* トップスライド（おすすめ記事）
---------------------------------------- */
.slider_wrap {
  padding: 15px 15px 18px;
  width: 100%;
  height: auto;
  position: relative;
}
.slider_wrap * {
  box-sizing: border-box;
}
.slider_container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  visibility: hidden;
}
.slide_unit {
  width: 100%;
  position: relative;
}
.slide_unit .slide_img {
  position: relative;
}
.slide_unit .slide_img:before {
  display: block;
  content: '';
  padding-top: 62.5%;
}
.slide_unit .slide_img figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.slide_unit .slide_img figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
.slide_unit .slide_img figure img.vertical {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  max-height: inherit;
  width: 100%;
}
.slide_unit .slide_hl {
  width: 100%;
  padding: 8px 10px 6px;
  background: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  color: #000000;
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 750px;
  display: flex;
}
.slide_unit .slide_hl .slide_cat {
  display: block;
  width: auto;
  flex: 0 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #aa0418;
  padding-right: 1em;
}
.slide_unit .slide_hl .slide_title {
  display: block;
  flex: 0 1 auto;
  padding: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide_unit > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 45px;
}
/* ページャー */
.slick-dots {
  position: absolute;
  bottom: -30px;
  height: 30px;
  padding: 8px 0 0 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 15px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #444;
  content: '';
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: transparent;
  border: solid 1px #ccc;
  opacity: 1;
}
/* 前後矢印 */
/* Arrows */
.slick-prev, .slick-next {
  display: block;
  width: 25px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
  background: url(./../images/slick_prev_sp.png) no-repeat center center;
  background-size: cover;
}
.slick-next, .slick-next:hover, .slick-next:focus {
  background: url(./../images/slick_next_sp.png) no-repeat center center;
  background-size: cover;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
.slick-initialized .slick-slide {
  height: auto;
}
@media print, screen and (min-width: 768px) {
  /* 前後矢印 */
  /* ページャー */
  .slider_wrap {
    position: relative;
    padding: 29px 0;
  }
  .slider_container {
    position: relative;
    width: 100%;
    height: 408px;
    margin: 0 auto;
    overflow: hidden;
  }
  .slide_unit {
    width: 588px;
    margin: 0 7px;
  }
  .slide_unit .slide_img:after {
    content: none;
  }
  .slide_unit .slide_hl {
    padding: 11px 10px 8px;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 58px;
  }
  .slick-prev:before, .slick-next:before {
    content: '';
  }
  .slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(./../images/slick_prev_pc.png) no-repeat center center;
    background-size: cover;
  }
  .slick-next, .slick-next:hover, .slick-next:focus {
    background: url(./../images/slick_next_pc.png) no-repeat center center;
    background-size: cover;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-arrow {
    z-index: 1;
  }
  button.slick-prev, button.slick-next {
    z-index: 1;
  }
  .slick-dots {
    bottom: -50px;
    height: 50px;
    padding: 12px 0 0 0;
  }
  .slick-dots li {
    margin: 0 10px;
  }
}
/* トップTOPIC（お知らせ）
---------------------------------------- */
.marquee_wrap {
  padding: 0 15px;
}
.marquee_inner {
  padding: 10px 0;
  background-color: #f4f4f4;
  border-top: 1px solid #222f74;
  border-bottom: 1px solid #222f74;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.marquee_inner .hl_marquee {
  display: block;
  color: #aa0418;
  font-weight: bold;
  padding: 0 10px;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.9rem;
  flex: 0 0 auto;
}
.marquee_inner .marquee {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  flex: 1 1 auto;
}
.marquee_inner .marquee p {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .marquee_wrap {
    padding: 0;
  }
  .marquee_inner {
    width: 1280px;
    padding: 15px 0;
  }
  .marquee_inner .hl_marquee {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .marquee_inner .marquee {
    padding: 0 10px 0;
    width: auto;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
/* 号外
---------------------------------------- */
.top_extra {
  padding: 0 0 10px;
}
.top_extra {
  padding: 0 0 20px;
}
/* 動画号外
---------------------------------------- */
.top_video {
  padding: 0 0 10px;
}
.top_video .video_wrap {
  padding: 10px 0;
  width: 100%;
}
.top_video .video_wrap:first-of-type {
  padding-top: 0;
}
.top_video .wp-video {
  margin: 0 auto;
  width: 100%;
}
.top_video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top_video .top_video_content {
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .top_video {
    padding: 0 0 10px;
  }
  .top_video .video_wrap {
    max-width: 640px;
    margin: 0 auto;
  }
  .top_video .top_video_content {
    width: 640px;
    margin: 0 auto;
  }
}
/* トップヘッドライン
---------------------------------------- */
.news_list.top_headline {
  padding: 0 0 40px;
}
.news_list.top_headline .hl_b {
  margin: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  .news_list.top_headline .hl_b {
    margin: 0 0 10px;
  }
}
/* TOP 企画・特集
---------------------------------------- */
.top_kikaku {
  width: 100%;
  padding: 0 0 40px;
}
.top_kikaku .hl_b {
  padding: 5px 0;
  margin: 0 0 20px;
}
.top_kikaku ul.top_kikaku_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.top_kikaku ul.top_kikaku_list > li {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px 10px 0;
  position: relative;
}
.top_kikaku ul.top_kikaku_list > li:nth-child(even) {
  padding: 0 0 10px 5px;
}
.top_kikaku ul.top_kikaku_list > li.hover_effect:hover {
  cursor: pointer;
}
.top_kikaku ul.top_kikaku_list > li .tk_link {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.top_kikaku .tk_thumb_area {
  padding: 0 0 5px;
}
.top_kikaku figure {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #e9e9e9;
  margin: 0 0 5px;
}
.top_kikaku figure:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.top_kikaku figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.top_kikaku .tk_title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top_kikaku ul.top_kikaku_list {
    justify-content: space-between;
  }
  .top_kikaku ul.top_kikaku_list > li {
    flex: 0 0 auto;
    width: 136px;
    padding: 0;
  }
  .top_kikaku ul.top_kikaku_list > li:nth-child(even) {
    padding: 0;
  }
}
/* TOP この街Motto
---------------------------------------- */
.top_localspecial {
  width: 100%;
  padding: 0;
}
.top_localspecial .lspecial_col {
  padding: 0 0 20px;
}
.top_localspecial .hl_b {
  padding: 5px 0;
  margin: 0 0 20px;
}
.top_localspecial .hl_lspecial {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.top_localspecial .hl_lspecial.hll_hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top_localspecial .hl_lspecial .hl_lspecial_link {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lspecial_list {
  display: flex;
  flex-wrap: wrap;
}
.lspecial_list > li {
  position: relative;
  width: 50%;
  padding: 0 0 0 12px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.lspecial_list > li:nth-child(odd) {
  padding: 0 12px 0 0;
  border-right: 1px solid #d8d8d8;
}
.lspecial_list > li .ls_thumb_area {
  flex: 0 0 auto;
  position: relative;
  margin: 0 0 5px;
}
.lspecial_list > li .ls_thumb_area:before {
  display: block;
  content: '';
  padding-top: 100%;
}
.lspecial_list > li .ls_thumb_area .trim_b {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.lspecial_list > li .ls_thumb_area .trim_b img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
.lspecial_list > li .ls_thumb_area .trim_b img.vertical {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  max-height: inherit;
  width: 100%;
}
.lspecial_list > li .ls_excerpt_area {
  flex: 1 1 auto;
  padding: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
}
.lspecial_list > li .ls_excerpt_area .ls_title {
  padding: 0 0 7px;
}
.lspecial_list > li .ls_excerpt_area .ls_date {
  padding: 0;
}
.lspecial_list > li .ls_excerpt_area a {
  display: block;
  color: #000000;
}
.lspecial_list > li .lspecial_link {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.btn_more {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border: 1px solid #222f74;
  color: #222f74;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 9px 10px 8px;
  position: relative;
}
.btn_more::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #222f74;
  border-bottom: 1px solid #222f74;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .top_localspecial {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_localspecial .hl_b {
    width: 100%;
    flex: 0 0 auto;
  }
  .top_localspecial .lspecial_col {
    width: 450px;
    padding: 0 0 20px 0;
    margin-bottom: 0;
    flex: 0 1 auto;
  }
  .top_localspecial .hl_lspecial {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
  }
  .lspecial_list {
    display: block;
    padding-bottom: 10px;
  }
  .lspecial_list > li {
    flex-flow: row;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .lspecial_list > li:nth-child(odd) {
    padding: 5px 0;
    border-right: none;
  }
  .lspecial_list > li .ls_thumb_area {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    margin: 0;
  }
  .lspecial_list > li .ls_excerpt_area {
    width: 290px;
    flex: 1 1 auto;
    padding: 5px 0 5px 15px;
  }
  .lspecial_list > li .ls_excerpt_area a {
    display: block;
    color: #000000;
  }
  .lspecial_list > li .ls_excerpt_area .ls_title {
    min-height: 3em;
    padding: 0 0 7px;
  }
}
/* 記事が無い場合
---------------------------------------- */
.no_content {
  padding: 30px 10px;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .no_content {
    padding: 30px 0;
    text-align: left;
  }
}
/* ローディング
---------------------------------------- */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 160px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -160px;
}
@media print, screen and (min-width: 768px) {
  #loader-bg {
    top: 247px;
  }
  #loading {
    margin-top: -247px;
  }
}
.ui-widget-header {
  color: #333;
}
/* --------------------------------------------------------------
	クーポン
-------------------------------------------------------------- */
.coupon_container {
  clear: both;
  padding: 0 0 20px 0;
}
.coupon_container #coupon_btn button {
  display: block;
  width: 80%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
}
.coupon_container #coupon_btn button.ticketing {
  /* 発券可能 */
  background-color: #222f74;
  color: #ffffff;
}
.coupon_container #coupon_btn button.disabled {
  /* 発券不可 */
  background-color: #ccc !important;
  color: #999 !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#modal-bg {
  /* モーダル背景 */
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#modal-main {
  /* モーダルコンテンツ */
  display: none;
  width: 90%;
  height: 90%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  position: fixed;
  z-index: 200;
}
#modal-main .cp_body {
  position: relative;
  padding: 15px;
  line-height: 1.5;
}
#modal-main .cp_body .print {
  padding: 20px 0 0 0;
  text-align: center;
}
#modal-main > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .coupon_container {
    padding: 20px 0 40px;
  }
  .coupon_container #coupon_btn button {
    width: 60%;
    height: 54px;
    line-height: 54px;
  }
}
.utility_sub {
  padding: 8px 10px;
  background-color: #aa0418;
  color: #fff;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.6;
}
.utility_sub_snews {
  padding: 9px 10px 7px;
  background-color: #e9e9e9;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.6;
}
.dnp_cem_nav {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #aa0418;
}
.dnp_cem_nav .utility_sub {
  margin: 0;
  max-width: 1280px;
}
@media print, screen and (min-width: 768px) {
  .utility_sub {
    margin: 0 auto 20px;
  }
  .dnp_cem_nav .utility_sub {
    padding-left: 0;
    padding-right: 0;
  }
}
#modal-main .cp_body {
  background: #ffffa8;
  position: relative;
  padding: 15px;
  line-height: 1.5;
  margin: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #modal-main .cp_body {
    max-width: 500px;
    margin: 20px auto 0;
  }
}
#modal-main .cp_body .hl_bxl {
  font-weight: bold;
  color: #aa0418;
}
#modal-main .cp_body .kikan {
  font-weight: bold;
  margin-bottom: 15px;
}
#modal-main .cp_body ul.condition {
  margin: 0 auto;
  padding: 0 10px 10px;
}
#modal-main .cp_body ul.condition li {
  text-align: left;
  list-style-type: disc;
}
/* GoogleAds
---------------------------------------- */
.main-google-ads {
  display: block;
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
}
.main-google-ads .ads-item {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 250px;
}
/* YahooAds
---------------------------------------- */
.main-yahoo-ads {
  display: block;
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
}
.main-yahoo-ads .yahoo-ad-item {
  display: block;
  margin: auto;
  text-align: center;
}
.main-ads-wrap {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.news_list + .main-google-ads {
  padding-top: 20px;
}
.event_cal + .main-google-ads {
  padding: 0;
}
.news_list.top_headline + .main-google-ads {
  padding: 0 0 20px;
}
.page_contents .main-google-ads {
  padding: 0;
}
#sports_category + .main-google-ads {
  padding: 0 0 20px;
}
.sidebar_item ins {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .main-google-ads {
    padding: 0 0 35px;
    width: 920px;
    max-width: inherit;
    text-align: center;
  }
  .main-google-ads .ads-item {
    width: 300px;
    height: 250px;
  }
  .main-yahoo-ads {
    padding: 0 0 35px;
    width: 920px;
    max-width: inherit;
    text-align: center;
  }
  .main-ads-wrap {
    display: flex;
    padding: 0 0 35px;
    justify-content: center;
    gap: 40px;
  }
  .main-ads-wrap .main-google-ads {
    flex: 0 1 auto;
    width: 300px;
    padding: 0;
  }
  .main-ads-wrap .main-yahoo-ads {
    flex: 0 1 auto;
    width: 300px;
    padding: 0;
  }
  .news_list + .main-google-ads {
    padding: 5px 0 0;
  }
  .event_cal + .main-google-ads {
    padding: 0;
  }
  .news_list.top_headline + .main-google-ads {
    padding: 0 0 35px;
  }
  .page_contents .main-google-ads {
    padding: 20px 0 0;
  }
  #sports_category + .main-google-ads {
    padding: 25px 0 0;
  }
  .sidebar_item ins {
    display: block;
    width: 300px;
    max-width: inherit;
    height: 250px;
    margin: 0 auto;
    text-align: center;
  }
}

a[href=""]{
  pointer-events: none;
}
