@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  word-break: break-all;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
  }
}
body {
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.8;
  min-width: 1200px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767.98px) {
  body {
    min-width: 100%;
    font-size: 0.16rem;
  }
}
body.menu-open {
  overflow: hidden;
}

a {
  color: #185AA9;
  text-decoration: none;
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.05em;
  color: #185AA9;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 0.28rem;
  }
}

h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 0.2rem;
  }
}

.sm {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .sm {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
}
.header .logo {
  line-height: 1;
  padding: 13px 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__gnav {
  display: flex;
  align-items: center;
}
.header__okitive {
  margin-bottom: 12px;
}
.header .list-gnav {
  display: flex;
}
.header .list-gnav__item {
  font-weight: bold;
  margin-right: 30px;
}
.header .list-gnav__item a {
  padding: 5px 0;
}
.header .list-gnav__item .active {
  border-bottom: 2px solid #185AA9;
}
@media print, (min-width: 768px) {
  .header.header_fixed .logo {
    width: 83px;
  }
  .header.header_fixed .header__okitive {
    width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__container.l-container {
    width: 100%;
  }
  .header .logo {
    width: 80px;
    margin-left: 15px;
  }
  .header__gnav {
    flex-direction: row-reverse;
  }
  .header__okitive {
    margin-bottom: 5px;
  }
  .header__okitive img {
    width: 93px;
  }
  .header .list-gnav {
    display: none;
  }
}

.hamb {
  line-height: 1;
  padding: 20px 20px 15px 30px;
}
.hamb a {
  display: inline-block;
  position: relative;
  width: 8vw;
  height: 8vw;
}
.hamb a span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #185AA9;
}
.hamb a span:last-of-type {
  width: 70%;
  top: 30%;
}
.hamb a p {
  font-size: 0.1rem;
  font-weight: bold;
  word-break: keep-all;
  color: #185AA9;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.hamb.close {
  position: fixed;
  top: 2px;
  right: 0;
}
.hamb.close a span {
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.hamb.close a span:last-of-type {
  width: 100%;
  transform: rotate(-45deg);
}

.announce {
  font-weight: bold;
  color: #fff;
  background-color: #FF4415;
  text-align: center;
  padding: 14px;
}
@media only screen and (max-width: 767.98px) {
  .announce {
    font-size: 0.12rem;
    text-align: left;
    line-height: 1.6;
    padding: 10px 15px;
  }
}
.announce .announce__link {
  color: #fff;
}

.hamb-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
  overflow-y: scroll;
}
.hamb-menu__inner {
  width: 100%;
  min-height: 600px;
  padding: 80px 0 40px;
  margin: 0 auto;
  overflow-y: scroll;
}
.hamb-menu .list-menu {
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}
.hamb-menu .list-menu__item {
  margin-bottom: 20px;
}
.hamb-menu .list-menu__item:last-child {
  margin-bottom: 0;
}
.hamb-menu .list-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.hamb-menu .list-sns__item {
  margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-bottom: 68px;
    margin-top: 0;
  }
}
.footer .footer-social {
  background-color: #fff;
  padding: 70px 0 48px;
}
.footer .footer-social .list-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.footer .footer-social .list-sns__item {
  margin: 0 14px;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-social {
    padding: 50px 0 40px;
  }
}
.footer .breadcrumb {
  background-color: #F4F4F4;
}
.footer .breadcrumb .list-breadcrumb {
  display: flex;
  font-size: 12px;
  color: #7595BA;
  padding: 15px 0;
}
.footer .breadcrumb .list-breadcrumb__item {
  position: relative;
  margin-right: 20px;
}
.footer .breadcrumb .list-breadcrumb__item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.footer .breadcrumb .list-breadcrumb__item:last-child {
  margin-right: 0;
}
.footer .breadcrumb .list-breadcrumb__item:last-child::after {
  content: none;
}
@media only screen and (max-width: 767.98px) {
  .footer .breadcrumb .list-breadcrumb {
    overflow-x: scroll;
    font-size: 0.12rem;
    padding: 10px 0;
  }
  .footer .breadcrumb .list-breadcrumb__item {
    white-space: nowrap;
  }
}
.footer .footer-nav-wrap {
  background-color: #185AA9;
}
.footer .footer-nav-wrap .l-container {
  background-color: #185AA9;
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 20px;
}
.footer .footer-nav__item {
  font-size: 12px;
  margin: 0 20px 20px;
}
.footer .footer-nav__link {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-nav {
    flex-direction: column;
  }
  .footer .footer-nav__item {
    font-size: 0.12rem;
    margin-bottom: 1em;
  }
}
.footer .footer-search-wrap {
  background-color: #185AA9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer .footer-search-wrap form {
  position: relative;
  margin-right: 28px;
}
.footer .footer-search-wrap .footer-search {
  width: 344px;
  font-size: 14px;
  color: #fff;
  background-color: #7595BA;
  border-radius: 4px;
  padding: 8px 15px;
}
.footer .footer-search-wrap .footer-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-search-wrap .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-search-wrap {
    flex-direction: column;
  }
  .footer .footer-search-wrap form {
    width: 90%;
    margin: 0 0 40px;
  }
  .footer .footer-search-wrap .footer-search {
    width: 100%;
    font-size: 0.14rem;
    padding: 15px;
  }
  .footer .footer-search-wrap .search-icon {
    right: 20px;
  }
}
.footer .footer-copy {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .footer .footer-copy {
    font-size: 0.1rem;
  }
}

.menu {
  position: fixed;
  top: 50%;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: 9;
}
.menu .list-menu {
  padding: 30px 25px 20px;
}
.menu .list-menu__item {
  text-align: center;
  margin-bottom: 15px;
}
.menu .list-menu__item:last-child {
  margin-bottom: 0;
}
.menu .list-menu__item a {
  display: inline-block;
}
.menu .list-menu__text {
  font-size: 10px;
}
@media only screen and (max-width: 767.98px) {
  .menu {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0);
  }
  .menu .list-menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 0 5px;
  }
  .menu .list-menu__item {
    flex-basis: 20%;
    margin-bottom: 0;
  }
  .menu .list-menu__text {
    margin-top: 5px;
  }
  .menu .list-menu__icon .ico_program_table {
    width: 28px;
  }
  .menu .list-menu__icon .ico_video {
    width: 32px;
  }
  .menu .list-menu__icon .ico_news {
    width: 34px;
  }
  .menu .list-menu__icon .ico_weather {
    width: 37px;
  }
  .menu .list-menu__icon .ico_gift {
    width: 29px;
  }
  .menu .list-menu__text {
    font-size: 0.1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  main {
    overflow-x: hidden;
  }
}
.l-container {
  width: 1088px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .l-container {
    width: 92%;
  }
}

.c-box {
  border: 1px solid #e5e5e5;
  padding: 25px 20px 25px 30px;
}
.c-box.c-grid-pc {
  justify-content: space-between;
}
.c-box.c-grid-pc .c-box__img {
  flex-basis: 37%;
}
.c-box.c-grid-pc .c-box__text {
  flex-basis: 60%;
}
.c-box.c-box--bg {
  border: none;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 767.98px) {
  .c-box {
    padding: 20px;
  }
  .c-box__img {
    margin-bottom: 20px;
  }
}

.c-btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .c-btn-area {
    margin-top: 30px;
  }
  .c-btn-area.c-grid-sm {
    justify-content: space-between;
  }
  .c-btn-area.c-grid-sm .col-6-sm {
    flex-basis: 48%;
  }
}
.c-btn-area + .c-btn-area {
  margin-top: 30px;
}

.c-btn {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 14px;
}
.c-btn--primary {
  color: #fff;
  background-color: #185AA9;
  border: 2px solid #185AA9;
}
.c-btn--secondary {
  color: #185AA9;
  background-color: #fff;
  border: 2px solid #185AA9;
}
.c-btn--arrow-down {
  position: relative;
}
.c-btn--arrow-down:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
}
@media only screen and (max-width: 767.98px) {
  .c-btn {
    margin: 0;
  }
}
.c-btn .ico-newtab {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.c-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.c-card__img {
  position: relative;
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
}
.c-card__img img {
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
}
.c-card__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 90, 169, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-card__text-wrap {
  height: 100%;
  line-height: 1.6;
  /*background-color: #fff;*/
  /*border-bottom-left-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.c-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
}
.c-card__date {
  font-size: 12px;
  color: #7595BA;
  margin-top: 5px;
}
.c-card__text {
  color: #222;
  line-height: 1.6;
  margin-top: 5px;
}
@media print, (min-width: 768px) {
  .c-card__link:hover {
    opacity: 1;
    border-radius: 20px;
    background-color: #E0EEFF;
    transition: 0.3s;
  }
  .c-card__link:hover .c-card__text-wrap {
    background-color: #E0EEFF;
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    transition: 0.3s;
  }
  .c-card__link:hover .c-card__img {
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px;*/
    /*transition: 0.3s;*/
  }
  .c-card__link:hover .c-card__img img {
    /*border-top-left-radius: 20px;*/
    /*border-top-right-radius: 20px;*/
    /*transition: 0.3s;*/
  }
  .c-card__link:hover .c-card__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 90, 169, 0.3);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-card__title {
    font-size: 0.16rem;
  }
  .c-card__date {
    font-size: 0.12rem;
  }
  .c-card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-card--small .c-card__text-wrap {
    padding: 5px 10px 10px;
  }
  .c-card--small .c-card__title {
    font-size: 0.14rem;
  }
  .c-card--small .c-card__date {
    font-size: 0.1rem;
  }
}
.c-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, (min-width: 768px) {
  .c-grid-pc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-grid-pc .col-1-pc {
    flex-basis: 8.3333333333%;
  }
  .c-grid-pc .col-2-pc {
    flex-basis: 16.6666666667%;
  }
  .c-grid-pc .col-3-pc {
    flex-basis: 25%;
  }
  .c-grid-pc .col-4-pc {
    flex-basis: 33.3333333333%;
  }
  .c-grid-pc .col-5-pc {
    flex-basis: 41.6666666667%;
  }
  .c-grid-pc .col-6-pc {
    flex-basis: 50%;
  }
  .c-grid-pc .col-7-pc {
    flex-basis: 58.3333333333%;
  }
  .c-grid-pc .col-8-pc {
    flex-basis: 66.6666666667%;
  }
  .c-grid-pc .col-9-pc {
    flex-basis: 75%;
  }
  .c-grid-pc .col-10-pc {
    flex-basis: 83.3333333333%;
  }
  .c-grid-pc .col-11-pc {
    flex-basis: 91.6666666667%;
  }
  .c-grid-pc .col-12-pc {
    flex-basis: 100%;
  }
  .c-grid-pc .c-grid__left {
    padding-right: 14px;
  }
  .c-grid-pc .c-grid__right {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-grid-sm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-grid-sm .col-1-sm {
    flex-basis: 8.3333333333%;
  }
  .c-grid-sm .col-2-sm {
    flex-basis: 16.6666666667%;
  }
  .c-grid-sm .col-3-sm {
    flex-basis: 25%;
  }
  .c-grid-sm .col-4-sm {
    flex-basis: 33.3333333333%;
  }
  .c-grid-sm .col-5-sm {
    flex-basis: 41.6666666667%;
  }
  .c-grid-sm .col-6-sm {
    flex-basis: 50%;
  }
  .c-grid-sm .col-7-sm {
    flex-basis: 58.3333333333%;
  }
  .c-grid-sm .col-8-sm {
    flex-basis: 66.6666666667%;
  }
  .c-grid-sm .col-9-sm {
    flex-basis: 75%;
  }
  .c-grid-sm .col-10-sm {
    flex-basis: 83.3333333333%;
  }
  .c-grid-sm .col-11-sm {
    flex-basis: 91.6666666667%;
  }
  .c-grid-sm .col-12-sm {
    flex-basis: 100%;
  }
}
.c-heading {
  margin-bottom: 40px;
}
.c-heading span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.05em;
  color: #185AA9;
  text-align: center;
  max-width: 70%;
}
.c-heading span:before {
  content: "";
  position: absolute;
  left: -55px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/heading_img_left.svg) center center no-repeat;
  background-size: contain;
}
.c-heading span:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/heading_img_right.svg) center center no-repeat;
  background-size: contain;
}
.c-heading.outer span {
  max-width: 100%;
}
.c-heading.outer span::before {
  content: none;
}
.c-heading.outer span::after {
  content: none;
}

@media only screen and (max-width: 767.98px) {
  .c-heading {
    font-size: 0.28rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-heading span {
    font-size: 0.28rem;
  }
  .c-heading span:before {
    left: -45px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .c-heading span:after {
    right: -45px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
}

.c-sub-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .c-sub-heading {
    font-size: 0.2rem;
    margin-bottom: 15px;
  }
}

/* ----------------------------------------
    movie
------------------------------------------*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe, .movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
    modal
------------------------------------------*/
body.open-modal {
  height: 100vh;
  overflow-y: hidden;
}

.modal-btn a {
  width: 180px;
  display: block;
  text-align: center;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9500;
  background: rgba(0, 0, 0, 0.8);
}
.modal-bg.is-show {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1020px;
  max-width: 90%;
  z-index: 9800;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}
.modal.is-show {
  display: block;
}
.modal .js-modalclose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.modal .js-modalclose:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  display: inline-block;
  transform: rotate(45deg);
}
.modal .js-modalclose:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  display: inline-block;
  transform: rotate(-45deg);
}

.pager {
  margin-top: 40px;
}
.pager .list-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .list-pager__item {
  width: 40px;
  height: 40px;
  color: #185AA9;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  border: 2px solid #185AA9;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 7px;
}
.pager .list-pager__item--active {
  color: #fff;
  background-color: #185AA9;
}
.pager .list-pager__item--cut {
  width: auto;
  border: none;
}
.pager .list-pager__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pager .list-pager__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #185AA9;
}

@media only screen and (max-width: 767.98px) {
  .pager .list-pager__item {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
  }
  .pager .list-pager__item--cut {
    min-width: auto;
  }
}


.c-top-heading {
  font-size: 20px;
  line-height: 1.2;
  color: #60C9F7;
  margin-bottom: 40px;
  font-family: "M PLUS 1p", sans-serif;
}
.c-top-heading span {
  position: relative;
  font-size: 55px;
  font-weight: normal;
  font-family: "Damion", cursive;
  color: #185AA9;
}
.c-top-heading span:before {
  content: "";
  position: absolute;
  left: -55px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/heading_img_left.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading span:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/common/heading_img_right.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__pickup {
  color: #185AA9;
  font-family: "M PLUS 1p", sans-serif;
}
.c-top-heading__pickup span:before {
  background: url(../img/common/heading_img_left_blue.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__pickup span:after {
  background: url(../img/common/heading_img_right_blue.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__lineup {
  color: #FFF9C4;
}
.c-top-heading__lineup span:before {
  background: url(../img/common/heading_img_left_yellow.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__lineup span:after {
  background: url(../img/common/heading_img_right_yellow.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__headline span:before {
  background: url(../img/common/heading_img_left_blue.svg) center center no-repeat;
  background-size: contain;
}
.c-top-heading__headline span:after {
  background: url(../img/common/heading_img_right_blue.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767.98px) {
  .c-top-heading {
    font-size: 0.17rem;
    margin-bottom: 20px;
  }
  .c-top-heading span {
    font-size: 0.46rem;
  }
  .c-top-heading span:before {
    left: -45px;
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
  .c-top-heading span:after {
    right: -45px;
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
}

.tab__btn-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 6px solid #185AA9;
  gap: 5px;
}
.tab__btn-wrap .tab-btn {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: #e5e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 10px 6px;
  cursor: pointer;
}
.tab__btn-wrap .tab-btn.is-active {
  font-weight: bold;
  background-color: #185AA9;
  color: #fff;
  pointer-events: none;
}
.tab__btn {
  flex-grow: 1;
}
.tab__btn:last-child .tab-btn {
  width: 100%;
}
.tab__content {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .tab__content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tab__btn-wrap {
    border-bottom-width: 4px;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 3px;
  }
  .tab__btn-wrap .tab-btn {
    font-size: 0.14rem;
    padding: 10px 20px 6px;
    white-space: nowrap;
  }
  .tab__btn {
    flex-grow: inherit;
    margin-bottom: -1px;
  }
}

.list-information__item {
  margin-bottom: 40px;
}
.list-information__link {
  justify-content: flex-start;
  align-items: flex-start;
}
.list-information__link:hover {
  opacity: 1;
}
.list-information__link:hover .list-information__img:after {
  background: rgba(24, 90, 169, 0.3);
}
.list-information__link:hover .list-information__text-wrap {
  opacity: 0.6;
}
.list-information__img {
  position: relative;
  flex-basis: 17%;
}
.list-information__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 90, 169, 0);
  transition: all 0.3s;
}
.list-information__text-wrap {
  flex-basis: 83%;
  line-height: 1.6;
  padding-left: 20px;
  transition: all 0.3s;
}
.list-information__title {
  font-weight: bold;
}
.list-information__date {
  font-size: 12px;
  color: #7595BA;
  margin-top: 5px;
}
.list-information__text {
  color: #222;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .list-information__item {
    margin-bottom: 30px;
  }
  .list-information__img {
    flex-basis: 48%;
  }
  .list-information__text-wrap {
    flex-basis: 52%;
    padding-left: 3%;
  }
  .list-information__title {
    font-size: 0.14rem;
  }
  .list-information__date {
    font-size: 0.1rem;
  }
  .list-information__text {
    display: none;
    font-size: 0.14rem;
  }
}

section.information {
  padding: 60px 0 70px;
}
section.information.sp-wide {
  padding-bottom: 0;
}
section.information.pt-none {
  padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
  section.information {
    padding: 40px 0;
  }
  section.information.sp-wide {
    padding-bottom: 0;
    width: 96%;
    margin-right: 0;
  }
  section.information.pt-none {
    padding-top: 0;
  }
}
section.information .bc-program__lead {
  margin-bottom: 40px;
}
section.information .c-btn-area {
  margin-top: 70px;
}
section.information .c-btn-area.col-4 {
  justify-content: space-between;
}
section.information .c-btn-area.col-4 .c-btn {
  flex-basis: 23.5%;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  section.information .c-btn-area {
    margin: 50px 0 -20px;
  }
  section.information .c-btn-area.col-4 .c-btn {
    margin-bottom: 30px;
  }
}

.main .mv-text__left {
  background-color: #F4F4F4;
  text-align: center;
  border-top: 6px solid #FDDE33;
  padding: 25px 20px 30px;
}
.main .mv-text__date {
  color: #FF4415;
  font-weight: bold;
}
.main .mv-text__right {
  background-color: #185AA9;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .mv-text__next {
  font-size: 18px;
  font-weight: bold;
  color: #FDF49D;
}
.main .mv-text__detail {
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .main {
    width: 100%;
  }
  .main .mv-text__left {
    padding: 10px 15px 15px;
  }
  .main .mv-text .mv-text__name {
    font-size: 0.32rem;
  }
  .main .mv-text__right {
    font-size: 0.14rem;
    text-align: center;
    padding: 10px 15px;
    display: block;
  }
  .main .mv-text__next {
    font-size: 0.16rem;
  }
  .main .mv-text__detail {
    margin-top: 5px;
  }
}

.intro {
  /*margin: 70px auto;*/
}
@media print, (min-width: 768px) {
  .intro .intro-img {
    padding-right: 14px;
  }
  .intro .intro-text {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .intro {
    margin: 20px auto 50px;
  }
  .intro .intro-text {
    margin-top: 20px;
  }
}

.program-news {
  background-color: #FFF9C4;
  padding: 60px 0 70px;
  margin: 70px auto;
}
.program-news .list-program-news {
  line-height: 1.6;
}
.program-news .list-program-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.program-news .list-program-news__item:first-child a {
  padding-top: 0;
}
.program-news .list-program-news__link {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.program-news .list-program-news__title {
  font-weight: bold;
}
.program-news .list-program-news__date {
  font-size: 12px;
  color: #7595BA;
}
@media only screen and (max-width: 767.98px) {
  .program-news {
    padding: 50px 0;
    margin: 50px auto;
  }
  .program-news .list-program-news__date {
    font-size: 0.12rem;
  }
}

.bc-program {
  margin: 70px auto;
}
.bc-program__lead {
  margin-bottom: 80px;
}
.bc-program .list-bc-program {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 -40px;
}
.bc-program .list-bc-program__item {
  position: relative;
  flex-basis: 345px;
  margin: 0 26px 40px 0;
}
.bc-program .list-bc-program__item:nth-child(3n) {
  margin-right: 0;
}
.bc-program .list-bc-program__item:last-child {
  margin-right: 0;
}
.bc-program .list-bc-program__item .list-bc-program__img.c-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bc-program .list-bc-program__item .list-bc-program__img.c-card__img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
/*.bc-program .list-bc-program__item .list-bc-program__img.c-card__img::after {
  content: none;
}*/

.bc-program .list-bc-program__item .list-bc-program__img.c-card__img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bc-program .list-bc-program__item .list-bc-program__text.c-card__text-wrap {
  height: auto;
  display: block;
}

.bc-program .list-bc-program__icon {
  width: 84px;
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 1;
}
.bc-program .list-bc-program__archive .list-bc-program__item {
  flex-basis: 252px;
}
@media print, (min-width: 768px) {
  .bc-program .list-bc-program__archive .list-bc-program__item:nth-child(3n) {
    margin-right: 26px;
  }
  .bc-program .list-bc-program__archive .list-bc-program__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .bc-program {
    margin: 50px auto;
  }
  .bc-program .list-bc-program {
    margin: 20px 0 -15px;
  }
  .bc-program .list-bc-program__item {
    flex-basis: 100%;
    margin: 0 0 15px 0;
  }
  .bc-program .list-bc-program__item.has-icon {
    margin-bottom: 45px;
  }
  .bc-program .list-bc-program__archive .list-bc-program__item {
    flex-basis: 48%;
    margin-right: 4%;
  }
  .bc-program .list-bc-program__archive .list-bc-program__item:nth-child(2n) {
    margin-right: 0;
  }
  .bc-program .list-bc-program__archive .list-bc-program__text {
    font-size: 0.12rem;
    margin-top: 5px;
  }


  .program-list .bc-program {
    margin: 40px auto 50px;
  }
  .program-list .bc-program .list-bc-program {
    margin: 55px 0 0;
    justify-content: flex-start;
  }
}

.ad-banner {
  text-align: center;
  margin: 40px 0;
}
.ad-banner a {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .ad-banner {
    margin: 30px 0;
  }
  .ad-banner a + a {
    margin-top: 15px;
  }
}

.ad-area {
  margin: 40px auto;
}
@media only screen and (max-width: 767.98px) {
  .ad-area {
    margin: 30px 0;
  }
}
.ad-area .list-ad {
  display: flex;
  justify-content: space-between;
}
.ad-area .list-ad .list-ad__item {
  flex-basis: 31.5%;
}
.ad-area .list-ad .list-ad__item > div {
  margin: 0 auto;
  width: 300px;
}

.campaign {
  background-color: #FFF9C4;
  padding: 60px 0 70px;
  margin: 70px auto 0;
}
.campaign .c-heading {
  margin-bottom: 20px;
}
.campaign__lead {
  line-height: 1.6;
  margin-bottom: 30px;
}
.campaign .list-campaign__item {
  margin-bottom: 40px;
}
.campaign .list-campaign__item:last-child {
  margin-bottom: 0;
}
.campaign .list-campaign__link {
  justify-content: space-between;
}
.campaign .list-campaign__img {
  position: relative;
  flex-basis: 22%;
}
.campaign .list-campaign__text {
  flex-basis: 74%;
}
.campaign .list-campaign__title {
  font-weight: bold;
  line-height: 1.6;
  color: #185AA9;
}
.campaign .list-campaign__date {
  font-size: 12px;
  color: #7595BA;
}
@media print, (min-width: 768px) {
  .campaign .list-campaign__link:hover {
    opacity: 1;
  }
  .campaign .list-campaign__link:hover .list-campaign__text {
    opacity: 0.6;
  }
  .campaign .list-campaign__link:hover .list-campaign__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 90, 169, 0.3);
  }
}
@media only screen and (max-width: 767.98px) {
  .campaign {
    padding: 50px 0 60px;
    margin: 50px auto 0;
  }
  .campaign .list-campaign__item {
    margin-bottom: 30px;
  }
  .campaign .list-campaign__img {
    flex-basis: 35%;
  }
  .campaign .list-campaign__text {
    flex-basis: 65%;
    padding-left: 10px;
  }
  .campaign .list-campaign__date {
    font-size: 0.12rem;
  }
}

.performer {
  margin: 70px auto;
}
.performer__lead {
  margin-bottom: 30px;
}
.performer .list-performer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.performer .list-performer__item {
  flex-basis: 23%;
  text-align: center;
}
.performer .list-performer__img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .performer {
    margin: 50px auto;
  }
  .performer__lead {
    margin-bottom: 25px;
  }
  .performer .list-performer {
    margin-bottom: -20px;
  }
  .performer .list-performer__item {
    flex-basis: 48%;
    margin: 0 0 20px;
  }
}

.social-links {
  background-color: #185AA9;
  padding: 70px 0;
  margin: 0 auto;
}
.social-links .c-sub-heading {
  color: #fff;
}
.social-links .list-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links .list-sns__item {
  margin: 0 14px;
}
@media only screen and (max-width: 767.98px) {
  .social-links {
    padding: 55px 0 30px;
    margin-top: 50px;
  }
  .social-links .list-sns {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .social-links .list-sns__item {
    margin: 0 15px 25px;
  }

  .campaign + .social-links {
    margin-top: 0;
  }
}

.okitive {
  padding: 70px 0 30px;
}
.okitive .c-heading {
  margin-bottom: 40px;
}
.okitive .list-okitive {
  display: flex;
  justify-content: space-between;
}
.okitive .list-okitive__item {
  flex-basis: 31.5%;
}
.okitive .list-okitive__link {
  display: inline-block;
  width: 100%;
}
.okitive .list-okitive__img {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.okitive .list-okitive__img:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.okitive .list-okitive__img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.okitive .list-okitive__title {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}
.okitive .list-okitive__date {
  color: #597698;
  font-size: 12px;
}
.okitive .list-okitive__category {
  display: inline-block;
  color: #fff;
  background-color: #60C9F7;
  padding: 1px 5px;
}
@media print, (min-width: 768px) {
  .okitive .list-okitive__link:hover {
    opacity: 1;
  }
  .okitive .list-okitive__link:hover .list-okitive__title,
.okitive .list-okitive__link:hover .list-okitive__date {
    opacity: 0.6;
  }
  .okitive .list-okitive__link:hover .list-okitive__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 90, 169, 0.3);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767.98px) {
  .okitive {
    padding: 50px 0 20px;
  }
  .okitive .c-heading {
    margin-bottom: 20px;
  }
  .okitive .c-heading img {
    width: 52%;
    min-width: 180px;
  }
  .okitive .list-okitive {
    flex-direction: column;
    margin-bottom: -30px;
  }
  .okitive .list-okitive__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .okitive .list-okitive__date {
    font-size: 0.12rem;
  }
}

.other-program {
  padding: 70px 0;
}
.other-program.news-program {
  padding-bottom: 40px;
}
.other-program .c-heading {
  margin-bottom: 30px;
}
.other-program .list-other-program__item {
  margin: 10px 14px;
}
.other-program .list-other-program__img {
  position: relative;
  width: 100%;
  height: 144px;
}
.other-program .list-other-program__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-program .list-other-program__name {
  font-weight: bold;
  text-align: center;
  background-color: #F4F4F4;
  padding: 13px 15px;
}
.other-program .list-other-program__name-txt {
  width: 100%;
}
.other-program .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
.other-program .slick-dots {
  bottom: -45px;
}
.other-program .slick-dots li {
  width: 16px;
  margin: 0;
}
.other-program .slick-dots li button {
  width: 16px;
}
.other-program .slick-dots li button:before {
  width: 16px;
  color: #185AA9;
  opacity: 0.3;
}
.other-program .slick-dots li.slick-active button:before {
  color: #FDDE33;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .other-program {
    padding: 50px 0;
  }
  .other-program .c-heading {
    margin-bottom: 10px;
  }
  .other-program .list-other-program__item {
    margin: 5px 0.25%;
  }
  .other-program .list-other-program__img {
    height: 95px;
    padding: 10px;
  }
  .other-program .list-other-program__img img {
    width: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
  .other-program .list-other-program__name {
    font-size: 0.14rem;
    padding: 5px 15px;
  }
  .other-program .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
  .other-program .slick-dots {
    bottom: -35px;
  }
  .other-program .slick-dots li button:before {
    font-size: 9px !important;
  }
}

.reporter-intro {
  padding-top: 70px;
}

.program-header {
  background-color: #185AA9;
}
.program-header h1 {
  color: #fff;
  padding: 34px 0;
}
.program-header__container {
  position: relative;
}
.program-header__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2%;
  width: 20%;
  height: 96%;
  background-color: #fff;
}
.program-header__text {
  text-align: center;
  padding: 30px 0;
}
.program-header__name {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.program-header__date {
  color: #FDF49D;
}
@media only screen and (max-width: 767.98px) {
  .program-header {
    margin-top: -1px;
  }
  .program-header h1 {
    padding: 20px 0;
  }
  .program-header__container {
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
  .program-header__img {
    width: 100%;
    position: static;
    padding: 30px 20%;
  }
  .program-header__text {
    padding: 20px;
  }
  .program-header__name {
    font-size: 0.2rem;
  }
  .program-header__date {
    font-size: 0.14rem;
  }
}

.program-article {
  line-height: 2;
  padding: 40px 0 70px;
}
.program-article a:not(.c-btn, .list-index__link) {
  color: #185AA9;
  font-weight: bold;
}
.program-article .article__date {
  font-size: 14px;
  color: #7595BA;
  margin-bottom: 10px;
}
.program-article .article__title {
  font-size: 32px;
  color: #222;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 25px;
}
.program-article .article__update {
  font-size: 14px;
  color: #7595BA;
  text-align: right;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .program-article {
    padding-top: 30px;
  }
  .program-article .article__date {
    font-size: 0.12rem;
  }
  .program-article .article__title {
    font-size: 0.24rem;
  }
  .program-article .article__update {
    font-size: 0.12rem;
  }
}
.program-article p {
  margin-bottom: 1em;
}
.program-article p + .article__text-strong {
  margin-top: 60px;
}
.program-article .article__img {
  width: 80%;
  text-align: center;
  margin: 60px auto;
}
.program-article .article__img p {
  text-align: left;
}
.program-article .article__img .article__img-caption {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .program-article .article__img {
    width: 100%;
    margin: 50px auto;
  }
}
.program-article .article-comment {
  display: flex;
  width: 716px;
  margin: 60px auto;
}
.program-article .article-comment__img {
  flex-basis: 120px;
  padding-right: 28px;
}
.program-article .article-comment__name {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
}
.program-article .article-comment__text {
  position: relative;
  flex-basis: calc(100% - 120px);
  background-color: #FFF9C4;
  border-radius: 5px;
  padding: 20px;
  margin-left: 10px;
}
.program-article .article-comment__text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 12px solid #FFF9C4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.program-article .article-comment__text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .program-article .article-comment {
    width: 100%;
    margin: 50px 0;
  }
  .program-article .article-comment__img {
    flex-basis: 30%;
    padding-right: 5px;
  }
  .program-article .article-comment__name {
    font-size: 0.11rem;
  }
  .program-article .article-comment__text {
    flex-basis: 70%;
  }
  .program-article .article-comment__text:before {
    top: 40px;
  }
}

.article__text-strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .article__text-strong {
    font-size: 0.18rem;
  }
}

.article-grid {
  margin: 40px 0;
}
.article-grid > div {
  margin-bottom: 20px;
}
.article-grid .article__heading {
  margin-top: 0;
}
.article-grid .article__sub-heading {
  margin-top: 0;
}
.article-grid .article__text-strong {
  margin-top: 0;
}
.article-grid .article__img {
  width: 100%;
  margin: 0;
}
.article-grid .article__img img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.article-grid .article__img .article__text-strong {
  margin-top: 22px;
}
@media only screen and (max-width: 767.98px) {
  .article-grid {
    margin: 20px 0;
  }
  .article-grid .article__img .article__text-strong {
    margin-top: 40px;
  }
}
.article-grid .article__img .article__text {
  margin-top: 15px;
}
/*
.article-grid .article__img + .article__heading {
  margin-top: 1em;
}
.article-grid .article__img + .article__sub-heading {
  margin-top: 1em;
}
.article-grid .article__img + .article__text-strong {
  margin-top: 1em;
}
.article-grid .article__img-caption + .article__heading {
  margin-top: 0;
}
.article-grid .article__img-caption + .article__sub-heading {
  margin-top: 0;
}
.article-grid .article__img-caption + .article__text-strong {
  margin-top: 0;
}
*/

/*
.article-grid p + .article__text-strong {
  margin: 15px 0 10px;
}
*/
@media only screen and (max-width: 767.98px) {
  .article-grid > div {
    margin-bottom: 50px;
  }
}

.article__img-caption {
  font-size: 12px;
  color: #7595BA;
  text-align: right;
  margin: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .article__img-caption {
    font-size: 0.12rem;
  }
}

.article__h2 + .article__heading {
  margin-top: 0;
}
.article__h2 {
  margin-top: 60px;
}
.program-top .c-heading.article__h2 {
  margin-top: 140px;
}
@media only screen and (max-width: 767.98px) {
  .program-top .c-heading.article__h2 {
    margin-top: 100px;
  }
}
.program-top .c-heading.article__h2.first-block {
  margin-top: 60px;
}


.article__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding-left: 20px;
  margin: 90px 0 30px;
}
.article__heading:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background-color: #E6EDF5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .article__heading {
    font-size: 0.22rem;
  }
}

.article__sub-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin: 1.5em 0 1em;
}
@media only screen and (max-width: 767.98px) {
  .article__sub-heading {
    font-size: 0.2rem;
    margin: 1em 0 0.5em;
  }
}

.article-list-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0;
}
.article-list-img__item {
  flex-basis: 158px;
  margin: 0 14px;
}
@media only screen and (max-width: 767.98px) {
  .article-list-img {
    margin: 50px 0 20px;
  }
  .article-list-img__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .article-list-img__item .article__img-caption {
    font-size: 0.11rem;
    margin: 5px 0 0;
  }
  .article-list-img__item:nth-child(2n) {
    margin-right: 0;
  }
}

.movie-thumb {
  width: 716px;
  text-align: center;
  margin: 25px auto 50px;
}
.movie-thumb a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}
.movie-thumb a:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/common/btn_play.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.movie-thumb a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.movie-thumb-inner {
  position: relative;
  width: 100%;
}
.movie-thumb-inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
  .movie-thumb {
    width: 100%;
    margin: 20px auto 30px;
  }
}

.article-index {
  font-size: 15px;
  background-color: #F4F4F4;
  padding: 30px;
  margin: 60px 0 90px;
}
.article-index__title {
  font-weight: bold;
}
.article-index .list-index a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.article-index .list-index a:hover {
  opacity: 1;
  text-decoration: underline;
}
.article-index .list-index__item:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .article-index {
    font-size: 0.15rem;
    padding: 15px 20px;
    margin: 30px 0 90px;
  }
  .article-index__title {
    margin-bottom: 0;
  }
}

.program-intro {
  margin: 60px 0;
}
.program-intro p:last-child {
  margin-bottom: 0;
}
.program-intro .article__heading {
  margin: 0 0 15px;
}
.program-intro .article__sub-heading {
  margin: 0 0 15px;
}
.program-intro .article-list-style {
  margin: 0;
}
.program-intro .c-box {
  align-items: flex-start;
}
.program-intro__text {
  color: #222;
  font-weight: normal;
}
@media print, (min-width: 768px) {
  .program-intro__img {
    position: relative;
  }
  .program-intro__img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 90, 169, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  .program-intro__text {
    transition: all 0.3s;
  }
  .program-intro__link:hover {
    opacity: 1;
  }
  .program-intro__link:hover .program-intro__img::after {
    background-color: rgba(24, 90, 169, 0.3);
  }
  .program-intro__link:hover .program-intro__text {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767.98px) {
  .program-intro {
    margin: 50px 0;
  }
  .program-intro__link {
    display: inline-block;
  }
  .program-intro .article__text-strong {
    margin-bottom: 5px;
  }
  .program-intro .article__sub-heading {
    margin-bottom: 5px;
  }
}

.article-list-style {
  margin: 60px 0;
}
.article-list-style__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.article-list-style__item:before {
  content: "●";
  position: absolute;
  left: 0;
}
.article-list-style__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .article-list-style {
    margin: 50px 0;
  }
}

.article-table-wrap {
  margin: 60px 0;
}
.article-table-wrap .article-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.article-table-wrap th {
  font-weight: normal;
  background-color: rgba(24, 90, 169, 0.1);
  padding: 10px 15px;
}
.article-table-wrap td {
  background-color: #F4F4F4;
  padding: 10px 15px;
}
.article-table-wrap--left {
  text-align: left;
}
.article-table-wrap--center {
  text-align: center;
}
.article-table-wrap--center th {
  vertical-align: middle;
}
.article-table-wrap--center td {
  vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
  .article-table-wrap {
    margin: 50px 0;
  }
  .article-table-wrap.scroll-box-sm {
    overflow-x: scroll;
  }
  .article-table-wrap.scroll-box-sm .article-table {
    width: 902px;
  }
}

.gmap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  margin: 60px 0;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .gmap-wrap {
    padding-bottom: 80%;
    margin: 50px 0;
  }
}

.program-banner {
  text-align: center;
  margin: 60px 0;
}
@media only screen and (max-width: 767.98px) {
  .program-banner {
    margin: 50px 0;
  }
}

.article-social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 60px 0 70px;
}
.article-social-links p {
  font-size: 15px;
  color: #7595BA;
  margin-bottom: 0;
}
.article-social-links a {
  margin-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .article-social-links {
    margin: 50px 0;
  }
  .article-social-links a img {
    width: 40px;
    height: 40px;
  }
}

.program-lead {
  padding-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .program-lead {
    padding-top: 30px;
  }
}

.list-other-news-program {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-other-news-program__item {
  width: 244px;
  margin: 10px 14px;
}
.list-other-news-program__link {
  height: auto;
}
.list-other-news-program__img {
  position: relative;
  width: 100%;
  height: 144px;
}
.list-other-news-program__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-other-news-program__name {
  font-weight: bold;
  text-align: center;
  background-color: #F4F4F4;
  padding: 13px 15px;
  display: flex;
  align-items: center;
}
.list-other-news-program__name-txt {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .list-other-news-program {
    justify-content: space-between;
  }
  .list-other-news-program__item {
    width: 48%;
    margin: 15px 0 0;
  }
  .list-other-news-program__img {
    height: 95px;
    padding: 10px;
  }
  .list-other-news-program__img img {
    width: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
  .list-other-news-program__name {
    font-size: 0.14rem;
    padding: 5px 15px;
  }
}

.top-slider {
  position: relative;
  overflow-x: hidden;
}
.top-slider .slick-list .slick-slide {
  padding: 0 1px;
}
@media print, (min-width: 768px) {
  .top-slider .slick-list {
    padding: 0 calc(50vw - 358px) !important;
  }
}
.top-slider .slick-arrow {
  position: absolute;
  top: 36%;
  z-index: 2;
  cursor: pointer;
}
.top-slider .btn_prev {
  left: calc(50vw - 408px);
}
.top-slider .btn_next {
  right: calc(50vw - 408px);
}
.top-slider__link {
  display: inline-block;
}
.top-slider__img {
  position: relative;
}
.top-slider__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.top-slider .slick-active .top-slider__img:after {
  content: none;
}
.top-slider__text-wrap {
  padding: 15px 20px 15px 0;
}
.top-slider__date {
  color: #FF4415;
  font-weight: bold;
}
.top-slider__title {
  color: #185AA9;
  font-size: 18px;
  font-weight: bold;
}
.top-slider ~ .ad-banner {
  margin-top: 25px;
}
@media only screen and (max-width: 767.98px) {
  .top-slider__text-wrap {
    padding: 10px 10px 30px 0;
  }
  .top-slider__date {
    font-size: 0.14rem;
  }
  .top-slider__title {
    font-size: 0.16rem;
  }
  .top-slider ~ .ad-banner {
    margin-top: 0;
  }
}

.onair-bar {
  background-color: #185AA9;
  padding: 15px 0;
}
.onair-bar__grid {
  position: relative;
  justify-content: space-between;
}
.onair-bar__program-data {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.onair-bar__icon {
  position: absolute;
  left: 110px;
  top: -30px;
}
.onair-bar__program {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 120px;
  padding-top: 13px;
}
.onair-bar__program span {
  font-size: 14px;
  margin-right: 15px;
  vertical-align: middle;
}
.onair-bar__program .marquee__wrap {
  display: inline-block;
  max-width: 230px;
  overflow: hidden;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  width: 230px;
  height: 36px;
}
.onair-bar__program .marquee__content {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: unset;
  position: absolute;
  top: 0;
  left: 0;
}


.onair-bar__btn-area .btn {
  width: 186px;
  background-color: #fff;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  margin-left: 10px;
}
.onair-bar__btn-area .btn img {
  margin-right: 15px;
}
@media print, (min-width: 768px) {
  .onair-bar .onair-bar-grid {
    position: relative;
  }
  .onair-bar .onair-bar-grid:after {
    content: "";
    width: 110px;
    height: 119px;
    background: url(../img/top/character_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 95px;
    bottom: -100px;
    transition: all 0.3s;
  }
  .onair-bar .onair-bar-grid.blockIn:after {
    bottom: -15px;
  }
  .onair-bar .onair-bar-grid__pause:after {
    content: "";
    width: 170px;
    height: 107px;
    background: url(../img/top/character_05.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 35px;
    bottom: -100px;
    transition: all 0.3s;
  }
  .onair-bar .onair-bar-grid__pause.blockIn:after {
    bottom: -22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .onair-bar {
    padding: 0 0 2px;
  }
  .onair-bar .onair-bar-grid {
    width: 100%;
  }
  .onair-bar__program-data {
    justify-content: flex-start;
  }
  .onair-bar__icon {
    top: -15px;
    left: 30vw;
  }
  .onair-bar__program {
    font-size: 0.2rem;
    line-height: 1.4;
    padding: 20px 0 24px 33vw;
  }
  .onair-bar__program .time {
    font-size: 0.12rem;
  }
  .onair-bar__btn-area {
    position: relative;
    justify-content: space-between;
  }
  .onair-bar__btn-area:after {
    content: "";
    width: 30vw;
    height: 32vw;
    background: url(../img/top/character_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: -8vw;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .onair-bar__btn-area.blockIn:after {
    top: -32vw;
    opacity: 1;
  }
  .onair-bar__btn-area .btn {
    flex-basis: 50%;
    font-size: 0.14rem;
    line-height: 2;
    border-radius: 0;
    padding: 10px;
    margin-left: 0;
    z-index: 1;
  }
  .onair-bar__btn-area .btn:first-child {
    border-right: 2px solid #185AA9;
  }
  .onair-bar .onair-bar-grid__pause .onair-bar__btn-area:after {
    content: "";
    width: 40vw;
    height: 25vw;
    background: url(../img/top/character_05.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -9vw;
    top: -8vw;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .onair-bar .onair-bar-grid__pause .onair-bar__btn-area.blockIn:after {
    top: -23vw;
    opacity: 1;
  }
}

.top-pickup {
  position: relative;
  background: url(../img/top/pickup_bg.png) #FDDE33;
  background-size: 230px;
  padding: 50px 0 70px;
  z-index: 1;
}
.top-pickup .list-pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-pickup .list-pickup__item {
  flex-basis: 31.5%;
}
.top-pickup .list-pickup__title {
  text-align: center;
  margin-bottom: 0;
}

.top-pickup .list-pickup__item .list-pickup__img.c-card__img {
  position: relative;
  width: 100%;
  background: #fff;
}
.top-pickup .list-pickup__item .list-pickup__img.c-card__img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.top-pickup .list-pickup__item .list-pickup__img.c-card__img::after {
  content: none;
}
.top-pickup .list-pickup__item .list-pickup__img.c-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 767.98px) {
  .top-pickup {
    padding: 30px 0 50px;
  }
  .top-pickup .l-container:after {
    content: none;
  }
  .top-pickup .list-pickup {
    display: block;
    /*flex-direction: column;*/
    margin-bottom: -15px;
  }
  .top-pickup .list-pickup__item {
    margin-bottom: 15px;
  }
}

.top-lineup {
  background-color: #60C9F7;
  padding: 70px 0;
}
.top-lineup .list-lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -28px;
}
.top-lineup .list-lineup.acc {
  margin-top: 28px;
}
.top-lineup .list-lineup__item {
  flex-basis: 23%;
  margin-bottom: 28px;
}
.top-lineup .list-lineup__link {
  height: auto;
}
.top-lineup .list-lineup__img {
  height: 160px;
  background-color: #fff;
  overflow: hidden;
}
.top-lineup .list-lineup__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-lineup .list-lineup__text-wrap {
  text-align: center;
  background-color: #F4F4F4;
}
.top-lineup .list-lineup__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .top-lineup {
    padding: 45px 0 50px;
  }
  .top-lineup .list-lineup {
    margin-bottom: -15px;
  }
  .top-lineup .list-lineup.acc {
    margin-top: 15px;
  }
  .top-lineup .list-lineup__item {
    flex-basis: 48%;
    margin-bottom: 15px;
  }
  .top-lineup .list-lineup__text-wrap {
    padding: 10px 5px;
  }
  .top-lineup .list-lineup__title {
    font-size: 0.14rem;
  }
  .top-lineup .list-lineup__img {
    height: 100px;
  }
  .top-lineup .list-lineup__img img {
    width: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
}

.top-announcer {
  background: url(../img/top/announcer_bg.png) center top 170px no-repeat;
  background-size: 1080px;
  padding: 70px 0;
}
.top-announcer .list-announcer__item:nth-child(even) {
  margin-top: 60px;
}
.top-announcer .c-btn-area {
  position: relative;
}
@media print, (min-width: 768px) {
  .top-announcer .c-btn-area:after {
    content: "";
    width: 84px;
    height: 96px;
    background: url(../img/top/character_02.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -43px;
    right: 38%;
    z-index: -1;
    transition: all 0.3s;
  }
}
.top-announcer .c-btn-area.blockIn:after {
  top: -95px;
}
@media only screen and (max-width: 767.98px) {
  .top-announcer {
    background: url(../img/top/announcer_bg_sp.png) left center no-repeat;
    background-size: 90%;
    padding: 45px 0 50px;
  }
  .top-announcer .list-announcer {
    position: relative;
  }
  .top-announcer .list-announcer:after {
    content: "";
    width: 19vw;
    height: 35vw;
    background: url(../img/top/character_03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 33%;
    right: -30%;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .top-announcer .list-announcer.blockIn:after {
    right: -6%;
    transform: rotate(-11deg);
  }
  .top-announcer .list-announcer__item {
    flex-basis: 29%;
    margin-bottom: 15px;
  }
  .top-announcer .list-announcer__item:nth-child(even) {
    margin-top: 0;
  }
  .top-announcer .list-announcer__item:nth-child(4) {
    flex-basis: 50%;
    padding-left: 17%;
    padding-right: 3%;
  }
  .top-announcer .list-announcer__item:nth-child(5) {
    flex-basis: 50%;
    padding-left: 3%;
    padding-right: 17%;
  }
}

.top-headline {
  background-color: #FFF9C4;
  padding: 60px 0 30px;
}
.top-headline .list-headline {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -28px;
}
.top-headline .list-headline__item {
  flex-basis: 48%;
  margin-bottom: 30px;
}
.top-headline .list-headline__link {
  display: flex;
  align-items: flex-start;
  opacity: 1;
}
.top-headline .list-headline__link:hover .list-headline__img::after {
  background: rgba(24, 90, 169, 0.3);
}
.top-headline .list-headline__link:hover .list-headline__text-wrap {
  opacity: 0.6;
}
.top-headline .list-headline__img {
  position: relative;
  flex-basis: 158px;
}
.top-headline .list-headline__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(56, 69, 83, 0);
  transition: all 0.3s;
}
.top-headline .list-headline__text-wrap {
  flex-basis: calc(100% - 158px);
  line-height: 1.6;
  padding-left: 28px;
  transition: all 0.3s;
}
.top-headline .list-headline__title {
  font-weight: bold;
}
.top-headline .list-headline__date {
  font-size: 12px;
  color: #7595BA;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .top-headline {
    padding: 45px 0 50px;
  }
  .top-headline .list-headline {
    margin-bottom: 0;
  }
  .top-headline .list-headline__item {
    margin-bottom: 30px;
  }
  .top-headline .list-headline__img {
    flex-basis: 35%;
  }
  .top-headline .list-headline__text-wrap {
    flex-basis: 65%;
    padding-left: 3%;
  }
  .top-headline .list-headline__date {
    font-size: 0.12rem;
    margin-top: 0;
  }
}

.top-information {
  padding: 70px 0;
}
.top-information .list-information__item {
  margin-bottom: 30px;
}
@media print, (min-width: 768px) {
  .top-information .tab__btn-wrap {
    border-bottom-width: 4px;
  }
  .top-information .tab__btn-wrap .tab-btn {
    font-size: 16px;
    padding: 8px 10px 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-information {
    padding: 45px 0 50px;
  }
  .top-information .list-information__img {
    flex-basis: 35%;
  }
  .top-information .list-information__text-wrap {
    flex-basis: 65%;
    padding-left: 3%;
  }
  .top-information .list-information__title {
    font-size: 0.16rem;
  }
  .top-information .list-information__date {
    font-size: 0.12rem;
    margin-top: 0;
  }
}

.top-okitive {
  background-color: #DFF4FE;
  padding: 70px 0;
}
.top-okitive h2 {
  margin-bottom: 30px;
}
.top-okitive__lead {
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
.top-okitive .list-okitive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -28px;
}
.top-okitive .list-okitive__item {
  flex-basis: 48%;
  margin-bottom: 30px;
}
.top-okitive .list-okitive__link {
  display: flex;
  align-items: flex-start;
  opacity: 1;
}
.top-okitive .list-okitive__link:hover .list-okitive__img::after {
  background: rgba(24, 90, 169, 0.3);
}
.top-okitive .list-okitive__link:hover .list-okitive__text-wrap {
  opacity: 0.6;
}
.top-okitive .list-okitive__img {
  position: relative;
  flex-basis: 158px;
}
.top-okitive .list-okitive__img:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.top-okitive .list-okitive__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 90, 169, 0);
  transition: all 0.3s;
}
.top-okitive .list-okitive__img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-okitive .list-okitive__text-wrap {
  flex-basis: calc(100% - 158px);
  line-height: 1.6;
  padding-left: 28px;
  transition: all 0.3s;
}
.top-okitive .list-okitive__title {
  font-weight: bold;
}
.top-okitive .list-okitive__date {
  font-size: 12px;
  margin-top: 5px;
}
.top-okitive .list-okitive__category {
  display: inline-block;
  color: #fff;
  background-color: #60C9F7;
  padding: 1px 5px;
}
@media only screen and (max-width: 767.98px) {
  .top-okitive {
    padding: 50px 0;
  }
  .top-okitive h2 img {
    width: 180px;
  }
  .top-okitive__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .top-okitive .list-okitive {
    flex-direction: column;
  }
  .top-okitive .list-okitive__item {
    margin-bottom: 30px;
  }
  .top-okitive .list-okitive__img {
    flex-basis: 35%;
  }
  .top-okitive .list-okitive__text-wrap {
    flex-basis: 65%;
    padding-left: 3%;
  }
  .top-okitive .list-okitive__date {
    font-size: 0.12rem;
    margin-top: 0;
  }
  .top-okitive .list-okitive__category {
    margin-top: 3px;
  }
}

.top-banner {
  padding-top: 30px;
}

.list-banner {
  justify-content: space-between;
}
.list-banner__item {
  flex-basis: 32%;
  text-align: center;
  margin-bottom: 30px;
}
.list-banner--small {
  max-width: 1000px;
  margin: 0 auto;
}
.list-banner--small .list-banner__item {
  flex-basis: 180px;
}
@media only screen and (max-width: 767.98px) {
  .list-banner {
    margin-bottom: 0;
  }
  .list-banner__item {
    margin-bottom: 15px;
  }
  .list-banner--small .list-banner__item {
    flex-basis: 48%;
  }
}

section.weather {
  padding: 20px 0 0;
}
section.weather .c-grid-pc.c-btn-area {
  justify-content: space-between;
  margin-bottom: 90px;
}
section.weather .c-grid-pc.c-btn-area .c-btn {
  flex-basis: 31.5%;
  padding: 14px 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767.98px) {
  section.weather .c-grid-pc.c-btn-area {
    width: 90%;
    margin: 10px auto 70px;
    margin-top: 10px;
  }
  section.weather .c-grid-pc.c-btn-area .c-btn {
    padding: 10px 20px;
  }
}
section.weather .c-sub-heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 30px;
}
section.weather .c-sub-heading:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background-color: #E6EDF5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  section.weather .c-sub-heading {
    font-size: 0.22rem;
    margin-bottom: 20px;
  }
}
section.weather .list-weather {
  justify-content: space-between;
  margin-bottom: 30px;
}
section.weather .list-weather__item {
  flex-basis: 48.5%;
  margin-bottom: 60px;
}
section.weather .list-weather:last-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  section.weather .list-weather {
    margin-bottom: 90px;
  }
  section.weather .list-weather__item {
    margin-bottom: 30px;
  }
}

.list-announcer {
  display: flex;
  justify-content: space-between;
}
.list-announcer__item {
  flex-basis: 10.5%;
  text-align: center;
}
.list-announcer__link {
  display: inline-block;
}
.list-announcer__link:hover {
  opacity: 1;
}
.list-announcer__link:hover .list-announcer__img::after {
  background-color: rgba(24, 90, 169, 0.3);
}
.list-announcer__link:hover .list-announcer__name {
  opacity: 0.6;
}
.list-announcer__img {
  position: relative;
}
.list-announcer__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 90, 169, 0);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.list-announcer__name {
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .list-announcer {
    position: relative;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .list-announcer__item {
    flex-basis: 29%;
    margin-bottom: 15px;
  }
  .list-announcer__name {
    font-size: 0.14rem;
    margin-top: 5px;
  }
}

section.announcer {
  padding-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  section.announcer {
    padding-top: 40px;
  }
}

.list-top-announcer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-top-announcer__item {
  flex-basis: 48%;
  margin-bottom: 60px;
}
.list-top-announcer__link {
  display: flex;
  align-items: flex-start;
  color: #222;
}
.list-top-announcer__link:hover {
  opacity: 1;
}
.list-top-announcer__link:hover .list-top-announcer__img:after {
  background: rgba(24, 90, 169, 0.3);
}
.list-top-announcer__link:hover .list-top-announcer__text-wrap {
  opacity: 0.6;
}
.list-top-announcer__img {
  position: relative;
  flex-basis: 47%;
  background-color: #E5F2F7;
}
.list-top-announcer__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 90, 169, 0);
  transition: all 0.3s;
}
.list-top-announcer__text-wrap {
  flex-basis: 53%;
  padding-left: 28px;
  transition: all 0.3s;
}
.list-top-announcer__name-jp {
  font-size: 20px;
  font-weight: bold;
}
.list-top-announcer__name-en {
  font-size: 14px;
  font-weight: bold;
}
.list-top-announcer__text {
  margin-top: 10px;
}
.list-top-announcer .c-btn {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .list-top-announcer {
    flex-direction: column;
  }
  .list-top-announcer__link {
    flex-direction: column;
  }
  .list-top-announcer__img {
    width: 70%;
    margin: 0 auto;
  }
  .list-top-announcer__text-wrap {
    padding: 15px 0 0;
  }
  .list-top-announcer__name-jp {
    font-size: 0.2rem;
    text-align: center;
  }
  .list-top-announcer__name-en {
    font-size: 0.14rem;
    text-align: center;
  }
  .list-top-announcer .c-btn {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}

.announcer-okitive-box {
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 25px 20px 25px 30px;
  color: #222;
}
.announcer-okitive-box__img {
  position: relative;
  flex-basis: 314px;
  border: 1px solid #E5E5E5;
}
.announcer-okitive-box__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.announcer-okitive-box__text-wrap {
  flex-basis: calc(100% - 314px);
  line-height: 1.6;
  padding-left: 28px;
}
.announcer-okitive-box__title {
  font-size: 18px;
  font-weight: bold;
}
.announcer-okitive-box__text {
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-okitive-box {
    display: block;
    padding: 20px;
  }
  .announcer-okitive-box__img {
    width: 100%;
    height: 45vw;
  }
  .announcer-okitive-box__img img {
    width: 75%;
  }
  .announcer-okitive-box__text-wrap {
    padding: 20px 0 0;
  }
  .announcer-okitive-box__title {
    font-size: 0.18rem;
  }
  .announcer-okitive-box__text {
    margin-top: 5px;
  }
}

.announcer-detail {
  padding-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-detail {
    padding-top: 40px;
  }
}

.announcer-detail-left {
  flex-basis: 315px;
}

.announcer-detail-right {
  flex-basis: calc(100% - 315px);
  padding-left: 33px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-detail-right {
    padding: 40px 0 0;
  }
}

.announcer-profile {
  margin-bottom: 10px;
}
.announcer-profile__img {
  background-color: #E5F2F7;
}
.announcer-profile__text-wrap {
  color: #fff;
  font-weight: bold;
  background-color: #185AA9;
  padding: 30px 23px;
}
.announcer-profile__title {
  font-size: 22px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.announcer-profile__title img {
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: 3px;
}
.announcer-profile__table {
  font-size: 18px;
}
.announcer-profile__table th {
  padding-right: 1em;
  width: 94px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-profile__title {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .announcer-profile__table {
    font-size: 0.16rem;
  }
}

.announcer-twitter a {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #185AA9;
  background-color: #DFF4FE;
  padding: 20px;
}
.announcer-twitter p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-twitter {
    font-size: 0.17rem;
  }
}

.list-announcer-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -17px;
}
.list-announcer-img li {
  flex-basis: 235px;
  margin-left: 17px;
}
.list-announcer-img__img {
  display: table-cell;
  width: 235px;
  height: 176px;
  text-align: center;
  vertical-align: middle;
}
.list-announcer-img__img img {
  width: auto;
  height: auto;
  max-width: 235px;
  max-height: 176px;
  vertical-align: middle;
}
.list-announcer-img .caption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .list-announcer-img {
    flex-direction: column;
    margin-top: 30px;
    margin-left: 0;
  }
  .list-announcer-img li {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .list-announcer-img__img {
    width: 92vw;
    height: 69vw;
  }
  .list-announcer-img__img img {
    max-width: 100%;
    max-height: 69vw;
  }
  .list-announcer-img .caption {
    font-size: 0.14rem;
  }
}

.announcer-faq {
  padding-top: 70px;
}

.announcer-sub-heading {
  position: relative;
  font-size: 24px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 30px;
}
.announcer-sub-heading:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background-color: #E6EDF5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .announcer-sub-heading {
    font-size: 0.22rem;
    margin-bottom: 20px;
  }
}

.list-announcer-faq {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-announcer-faq__item {
  flex-basis: 46%;
  margin-bottom: 30px;
}
.list-announcer-faq__q {
  font-weight: bold;
  color: #185AA9;
  border-bottom: 1px dashed #185AA9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.list-announcer-faq__a {
  padding-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .list-announcer-faq {
    flex-direction: column;
  }
}

.announcer-impression {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #DFF4FE;
  border-radius: 5px;
  padding: 40px 38px 40px 20px;
  margin-top: 110px;
}
.announcer-impression:after {
  content: "";
  width: 80px;
  height: 130px;
  background: url(../img/top/character_04.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.announcer-impression.blockIn:after {
  top: -100px;
}
.announcer-impression__img {
  flex-basis: 208px;
}
.announcer-impression__text-wrap {
  flex-basis: calc(100% - 208px);
  padding-left: 24px;
}
.announcer-impression__title {
  font-size: 22px;
  font-weight: bold;
  color: #185AA9;
  margin-bottom: 10px;
}
.announcer-impression__name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-impression {
    flex-direction: column;
    padding: 30px 15px;
    margin-top: 30px;
  }
  .announcer-impression:after {
    content: "";
    width: 80px;
    height: 130px;
    background: url(../img/top/character_03.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -100px;
    top: -60px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .announcer-impression.blockIn:after {
    top: -60px;
    right: -32px;
    transform: rotate(-11deg);
  }
  .announcer-impression__img {
    width: 70%;
    margin: 0 auto;
  }
  .announcer-impression__text-wrap {
    padding: 30px 0 0;
  }
  .announcer-impression__title {
    font-size: 0.2rem;
  }
  .announcer-impression__name {
    font-size: 0.18rem;
    text-align: right;
  }
}

.announcer-column {
  padding: 90px 0 70px;
}
@media only screen and (max-width: 767.98px) {
  .announcer-column {
    padding: 90px 0 50px;
  }
}

.list-announcer-column {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .list-announcer-column {
    justify-content: flex-start;
    gap: calc(8% / 3);
  }
}

.list-announcer-column__item {
  flex-basis: 23%;
}

.list-announcer-column .list-announcer-column__item .list-announcer-column__text.c-card__text-wrap {
  height: auto;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .list-announcer-column {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .list-announcer-column__item {
    flex-basis: 48%;
    margin-bottom: 15px;
  }
  .list-announcer-column__text {
    font-size: 0.12rem;
  }
}

.other-announcer {
  background-color: #FFF9C4;
  padding: 70px 0 30px;
}
@media only screen and (max-width: 767.98px) {
  .other-announcer {
    padding: 50px 0 10px;
  }
}

.recommend-btn-area {
  margin: 60px auto 90px;
}
.recommend-btn-area .c-btn-area {
  justify-content: space-between;
}
.recommend-btn-area .c-btn {
  flex-basis: 250px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .recommend-btn-area {
    margin-top: 40px;
  }
  .recommend-btn-area .c-btn {
    margin-bottom: 20px;
  }
  .recommend-btn-area .c-btn:last-child {
    margin-bottom: 0;
  }
}

.recommend-program-wrap {
  padding-bottom: 70px;
}
.recommend-program-wrap .c-heading + p {
  font-size: 14px;
}
.recommend-program-wrap .attention {
  color: #FF4415;
}
@media only screen and (max-width: 767.98px) {
  .recommend-program-wrap {
    padding-bottom: 40px;
  }
  .recommend-program-wrap .c-heading + p {
    font-size: 0.14rem;
  }
}

.recommend-tab {
  margin-top: 40px;
}
.recommend-tab .tab-btn {
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .recommend-tab {
    margin-top: 30px;
  }
}

.recommend-program {
  justify-content: space-between;
  margin: 40px 0;
}
.recommend-program__img {
  flex-basis: 48.5%;
}
.recommend-program__text-wrap {
  flex-basis: 48.5%;
}
.recommend-program__name {
  font-size: 18px;
  font-weight: bold;
}
.recommend-program__date {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.recommend-program__text {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .recommend-program {
    margin: 30px 0;
  }
  .recommend-program__name {
    font-size: 0.18rem;
    margin-bottom: 15px;
  }
  .recommend-program__date {
    font-size: 0.16rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .recommend-program__img {
    margin-bottom: 30px;
  }
  .recommend-program__text {
    margin-top: 0;
  }
}

.recommend-program-description {
  border: 2px solid #185AA9;
  border-radius: 23px;
  padding: 0 90px;
  margin: 40px 0 60px;
}
.recommend-program-description:last-of-type {
  margin-bottom: 30px;
}
.recommend-program-description__trigger {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
.recommend-program-description__trigger a {
  display: block;
}
.recommend-program-description__trigger a.close {
  display: none;
}
.recommend-program-description__trigger span {
  position: relative;
  padding-right: 15px;
}
.recommend-program-description__trigger span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #185AA9;
  border-bottom: 2px solid #185AA9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
}
.recommend-program-description__trigger.open .open {
  display: none;
}
.recommend-program-description__trigger.open .close {
  display: block;
}
.recommend-program-description__trigger.open .close span:after {
  transform: translateY(-30%) rotate(-135deg);
}
.recommend-program-description__inner {
  display: none;
  padding-bottom: 40px;
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .recommend-program-description {
    padding: 0 20px;
    margin: 30px 0 60px;
  }
  .recommend-program-description__trigger {
    font-size: 0.15rem;
  }
}

.youth-program {
  padding: 70px 0;
}
@media only screen and (max-width: 767.98px) {
  .youth-program {
    padding: 40px 0;
  }
}

.list-youth-program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
.list-youth-program__item {
  flex-basis: 31.5%;
  margin-bottom: 30px;
}
.list-youth-program__link {
  display: block;
}
.list-youth-program__img {
  position: relative;
  height: 195px;
  overflow: hidden;
}
.list-youth-program__img:after {
  content: none;
}
.list-youth-program__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.list-youth-program__text-wrap {
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .list-youth-program {
    margin-bottom: 0;
  }
  .list-youth-program__item {
    flex-basis: 48%;
    margin-bottom: 15px;
  }
  .list-youth-program__img {
    height: 100px;
  }
  .list-youth-program__img img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
  .list-youth-program__text-wrap {
    padding: 10px 5px;
  }
}

.timetable-wrap {
  padding-bottom: 50px;
}

.timetable-tab {
  margin-top: 60px;
}
.timetable-tab .tab-btn {
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .timetable-tab {
    margin-top: 40px;
  }
}

.timetable-caption {
  margin-bottom: 10px;
}

.timetable {
  width: 100%;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-spacing: 0;
}
.timetable th, .timetable td {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 40px;
}
.timetable th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #DFF4FE;
}
.timetable .onair td {
  background-color: #FFF9C4;
}
.timetable__title {
  font-size: 18px;
  font-weight: bold;
}
.timetable__text {
  margin-top: 10px;
}
.timetable__tag {
  margin-top: 10px;
}
.timetable__tag span {
  display: inline-block;
  font-size: 12px;
  color: #FB441C;
  border: 1px solid #FB441C;
  padding: 2px 5px;
  margin-right: 5px;
}
.timetable__tag span:last-child {
  margin-right: 0;
}
.timetable__tag span.strong {
  color: #fff;
  background-color: #FB441C;
}
@media only screen and (max-width: 767.98px) {
  .timetable {
    margin-bottom: 40px;
  }
  .timetable th, .timetable td {
    padding: 20px 10px;
  }
  .timetable th {
    width: 15%;
    font-size: 0.18rem;
    word-break: keep-all;
  }
  .timetable__title {
    font-size: 0.16rem;
  }
  .timetable__tag span {
    font-size: 0.12rem;
    margin-bottom: 5px;
  }
}

.errorpage {
  background-color: #DFF4FE;
  padding: 70px 0;
  margin-bottom: 20px;
}
.errorpage__inner--404 {
  width: 450px;
  margin: 0 auto;
}
.errorpage__inner--505 {
  width: 394px;
  margin: 0 auto;
}
.errorpage__heading {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font: 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.errorpage__heading--404 {
  padding-right: 100px;
}
.errorpage__heading--404:after {
  content: "";
  width: 100px;
  height: 140px;
  background: url(../img/common/character_404.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 80px;
  bottom: 0;
}
.errorpage__heading--505 {
  padding-right: 80px;
}
.errorpage__heading--505:after {
  content: "";
  width: 94px;
  height: 151px;
  background: url(../img/common/character_505.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.errorpage__num {
  font-size: 80px;
  color: #185AA9;
}
.errorpage__lead {
  font-size: 20px;
  margin-bottom: 28px;
}
.errorpage__text {
  font-size: 16px;
  margin-bottom: 10px;
}
.errorpage__list {
  font-size: 14px;
  padding-left: 1.5em;
}
.errorpage__list li {
  list-style: disc;
}
.errorpage__btn {
  text-align: center;
}
.errorpage__btn .c-btn {
  width: 80%;
}
@media only screen and (max-width: 767.98px) {
  .errorpage {
    padding: 50px 0;
  }
  .errorpage__inner {
    width: 92%;
  }
  .errorpage__heading {
    font-size: 0.18rem;
    padding-right: 0;
  }
  .errorpage__heading--404:after {
    width: 23vw;
    height: 32vw;
    right: 1vw;
  }
  .errorpage__heading--505:after {
    width: 20vw;
    height: 33vw;
    right: -1vw;
  }
  .errorpage__num {
    font-size: 0.72rem;
  }
  .errorpage__lead {
    font-size: 0.18rem;
  }
  .errorpage__text {
    font-size: 0.16rem;
  }
  .errorpage__list {
    font-size: 0.14rem;
  }
}

.mail-lead {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .mail-lead {
    text-align: left;
  }
}


.program-detail .article__heading + .c-grid-pc.article-grid {
  margin-top: 30px;
}

@media only screen and (max-width: 767.98px) {
  .program-detail .article__update + .article__img {
    margin-top: 0;
  }
  .program-detail .c-grid__left.article__img.col-6-pc + .c-grid__right.col-6-pc {
    margin-top: 35px;
  }
}

.information-detail .c-btn-area + .article__text-strong {
  margin-top: 60px;
}
.information-detail .article__text-strong + .article-grid {
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  .information-detail .article__img {
    margin-top: 20px;
  }

  .information-detail .c-btn-area + .article__text-strong {
    margin-top: 50px;
  }
}
