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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222222;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", sans-serif;
  }
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.header {
  width: 100%;
  height: 388px;
  background: url("../../img/pc/header_bg.jpg") top center;
}

.header_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  height: 60px;
}

.header_bnr li {
  margin-right: 20px;
  list-style: none;
}

.header_ttl {
  margin: 0 auto;
  text-align: center;
}

.header_container {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  height: 388px;
}

@media (max-width: 768px) {
  .header {
    height: auto;
    background: none;
  }
  .header_container {
    width: 100%;
    height: auto;
  }
  .header_bnr {
    position: relative;
    margin-left: 5%;
    max-width: 30%;
    min-width: 180px;
    height: 50px;
    z-index: 2;
  }
  .header_bnr li {
    margin-right: 20px;
  }
  .header_ttl {
    margin-top: -50px;
    background: url("../../img/sp/header_bg.jpg") top center;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .header_bnr {
    max-width: 40%;
    min-width: 120px;
  }
  .header_bnr li {
    margin-right: 15px;
  }
}

.header_tfm img {
  width: 80px;
  height: auto;
}

.header jfn img {
  width: 35px;
  height: auto;
}

.msg_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

@media (max-width: 768px) {
  .msg_btn {
    width: 30%;
    height: auto;
    bottom: 5%;
    right: 5%;
  }
  .msg_btn img {
    width: 100%;
    max-width: 180px;
  }
}

.program {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#cb1b45), to(#df4b46));
  background: -webkit-linear-gradient(#cb1b45, #df4b46);
  background: linear-gradient(#cb1b45, #df4b46);
}

.program_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 92px;
  grid-template-rows: 1fr 92px;
  -ms-grid-columns: 224px 1fr;
  grid-template-columns: 224px 1fr;
  margin: 0 auto;
  padding-left: 70px;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.program_person {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  grid-column: 1;
  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;
}

.program_desc {
  margin-right: 20px;
}

.program_desc_txt {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 40px;
  padding: 15px;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: solid 1px #fff;
  line-height: 1.75;
}

.program_desc_txt-name {
  display: none;
}

.program_desc_time {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 40px;
  padding: 15px 10px;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .program_container {
    padding: 0 5%;
  }
}

@media (max-width: 768px) {
  .program_container {
    padding: 0 5%;
    -ms-grid-columns: 22% 1fr;
    grid-template-columns: 22% 1fr;
  }
  .program_desc_txt {
    margin-left: 20px;
    font-size: 1.3rem;
  }
  .program_desc_txt-name {
    display: block;
    margin-top: 10px;
  }
  .program_desc_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .program {
    margin-bottom: 30px;
    height: auto;
  }
  .program_container {
    width: 100%;
    padding: 0;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 35% auto;
    grid-template-columns: 35% auto;
  }
  .program_person {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0 auto;
    max-width: 200px;
    width: 80%;
  }
  .program_desc {
    width: 100%;
  }
  .program_desc_txt {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    padding: 5% 5% 5% 0;
    line-height: 1.5;
    border-bottom: none;
  }
  .program_desc_time {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin: 0 auto;
    padding: 10px 5%;
    max-width: 450px;
    border-top: solid 1px #fff;
  }
}

.main {
  display: block;
  background: url("../../img/pc/main_bg.jpg") repeat top center;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.schedule {
  margin-bottom: 70px;
}

.schedule_ttl, .report_ttl {
  padding-left: 20px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 2px solid #cb1b45;
}

.schedule_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule_next {
  padding: 0 20px;
  width: 460px;
  font-size: 1.4rem;
}

.schedule_next_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.schedule_next_ttl {
  margin: 7px 0;
}

.schedule_next_date, .schedule_list_date {
  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;
  margin-right: 10px;
  width: 56px;
  height: 56px;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  background: #cb1b45;
  border-radius: 50%;
}

.schedule_next_name {
  font-size: 2.4rem;
  font-weight: bold;
}

.schedule_list {
  margin-right: 20px;
  width: 480px;
}

.schedule_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cb1b45;
}

.schedule_list li:first-child {
  display: none;
}

.schedule_list_date {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  font-size: 1.4rem;
}

.schedule_list_name {
  font-size: 2.0rem;
  font-weight: bold;
}

.schedule_list_note {
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 768px) {
  .schedule {
    margin-bottom: 30px;
  }
  .schedule_ttl, .report_ttl {
    margin: 0 20px 20px;
    padding: 0 2% 2%;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .schedule_ttl img, .report_ttl img {
    width: 100%;
    max-width: 400px;
  }
  .schedule_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .schedule_next {
    margin-bottom: 20px;
    padding-left: 5%;
    width: auto;
  }
  .schedule_next_date, .schedule_list_date {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .schedule_next_txt {
    width: 72%;
  }
  .schedule_next_txt p {
    font-size: 1.1rem;
  }
  .schedule_next_ttl {
    margin: 0 auto 5px;
  }
  .schedule_next_ttl img {
    width: 100%;
    max-width: 300px;
  }
  .schedule_next_head {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schedule_next_name {
    font-size: 1.8rem;
    padding-left: 55px;
  }
  .schedule_list {
    margin: 0 5%;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .schedule_list li {
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
  .schedule_list_date {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .schedule_list_name {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .schedule_list_note {
    color: #666;
    font-size: 1.1rem;
  }
}

.report {
  padding-bottom: 70px;
}

.report_select {
  display: block;
  padding-right: 20px;
  text-align: right;
}

@media (max-width: 768px) {
  .report {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .report_ttl {
    margin-bottom: 10px;
  }
  .report_select {
    margin: 0 5%;
    padding: 0;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .report_select select {
    width: auto;
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 20px 70px;
  padding: 20px;
  color: white;
}

.link_box {
  width: 45%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link_box-1 {
  background: #646464;
}

.link_box-2 {
  background: #2C4568;
}

.link_logo {
  margin-bottom: 10px;
  width: 60%;
}

.link_sub {
  font-size: 1.2rem;
}

.link a {
  color: white;
}

@media (max-width: 768px) {
  .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: -30px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link_box {
    width: 80%;
    padding: 15px;
  }
  .link_box-1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .link_box {
    width: 80%;
    font-size: 1.4rem;
  }
  .link_box-1 {
    margin-bottom: 10px;
  }
}

.article {
  margin: 20px 20px 0;
  background: #cb1b45;
  border-radius: 5px;
}

.article_head {
  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;
  width: auto;
  height: auto;
  color: #fff;
}

.article_head_ttl {
  padding: 15px 30px 12px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2.0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article_head_date {
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-left: 1px solid #fff;
}

.article_contents, .article_contents-item {
  position: relative;
  padding: 20px;
  width: auto;
  height: 230px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  background: #fff;
  border: 3px solid #cb1b45;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article_contents_btn {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 89px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../img/pc/more.png");
  z-index: 2;
}

.article_contents:before, .article_contents-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.article_contents:after, .article_contents-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.article_contents-item {
  padding: 30px;
  height: auto;
  font-size: 1.4rem;
}

.article_contents-item:before {
  display: none;
}

.article_contents-item:after {
  display: none;
}

@media (max-width: 768px) {
  .article {
    margin: 10px 5% 0;
  }
  .article_head {
    width: 100%;
    height: auto;
  }
  .article_head_ttl {
    padding: 10px 10px 7px;
    line-height: 1.4;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .article_head_date {
    padding: 5px 10px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .article_contents, .article_contents-item {
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .article_contents_btn {
    padding-bottom: calc(70px * (35/89));
    width: 70px;
    height: 0;
    bottom: 10px;
    right: 10px;
    background: url("../../img/sp/more.png");
    background-size: 100% auto;
  }
  .article_contents:before, .article_contents-item:before {
    height: 200px;
  }
  .article_contents:after, .article_contents-item:after {
    height: 30px;
  }
  .article_contents-item {
    padding: 20px;
    line-height: 1.8;
  }
}

.song {
  margin-top: 30px;
  padding: 20px;
  background: #edf8f1;
}

.song br {
  display: none;
}

.song h4 {
  padding-bottom: 20px;
}

.song ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  list-style: none;
}

.song ul li {
  padding: 10px 0;
  width: 24%;
  text-align: center;
  background: #fff;
}

.song ul li a {
  display: block;
  color: #000;
}

.song ul li a img {
  margin-bottom: 10px;
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}

.song ul li a p {
  line-height: 1.5;
}

.song ul li a p:first-of-type {
  font-weight: bold;
}

@media (max-width: 480px) {
  .song {
    padding: 20px 10px;
  }
  .song ul li {
    margin-bottom: 10px;
    width: 49%;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 20px 50px;
}

.pager_back, .pager_next {
  margin: 0 auto 0 0;
  width: 89px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../img/pc/back.png") no-repeat;
  background-size: cover;
}

.pager_next {
  margin: 0 0 0 auto;
  background: url("../../img/pc/next.png") no-repeat;
}

@media (max-width: 768px) {
  .pager {
    margin-bottom: 30px;
  }
  .pager_back, .pager_next {
    padding-top: calc(70px * (35/89));
    width: 70px;
    height: 0;
    background-size: 100% auto;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
  text-align: center;
  border-top: 5px solid #f2c6d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.share a:nth-of-type(2) {
  margin: 0 40px;
}

@media (max-width: 768px) {
  .share {
    padding: 30px;
  }
  .share a:nth-of-type(2) {
    margin: 0 30px;
  }
  .share img {
    width: 40px;
    height: auto;
  }
}

.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.bnr_meiji {
  margin-right: 75px;
}

.bnr_dnp {
  /* padding-right: 22px; */
}

.bnr_dnp img {
  /* padding-top: 7px; */
}

@media (max-width: 768px) {
  .bnr_meiji {
    max-width: 149px;
  }
  .bnr_dnp {
    max-width: 128px;
  }
}

@media (max-width: 480px) {
  .bnr {
    -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;
    margin-bottom: 30px;
  }
  .bnr_meiji {
    max-width: 128px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bnr_dnp {
    padding-right: 0;
    max-width: 128px;
  }
  .bnr_dnp img {
    padding-top: 0;
  }
}

.copyright {
  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;
  padding: 0 10px;
  width: 100%;
  height: 100px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#df4b46), to(#cb1b45));
  background: -webkit-linear-gradient(#df4b46, #cb1b45);
  background: linear-gradient(#df4b46, #cb1b45);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .copyright {
    height: 50px;
    line-height: 1.5;
    font-size: 1.1rem;
  }
}

/* 共通フッター用 */
.spDetail {
  display: none;
}

@media screen and (max-width: 767px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

/* ページスイッチ */
.pageswitch {
  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;
  margin: 0 20px;
  padding-top: 30px;
  color: #fff;
  margin-bottom: 70px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.pageswitch a {
  cursor: pointer;
}

.report--onair .pageswitch {
  width: 100%;
}

.num {
  display: block;
  margin: 0 3px;
  padding: 0px 5px;
  height: 28px;
  border: 1px solid #959595;
}

strong.num {
  color: #fff;
  background: #575757;
}

@media (max-width: 768px) {
  .pageswitch {
    margin: 0 5%;
  }
}

.is-top {
  position: fixed;
  width: 60px;
  height: 36px;
  bottom: 25px;
  right: 25px;
  opacity: .8;
  cursor: pointer;
  z-index: 200;
}

.is-top:hover {
  opacity: .5;
}

.is-top img {
  width: 100%;
  height: auto;
}
</pre></body></html>