<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #002f81;
  background: url(../../img/bg_radio.png);
  background-position: left top;
}

@media (max-width: 1279px) {
  body {
    font: 1.77777778vw/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  body {
    font: 1.4rem/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #002f81;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 1280px;
  height: 963px;
  margin: 0 auto;
  background: #002f81;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #002f81;
}

.header-page {
  height: auto;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 23px 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header_aig {
  width: 88px;
}

.header_station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_tfm {
  width: 105px;
  margin-right: 18px;
}

.header_jfn {
  width: 40px;
}

.header_kv {
  position: relative;
}

.header_logo {
  position: absolute;
  top: 262px;
  left: 341px;
  -webkit-animation: 3s fuwafuwa infinite;
  animation: 3s fuwafuwa infinite;
  z-index: 2;
}

.header_sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 413px;
  height: 561px;
}

.header_way {
  position: absolute;
  top: 0;
  right: 0;
  width: 837px;
  height: 278px;
}

.header_city {
  position: absolute;
  top: 288px;
  right: 0;
  width: 413px;
  height: 272px;
}

.header_car {
  position: absolute;
  top: 571px;
  left: 0;
  width: 413px;
  height: 272px;
}

.header_field {
  position: absolute;
  top: 571px;
  left: 423px;
  width: 413px;
  height: 272px;
}

.header_water {
  position: absolute;
  top: 570px;
  right: 0;
  width: 413px;
  height: 272px;
}

@-webkit-keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media (max-width: 1279px) {
  .header {
    width: 81.5555556vw;
    height: auto;
    max-width: 734px;
    border: none;
  }

  .header_nav {
    height: 11.1111111vw;
  }

  .header_aig {
    width: 9.77777778vw;
  }

  .header_tfm {
    width: 11.6667vw;
  }

  .header_jfn {
    width: 4.4444vw;
  }

  .header_logo {
    width: 64.4444vw;
    top: 45.1111111vw;
    left: 8.5556vw;
    -webkit-animation: 3s fuwafuwa-sp infinite;
    animation: 3s fuwafuwa-sp infinite;
  }

  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 1.11111111vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header_box img {
    width: 39.1111111vw;
    height: 39.1111111vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header_sky {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
    margin-bottom: 1.11111111vw;
  }

  .header_way {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
    margin-bottom: 1.11111111vw;
  }

  .header_city {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
  }

  .header_car {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
    margin-bottom: 1.11111111vw;
  }

  .header_field {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
    margin-bottom: 1.11111111vw;
  }

  .header_water {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    width: 39.1111111vw;
    max-width: 49%;
    max-height: 49%;
    height: 39.1111111vw;
  }
}

@-webkit-keyframes fuwafuwa-sp {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fuwafuwa-sp {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding: 0 10px 10px;
  background: #002f81;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .main {
    display: block;
    width: 81.5555556vw;
    height: auto;
    max-width: 734px;
    padding: 0 1.11111111vw 1.11111111vw;
    border: none;
  }
}

.info {
  width: 413px;
  border-bottom: 1px solid #002f81;
}

@media (max-width: 1279px) {
  .info {
    width: 100%;
    border-bottom: none;
  }
}

.lead {
  margin-bottom: 10px;
  padding: 25px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lead_head {
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #002f81;
}

.lead_txt {
  line-height: 2;
  letter-spacing: .17em;
}

.lead_aig {
  display: block;
  margin: 50px auto;
}

@media (max-width: 1279px) {
  .lead {
    margin-bottom: 1.11111111vw;
  }

  .lead_aig {
    display: block;
    width: 70.1111111vw;
    margin: 10.6666667vw auto;
  }
}

.news {
  padding: 25px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news_head {
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #002f81;
}

.news_crown {
  display: block;
  margin: 0 auto 25px;
}

.news_txt {
  line-height: 1.75;
  text-align: center;
}

.news_station {
  display: block;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.news_station:hover {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .news {
    margin-bottom: 1.11111111vw;
  }
  .news_station {
    font-size: 2rem;
  }
}

@media (max-width: 420px) {
  .news_txt {
    font-size: 1.2rem;
  }
  .news_station {
    font-size: 1.8rem;
  }
}

.map {
  right: 0;
  width: 837px;
  padding: 25px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map_head {
  margin: 0 auto 30px;
}

.map_area {
  position: relative;
  margin: 0 auto;
  width: 787px;
  height: 786px;
  background: url(../../img/map.jpg);
}

[x-cloak] {
  display: none !important;
}

.map_article {
  position: absolute;
  top: 0%;
  left: 23%;
  /*display: none;*/
  width: 428px;
  max-width: 70vw;
  padding: 53px 30px 62px;
  text-align: center;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #002f81;
  border-radius: 25px;
  z-index: 3;
}

.map_station {
  display: block;
  width: 179px;
  margin: 0 auto 25px;
}

.map_name {
  margin: 0 auto 50px;
}

.map_ttl {
  margin: 0 auto 50px;
  padding: 15px;
  font-size: 2.5rem;
  letter-spacing: .1em;
  text-align: center;
  color: #fffdf1;
  background: #002f81;
}

.map_txt {
  margin: 0 auto 50px;
  color: #002f81;
  font-size: 2rem;
  /*font-style: italic;*/
  line-height: 1.75;
  text-align: center;
}

.map_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 126px;
  margin: 0 auto 45px;
  color: #fffdf1;
  font-size: 1.5rem;
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #002f81;
  border: 4px solid #7f96b9;
  border-radius: 63px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.map_btn.playing {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

.map_btn:hover {
  color: #002f81;
  background: #fff;
  border: 4px solid #3f629d;
}

.map_detail {
  position: relative;
}

.map_detail img {
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 7px;
}

.map_close {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  color: #002f81;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.map_bg {
  background: none;
}

@media (max-width: 1279px) {
  .map {
    width: 100%;
  }

  .map_area {
    width: 100%;
    height: auto;
    background: none;
  }

  .map_box {
    position: relative;
  }

  .map_box a {
    position: absolute;
    display: block;
    width: 23.5%;
    height: 6.2%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .map_box .hokkaido {
    top: 11%;
    left: 51%;
  }

  .map_box .kanto {
    top: 66.4%;
    left: 76.2%;
  }

  .map_box .chubu {
    top: 30.2%;
    left: 50.1%;
  }

  .map_box .kinki {
    top: 74%;
    left: 53.5%;
  }

  .map_box .chugoku {
    top: 51.1%;
    left: 10.2%;
  }

  .map_box .shikoku {
    top: 79.7%;
    left: 28.8%;
  }

  .map_box .kyusyu {
    top: 88.1%;
    left: 28.7%;
  }
}

.mapdetail {
  position: absolute;
  display: block;
  width: 23px;
  height: 33px;
  z-index: 0;
  cursor: pointer;
}

.mapdetail&gt;img {
  vertical-align: top;
}

/*////////////////
.remodal
////////////////*/
.remodal_group {
  margin: 0 0 10% 0;
}

.remodal_small {
  display: block;
  text-align: left !important;
  font-size: 80%;
}

.remodal_list_area {
  display: block;
  width: 97%;
  padding: 1%;
  margin: 0 0 3% 0;
  border: 2px solid #002f81;
  color: #002f81;
  text-align: left;
  float: left;
}

.remodal_list {
  clear: both;
  margin: 0 0 3% 0;
}

.remodal_list_item {
  padding: 3% 1%;
  text-align: left;
  border-bottom: 1px dashed #002f81;
}

.remodal_list_item span {
  margin: 0 0 3% 0;
  color: #002f81;
  font-size: 80%;
}

.remodal_list_item img {
  width: 100px;
  height: auto;
  float: right;
  margin: 0 0 0 10px;
}

.remodal_list_item a {
  color: #002f81;
  line-height: 1.5em;
  text-decoration: none;
}

.remodal-cancel {
  color: #fff;
  background: #002f81;
  border: 1px solid #002f81;
}

.airg {
  top: 172px;
  left: 147px;
}

.aomori {
  top: 79px;
  left: 684px;
}

.iwate {
  top: 137px;
  left: 722px;
}

.date {
  top: 217px;
  left: 698px;
}

.akita {
  top: 131px;
  left: 659px;
}

.yamagata {
  top: 211px;
  left: 647px;
}

.fukushima {
  top: 292px;
  left: 658px;
}

.ibaraki {
  top: 360px;
  left: 660px;
}

.berry {
  top: 340px;
  left: 624px;
}

.gunma {
  top: 356px;
  left: 577px;
}

.saitama {
  top: 358px;
  left: 623px;
}

.chiba {
  top: 10px;
  left: 10px;
}

.tokyo {
  top: 395px;
  left: 625px;
}

.kanagawa {
  top: 10px;
  left: 10px;
}

.niigata {
  top: 300px;
  left: 577px;
}

.toyama {
  top: 336px;
  left: 494px;
}

.ishikawa {
  top: 354px;
  left: 452px;
}

.fukui {
  top: 405px;
  left: 429px;
}

.yamanashi {
  top: 10px;
  left: 10px;
}

.nagano {
  top: 393px;
  left: 514px;
}

.gifu {
  top: 405px;
  left: 478px;
}

.kmix {
  top: 462px;
  left: 532px;
}

.aichi {
  top: 454px;
  left: 467px;
}

.mie {
  top: 478px;
  left: 423px;
}

.shiga {
  top: 453px;
  left: 400px;
}

.kyoto {
  top: 10px;
  left: 10px;
}

.osaka {
  top: 486px;
  left: 377px;
}

.kiss {
  top: 469px;
  left: 348px;
}

.nara {
  top: 10px;
  left: 10px;
}

.wakayama {
  top: 10px;
  left: 10px;
}

.sanin {
  top: 427px;
  left: 243px;
}

.shimane {
  top: 10px;
  left: 10px;
}

.okayama {
  top: 470px;
  left: 271px;
}

.hiroshima {
  top: 486px;
  left: 197px;
}

.yamaguchi {
  top: 506px;
  left: 153px;
}

.tokushima {
  top: 547px;
  left: 292px;
}

.kagawa {
  top: 512px;
  left: 279px;
}

.ehime {
  top: 530px;
  left: 214px;
}

.kochi {
  top: 550px;
  left: 244px;
}

.fukuoka {
  top: 549px;
  left: 111px;
}

.saga {
  top: 552px;
  left: 75px;
}

.nagasaki {
  top: 581px;
  left: 51px;
}

.kumamoto {
  top: 607px;
  left: 98px;
}

.oita {
  top: 578px;
  left: 147px;
}

.miyazaki {
  top: 640px;
  left: 127px;
}

.kagoshima {
  top: 671px;
  left: 102px;
}

.okinawa {
  top: 629px;
  left: 653px;
}

.selectBox {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
}

.selectWrapper {
  position: relative;
  width: 300px;
  margin: 0 auto 40px;
}

.selectWrapper:after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #002f81 transparent transparent transparent;
  content: '';
  pointer-events: none;
}

.selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 55px;
  padding: 10px;
  border: 1px solid #002f81;
  border-radius: 0;
  outline: none;
  background: #fffdf1;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #002f81;
  font-family: inherit;
  font-size: 1.8rem;
  letter-spacing: .14em;
  font-weight: bold;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
}

.selectBox select::-ms-expand {
  display: none;
}

@media (max-width: 1279px) {
  .selectWrapper {
    width: 100%;
    margin: 0 auto;
  }

  .selectBox select {
    width: 100%;
    font-size: 3.11111111vw;
  }
}

@media (max-width: 480px) {
  .selectBox select {
    font-size: 1.4rem;
  }
}

.aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding: 0 10px 10px;
  background: #002f81;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .aside {
    display: block;
    width: 81.5555556vw;
    height: auto;
    max-width: 734px;
    padding: 0 1.11111111vw 1.11111111vw;
    border: none;
  }
}

.timeline {
  width: 413px;
  height: 413px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .timeline {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 2.55555556vw;
    margin-bottom: 1.11111111vw;
    box-sizing: border-box;
  }

  .fb-page,
  .fb-page span,
  .timeline iframe {
    width: 100% !important;
    height: 413px !important;
  }
}

.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 413px;
  height: 413px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr a:not(:last-child) {
  margin-bottom: 1px;
}

.bnr img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .bnr {
    width: 100%;
    height: auto;
    padding: 2.55555556vw;
    margin-bottom: 1.11111111vw;
  }

  .bnr img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.link {
  width: 413px;
  height: 413px;
  padding: 25px;
  background: url(../../img/bg_texture.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .link {
    width: 100%;
    height: auto;
    padding: 5.88888889vw 2.77777778vw 10.2222222vw;
  }
}

.sns {
  margin: 0 auto 25px;
  border-bottom: 1px solid #002f81;
}

.sns_head {
  margin: 0 auto 25px;
  text-align: center;
}

.sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto 25px;
}

@media (max-width: 1279px) {
  .sns_box img {
    width: 10.2222vw;
  }
}

.group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60%;
}

.group_head {
  margin: 0 auto 5px;
  font-size: 2.4rem;
  text-align: center;
}

.group a {
  display: inline-block;
  margin-bottom: 25px;
}

.group a:hover {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .group_head {
    margin-bottom: 30px;
    font-size: 2.4vw;
  }

  .group a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .group {
    font-size: 1.4rem;
  }
  .group_head {
    font-size: 1.8rem;
  }
}

.footer {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 10px 50px;
  text-align: center;
  background: #002f81;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .footer {
    display: block;
    width: 81.5555556vw;
    height: auto;
    max-width: 734px;
    padding: 8.88888889vw 0;
    border: none;
  }

  .footer_copy {
    width: 56.0244444vw;
    margin: 0 auto;
    text-align: center;
  }
}

.page {
  width: 100%;
  padding-bottom: 63px;
  background: url(../../img/bg_texture.jpg);
}

.page_logo {
  width: 400px;
  margin: 75px auto 67px;
  text-align: center;
}

.page_area {
  margin-bottom: 50px;
  font-size: 4.8rem;
  text-align: center;
}

.page_area span {
  border-bottom: 2px solid #002f81;
}

.page_article {
  width: 800px;
  max-width: 97%;
  margin: 0 auto 57px;
  padding: 53px 30px 72px;
  text-align: center;
  background: #fffdf1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #002f81;
  border-radius: 25px;
  z-index: 3;
}

.page_article-area {
  padding: 53px 30px 80px;
}

.page_station {
  display: block;
  width: 179px;
  margin: 0 auto 25px;
}

.page_name {
  margin: 0 auto 55px;
}

.page_ttl {
  margin: 0 auto 60px;
  padding: 15px;
  font-size: 2.5rem;
  letter-spacing: .1em;
  text-align: center;
  color: #fffdf1;
  background: #002f81;
  border-radius: 5px;
}

.page_txt {
  margin: 0 auto 80px;
  padding: 0 10px;
  color: #002f81;
  font-size: 2rem;
  /*font-style: italic;*/
  line-height: 1.75;
  text-align: center;
}

.page_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 126px;
  margin: 0 auto 45px;
  color: #fffdf1;
  font-size: 1.5rem;
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #002f81;
  border: 4px solid #7f96b9;
  border-radius: 63px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page_btn:hover {
  color: #002f81;
  background: #fff;
  border: 4px solid #3f629d;
}

.page_detail {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}

.page_detail img {
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 7px;
}

.page_select {
  margin-bottom: 64px;
}

@media (max-width: 1279px) {
  .page {
    padding: 6.66666667vw 0 13.6666667vw;
  }

  .page_logo {
    width: 44.4444444vw;
    margin: 0 auto 8.66666667vw;
  }

  .page_area {
    margin-bottom: 5.11111111vw;
    font-size: 5.33333333vw;
  }

  .page_article {
    width: 74vw;
    margin: 0 auto 4.4444vw;
    padding: 7.33333333vw 0 7.33333333vw;
  }

  .page_station {
    width: 25.4444444vw;
    margin: 0 auto 4.7778vw;
  }

  .page_name {
    margin: 0 auto 5.33333333vw;
  }

  .page_ttl {
    width: 68vw;
    max-width: 95%;
    margin: 0 auto 6.33333333vw;
    padding: 2.55555556vw;
    font-size: 2.66666667vw;
    letter-spacing: .1em;
    text-align: center;
    color: #fffdf1;
    background: #002f81;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .page_txt {
    margin: 0 auto 6.22222222vw;
    color: #002f81;
    font-size: 2.4vw;
    /*font-style: italic;*/
    line-height: 1.75;
    text-align: center;
  }

  .page_btn {
    width: 22.3333333vw;
    height: 22.3333333vw;
    margin: 0 auto;
    font-size: 2.62888889vw;
    letter-spacing: .1em;
    border-radius: 44.66666666vw;
  }

  .page_btn:hover {
    color: #002f81;
    background: #fff;
    border: 4px solid #3f629d;
  }

  .page_detail {
    position: relative;
    font-size: 2vw;
    text-align: center;
  }

  .page_detail img {
    display: inline-block;
    width: 2.11111111vw;
    height: 2.22222222vw;
    margin-right: 7px;
  }

  .page_select {
    width: 74vw;
    max-width: 95%;
    margin-bottom: 11.6666667vw;
  }
}

@media (max-width: 480px) {
  .page_area {
    font-size: 2.4rem;
  }

  .page_ttl {
    font-size: 1.6rem;
  }

  .page_txt {
    font-size: 1.4rem;
  }

  .page_detail {
    font-size: 1.4rem;
    vertical-align: text-top;
  }

  .page_detail img {
    margin-bottom: 3px;
  }
}

/* -- UTILITY -- */
.player {
  display: none;
  margin: -20px auto 25px;
  text-align: center;
}

.player audio {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .player {
    margin: 20px auto 20px;
  }

  .player audio {
    display: block;
    width: 90%;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1279px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}</pre></body></html>