@charset "UTF-8";
/*--------------------------
 フォント
----------------------------*/
/* Josefin Sans ------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
/* M PLUS Rounded 1c ------*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/*--------------------------
 変数設定
----------------------------*/
/* カラー ------*/
/* フォントファミリー ------*/
/*--------------------------
 共通設定
----------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 300;
  background: #fff;
}

body img {
  width: 100%;
  height: auto;
}

body .cntsBlock {
  position: relative;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Open Sans", "Helvetica Neue", "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

/* リンク img ------*/
a {
  text-decoration: none;
  color: #263B84 !important;
  transition: all 0.3s ease 0s;
}

a img {
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
  color: #8ADB3F !important;
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

    
/*--------------------------
 ヘッダー
----------------------------*/
header {
  border-top: 10px solid #263B84;
  padding: 0px;
}

@media (max-width: 1300px) {
  header {
    border-top: 10px solid #263B84;
  }
}

header:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #8ADB3F;
}

@media (max-width: 1300px) {
  header:before {
    height: 3px;
  }
}

header nav {
  padding: 20px 0px 0px 0px;
}

header nav.gNavi .uk-navbar-left ul {
  padding-left: 0px;
}

header nav.gNavi .uk-navbar-left ul li {
  display: block;
  text-align: center;
  color: #263B84;
  font-size: 12px;
  padding: 0 5px;
  min-width: 90px;
  border-left: 1px solid #263B84;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  header nav.gNavi .uk-navbar-left ul li {
    min-width: inherit;
  }
}

header nav.gNavi .uk-navbar-left ul li:last-child {
  border-right: 1px solid #263B84;
}

header nav.gNavi .uk-navbar-left ul li a {
  display: block;
  color: #263B84;
  font-weight: bold;
  padding: 7px;
}

header nav.gNavi .uk-navbar-left ul li a svg {
  width: 50px;
  fill: #263B84;
  transition: all 0.3s ease 0s;
}

header nav.gNavi .uk-navbar-left ul li a:hover {
  fill: #8ADB3F;
  background: #F4F5F9;
}

header nav.gNavi .uk-navbar-left ul li a:hover svg {
  fill: #8ADB3F;
}

header nav .uk-navbar-right {
  width: 20%;
}

header nav .uk-navbar-right .headSearch {
  width: 100%;
}

header nav .uk-navbar-right .headSearch form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

header nav .uk-navbar-right .headSearch form input[type="search"] {
  border: 1px solid #000;
  width: 100%;
}

header nav .uk-navbar-right .headSearch form input[type="submit"] {
  width: 45px;
  border: none;
  background: url(../img/icon_search.svg) no-repeat center center #000;
  background-size: 20px;
  text-indent: -1000px;
}

header nav .uk-navbar-right .headSearch p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #263B84;
}

header .headBar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

header .headBar .headBar_inner {
  width: 48%;
}

@media (max-width: 480px) {
  header .headBar .headBar_inner {
    width: 100%;
  }
}

header .headBar .headBar_inner .siteID {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 7px;
}

header .headBar .headBar_inner .siteID h1 {
  display: inline-block;
  width: 70%;
  margin: 0px;
}

@media (max-width: 480px) {
  header .headBar .headBar_inner .siteID h1 {
    width: 80%;
  }
}

header .headBar .headBar_inner .siteID .snsLink {
  display: block;
  width: 27%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

header .headBar .headBar_inner .siteID .snsLink li {
  display: block;
  width: 20%;
}

header .headBar .headBar_inner .siteID .spMenu {
  margin-top: 5px;
}

header .headBar .headBar_inner .siteID .spMenu img {
  width: 40px;
}

header .headBar .headBar_inner .powerPlay {
  display: flex;
  flex-wrap: nowrap;
}

header .headBar .headBar_inner .powerPlay h3 {
  color: #263B84;
  background: url(../img/icon_fukidashionpu.svg) no-repeat right 10px center #8ADB3F;
  background-size: 20px;
  padding: 7px 30px 7px 10px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 7px 0px 0px 7px;
}

header .headBar .headBar_inner .powerPlay marquee {
  display: block;
  background: #000;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  border-radius: 0px 7px 7px 0px;
  vertical-align: middle;
}

header .headBar .headBtn {
  width: 26%;
}

header .headBar .headBtn ul {
  margin: 0px;
  padding: 0px;
}

header .headBar .headBtn ul li {
  list-style: none;
  margin-bottom: 10px;
}

header .headBar .headBnr {
  width: 24%;
}

/*--------------------------
 ヘッダー　下層ページ用調整
----------------------------*/
#page header .headBar {
  align-items: center;
}

#page header .headBar .headBtn {
  width: 50%;
}

#page header .headBar .headBtn ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

#page header .headBar .headBtn ul li {
  list-style: none;
  display: block;
  width: 48%;
}

/*--------------------------
 ハンバーガーメニュー中身
----------------------------*/
#offcanvas-nav a {
  color: #fff !important;
}

/*--------------------------
 フッターバナーエリア
----------------------------*/
.bnrBlock {
  background: #F4EFEA;
  padding: 50px 0px;
}

@media (max-width: 480px) {
  .bnrBlock {
    padding: 25px 0px 10px 0px;
  }
}

.bnrBlock ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .bnrBlock ul {
    flex-wrap: wrap;
  }
}

.bnrBlock ul li {
  list-style: none;
  display: block;
  width: 230px;
  margin: 0 10px;
}

@media (max-width: 480px) {
  .bnrBlock ul li {
    width: 40%;
    margin-bottom: 15px;
  }
}

/*--------------------------
 フッター
----------------------------*/
footer {
  background: #263B84;
  padding: 50px 0px 10px 0px;
  text-align: center;
}

@media (max-width: 480px) {
  footer {
    padding: 0px 0px 5px 0px;
  }
}

footer .footSiteID {
  padding: 0px 0px;
}

footer .footSiteID img {
  width: 270px !important;
}

footer .copyright {
  font-size: 80%;
  color: #fff;
  margin: 0 auto;
  padding: 0px;
}

footer .footerNavi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #fff;
}

footer .footerNavi ul li {
  list-style: none;
  display: block;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
}

footer .footerNavi ul li:nth-child(odd) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

footer .footerNavi ul li:nth-child(even) {
  border-bottom: 1px solid #fff;
}

footer .footerNavi ul li a {
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat left 10px center;
  background-size: 16px;
  padding: 15px 7px 15px 30px;
  font-size: 16px;
  color: #fff !important;
}

footer .footerNavi_sub {
  padding: 10px 15px;
}

@media (max-width: 480px) {
  footer .footerNavi_sub {
    border-bottom: 1px solid #fff;
  }
}

footer .footerNavi_sub ul {
  padding: 0px;
  margin: 0px;
}

footer .footerNavi_sub ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  margin-bottom: 5px;
}

footer .footerNavi_sub ul li:first-child {
  border-left: 1px solid #fff;
}

footer .footerNavi_sub ul li a {
  display: block;
  color: #fff !important;
  font-size: 14px;
  padding: 0px 10px;
}

/*--------------------------
 トップページ
----------------------------*/
#home {
  /* メインビジュアル（PC）
    ----------------------------*/
  /* メインビジュアル（スマホ）
    ----------------------------*/
  /* コンテンツ
    ----------------------------*/
  /* 新着情報　WHAT'S NEWS
    ----------------------------*/
  /* トピックス　NEW TOPICS
    ----------------------------*/
  /* ゲスト情報　GUEST INFORMATION
    ----------------------------*/
  /* 音声アーカイブ　ARCHIVE
    ----------------------------*/
}

#home .mainVisual {
  background: #263B84;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-radius: 7px;
}

#home .mainVisual .nowonair_Block {
  width: 25%;
  background: #fff;
}

#home .mainVisual .nowonair_Block .nowonair_Head {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 10px 0px 10px;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_img {
  width: 48%;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn {
  width: 50%;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn h3 {
  color: #D2145A;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul {
  margin: 0;
  padding: 0;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul li {
  list-style: none;
  margin-bottom: 5px;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul li a {
  display: block;
  border-radius: 7px;
  color: #fff !important;
  padding: 7px 5px 7px 39px;
  font-size: 14px;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul li a.btn_radhio {
  background: url(../img/icon_radio.svg) no-repeat left 7px center #E4007F;
  background-size: 26px;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul li a.btn_message {
  background: url(../img/icon_message.svg) no-repeat left 7px center #6DBBE9;
  background-size: 26px;
}

#home .mainVisual .nowonair_Block .nowonair_Head .nowonair_Head_Btn ul li a.btn_program {
  background: url(../img/icon_info.svg) no-repeat left 7px center #F5BE38;
  background-size: 28px;
}

#home .mainVisual .nowonair_Block .nowonair_Note {
  padding: 10px;
}

#home .mainVisual .nowonair_Block .nowonair_Note h4 {
  font-size: 18px;
  font-weight: bold;
  color: #263B84;
  padding: 0px;
  margin: 0px;
}

#home .mainVisual .nowonair_Block .nowonair_Note p {
  padding: 0px;
  margin: 15px 0px 0px 0px;
}

#home .mainVisual .nowonair_Block .nowonair_Note p.time,
#home .mainVisual .nowonair_Block .nowonair_Note p.MC {
  font-weight: bold;
  color: #263B84;
  padding: 0px;
  margin: 0px;
}

#home .mainVisual .slide_Block {
  width: 48%;
  background: #333;
  position: relative;
  text-align: center;
  border-radius: 7px;
}

#home .mainVisual .slide_Block .uk-dotnav {
  margin-top: 15px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
}

#home .mainVisual .sns_Block {
  width: 25%;
  padding: 0px;
  box-sizing: border-box;
  background: #000;
}

#home .mainVisual .sns_Block .tabNavi {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: flex;
  background: #fff;
}

#home .mainVisual .sns_Block .tabNavi li {
  list-style: none;
  display: block;
  background: #fff;
  padding: 7px 10px 5px 10px;
}

#home .mainVisual .sns_Block .tabNavi li.uk-active {
  background: #000;
}

#home .mainVisual .sns_Block .tabNavi li.uk-active a {
  color: #fff !important;
}

#home .mainVisual .sns_Block .uk-switcher {
  height: 285px;
}

#home .mainVisual .sns_Block .uk-switcher li {
  margin: 10px;
  background: #fff;
  overflow-x: hidden;
  height: 285px;
}

#home .mainVisual .sns_Block .uk-switcher li .fb-container {
  width: 100%;
}

#home .spMainVisual .nowonair_Block {
  background: #F4EFEA;
  margin-bottom: 10px;
}

#home .spMainVisual .nowonair_Block h3 {
  background: #263B84;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0px;
  padding: 5px;
  border-radius: 7px 7px 0px 0px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Note {
  width: 50%;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Note h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Note p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Note p.time,
#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Note p.MC {
  font-weight: bold;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_MC_img {
  width: 45%;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn {
  margin-top: 10px;
  width: 100%;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul li {
  list-style: none;
  width: 33%;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul li a {
  display: block;
  border-radius: 7px;
  color: #fff !important;
  padding: 7px 3px 7px 28px;
  font-size: 12px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul li a.btn_radhio {
  background: url(../img/icon_radio.svg) no-repeat left 7px center #E4007F;
  background-size: 18px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul li a.btn_message {
  background: url(../img/icon_message.svg) no-repeat left 7px center #6DBBE9;
  background-size: 18px;
}

#home .spMainVisual .nowonair_Block .nowonair_inner .nowonair_Head_Btn ul li a.btn_program {
  background: url(../img/icon_info.svg) no-repeat left 7px center #F5BE38;
  background-size: 18px;
}

#home .spMainVisual .powerPlay {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

#home .spMainVisual .powerPlay h3 {
  color: #263B84;
  background: url(../img/icon_fukidashionpu.svg) no-repeat right 10px center #8ADB3F;
  background-size: 20px;
  padding: 7px 30px 7px 10px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 7px 0px 0px 7px;
}

#home .spMainVisual .powerPlay marquee {
  display: block;
  background: #000;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  border-radius: 0px 7px 7px 0px;
  vertical-align: middle;
}

#home .spMainVisual .spSearch {
  width: 100%;
  margin-bottom: 10px;
}

#home .spMainVisual .spSearch form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

#home .spMainVisual .spSearch form input[type="search"] {
  border: 1px solid #000;
  width: 100%;
}

#home .spMainVisual .spSearch form input[type="submit"] {
  width: 45px;
  border: none;
  background: url(../img/icon_search.svg) no-repeat center center #000;
  background-size: 20px;
  text-indent: -1000px;
}

#home .spMainVisual nav.gNavi ul {
  width: 100%;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}

#home .spMainVisual nav.gNavi ul li {
  display: block;
  width: 25%;
  text-align: center;
  color: #263B84;
  font-size: 12px;
  padding: 0 5px;
  white-space: nowrap;
}

#home .spMainVisual nav.gNavi ul li a {
  display: block;
  color: #263B84;
  font-weight: bold;
  padding: 7px;
}

#home .spMainVisual nav.gNavi ul li a svg {
  width: 50px;
  fill: #263B84;
  transition: all 0.3s ease 0s;
}

#home .spMainVisual nav.gNavi ul li a:hover {
  fill: #8ADB3F;
  background: #F4F5F9;
}

#home .spMainVisual nav.gNavi ul li a:hover svg {
  fill: #8ADB3F;
}

#home .spMainVisual nav .uk-navbar-right {
  width: 20%;
}

#home .spMainVisual nav .uk-navbar-right .headSearch {
  width: 100%;
}

#home .spMainVisual nav .uk-navbar-right .headSearch form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

#home .spMainVisual nav .uk-navbar-right .headSearch form input[type="search"] {
  border: 1px solid #000;
  width: 100%;
}

#home .spMainVisual nav .uk-navbar-right .headSearch form input[type="submit"] {
  width: 45px;
  border: none;
  background: url(../img/icon_search.svg) no-repeat center center #000;
  background-size: 20px;
  text-indent: -1000px;
}

#home .spMainVisual nav .uk-navbar-right .headSearch p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #263B84;
}

#home .spMainVisual .snsLink {
  padding: 0px;
  margin: 0px 0px 25px 0px;
  display: flex;
  justify-content: center;
}

#home .spMainVisual .snsLink li {
  list-style: none;
  width: 10%;
  margin: 0 3%;
}

#home .spMainVisual .slide_Block {
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
}

#home .spMainVisual .slide_Block .uk-dotnav {
  margin-top: 15px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
}

#home .spMainVisual .sns_Block {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  background: #000;
  padding-bottom: 1px;
}

#home .spMainVisual .sns_Block .tabNavi {
  width: 100%;
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

#home .spMainVisual .sns_Block .tabNavi li {
  width: 33%;
  list-style: none;
  display: block;
  background: #F0F0F0;
  padding: 7px 25px 5px 25px;
  border-top: 1px solid #D4D8E6;
  border-left: 1px solid #D4D8E6;
}

#home .spMainVisual .sns_Block .tabNavi li:last-child {
  border-right: 1px solid #D4D8E6;
}

#home .spMainVisual .sns_Block .tabNavi li.uk-active {
  background: #000;
}

#home .spMainVisual .sns_Block .tabNavi li.uk-active a {
  color: #fff !important;
}

#home .spMainVisual .sns_Block .uk-switcher li {
  margin: 10px;
  background: #fff;
}

#home .contsBlock {
  padding-bottom: 50px;
}

#home .contsBlock h2 {
  background: url(../img/line_dots.svg) repeat-x right center;
  background-size: 30px;
}

#home .contsBlock h2 .midasi {
  display: inline-block;
  background: #263B84;
  padding: 3px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  list-style: 1;
  border-radius: 5px;
}

@media (max-width: 480px) {
  #home .contsBlock h2 .midasi {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

#home .contsBlock h2 .midasi .subTitle {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

#home .contsBlock h2 .midasi img {
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
  list-style: 1;
}

#home .contsBlock .thumbList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  #home .contsBlock .thumbList {
    flex-wrap: wrap;
  }
}

#home .contsBlock .thumbList .inner {
  width: 23%;
}

@media (max-width: 480px) {
  #home .contsBlock .thumbList .inner {
    width: 48%;
    margin-bottom: 15px;
  }
}

#home .contsBlock .thumbList .inner .thumbCard {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 1px;
}

#home .contsBlock .thumbList .inner .thumbCard figure {
  margin: 0px;
}

#home .contsBlock .thumbList .inner .thumbCard figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 480px) {
  #home .contsBlock .thumbList .inner .thumbCard figure img {
    height: 120px;
  }
}

#home .contsBlock .thumbList .inner .thumbCard .note {
  padding: 10px;
}

#home .contsBlock .thumbList .inner .thumbCard .note h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 480px) {
  #home .contsBlock .thumbList .inner .thumbCard .note h3 {
    font-size: 16px;
  }
}

#home .contsBlock .thumbList .inner .thumbCard .note p {
  margin: 0px;
  padding: 0px;
  font-size: 90%;
}

@media (max-width: 480px) {
  #home .contsBlock .thumbList .inner .thumbCard .note p {
    font-size: 80%;
  }
}

#home .contsBlock .btnBlock {
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 480px) {
  #home .contsBlock .btnBlock {
    margin-top: 10px;
  }
}

#home .contsBlock .btnBlock a {
  display: inline-block;
  padding: 5px 50px;
  color: #263B84;
  border: 1px solid #8ADB3F;
  border-radius: 100px;
}

#home #whatsNew {
  padding: 50px 0px;
}

@media (max-width: 480px) {
  #home #whatsNew {
    padding: 20px 0px;
  }
}

#home #whatsNew .cntsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

#home #whatsNew .cntsList dt {
  display: block;
  width: 5%;
  color: #6DBBE9;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #home #whatsNew .cntsList dt {
    width: 15%;
  }
}

#home #whatsNew .cntsList dd {
  display: block;
  width: 95%;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #home #whatsNew .cntsList dd {
    width: 85%;
    margin-bottom: 15px;
  }
}

#home #whatsNew .cntsList dd a {
  color: #333;
}

#home #newTopics {
  background: #F4EFEA;
  padding: 50px 0px;
}

@media (max-width: 480px) {
  #home #newTopics {
    background: #fff;
    padding: 10px 0px;
  }
}

#home #guestInfo {
  padding: 50px 0px;
}

@media (max-width: 480px) {
  #home #guestInfo {
    padding: 10px 0px;
  }
}

#home #archive {
  padding: 50px 0px;
}

@media (max-width: 480px) {
  #home #archive {
    padding: 0px 0px 0px 0px;
  }
}

#home #archive .archive_inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  #home #archive .archive_inner {
    flex-wrap: wrap;
  }
}

#home #archive .archive_inner .archiveList {
  width: 45%;
  background: #F4EFEA;
  padding: 30px;
}

@media (max-width: 480px) {
  #home #archive .archive_inner .archiveList {
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
}

#home #archive .archive_inner .bnrList {
  width: 48%;
}

@media (max-width: 480px) {
  #home #archive .archive_inner .bnrList {
    width: 100%;
  }
}

#home #archive .archive_inner .bnrList ul {
  padding: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#home #archive .archive_inner .bnrList ul li {
  list-style: none;
  width: 48%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  #home #archive .archive_inner .bnrList {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  #home #archive .archive_inner .bnrList li {
    margin: 0px 0px 20px 0px;
  }
  #home #archive .archive_inner .bnrList li:last-child {
    margin: 0px 0px 0px 0px;
  }
}

#home #archive .archive_inner .btnWrap {
  width: 100%;
  margin-top: 10px;
}

#home #archive .archive_inner .btnWrap ul {
  padding: 0px;
  margin: 0px;
}

#home #archive .archive_inner .btnWrap ul li {
  list-style: none;
  margin-bottom: 10px;
}

#home #archive .cntsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

#home #archive .cntsList dt {
  display: block;
  width: 10%;
  color: #6DBBE9;
  margin-bottom: 10px;
  padding: 5px;
}

@media (max-width: 480px) {
  #home #archive .cntsList dt {
    width: 10%;
  }
}

#home #archive .cntsList dd {
  display: inline-block;
  background: #6DBBE9;
  padding: 5px;
  border-radius: 5px;
  width: 85%;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #home #archive .cntsList dd {
    width: 75%;
    margin-bottom: 15px;
  }
}

#home #archive .cntsList dd a {
  color: #fff !important;
}

/*--------------------------
 下層ページ
----------------------------*/
#page {
  /* 番組表
    ----------------------------*/
  /* 番組情報
    ----------------------------*/
  /* TOPICS 詳細ページ｜募集企画詳細ページ
    ----------------------------*/
  /* 募集企画 インデックス
    ----------------------------*/
  /* メディアスFMについて
    ----------------------------*/
}

#page .pankuzu {
  background: #F4F5F9;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 15px 0px;
}

#page .pankuzu ul {
  padding: 0px 10px;
  margin: 0px;
  display: block;
  border-left: 5px solid #263B84;
}

#page .pankuzu ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

#page .pankuzu ul li a {
  position: relative;
  display: block;
  padding-right: 20px;
  margin-right: 6px;
}

#page .pankuzu ul li a:after {
  content: '▲';
  font-size: 10px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: 0px;
  transform: rotate(90deg);
}

#page .pageTitle {
  background: url(../img/title_bg.svg) no-repeat right top;
  background-size: cover;
  padding: 10px 5px;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #263B84;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 480px) {
  #page .pageTitle {
    background: url(../img/title_bg.svg) no-repeat right bottom;
    background-size: 130%;
    padding: 10px 5px;
    font-size: 20px;
  }
}

#page .pageTitle img {
  width: 45px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  #page .pageTitle img {
    width: 25px;
    margin-right: 10px;
  }
}

#page .contsWrap {
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  #page .contsWrap {
    padding-bottom: 35px;
  }
}

#page .timetable .dayNavi {
  display: flex;
  background: #000;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#page .timetable .dayNavi li {
  list-style: none;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 7px;
}

#page .timetable .dayNavi li a {
  color: #fff !important;
}

#page .timetable .dayNavi li a span {
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  color: #E4007F;
  margin-right: 5px;
}

#page .timetable .dayNavi li.active {
  background: #0075C2;
}

#page .timetable .dayNaviSp {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
}

#page .timetable .dayNaviSp .btnPrev {
  width: 32%;
  text-align: left;
}

#page .timetable .dayNaviSp .btnPrev a {
  padding-left: 25px;
  position: relative;
  color: #0075C2 !important;
  font-weight: bold;
}

#page .timetable .dayNaviSp .btnPrev a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/timetable/icon_arrow.svg) no-repeat center center;
  background-size: 20px;
  transform: rotate(180deg);
}

#page .timetable .dayNaviSp .now {
  width: 32%;
}

#page .timetable .dayNaviSp .now span {
  text-align: center;
  display: inline-block;
  padding: 3px 7px;
  background: #000;
  color: #fff;
  border-radius: 3px;
}

#page .timetable .dayNaviSp .btnNext {
  width: 32%;
  text-align: right;
}

#page .timetable .dayNaviSp .btnNext a {
  padding-right: 25px;
  position: relative;
  color: #0075C2 !important;
  font-weight: bold;
}

#page .timetable .dayNaviSp .btnNext a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/timetable/icon_arrow.svg) no-repeat center center;
  background-size: 20px;
}

#page .timetable .program {
  margin: 0px;
  padding: 0px;
}

#page .timetable .program li {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #ccc;
}

#page .timetable .program li .time {
  background: #0075C2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  width: 15%;
  box-sizing: border-box;
}

#page .timetable .program li .mcPhoto {
  width: 500px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

#page .timetable .program li .mcPhoto img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  object-position: 0% 0%;
}

#page .timetable .program li .data {
  padding: 20px;
  box-sizing: border-box;
}

#page .timetable .program li .data h2 {
  background: url(../img/timetable/icon_programname.svg) no-repeat left center;
  background-size: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0075C2;
}

#page .timetable .program li .data h2 span {
  font-size: 18px;
  margin-right: 10px;
}

#page .timetable .program li .data .mcName {
  background: url(../img/timetable/icon_mc.svg) no-repeat left center;
  background-size: 24px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 18px;
  font-weight: bold;
}

#page .timetable .program li .btn {
  width: 350px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

#page .timetable .program li .btn a {
  display: inline-block;
  white-space: nowrap;
  background: url(../img/timetable/icon_mail.svg) no-repeat left 15px center #E4007F;
  background-size: 24px;
  padding: 3px 10px 3px 45px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#page .timetable .programSp {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

#page .timetable .programSp li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#page .timetable .programSp li:nth-child(odd) {
  background: #F4EFEA;
  padding: 15px 15px 15px 15px;
}

#page .timetable .programSp li:nth-child(even) {
  background: #fff;
  padding: 15px 15px 15px 15px;
}

#page .timetable .programSp li .time {
  width: 50%;
  background: #0075C2;
  color: #fff;
  padding: 7px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

#page .timetable .programSp li .btn {
  width: 50%;
}

#page .timetable .programSp li .btn a {
  display: block;
  background: url(../img/timetable/icon_mail.svg) no-repeat left 10px center #6DBBE9;
  background-size: 24px;
  color: #fff !important;
  padding: 7px 0px 7px 37px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

#page .timetable .programSp li .data {
  padding-top: 15px;
}

#page .timetable .programSp li .data h2 {
  background: url(../img/timetable/icon_programname.svg) no-repeat left center;
  background-size: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #0075C2;
}

#page .timetable .programSp li .data h2 span {
  font-size: 16px;
  margin-right: 10px;
}

#page .timetable .programSp li .data .mcName {
  background: url(../img/timetable/icon_mc.svg) no-repeat left center;
  background-size: 24px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 18px;
  font-weight: bold;
}

#page .timetable .programSp li .data .inner {
  display: flex;
  justify-content: space-between;
}

#page .timetable .programSp li .data .inner .mcPhoto {
  width: 120px;
  text-align: center;
}

#page .timetable .programSp li .data .inner .mcPhoto img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  object-position: 0% 0%;
}

#page .timetable .programSp li .data .inner .note {
  margin: 0px;
  padding: 0px;
  width: 60%;
}

#page .program .programList {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #page .program .programList {
    margin-bottom: 0px;
  }
}

#page .program .programList h2 {
  background: #D4D8E7;
  font-size: 18px;
  color: #263B84;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 20px;
}

#page .program .programList .programList_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#page .program .programList .programList_inner .programData {
  width: 21%;
  margin: 0px 2% 35px 2%;
}

@media (max-width: 480px) {
  #page .program .programList .programList_inner .programData {
    position: relative;
    width: 100%;
    margin: 0px -15px 0px -15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
  #page .program .programList .programList_inner .programData:nth-child(odd) {
    background: #F4EFEA;
    padding: 15px 15px 15px 15px;
  }
  #page .program .programList .programList_inner .programData:nth-child(even) {
    background: #fff;
    padding: 15px 15px 15px 15px;
  }
}

#page .program .programList .programList_inner .programData figure {
  position: relative;
  margin: 0px 0px 10px 0px;
  height: 180px;
  text-align: center;
  background: #F4F5F9;
}

@media (max-width: 480px) {
  #page .program .programList .programList_inner .programData figure {
    position: absolute;
    margin: 0px 0px 0px 0px;
    width: 35%;
    height: 180px;
    background: transparent;
  }
}

#page .program .programList .programList_inner .programData figure img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 480px) {
  #page .program .programList .programList_inner .programData figure img {
    top: 55%;
    max-height: 100px;
  }
}

#page .program .programList .programList_inner .programData h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #263B84;
}

@media (max-width: 480px) {
  #page .program .programList .programList_inner .programData h3 {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    background: #263B84;
    color: #fff;
  }
}

#page .program .programList .programList_inner .programData h3 span {
  font-size: 16px;
  margin-right: 10px;
}

#page .program .programList .programList_inner .programData dl {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  #page .program .programList .programList_inner .programData dl {
    padding-left: 40%;
  }
}

#page .program .programList .programList_inner .programData dl dt {
  display: inline-block;
  background: #8ADB3F;
  padding: 2px;
  box-sizing: border-box;
  color: #fff;
  width: 20%;
  height: 30px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 7px;
}

#page .program .programList .programList_inner .programData dl dd {
  width: 75%;
  padding: 2px;
  box-sizing: border-box;
  margin-bottom: 7px;
  color: #263B84;
}

#page .topics .topicsDetail h2,
#page .topics .boshukikakuDetail h2,
#page .boshukikaku .topicsDetail h2,
#page .boshukikaku .boshukikakuDetail h2 {
  background: #263B84;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail h2,
  #page .topics .boshukikakuDetail h2,
  #page .boshukikaku .topicsDetail h2,
  #page .boshukikaku .boshukikakuDetail h2 {
    background: none;
    padding: 0px 0px;
  }
  #page .topics .topicsDetail h2 .entryTitle,
  #page .topics .boshukikakuDetail h2 .entryTitle,
  #page .boshukikaku .topicsDetail h2 .entryTitle,
  #page .boshukikaku .boshukikakuDetail h2 .entryTitle {
    display: block;
    width: 100%;
    font-size: 21px;
    color: #263B84;
  }
}

#page .topics .topicsDetail h2 .date,
#page .topics .boshukikakuDetail h2 .date,
#page .boshukikaku .topicsDetail h2 .date,
#page .boshukikaku .boshukikakuDetail h2 .date {
  margin-right: 20px;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail h2 .date,
  #page .topics .boshukikakuDetail h2 .date,
  #page .boshukikaku .topicsDetail h2 .date,
  #page .boshukikaku .boshukikakuDetail h2 .date {
    display: block;
    padding: 3px 10px;
    box-sizing: border-box;
    width: 100%;
    background: #263B84;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
}

#page .topics .topicsDetail .topics_inner,
#page .topics .boshukikakuDetail .topics_inner,
#page .boshukikaku .topicsDetail .topics_inner,
#page .boshukikaku .boshukikakuDetail .topics_inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail .topics_inner,
  #page .topics .boshukikakuDetail .topics_inner,
  #page .boshukikaku .topicsDetail .topics_inner,
  #page .boshukikaku .boshukikakuDetail .topics_inner {
    flex-wrap: wrap;
  }
}

#page .topics .topicsDetail .topics_inner .imgBlock,
#page .topics .boshukikakuDetail .topics_inner .imgBlock,
#page .boshukikaku .topicsDetail .topics_inner .imgBlock,
#page .boshukikaku .boshukikakuDetail .topics_inner .imgBlock {
  width: 45%;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail .topics_inner .imgBlock,
  #page .topics .boshukikakuDetail .topics_inner .imgBlock,
  #page .boshukikaku .topicsDetail .topics_inner .imgBlock,
  #page .boshukikaku .boshukikakuDetail .topics_inner .imgBlock {
    width: 100%;
    margin-bottom: 15px;
  }
}

#page .topics .topicsDetail .topics_inner .cntsBlock,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock {
  width: 45%;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail .topics_inner .cntsBlock,
  #page .topics .boshukikakuDetail .topics_inner .cntsBlock,
  #page .boshukikaku .topicsDetail .topics_inner .cntsBlock,
  #page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock {
    width: 100%;
  }
}

#page .topics .topicsDetail .topics_inner .cntsBlock dl,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock dl,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock dl,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock dl {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#page .topics .topicsDetail .topics_inner .cntsBlock dl dt,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock dl dt,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock dl dt,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock dl dt {
  display: inline-block;
  padding: 3px 7px;
  box-sizing: border-box;
  background: #6DBBE9;
  color: #fff;
  width: 10%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 2rem;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail .topics_inner .cntsBlock dl dt,
  #page .topics .boshukikakuDetail .topics_inner .cntsBlock dl dt,
  #page .boshukikaku .topicsDetail .topics_inner .cntsBlock dl dt,
  #page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock dl dt {
    width: 20%;
  }
}

#page .topics .topicsDetail .topics_inner .cntsBlock dl dd,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock dl dd,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock dl dd,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock dl dd {
  display: block;
  width: 90%;
  padding: 3px 7px 0px 15px;
  box-sizing: border-box;
  color: #6DBBE9;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #page .topics .topicsDetail .topics_inner .cntsBlock dl dd,
  #page .topics .boshukikakuDetail .topics_inner .cntsBlock dl dd,
  #page .boshukikaku .topicsDetail .topics_inner .cntsBlock dl dd,
  #page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock dl dd {
    width: 80%;
  }
}

#page .topics .topicsDetail .topics_inner .cntsBlock .entryBlock,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock .entryBlock,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock .entryBlock,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock .entryBlock {
  text-align: center;
}

#page .topics .topicsDetail .topics_inner .cntsBlock .entryBlock a,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock .entryBlock a,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock .entryBlock a,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock .entryBlock a {
  display: inline-block;
  margin: 0 auto;
  /*
                            background: url(../boshukikaku/icon_entry.svg) no-repeat left 15px center #F25D89;
                            background-size: 24px;
*/
  background: #F25D89;
  position: relative;
  padding: 15px 100px;
  color: #FFFF3A !important;
  border-radius: 7px;
  border-bottom: solid 5px #9C2B4B;
  border-right: solid 5px #9C2B4B;
}

#page .topics .topicsDetail .topics_inner .cntsBlock .entryBlock a img,
#page .topics .boshukikakuDetail .topics_inner .cntsBlock .entryBlock a img,
#page .boshukikaku .topicsDetail .topics_inner .cntsBlock .entryBlock a img,
#page .boshukikaku .boshukikakuDetail .topics_inner .cntsBlock .entryBlock a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

#page .topics .pager,
#page .boshukikaku .pager {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}

@media (max-width: 480px) {
  #page .topics .pager,
  #page .boshukikaku .pager {
    margin-top: 0px;
    padding-top: 20px;
    border-top: none;
  }
}

#page .topics .pager .btnPrev,
#page .boshukikaku .pager .btnPrev {
  width: 32%;
  text-align: left;
}

#page .topics .pager .btnPrev a,
#page .boshukikaku .pager .btnPrev a {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: #263B84 !important;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-align: center;
}

@media (max-width: 480px) {
  #page .topics .pager .btnPrev a,
  #page .boshukikaku .pager .btnPrev a {
    color: #0075C2 !important;
    padding: 0px 0px 0px 25px;
    border: none;
    position: relative;
    font-weight: bold;
  }
}

#page .topics .pager .btnPrev a:before,
#page .boshukikaku .pager .btnPrev a:before {
  content: '▲';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  left: 20px;
  transform: translateY(-50%);
  background-size: 16px;
  transform: rotate(-90deg);
}

@media (max-width: 480px) {
  #page .topics .pager .btnPrev a:before,
  #page .boshukikaku .pager .btnPrev a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/timetable/icon_arrow.svg) no-repeat center center;
    background-size: 20px;
    transform: rotate(180deg);
  }
}

#page .topics .pager .now,
#page .boshukikaku .pager .now {
  width: 32%;
  text-align: center;
}

#page .topics .pager .now span,
#page .boshukikaku .pager .now span {
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
}

@media (max-width: 480px) {
  #page .topics .pager .now span,
  #page .boshukikaku .pager .now span {
    padding: 3px 7px;
    background: #000;
    color: #fff;
    border-radius: 3px;
  }
}

#page .topics .pager .btnNext,
#page .boshukikaku .pager .btnNext {
  width: 32%;
  text-align: right;
}

#page .topics .pager .btnNext a,
#page .boshukikaku .pager .btnNext a {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: #263B84 !important;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-align: center;
}

@media (max-width: 480px) {
  #page .topics .pager .btnNext a,
  #page .boshukikaku .pager .btnNext a {
    color: #0075C2 !important;
    padding: 0px 25px 0px 0px;
    border: none;
    position: relative;
    font-weight: bold;
    text-align: right;
  }
}

#page .topics .pager .btnNext a:before,
#page .boshukikaku .pager .btnNext a:before {
  content: '▲';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  right: 20px;
  transform: translateY(-50%);
  background-size: 16px;
  transform: rotate(90deg);
}

@media (max-width: 480px) {
  #page .topics .pager .btnNext a:before,
  #page .boshukikaku .pager .btnNext a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/timetable/icon_arrow.svg) no-repeat center center;
    background-size: 20px;
    transform: rotate(0deg);
  }
}

#page .boshukikaku .thumbList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  #page .boshukikaku .thumbList {
    flex-wrap: wrap;
    text-align: center;
  }
}

#page .boshukikaku .thumbList .inner {
  width: 23%;
}

@media (max-width: 480px) {
  #page .boshukikaku .thumbList .inner {
    width: 80%;
    margin: 0px auto 30px auto;
  }
}

#page .boshukikaku .thumbList .inner .thumbCard {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 1px;
  position: relative;
}

#page .boshukikaku .thumbList .inner .thumbCard figure {
  margin: 0px;
}

#page .boshukikaku .thumbList .inner .thumbCard figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 480px) {
  #page .boshukikaku .thumbList .inner .thumbCard figure img {
    height: 160px;
  }
}

#page .boshukikaku .thumbList .inner .thumbCard .tag {
  position: absolute;
  top: 1px;
  left: 1px;
  background: #263B84;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 0px 5px 0px;
  font-size: 14px;
}

#page .boshukikaku .thumbList .inner .thumbCard .note {
  padding: 10px;
}

#page .boshukikaku .thumbList .inner .thumbCard .note h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 480px) {
  #page .boshukikaku .thumbList .inner .thumbCard .note h3 {
    font-size: 16px;
  }
}

#page .boshukikaku .thumbList .inner .thumbCard .note p {
  margin: 0px;
  padding: 0px;
  font-size: 90%;
}

@media (max-width: 480px) {
  #page .boshukikaku .thumbList .inner .thumbCard .note p {
    font-size: 80%;
  }
}

#page .about .cntsBlock {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  #page .about .cntsBlock {
    margin-bottom: 50px;
  }
}

#page .about .cntsBlock h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0075C2;
  border-bottom: 5px dotted #0075C2;
}

#page .about .cntsBlock table th,
#page .about .cntsBlock table th {
  text-align: left;
  font-weight: normal;
}

#page .about .cntsBlock .logo {
  margin-top: 50px;
  text-align: center;
}

#page .about .cntsBlock .logo img {
  width: 200px;
}

#page .about .cntsBlock .map {
  margin-top: 50px;
  text-align: center;
}

#page .about .cntsBlock .map img {
  width: 500px;
}
