@charset "UTF-8";
/* ===================================================================
  new_sp.scss
  SP版：新規ヘッダー＆フッター部分やリンク設定などの共通部分

  01.基本設定
  02.ヘッダー
  03.オーバーレイ 検索
  04.グローバルメニュー
  05.ページトップへ戻る
  06.フッター
=================================================================== */
/*----------------------------------------------------
  01.基本設定
----------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
  word-break: break-all;
}

ul li {
  list-style: none;
}

a#PAGETOP span {
  display: none;
}

a#CONTENTS span {
  display: none;
}

a#bodycontents span {
  display: none;
}

p#skip {
  position: absolute;
  width: 100px;
  left: -200px;
}

a {
  outline: none;
}
a:link {
  color: #183d86;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: auto;
}

#container {
  min-width: 320px !important;
}

/*----------------------------------------------------
  02.ヘッダー
----------------------------------------------------*/
#header {
  box-sizing: border-box;
  position: relative;
  min-height: 56px;
  margin: 0 auto !important;
  padding-top: 56px;
}
#header .logo {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 130px;
}
#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .logo img {
  width: 100%;
}
#header .menuArea .btn__search.sp {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 65px;
  width: 64px;
  height: 56px;
  background: #183d86 url("/files/001207683.svg") center top 10px no-repeat;
  background-size: 18px 18px;
}
#header .menuArea .btn__search.sp a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .menuArea .btn__search.sp a span.btn__label {
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
#header .menuArea .btn__language.sp {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 130px;
  width: 64px;
  height: 56px;
  background: #183d86 url("/files/001207689.svg") center top 10px no-repeat;
  background-size: 20px 20px;
}
#header .menuArea .btn__language.sp a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .menuArea .btn__language.sp a span.btn__label {
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
#header .menuArea .btn__menu {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 56px;
  background: #183d86;
  transition: all 0.2s;
  cursor: pointer;
}
#header .menuArea .btn__menu > span.btn__label {
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
#header .menuArea .btn__menu .inner {
  position: absolute;
  top: 11px;
  left: calc(50% - 10px);
  width: 20px;
  height: 19px;
}
#header .menuArea .btn__menu .inner span {
  display: inline-block;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 100vmax;
}
#header .menuArea .btn__menu .inner span:nth-of-type(1) {
  top: 0;
}
#header .menuArea .btn__menu .inner span:nth-of-type(2) {
  top: 8px;
}
#header .menuArea .btn__menu .inner span:nth-of-type(3) {
  bottom: 0;
}
#header .menuArea .btn__menu.open {
  background: #1C4FB3;
}
#header .menuArea .btn__menu.open .inner span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
#header .menuArea .btn__menu.open .inner span:nth-of-type(2) {
  opacity: 0;
}
#header .menuArea .btn__menu.open .inner span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
#header .menuArea .inner__menu {
  display: none;
  background: #1C4FB3;
}
#header .menuArea .inner__menu.open {
  display: block;
}
#header .menuArea .inner__menu ul.gNavi__sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 20px 17px 0;
}
#header .menuArea .inner__menu ul.gNavi__sp li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 52px;
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #183d86;
  line-height: 1.5;
  background: #fff url("/files/001207680.svg") left 10px center no-repeat;
  background-size: 16px 16px;
  border-radius: 4px;
}
#header .menuArea .inner__menu .linkArea01 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 30px 17px 0;
}
#header .menuArea .inner__menu .linkArea01 ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 8px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
#header .menuArea .inner__menu .linkArea01 ul li.btn__home,
#header .menuArea .inner__menu .linkArea01 ul li.btn__contents,
#header .menuArea .inner__menu .linkArea01 ul li.btn__language,
#header .menuArea .inner__menu .linkArea01 ul li.btn__search {
  display: none;
}
#header .menuArea .inner__menu .linkArea02 ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 30px 17px 0;
}
#header .menuArea .inner__menu .linkArea02 ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 8px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
#header .menuArea .inner__menu .linkArea02 ul li.link__emergency a {
  background: #C50000;
  border: 1px solid #C50000;
}
#header .menuArea .inner__menu .linkArea02 ul li.btn__contact {
  display: none;
}
#header .menuArea .inner__menu .btn__close {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
  background: #183d86;
  cursor: pointer;
}
#header .menuArea .inner__menu .btn__close span {
  box-sizing: border-box;
  display: table;
  position: relative;
  margin: 0 auto;
  height: 19px;
  padding: 0 0 0 25px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
#header .menuArea .inner__menu .btn__close span::before, #header .menuArea .inner__menu .btn__close span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 100vmax;
}
#header .menuArea .inner__menu .btn__close span::before {
  top: 0;
  transform: translateY(8px) rotate(-45deg);
}
#header .menuArea .inner__menu .btn__close span::after {
  bottom: 0;
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 320px) {
  #header .logo {
    top: 18px;
    width: 100px;
  }
}

/*----------------------------------------------------
  03.オーバーレイ 検索
----------------------------------------------------*/
#overlayArea_search {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 1000;
}
#overlayArea_search .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
#overlayArea_search .inner {
  box-sizing: border-box;
  position: relative;
  padding: 40px 15px 15px;
  z-index: 1;
}
#overlayArea_search .logo {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 130px;
}
#overlayArea_search .logo a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
#overlayArea_search .logo img {
  width: 100%;
}
#overlayArea_search .searchArea {
  margin-top: 40px;
}
#overlayArea_search .searchArea p.search__title {
  position: relative;
  padding-left: 14px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
#overlayArea_search .searchArea p.search__title:not(:first-child) {
  margin-top: 30px;
}
#overlayArea_search .searchArea p.search__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 22px;
  background: #21468d;
  border-radius: 100vmax;
}
#overlayArea_search .searchArea ul.keyword__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 19px 0 0;
  padding: 0;
}
#overlayArea_search .searchArea ul.keyword__list li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 5px 9px 5px 27px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  background-color: #FFF;
  background-image: url("/files/001207680.svg");
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #FFF;
  border-radius: 100vmax;
}
#overlayArea_search .searchArea .siteSearchWrap {
  position: relative;
  margin-top: 20px;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox table {
  margin: 0;
  padding: 0;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox table tr,
#overlayArea_search .searchArea .siteSearchWrap .searchBox table td {
  margin: 0;
  padding: 0;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox form {
  max-width: 100%;
  padding-left: 20px;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox input.gsc-input,
#overlayArea_search .searchArea .siteSearchWrap .searchBox .gsc-input-box,
#overlayArea_search .searchArea .siteSearchWrap .searchBox .gsc-input-box-hover,
#overlayArea_search .searchArea .siteSearchWrap .searchBox .gsc-input-box-focus {
  font-size: 1.6rem;
  border: none;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox button.gsc-search-button {
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  background-color: #183d86;
  background-image: url("/files/001207683.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
}
#overlayArea_search .searchArea .siteSearchWrap .searchBox button.gsc-search-button svg {
  display: none;
  width: 26px;
  height: 26px;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap input:focus,
#overlayArea_search .searchArea .pageIdSearchInputWrap input.isChange {
  color: #000;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock .pageIdSearchInputBox {
  position: relative;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock .pageIdSearchInputBox input#pageIdSearchInput {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0;
  font-size: 1.6rem;
  border: none;
  background: none;
  outline: none;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock .pageIdSearchInputBox input#pageIdSearchInput::-moz-placeholder {
  font-size: 1em;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock .pageIdSearchInputBox input#pageIdSearchInput::placeholder {
  font-size: 1em;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock .pageIdSearchInputBox button#pageIdSearchClear {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  color: #a1b9ed;
  cursor: pointer;
  font-size: 2.7rem;
}
#overlayArea_search .searchArea .pageIdSearchInputWrap .pageIdSearchInputBlock button.submitBtn {
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  background-color: #183d86;
  background-image: url("/files/001207683.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
}
#overlayArea_search .searchArea p.linx__help a,
#overlayArea_search .searchArea p.linx__extendedSearch a {
  display: block;
  min-height: 16px;
  padding: 0 0 0 20px;
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  background: url("/files/001207684.svg") left center no-repeat;
  background-size: 16px 16px;
}
#overlayArea_search .searchArea p.linx__help {
  position: absolute;
  top: -43px;
  right: 0;
  width: auto;
}
#overlayArea_search .searchArea p.linx__extendedSearch {
  margin-top: 15px;
}
#overlayArea_search ul.text__list {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #E0E0E0;
}
#overlayArea_search ul.text__list li + li {
  margin-top: 13px;
}
#overlayArea_search ul.text__list li a {
  display: block;
  min-height: 16px;
  padding: 0 0 0 20px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  background-image: url("/files/001207680.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#overlayArea_search .btn__close {
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 55;
}
#overlayArea_search .btn__close a {
  display: block;
  padding-top: 25px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #183D86;
  background: url("/files/001207685.svg") center top no-repeat;
  background-size: 20px 20px;
}

/*----------------------------------------------------
  04.グローバルメニュー
----------------------------------------------------*/
#gNavi {
  display: none;
}

/*----------------------------------------------------
  05.ページトップへ戻る
----------------------------------------------------*/
#pageTop {
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  position: fixed;
  bottom: 36px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 100vmax;
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00A7E3;
  background-image: url("/files/001207686.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px;
}
#pageTop a span {
  opacity: 0;
}

/*----------------------------------------------------
  06.フッター
----------------------------------------------------*/
#footer {
  box-sizing: border-box;
  background: #183d86 url("/files/001207690.png") center bottom 54px no-repeat;
  background-size: cover;
}
body:not(.top) #footer {
  margin-top: 15px;
}
#footer ul.list__photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
}
#footer ul.list__photo li img {
  width: 100%;
  vertical-align: bottom;
}
#footer .footerInner {
  box-sizing: border-box;
  padding: 40px 15px 50px;
}
#footer p.footerTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
#footer ul.list__info {
  margin-top: 25px;
  padding: 0;
}
#footer ul.list__info li {
  display: flex;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.8;
}
#footer ul.list__info li span {
  display: block;
  flex-shrink: 0;
  width: 65px;
}
#footer ul.list__info li a {
  text-decoration: none;
  color: #FFF;
}
#footer ul.list__sns {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 38px 0 0;
}
#footer ul.list__sns li {
  width: 55px;
}
#footer ul.list__sns li img {
  width: 100%;
}
#footer ul.list__link {
  display: grid;
  gap: 20px 0;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  margin: 30px 0 0;
  padding: 0;
}
#footer ul.list__link li a {
  display: block;
  min-height: 16px;
  padding-left: 22px;
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  background-image: url("/files/001207688.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#footer .btn__access {
  display: table;
  margin: 28px auto 0;
}
#footer .btn__access a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 14px 6px 33px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  background: #FFF url("/files/001207680.svg") left 10px center no-repeat;
  background-size: 16px 16px;
  border-radius: 100vmax;
}
#footer p.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  text-align: center;
  font-size: 1rem;
  color: #183d86;
  background: #fff;
}

/*----------------------------------------------------
  共通スタイル
----------------------------------------------------*/
div#container {
  min-width: 0;
}

#contents img {
  max-width: 100%;
}
#contents td img {
  max-width: none;
}
#contents .sectionImage {
  width: 100% !important;
}

div#mainContents {
  float: none;
  margin-right: 0;
}
body:not(.top) div#mainContents {
  margin-bottom: 60px;
}
div#mainContentsInner {
  margin-right: 0;
}

div#rightContents {
  float: none;
  width: 100%;
}
div#rightContents .dotline {
  background-size: contain;
}

.enqueteBox {
  min-width: 300px;
}

.pageTopBox {
  margin: 10px;
}

.BottomAdArea .leftSpace {
  float: none;
  margin-right: 0;
  width: 100%;
}
.BottomAdArea .rightSpace {
  float: none;
  margin-left: 0;
  width: 100%;
}
.BottomAdArea .bannerSpace > p {
  padding: 15px;
}

div#rightContents .bannerArea,
div#leftContents .bannerArea {
  background-color: #F3F3F3;
  border: 1px solid #CECECE;
  padding: 20px;
}

.bannerArea ul li {
  text-align: center;
}

div#rightContents .bannerArea ul li img,
div#leftContents .bannerArea ul li img {
  display: inline-block;
}

/*----------------------------------------------------
  テンプレート別スタイル
----------------------------------------------------*/
body.layoutTypeC div#mainContents {
  float: none;
  margin: 0;
}
body.layoutTypeC div#mainContentsInner {
  margin: 0;
}
body.layoutTypeC div#leftContents {
  float: none;
  width: 100%;
}

body.event div#leftContents {
  float: none;
  width: 100%;
}
body.event div#mainContents {
  float: none;
  margin: 10px 0 0 0;
}
body.event div#mainContentsInner {
  margin: 0;
}
body.event div#rightContents {
  float: none;
  width: 100%;
}
body.event #contents {
  display: flex;
  flex-direction: column;
}
body.event #contents #leftContents {
  order: 2;
}
body.event #contents #mainContents {
  order: 1;
}
body.event #contents #rightContents {
  order: 3;
}

body.layoutTypeB div#IntroContents {
  margin: 0;
}
body.layoutTypeB div#LeftCenterArea {
  float: none;
  margin-right: 0;
}

div#LeftCenterArea .kuyakushoMainvisualInner {
  height: auto;
}
div#LeftCenterArea .kuyakushoMainvisual div.image img {
  height: auto;
}

div#mainContents .twoColumnLayout .twoColumnLayoutLeft,
div#mainContents .twoColumnLayout .twoColumnLayoutRight {
  float: none;
  width: 100%;
}
div#mainContents .mayorText {
  width: 100%;
  margin: 5px;
  min-height: 0;
}

.twoColumn ul.linkUL li {
  box-sizing: border-box;
  width: 100% !important;
}

div.imgLeft,
div.imgRight,
div.imgTop,
div.imgBottom {
  float: none;
  display: block;
  margin: 10px 0;
  text-align: center;
}
div.imgLeft img,
div.imgRight img,
div.imgTop img,
div.imgBottom img {
  display: inline;
}

.topMenuBox ul {
  height: auto;
}
.topMenuBox ul li {
  border: 1px solid #DADADA;
  width: 50% !important;
  box-sizing: border-box;
  background: none;
}
.topMenuBox ul li a {
  margin: 10px;
}

.mayorMainBoxInner h1 img {
  width: 100%;
}

div#leftContents table.eventCalendar {
  width: 100%;
}

.movieBtn iframe {
  width: auto !important;
  height: auto !important;
}

.shisetsuInfoArea {
  margin-top: 10px;
}

.shisetsuInfoText h4 {
  font-size: 1em !important;
}

.shisetsuMapArea {
  height: 300px;
}

.pageToolWrapper .modDate {
  float: none;
  margin: 7px 4px 7px 0;
  font-size: 0.8em;
  white-space: nowrap;
}
.pageToolWrapper .pageidBox {
  font-size: 0.8em;
  white-space: nowrap;
}
.pageToolWrapper .pageidBoxInner {
  padding: 7px 4px 4px;
}

#pankuzu .printBtn,
div.download,
.mobileBox,
.bx-items {
  display: none !important;
}

/*----------------------------------------------------
  共通リストスタイル
----------------------------------------------------*/
ul.link_list li {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-image: url("/files/000828440.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
ul.link_list li + li {
  margin-top: 5px;
}

ul.list_news {
  margin-top: 20px;
  padding: 0;
}
ul.list_news > li p.text_date {
  font-size: 1.2rem;
  font-weight: bold;
}
ul.list_news > li ul.link_list {
  margin-top: 10px;
  padding-left: 0;
}
ul.list_news li + li {
  margin-top: 15px;
}

/*----------------------------------------------------
  ページID・ツール系
----------------------------------------------------*/
.pageidBox {
  font-size: 0.8em;
}
.pageidBox.movie {
  margin: 0 15px 17px;
}

.pageidBoxWrapper {
  align-items: flex-end;
}

.linx__help_wrap {
  margin-left: 0;
}

#pageIdSearch .submitBtn {
  background: #183d86 url(/files/000828430.png) center center no-repeat;
  background-size: 58px 18px;
  text-indent: -9999rem;
}
#pageIdSearch input::-moz-placeholder {
  font-size: 0.8em;
}
#pageIdSearch input::placeholder {
  font-size: 0.8em;
}

/*----------------------------------------------------
  メインコンテンツ（SP専用）
----------------------------------------------------*/
#mainContents .btnSp {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 16px 0;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  color: #000000;
  text-shadow: 1px 1px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#mainContents .btnSp:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background-color: #e9e9e9;
}
#mainContents .btnSp:active {
  position: relative;
  top: 1px;
  font-family: initial;
}
#mainContents .sp_table_wrap {
  overflow: auto;
}
#mainContents .spScrollTableWrap {
  overflow: auto;
  white-space: nowrap;
}
#mainContents .spScrollTableWrap::-webkit-scrollbar {
  height: 5px;
}
#mainContents .spScrollTableWrap::-webkit-scrollbar-track {
  background: #333;
}
#mainContents .spScrollTableWrap::-webkit-scrollbar-thumb {
  background: #999;
}
#mainContents .spScrollTableWrap table {
  width: 100%;
}

/*----------------------------------------------------
  ニュースリスト
----------------------------------------------------*/
.newsList ul .topNewsList .date {
  float: none;
  white-space: nowrap;
}
.newsList ul .topNewsList .label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  padding: 2px 0 2px 23px;
  background-image: url(/files/001071478.png);
  background-color: #dedede;
  background-size: 25px 21px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin: 5px 10px 10px 0;
  float: left;
}
.newsList ul .topNewsList .label.going {
  background-image: url(/files/001071444.png);
  background-color: #f9a2cd;
}
.newsList ul .topNewsList .label.life {
  background-image: url(/files/001071446.png);
  background-color: #4de95f;
}
.newsList ul .topNewsList .label.business {
  background-image: url(/files/001071445.png);
  background-color: #dca277;
}
.newsList ul .topNewsList .label.government {
  background-image: url(/files/001071447.png);
  background-color: #7cd0f2;
}
.newsList ul .topNewsList .text {
  margin: 10px 0 10px;
}

.newsList ul li.topNewsList p.text {
  width: 100%;
}

/*----------------------------------------------------
  相互リンクボタン（2024年12月追加）
----------------------------------------------------*/
.reciprocalBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
}
.reciprocalBtn p {
  margin: 0;
  box-sizing: border-box;
  border: 2px solid #23478b;
  border-radius: 5px;
}
.reciprocalBtn p:hover {
  opacity: 0.7;
}
.reciprocalBtn p a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #000000;
  text-decoration: none;
  padding-right: 12px;
  font-weight: bold;
}
.reciprocalBtn p a::before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #dfeef6;
  background-image: url(/files/001007369.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}
.reciprocalBtn p a span {
  padding: 10px 0;
}

/*----------------------------------------------------
  メインエリア
----------------------------------------------------*/
#mainArea .inner .bnrBlock ul.list_bnr li a {
  display: block;
}
#mainArea .slidesBlock .btn_pauseplay .btn_start,
#mainArea .slidesBlock .btn_pauseplay .btn_stop {
  background-position: left center;
  background-size: 23px auto;
  text-indent: initial;
  font-size: 1.76em;
  color: #183d86;
  display: flex;
  align-items: center;
  padding-top: 1px;
  padding-left: 21px;
  font-weight: bold;
}

/*----------------------------------------------------
	06.新着情報
----------------------------------------------------*/
.newsArea {
  margin: 0;
}
.newsArea ul.news__list {
  margin-top: 30px;
  padding: 0;
}
.newsArea ul.news__list li.news__item + li.news__item {
  margin-top: 15px;
}
.newsArea ul.news__list li.news__item a {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 13px 18px;
  text-decoration: none;
  color: #000;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}
.newsArea ul.news__list li.news__item a p.news__date {
  width: 142px;
  padding-top: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.newsArea ul.news__list li.news__item a p.news__category span.label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 28px;
  padding: 4px 4px 4px 30px;
  font-size: 1.1rem;
  white-space: nowrap;
  background-color: #dedede;
  background-image: url("/files/001207699.png");
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 24px 21px;
  border-radius: 4px;
}
.newsArea ul.news__list li.news__item a p.news__category span.government {
  background-color: #90CEEF;
  background-image: url("/files/001207702.png");
}
.newsArea ul.news__list li.news__item a p.news__category span.business {
  background-color: #D3A57D;
  background-image: url("/files/001207703.png");
}
.newsArea ul.news__list li.news__item a p.news__category span.life {
  background-color: #7DE671;
  background-image: url("/files/001207704.png");
}
.newsArea ul.news__list li.news__item a p.news__category span.going {
  background-color: #ECA6CB;
  background-image: url("/files/001207705.png");
}
.newsArea ul.news__list li.news__item a p.news__text {
  width: 100%;
  padding-left: 25px;
  font-size: 1.5rem;
  line-height: 1.5;
  background-image: url("/files/001207680.svg");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.newsArea .btn__border {
  display: table;
  margin: 20px auto 0;
}