section.anchor-box {
  width: min(96.5rem, 100% - 4rem);
  margin: 0 auto 0rem;
  padding: 0rem 2rem 0rem;
}
section.anchor-box ul.anchorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.anchor-box ul.anchorlist li {
  width: 22.2222222222%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1118px) {
  section.anchor-box ul.anchorlist li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  section.anchor-box ul.anchorlist li {
    width: 50%;
    height: 82px;
    padding: 0.6rem 0.4rem;
    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;
  }
}
section.anchor-box ul.anchorlist li a {
  position: relative;
  background-color: #1e4eb8;
  padding: 8px 2rem 10px 8px;
  border: solid 1px;
  display: block;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  section.anchor-box ul.anchorlist li a {
    width: 100%;
    height: 100%;
    padding: 8px 3rem 8px 18px;
    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;
    font-size: 1em;
  }
}
section.anchor-box ul.anchorlist li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  background: url(../images/onair/arrow.svg) no-repeat center center/100% auto;
}
section.anchor-box ul.anchorlist li a:visited {
  color: #fff;
}
section.anchor-box ul.anchorlist li a:hover {
  color: #fff;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.onair-box-another-first,
section.onair-box,
.onair-box-another {
  width: min(96.5rem, 100% - 4rem);
  margin: 0 auto 5rem;
  padding: 4rem 2rem 0rem;
}
@media screen and (max-width: 767px) {
  .onair-box-another-first,
  section.onair-box,
  .onair-box-another {
    padding: 4rem 2rem 0rem;
  }
}

.station-box {
  display: grid;
  align-items: center;
}

.onair-box-another-first .station-box h2,
section.onair-box .station-box h2,
.onair-box-another .station-box h2 {
  padding: 2rem 0rem;
  text-align: center;
}
.onair-box-another-first .station-box ul.station-list,
section.onair-box .station-box ul.station-list,
.onair-box-another .station-box ul.station-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4rem;
}
.onair-box-another-first .station-box ul.station-list li.station-list-item,
section.onair-box .station-box ul.station-list li.station-list-item,
.onair-box-another .station-box ul.station-list li.station-list-item {
  width: 33.3333333333%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item.no-link,
section.onair-box .station-box ul.station-list li.station-list-item.no-link,
.onair-box-another .station-box ul.station-list li.station-list-item.no-link {
  position: relative;
  padding: 8px 18px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 900;
  text-decoration: none;
  color: #1e4eb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first
    .station-box
    ul.station-list
    li.station-list-item.no-link,
  section.onair-box .station-box ul.station-list li.station-list-item.no-link,
  .onair-box-another .station-box ul.station-list li.station-list-item.no-link {
    width: 50%;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
  }
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item.no-link
  span
  br,
section.onair-box
  .station-box
  ul.station-list
  li.station-list-item.no-link
  span
  br,
.onair-box-another
  .station-box
  ul.station-list
  li.station-list-item.no-link
  span
  br {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first
    .station-box
    ul.station-list
    li.station-list-item.no-link
    span
    br,
  section.onair-box
    .station-box
    ul.station-list
    li.station-list-item.no-link
    span
    br,
  .onair-box-another
    .station-box
    ul.station-list
    li.station-list-item.no-link
    span
    br {
    display: block !important;
  }
}
@media screen and (max-width: 1142px) {
  .onair-box-another-first .station-box ul.station-list li.station-list-item,
  section.onair-box .station-box ul.station-list li.station-list-item,
  .onair-box-another .station-box ul.station-list li.station-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .onair-box-another-first .station-box ul.station-list li.station-list-item,
  section.onair-box .station-box ul.station-list li.station-list-item,
  .onair-box-another .station-box ul.station-list li.station-list-item {
    width: 50%;
    height: 82px;
    padding: 0.6rem 0.4rem;
    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;
  }
}
.onair-box-another-first .station-box ul.station-list li.station-list-item a,
section.onair-box .station-box ul.station-list li.station-list-item a,
.onair-box-another .station-box ul.station-list li.station-list-item a {
  position: relative;
  background-color: #fff;
  padding: 8px 18px;
  border: solid 1px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 900;
  text-decoration: none;
  color: #1e4eb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first .station-box ul.station-list li.station-list-item a,
  section.onair-box .station-box ul.station-list li.station-list-item a,
  .onair-box-another .station-box ul.station-list li.station-list-item a {
    width: 100%;
    height: 100%;
    padding: 8px 2rem 8px 18px;
    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;
    font-size: 1em;
  }
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item
  a::after,
section.onair-box .station-box ul.station-list li.station-list-item a::after,
.onair-box-another .station-box ul.station-list li.station-list-item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
  background: url(../images/onair/link.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first
    .station-box
    ul.station-list
    li.station-list-item
    a::after,
  section.onair-box .station-box ul.station-list li.station-list-item a::after,
  .onair-box-another
    .station-box
    ul.station-list
    li.station-list-item
    a::after {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1.4rem;
  }
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item
  a:visited,
section.onair-box .station-box ul.station-list li.station-list-item a:visited,
.onair-box-another .station-box ul.station-list li.station-list-item a:visited {
  color: #1e4eb8;
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item
  a:hover,
section.onair-box .station-box ul.station-list li.station-list-item a:hover,
.onair-box-another .station-box ul.station-list li.station-list-item a:hover {
  color: #85a6e0;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.onair-box-another-first
  .station-box
  ul.station-list
  li.station-list-item
  a
  > br,
section.onair-box .station-box ul.station-list li.station-list-item a > br,
.onair-box-another .station-box ul.station-list li.station-list-item a > br {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first
    .station-box
    ul.station-list
    li.station-list-item
    a
    > br,
  section.onair-box .station-box ul.station-list li.station-list-item a > br,
  .onair-box-another .station-box ul.station-list li.station-list-item a > br {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .onair-box-another-first #act2_Second_Season h2,
  section.onair-box #act2_Second_Season h2,
  .onair-box-another #act2_Second_Season h2 {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .onair-box-another-first #act2_Second_Season li,
  section.onair-box #act2_Second_Season li,
  .onair-box-another #act2_Second_Season li {
    height: 52px;
  }
}
.onair-box-another-first #act2_Second_Season p,
section.onair-box #act2_Second_Season p,
.onair-box-another #act2_Second_Season p {
  position: relative;
  padding: 2rem 0;
  display: block;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 900;
  text-decoration: none;
  color: #1e4eb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first #act2_Second_Season p,
  section.onair-box #act2_Second_Season p,
  .onair-box-another #act2_Second_Season p {
    width: 100%;
    height: 100%;
    padding: 8px 0;
    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;
    font-size: 1em;
    padding: 1rem 0;
  }
}
.onair-box-another-first #act2_Second_Season p br,
section.onair-box #act2_Second_Season p br,
.onair-box-another #act2_Second_Season p br {
  display: none;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first #act2_Second_Season p br,
  section.onair-box #act2_Second_Season p br,
  .onair-box-another #act2_Second_Season p br {
    display: block;
  }
}

.onair-box-another-first {
  padding-top: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .onair-box-another-first {
    padding-bottom: 4rem;
  }
}
.onair-box-another-first .station-box p {
  position: relative;
  padding: 1rem 4rem;
  display: inline-block;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 900;
  text-decoration: none;
  color: #1e4eb8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  background-color: #fff;
  border: solid 2px #1e4eb8;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first .station-box p {
    width: 100%;
    height: 100%;
    padding: 8px 0;
    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;
    font-size: 1em;
    padding-top: 1rem;
  }
}

/* 放送スケジュールテーブル */
.onair-box-another-first .station-box .onair-schedule {
  margin: 1.5rem auto 0;
  border-collapse: collapse;
  font-weight: 900;
  color: #1e4eb8;
}
.onair-box-another-first .station-box .onair-schedule th,
.onair-box-another-first .station-box .onair-schedule td {
  border: solid 1px #1e4eb8;
  padding: 0.8rem 1.2rem;
  text-align: center;
  line-height: 1.6em;
  vertical-align: middle;
}
.onair-box-another-first .station-box .onair-schedule thead th {
  background-color: #1e4eb8;
  color: #fff;
}
.onair-box-another-first .station-box .onair-schedule tbody td {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first .station-box .onair-schedule {
    width: 100%;
    font-size: 0.9em;
  }
  .onair-box-another-first .station-box .onair-schedule th,
  .onair-box-another-first .station-box .onair-schedule td {
    padding: 0.6rem 0.8rem;
  }
}
.onair-schedule-repeat {
  font-size: 0.75em;
}
.onair-box-another-first .station-box .onair-subtitle {
  font-size: 1.2em;
  font-weight: 900;
  color: #1e4eb8;
  margin: 4rem 0 0.8rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .onair-box-another-first .station-box .onair-subtitle {
    font-size: 1.1em;
  }
}
