@charset "UTF-8";
:root {
  --global--color1:#111111;
  --global--color2:#EA572B;
  --global--color3:#F4F4F4;
  --global--color4:#134CCD; }

.mb0 {
  margin-bottom: 0 !important; }

@media screen and (min-width: 769px) {
  .mb5 {
    margin-bottom: 5px !important; }
  .mb10 {
    margin-bottom: 10px !important; }
  .mb15 {
    margin-bottom: 15px !important; }
  .mb20 {
    margin-bottom: 20px !important; }
  .mb25 {
    margin-bottom: 25px !important; }
  .mb30 {
    margin-bottom: 30px !important; }
  .mb35 {
    margin-bottom: 35px !important; }
  .mb40 {
    margin-bottom: 40px !important; }
  .mb45 {
    margin-bottom: 45px !important; }
  .mb50 {
    margin-bottom: 50px !important; }
  .mb55 {
    margin-bottom: 55px !important; }
  .mb60 {
    margin-bottom: 60px !important; }
  .mb65 {
    margin-bottom: 65px !important; }
  .mb70 {
    margin-bottom: 70px !important; }
  .mb75 {
    margin-bottom: 75px !important; }
  .mb80 {
    margin-bottom: 80px !important; }
  .mb85 {
    margin-bottom: 85px !important; }
  .mb90 {
    margin-bottom: 90px !important; } }

@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 15px; }
  .mb20 {
    margin-bottom: 15px; }
  .mb25 {
    margin-bottom: 15px; }
  .mb30 {
    margin-bottom: 15px; }
  .mb35 {
    margin-bottom: 15px; }
  .mb40 {
    margin-bottom: 15px; }
  .mb45 {
    margin-bottom: 15px; }
  .mb50 {
    margin-bottom: 15px; }
  .mb55 {
    margin-bottom: 15px; }
  .mb60 {
    margin-bottom: 15px; }
  .mb65 {
    margin-bottom: 15px; }
  .mb70 {
    margin-bottom: 15px; }
  .mb75 {
    margin-bottom: 15px; }
  .mb80 {
    margin-bottom: 15px; }
  .mb85 {
    margin-bottom: 15px; }
  .mb90 {
    margin-bottom: 15px; } }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.gap0 {
  gap: 0px !important; }

.gap5 {
  gap: 5px !important; }

.gap10 {
  gap: 10px !important; }

.gap15 {
  gap: 15px !important; }

.gap20 {
  gap: 20px !important; }

.gap25 {
  gap: 25px !important; }

.gap30 {
  gap: 30px !important; }

.gap35 {
  gap: 35px !important; }

.gap40 {
  gap: 40px !important; }

.gap45 {
  gap: 45px !important; }

.gap50 {
  gap: 50px !important; }

.gap55 {
  gap: 55px !important; }

.gap60 {
  gap: 60px !important; }

.gap65 {
  gap: 65px !important; }

.gap70 {
  gap: 70px !important; }

.gap75 {
  gap: 75px !important; }

.gap80 {
  gap: 80px !important; }

.gap85 {
  gap: 85px !important; }

.gap90 {
  gap: 90px !important; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.fs30 {
  font-size: 30px !important; }
  @media screen and (max-width: 768px) {
    .fs30 {
      font-size: 1.375rem !important; } }

.fs18 {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .fs18 {
      font-size: 1.187rem; } }

.fs12 {
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .fs12 {
      font-size: 0.625rem; } }

.pd0 {
  padding: 0 !important; }

.pc_none {
  display: none; }
  @media screen and (max-width: 768px) {
    .pc_none {
      display: block; } }

@media screen and (max-width: 768px) {
  .sp_none,
  .post_list .category.sp_none {
    display: none !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 0.875rem; } }

.en {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.15rem; }

.inner {
  margin: auto;
  display: block;
  position: relative; }
  @media screen and (min-width: 769px) {
    .inner {
      width: 1000px; } }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0vw 15px; } }

ol.inner-article-list, ul.inner-article-list {
  margin-left: 24px;
}
ul.inner-article-list {
  list-style: disc;
}
ol.inner-article-list {
  list-style: decimal;
}

.inner2 {
  margin: auto;
  display: block; }
  @media screen and (min-width: 769px) {
    .inner2 {
      width: 1200px;
      overflow: hidden; } }

.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 25px; }
  .flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }


.header {
  padding: 30px 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.header__inner .logo {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 14px 0;
  }
  .header__inner {
    padding: 0;
  }
  .header__inner .logo {
    width: 100px;
  }
}


.gm-back {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(86, 86, 86, 0.32);
  z-index: 8;
}
.gm {
  border-top: 4px solid var(--global--color2);
  background: var(--global--color2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 768px) {
    .gm {
      display: none;
      position: fixed;
      padding-top: 61px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: auto;
      border: none; }
      .gm .inner {
        padding: 0; }
      .gm .btn_home {
        position: absolute;
        width: 38px;
        top: -48px;
        left: 10px; }
      .gm ul.flex.nowrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .gm ul.flex.nowrap li {
          width: 100%; }
        .gm ul.flex.nowrap li.sp_menuActive {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
          .gm ul.flex.nowrap li.sp_menuActive span:after {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg); }
          .gm ul.flex.nowrap li.sp_menuActive span.open:before {
            -webkit-transform: rotate(450deg);
            -ms-transform: rotate(450deg);
            transform: rotate(450deg); }
          .gm ul.flex.nowrap li.sp_menuActive .megamenu {
            display: block; }
        .gm ul.flex.nowrap .search {
          -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
          order: -2; } }
  .gm > * > ul > li > a, .gm > * > ul > li > span {
    height: 50px;
    color: white;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: white; }
    @media screen and (min-width: 769px) {
      .gm > * > ul > li > a:hover, .gm > * > ul > li > span:hover {
        background: white;
        color: var(--global--color2);
        opacity: 1; }
      .gm > * > ul > li > a:hover + *, .gm-container/*.gm > * > ul > li > span:hover + **/ {
        display: block;
        opacity: 1; } }
  @media screen and (max-width: 768px) {
    .gm > * > ul > li > span {
      position: relative;
      border-bottom: 1px solid white; }
      .gm > * > ul > li > span:before, .gm > * > ul > li > span:after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0px;
        width: 10px;
        height: 1px;
        background: white;
        margin: auto;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .gm > * > ul > li > span:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .gm > * > ul > li > span.open {
        margin-bottom: 0; }
      .gm > * > ul > li > span.open:before {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
      .gm > * > ul > li > span.open:after {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
    .gm > * > ul > li > a {
      position: relative;
      border-bottom: 1px solid white; }
      .gm > * > ul > li > a:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-left: none;
        border-bottom: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        margin: auto;
        right: 18px;
        bottom: 0; }
    .gm > * > ul > li.gm_shop > a:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      background: url("../images/common/icon_anotherwindow.svg") no-repeat;
      background-size: 100%;
      width: 11px;
      height: 11px;
      border: none;
      right: 14px; } }
  .gm .menu_search svg {
    width: 20px;
    fill: #fff; }
  .gm .menu_search span:hover svg {
    fill: var(--global--color2); }
  .gm .menu_search form#searchform_pc input {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    width: 100%;
    padding: 10px; }
  .gm .menu_search form#searchform_pc {
    padding: 10px 0;
    border-bottom: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3px; }
  .gm .menu_search #btn_search {
    background: var(--global--color2);
    word-break: keep-all;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: white;
    width: 60px;
    cursor: pointer; }
.close-pc-gm {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  border: initial;
  background: initial;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.gm_close img {
  width: 60px;
  margin: 110px auto 25px;
  display: block; }

.bg_white {
  background: white;
  padding: 40px 42px; }
  @media screen and (max-width: 768px) {
    .bg_white {
      padding: 22px; } }

.megamenu {
  border-top: 3px solid white;
  position: absolute;
  left: 0;
  right: 0;
  background: var(--global--color2);
  display: none;
  color: var(--global--color2);
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .megamenu {
      position: relative;
      font-size: 1rem;
      border: none; } }
  .megamenu:hover {
    display: block; }
  .megamenu a {
    color: var(--global--color2);
    text-decoration: none; }

@media screen and (min-width: 769px) {
  .megamenu_content1_link {
    width: 183px; }
    .megamenu_content1_link li:nth-child(1) {
      width: 100%; }
      .megamenu_content1_link li:nth-child(1) a {
        border-width: 2px; }
    .megamenu_content1_link li:not(:nth-child(1)) {
      margin-top: 5px;
      width: 48%; }
    .megamenu_content1_link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid var(--global--color2);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      height: 28px; }
    .megamenu_content1_link > a {
      border-width: 2px; } }

@media screen and (max-width: 768px) {
  .megamenu_content1_link a {
    color: var(--global--color2);
    padding: 10px 21px 14px;
    background: white;
    position: relative;
    display: block;
    border-bottom: 1px solid var(--global--color2);
    font-size: 1rem; }
    .megamenu_content1_link a:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      border: 2px solid;
      border-left: none;
      border-bottom: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      margin: auto;
      right: 18px; } }

.megamenu_content1_title {
  font-size: 15px;
  font-weight: 700; }
  .megamenu_content1_title .en {
    display: block;
    font-size: 29px;
    letter-spacing: 2px; }
  .megamenu_content1_title img {
    margin: 16px 0 20px; }

.megamenu_content2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 32px;
  letter-spacing: 0; }
  @media screen and (min-width: 769px) {
    .megamenu_content2 {
      width: 72%;
      padding-top: 24px; }
      .megamenu_content2 > dl {
        margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .megamenu_content2 > dl {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .megamenu_content2 dt {
      font-weight: 700;
      border-bottom: 1px solid var(--global--color2);
      padding-bottom: 9px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .megamenu_content2 dt {
      padding: 5px 21px;
      border-bottom: 1px solid var(--global--color2);
      background: #E2E2E2; } }
  @media screen and (min-width: 769px) {
    .megamenu_content2 li {
      margin-bottom: 10px; } }
  .megamenu_content2:not(.announcer) a {
    padding-left: 20px;
    position: relative;
    display: block; }
    .megamenu_content2:not(.announcer) a:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-left: none;
      border-bottom: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 0;
      top: 6px; }
    @media screen and (max-width: 768px) {
      .megamenu_content2:not(.announcer) a {
        color: var(--global--color2);
        padding: 10px 21px 14px;
        background: white;
        position: relative;
        display: block;
        font-size: 1rem;
        border-bottom: 1px solid var(--global--color2); }
        .megamenu_content2:not(.announcer) a:before {
          margin: auto;
          right: 20px;
          left: inherit;
          bottom: 0; } }
  @media screen and (min-width: 769px) {
    .megamenu_content2.news ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 15px; }
    .megamenu_content2.news .w65 li {
      width: 31%;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .megamenu_content2 dd.program_wrap {
      padding: 10px 21px 14px;
      border-bottom: 1px solid var(--global--color2); }
    .megamenu_content2 .program_title {
      color: initial;
      margin-bottom: 1rem; } }
  .megamenu_content2 .select_wrap {
    position: relative; }
  .megamenu_content2 .select_wrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: 1px solid var(--global--color2);
    border-right: 1px solid var(--global--color2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 768px) {
    .megamenu_content2.announcer dl:nth-child(1) dd {
      padding: 20px; }
    .megamenu_content2.announcer dl:nth-child(1) li {
      width: 47% !important; } }
  .megamenu_content2.announcer dl:nth-child(1) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    gap: 0px 32px;
    max-width: 280px; }
    @media screen and (max-width: 768px) {
      .megamenu_content2.announcer dl:nth-child(1) ul {
        height: auto;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px 0;
        margin: auto; } }
    .megamenu_content2.announcer dl:nth-child(1) ul a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .megamenu_content2.announcer dl:nth-child(1) ul a {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .megamenu_content2.announcer dl:nth-child(1) ul a span {
        width: 39px;
        height: 39px;
        background: #ccc;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 9px; }
        @media screen and (max-width: 768px) {
          .megamenu_content2.announcer dl:nth-child(1) ul a span {
            width: 112px;
            height: 112px;
            margin: 0; } }
        .megamenu_content2.announcer dl:nth-child(1) ul a span img {
          max-height: inherit; }
  .megamenu_content2.announcer dl:nth-child(2) a {
    padding-left: 20px;
    position: relative;
    display: block; }
    .megamenu_content2.announcer dl:nth-child(2) a:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-left: none;
      border-bottom: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 0;
      top: 6px; }
    @media screen and (max-width: 768px) {
      .megamenu_content2.announcer dl:nth-child(2) a {
        color: var(--global--color2);
        padding: 10px 21px 14px;
        background: white;
        position: relative;
        display: block;
        font-size: 1rem;
        border-bottom: 1px solid var(--global--color2); }
        .megamenu_content2.announcer dl:nth-child(2) a:before {
          margin: auto;
          right: 20px;
          left: inherit;
          bottom: 0; } }
  .megamenu_content2 select {
    border: 1px solid var(--global--color2);
    width: 100%;
    height: 35px;
    padding: 10px;
    color: var(--global--color2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .megamenu_content2 select option:nth-child(1) {
      color: var(--global--color2); }
    .megamenu_content2 select:hover {
      opacity: .7; }
  .megamenu_content2.weather dl:nth-child(1) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .megamenu_content2.weather dl:nth-child(1) ul li {
      width: 49%; }
      @media screen and (max-width: 768px) {
        .megamenu_content2.weather dl:nth-child(1) ul li {
          width: 100%; } }
  .megamenu_content2 .menu_related ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .megamenu_content2 .menu_related ul {
        gap: 15px; } }
  .megamenu_content2 .menu_related li {
    width: 100%;
    margin: 0; }

ul#slider {
  margin: 53px 0; }

#footer {
  background: var(--global--color2);
  padding: 78px 0 69px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 8vw 0;
      margin-top: 30px; } }
  @media screen and (min-width: 769px) {
    #footer dl {
      width: 460px; } }
  #footer dt {
    font-weight: 700;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 19px;
    color: white; }
    @media screen and (max-width: 768px) {
      #footer dt {
        border: 1px solid white;
        padding: 17px 19px;
        margin-bottom: 1rem;
        position: relative;
        font-size: 1rem; }
        #footer dt:before, #footer dt:after {
          content: "";
          position: absolute;
          top: 0;
          right: 10px;
          bottom: 0px;
          width: 10px;
          height: 1px;
          background: white;
          margin: auto;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        #footer dt:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        #footer dt.open {
          margin-bottom: 0; }
        #footer dt.open:before {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg); }
        #footer dt.open:after {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg); } }
  #footer dd {
    position: relative; }
  #footer dd > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      #footer dd > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 230px; } }
    @media screen and (max-width: 768px) {
      #footer dd > ul {
        display: none; } }
    #footer dd > ul li a {
      padding-left: 20px;
      position: relative;
      color: white;
      text-decoration: none;
      margin-bottom: 10px;
      font-size: 14px;
      display: block; }
      @media screen and (max-width: 768px) {
        #footer dd > ul li a {
          color: var(--global--color2);
          margin-bottom: 1px;
          padding: 17px 19px;
          background: white;
          font-size: 1rem; } }
      #footer dd > ul li a:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border: 2px solid;
        border-left: none;
        border-bottom: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: -2px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          #footer dd > ul li a:before {
            left: initial;
            right: 13px; } }
  @media screen and (min-width: 769px) {
    #footer dl:nth-child(1) li {
      width: 50%; } }

.iPad #footer dd > ul li a {
  font-size: 13px; }

.iPad .footer_icon {
  letter-spacing: 0; }

.iPad .footer_sns {
  margin: 0; }

@media screen and (min-width: 769px) {
  .footer_icon {
    position: absolute;
    right: 0;
    bottom: 13px; } }

@media screen and (max-width: 768px) {
  .footer_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

address {
  color: var(--global--color2);
  font-size: 14px;
  padding: 12px; }

.txt_center {
  text-align: center; }

img {
  max-width: 100%;
  height: auto; 
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.main_slider, .slider_thumbnail, .slider_weather, .slider, .slider2, .slider_tvtop, .slider_radiotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.slick-initialized {
  opacity: 1 !important; }

.main_slider.w-full {
  margin-top: 55px;
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .main_slider.w-full {
      margin: 3vw auto 6vw;
      width: 90vw !important;
      overflow: inherit;
      min-height: 42vw; } }
  .main_slider.w-full .slick-slide li {
    width: 1000px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 426px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .main_slider.w-full .slick-slide li {
        width: 90vw !important;
        height: auto; } }
  .main_slider.w-full .slick-slide a {
    position: relative; }
    .main_slider.w-full .slick-slide a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #31313180;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .main_slider.w-full .slick-slide img {
    width: 766px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media screen and (max-width: 768px) {
      .main_slider.w-full .slick-slide img {
        width: 100%; } }
  .main_slider.w-full .slick-slide.slick-active a:before {
    opacity: 0; }
  .main_slider.w-full .slick-slide.slick-active img {
    width: 1000px; }
  .main_slider.w-full .slick-prev {
    left: 50%;
    -webkit-transform: translate(-640px, -50%) !important;
    -ms-transform: translate(-640px, -50%) !important;
    transform: translate(-640px, -50%) !important;
    width: 52px;
    height: 94px; }
    @media screen and (max-width: 768px) {
      .main_slider.w-full .slick-prev {
        left: 0%;
        -webkit-transform: translate(-2vw, 0%) !important;
        -ms-transform: translate(-2vw, 0%) !important;
        transform: translate(-2vw, 0%) !important;
        width: 4vw;
        height: 4vw;
        top: 0;
        bottom: 0;
        margin: auto; } }
    .main_slider.w-full .slick-prev:before {
      border-width: 47px 52px 47px 0px; }
      @media screen and (max-width: 768px) {
        .main_slider.w-full .slick-prev:before {
          border-width: 4vw 4vw 4vw 0px; } }
  .main_slider.w-full .slick-next {
    right: 50%;
    -webkit-transform: translate(640px, -50%) !important;
    -ms-transform: translate(640px, -50%) !important;
    transform: translate(640px, -50%) !important;
    width: 52px;
    height: 94px; }
    @media screen and (max-width: 768px) {
      .main_slider.w-full .slick-next {
        right: 0;
        -webkit-transform: translate(2vw, 0%) !important;
        -ms-transform: translate(2vw, 0%) !important;
        transform: translate(2vw, 0%) !important;
        width: 4vw;
        height: 4vw;
        top: 0;
        bottom: 0;
        margin: auto; } }
    .main_slider.w-full .slick-next:before {
      border-width: 47px 0 47px 52px; }
      @media screen and (max-width: 768px) {
        .main_slider.w-full .slick-next:before {
          border-width: 4vw 0 4vw 4vw; } }

.slick-list.draggable {
  padding: 0 !important; }

.slider {
  margin-bottom: 62px; }
  @media screen and (max-width: 768px) {
    .slider {
      margin-right: -15px;
      margin-bottom: 6vw !important; } }
  .slider .slick-list.draggable {
    width: 847px;
    margin: auto; }
  .slider li {
    width: 255px !important; }
    @media screen and (max-width: 768px) {
      .slider li {
        width: 43vw !important; } }
  .slider div.slide_container {
    width: 255px !important; }
    @media screen and (max-width: 768px) {
      .slider div.slide_container {
        width: 43vw !important; } }
  .slider .slick-slide + .slick-slide {
    margin-left: 39px; }
    @media screen and (max-width: 768px) {
      .slider .slick-slide + .slick-slide {
        margin-left: 2vw; } }
  .slider a {
    text-decoration: none;
    color: initial;
    display: block;
    position: relative; }
  .slider .category {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    font-size: 10px; }
  @media screen and (max-width: 768px) {
    .slider .slick-prev, .slider .slick-next {
      display: none !important; } }

.category {
  color: white;
  background: #AE6F00;
  padding: 4px 10px;
  z-index: 1;
  font-size: 11px; }

.slider2 {
  margin: 35px 0; }
  @media screen and (max-width: 768px) {
    .slider2 {
      margin: 4vw -15px; } }
  .slider2 .slick-list.draggable {
    width: 922.5px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    .slider2 .slick-prev, .slider2 .slick-next {
      display: none !important; } }
  .slider2 .slick-prev {
    width: 21px;
    height: 10px;
    -webkit-transform: translate(15px, -4px) !important;
    -ms-transform: translate(15px, -4px) !important;
    transform: translate(15px, -4px) !important; }
    .slider2 .slick-prev:before {
      border-width: 10.5px 10px 10.5px 0px; }
  .slider2 .slick-next {
    width: 21px;
    height: 10px;
    -webkit-transform: translate(-15px, -4px) !important;
    -ms-transform: translate(-15px, -4px) !important;
    transform: translate(-15px, -4px) !important; }
    .slider2 .slick-next:before {
      border-width: 10.5px 0 10.5px 10px; }
  .slider2 a {
    display: block;
    position: relative; }
  .slider2 .category {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 10px;
    background: #AE6F00;
    padding: 2px 5px;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .slider2 li {
      width: 46vw !important; }
    .slider2 .slick-slide + .slick-slide {
      margin-left: 2vw; } }

.slider_thumbnail {
  margin-bottom: 55px; }
  @media screen and (max-width: 768px) {
    .slider_thumbnail {
      display: none; } }
  .slider_thumbnail .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1000px !important; }
    .slider_thumbnail .slick-track > div + div {
      padding-left: 15px; }
    .slider_thumbnail .slick-track > div img {
      width: 100%;
      cursor: pointer; }
  .slider_thumbnail .slick-slide.slick-current {
    opacity: 1; }
  .slider_thumbnail .slick-slide {
    opacity: .55; }
  .slider_thumbnail .slick-arrow {
    display: none !important; }
  .slider_thumbnail.nottransform .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; }

.slick-prev, .slick-next {
  -webkit-transform: translate(0, -190%) !important;
  -ms-transform: translate(0, -190%) !important;
  transform: translate(0, -190%) !important;
  z-index: 1;
  width: 40px;
  height: 40px; }

.slick-next:before, .slick-prev:before {
  font-size: 0;
  opacity: 1; }

.slick-prev {
  left: -1%; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      left: 0; } }
  .slick-prev:before {
    content: "";
    border: solid transparent;
    border-right-color: var(--global--color2);
    border-width: 16px 16px 16px 0px; }

.slick-next {
  right: -1%; }
  @media screen and (max-width: 768px) {
    .slick-next {
      right: 0; } }
  .slick-next:before {
    content: "";
    border: solid transparent;
    border-left-color: var(--global--color2);
    border-width: 16px 0 16px 16px; }

.slider_weather {
  color: var(--global--color4); }
  .slider_weather .slick-slide + .slick-slide {
    margin-left: 20px; }
  .slider_weather li {
    max-width: 234px;
    background: white;
    -webkit-box-shadow: 0 3px 10px #07236F;
    box-shadow: 0 3px 10px #07236F;
    margin-bottom: 30px; }
    .slider_weather li span {
      padding: 10px;
      text-align: center;
      display: block; }
    .slider_weather li a {
      text-decoration: none;
      color: inherit;
      font-weight: 700;
      display: block; }

@media screen and (min-width: 769px) {
  .hidden {
    overflow: hidden; } }

.w-full, .inner h2 {
  width: 100vw; }
  @media screen and (min-width: 1000px) {
    .w-full, .inner h2 {
      margin-left: calc( 50% - 50vw); } }
  @media screen and (max-width: 768px) {
    .w-full, .inner h2 {
      margin-left: -15px; } }

.bg_global-color3 h2,
.title_global-color2 {
  width: 100% !important;
  margin: 0 0 34px !important;
  color: var(--global--color2);
  background: none;
  padding: 0;
  font-size: 36px; }
  @media screen and (max-width: 768px) {
    .bg_global-color3 h2,
    .title_global-color2 {
      font-size: 1.375rem;
      margin-bottom: 1rem !important; } }
  .bg_global-color3 h2:before,
  .title_global-color2:before {
    display: none; }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .wp-block-columns {
      gap: 15px; } }

body.home h2:before,
h2.title2:before,
.announcer_detaile_info:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: url(../images/common/title_bg.png) center; }

h2, h3 {
  font-weight: 700; }

@media screen and (min-width: 769px) {
  .home h2 {
    font-size: 24px; } }

h2 {
  background: var(--global--color2);
  padding: 19px 0 15px;
  font-size: 18px;
  color: white;
  position: relative;
  margin-top: 85px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    h2 {
      margin-top: 2rem;
      margin-bottom: 1.5rem !important;
      font-size: 1rem;
      padding: 4.5vw 0 4vw; } }
  h2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      h2 .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  h2 .en {
    font-size: 35px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      h2 .en {
        font-size: 1.625rem; } }
  h2 .aligncenter .en {
    display: block;
    width: 100%;
    margin: 0; }

@media screen and (min-width: 769px) {
  ul.breadcrumbs + h2 {
    margin-top: 40px; } }

h2.title2 {
  background: white;
  font-size: 18px;
  color: initial; }
  @media screen and (max-width: 768px) {
    h2.title2 {
      font-size: 1rem;
      padding: 0.5rem 0; } }
  h2.title2:before {
    border-bottom: 5px solid var(--global--color2); }
  h2.title2 .aligncenter {
    font-weight: 700; }
  h2.title2 .en {
    color: var(--global--color2); }

h3 {
  font-size: 18px;
  margin-bottom: 28px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 1.187rem;
      margin-bottom: 1rem; } }

a:hover {
  opacity: .7; }

a.wp-block-button__link {
  width: 270px;
  margin: 0 auto 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--global--color2);
  border: 3px solid var(--global--color2);
  min-height: 60px;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  @media screen and (max-width: 768px) {
    a.wp-block-button__link {
      width: 50vw;
      margin: 0 auto 2rem;
      min-height: 50px; } }
  a.wp-block-button__link:before, a.wp-block-button__link:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--global--color2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  a.wp-block-button__link:before {
    width: 19px;
    height: 2px; }
  a.wp-block-button__link:after {
    height: 5px;
    width: 2px;
    -webkit-transform: rotate(-45deg) translate(0px, -3px);
    -ms-transform: rotate(-45deg) translate(0px, -3px);
    transform: rotate(-45deg) translate(0px, -3px); }
  a.wp-block-button__link:hover {
    background: var(--global--color2);
    color: white;
    opacity: 1; }
    a.wp-block-button__link:hover:before, a.wp-block-button__link:hover:after {
      background: white; }
  a.wp-block-button__link.gray {
    background: #7B7B7B;
    border-color: #7B7B7B;
    color: white; }
    a.wp-block-button__link.gray:before, a.wp-block-button__link.gray:after {
      background: white; }
    a.wp-block-button__link.gray:hover {
      background: white;
      color: #7B7B7B; }
      a.wp-block-button__link.gray:hover:before, a.wp-block-button__link.gray:hover:after {
        background: #7B7B7B; }

.aligncenter,
.center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.alignright,
.right {
  text-align: right; }

.alignleft,
.left {
  text-align: left; }

.jc-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.bg_weather {
  background: var(--global--color3);
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .bg_weather {
      padding: 0; } }
  .bg_weather > * {
    padding: 40px 10px 22px;
    background: url("../images/top/weather_bg.png") top center no-repeat; }
    @media screen and (max-width: 768px) {
      .bg_weather > * {
        padding: 7vw 15px 10vw;
        background-size: auto 100%; } }
  .bg_weather .inner {
    padding: 0; }
  .bg_weather ul {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .bg_weather ul {
        margin-right: -15px;
        margin-bottom: 2vw; } }
  .bg_weather li {
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .bg_weather li {
        width: 78vw !important; }
        .bg_weather li img {
          width: 100%; } }
    .bg_weather li a {
      color: initial; }
  .bg_weather .slick-prev, .bg_weather .slick-next {
    width: 50px;
    height: 50px;
    background: url("../images/top/btn_weatherslider.png");
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .bg_weather .slick-prev, .bg_weather .slick-next {
        display: none !important; } }
    .bg_weather .slick-prev:before, .bg_weather .slick-prev:after, .bg_weather .slick-next:before, .bg_weather .slick-next:after {
      border: none; }
  .bg_weather .slick-prev {
    left: -100px;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }
    @media screen and (max-width: 768px) {
      .bg_weather .slick-prev {
        left: 0; } }
  .bg_weather .slick-next {
    -webkit-transform: translate(0px, 0px) scale(-1, 1) !important;
    -ms-transform: translate(0px, 0px) scale(-1, 1) !important;
    transform: translate(0px, 0px) scale(-1, 1) !important;
    right: -100px; }
    @media screen and (max-width: 768px) {
      .bg_weather .slick-next {
        right: 0; } }
  .bg_weather .weather_toptitle {
    color: var(--global--color4);
    font-size: 27px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .bg_weather .weather_toptitle {
        font-size: 1.187rem; } }

  .bg_weather a.wp-block-button__link {
    color: var(--global--color4);
    border-color: var(--global--color4);
    margin-bottom: 0; }
    .bg_weather a.wp-block-button__link:before, .bg_weather a.wp-block-button__link:after {
      background: var(--global--color4); }
    .bg_weather a.wp-block-button__link:hover {
      background: var(--global--color4);
      color: white; }
      .bg_weather a.wp-block-button__link:hover:before, .bg_weather a.wp-block-button__link:hover:after {
        background: white; }

.announcer_toplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 61px 64px;
  margin-bottom: 44px; }
  @media screen and (max-width: 768px) {
    .announcer_toplist {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      gap: 3.7vw 4vw;
      margin-bottom: 7vw; } }
  .announcer_toplist li a {
    text-align: center;
    color: initial;
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .announcer_toplist li a {
        font-size: 0.875rem; } }
  .announcer_toplist li span {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px; }
    @media screen and (max-width: 768px) {
      .announcer_toplist li span {
        width: 27vw;
        height: 27vw;
        max-width: 150px;
        max-height: 150px; } }

.bg_global-color3 {
  background: var(--global--color3);
  overflow: auto;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .bg_global-color3 {
      padding: 2rem 0; } }

@media screen and (max-width: 768px) and (max-width: 768px) {
  .home .bg_global-color3 {
    padding: 2rem 0 0; } }

.thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .thumbnail {
      height: 24vw !important;
      max-height: 120px;
      margin-bottom: 10px; } }
  /*.thumbnail:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 55px;
    height: 55px;
    background: url("../images/common/icon_movie.png");
    margin: auto;
  }*/
  .thumbnail img {
    width: 100%; }
  .thumbnail .category {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: auto; }

/*全力部活用スライダーサムネイル設定*/
.zenryoku-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 144px;
  width:256px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  background: black;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .zenryoku-thumbnail {
      height: 40vw !important;
      max-height: 144px;
      margin-bottom: 10px; } }
  .zenryoku-thumbnail:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 55px;
    height: 55px;
    /*background: url("../images/common/icon_movie.png");*/
    margin: auto; }
  .zenryoku-thumbnail img {
    width: 100%; }
  .zenryoku-thumbnail .category {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: auto; }
/*全力部活用スライダーサムネイル設定*/

/*全力部活用アーカイブサムネイル設定*/
.archivezenryoku-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 165px;
  /*width:256px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #fbffe6;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .archivezenryoku-thumbnail {
      height: 80vw !important;
      max-height: 200px;
      margin-bottom: 10px; } }
  .archivezenryoku-thumbnail:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 55px;
    height: 55px;
    /*background: url("../images/common/icon_movie.png");*/
    margin: auto; }
  .archivezenryoku img {
    width: 100%; }
  .archivezenryoku .category {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: auto; }
/*全力部活用アーカイブサムネイル設定*/



.alert {
  color: white;
}
.alert dt {
  background: #540000;
  padding: 10px;
  font-size: 140%;
  text-align: center;
}
.alert dt.alertscroll span {
  -webkit-animation: alertscroll 8s linear infinite;
  animation: alertscroll 8s linear infinite;
  width: 100%;
  display: block;
  text-align: right;
}
.alert dd {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1em;
  background: #a90000;
  padding: 20px;
}
.alert dd > p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.alert dd iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 16 / 9;
}
.alert dd div.content__wrap {
  width: 100%;
  max-width: 560px;
}
.alert a {
  color: white;
}
.disaster.alert {
  margin: 0 0 1px;
}

@-webkit-keyframes alertscroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes alertscroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}




.wp-block-image {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .wp-block-image {
      margin-bottom: 1rem;
      text-align: center; } }

.footer_logo {
  display: flex;
}
.footer_logo a,
.footer_logo img {
  display: block;
}

.footer_sns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer_sns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 30px 0;
  }
  .footer_sns li {
    margin: 0;
    text-align: center;
  }
}

.footer_sns li {
  margin-left: 12px;
}
@media screen and (min-width: 769px) {
  .footer_sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_sns a img {
    height: 20px;
  }
  .footer_sns a img[src*="youtube"] {
    height: 14px;
  }
  .footer_sns a img[src*="tiktok"] {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns img {
    height: 30px;
  }
  .footer_sns img[src*="youtube"] {
    height: 21px;
  }
  .footer_sns img[src*="tiktok"] {
    height: 50px;
  }
}

hr.wp-block-separator {
  border-color: var(--global--color2);
  border-width: 1px 0 0 0;
  margin: 0 0 60px;
  display: block; }
  @media screen and (max-width: 768px) {
    hr.wp-block-separator {
      margin: 0 0 8vw; } }

@media screen and (max-width: 768px) {
  #sp-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px !important;
    height: 60px;
    cursor: pointer;
    background: var(--global--color2);
    padding: 19px;
    color: white;
    margin: 0 !important;
    z-index: 10; }
  #sp-nav-toggle:after {
    content: "MENU";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 700; }
  #sp-nav-toggle div {
    position: relative;
    width: 100%; }
  #sp-nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  #sp-nav-toggle span:nth-child(1) {
    top: -2px; }
  #sp-nav-toggle span:nth-child(2) {
    top: 5px; }
  #sp-nav-toggle span:nth-child(3) {
    top: 12px; }
  #sp-nav-toggle.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #sp-nav-toggle.open span:nth-child(2), #sp-nav-toggle.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

.home .tabare .visible {
  display: none; }

.home .tabare h2 {
  float: none; }

.home .tabare .tab {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  border-bottom: 3px solid var(--global--color2);
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .home .tabare .tab {
      gap: 2px;
      margin-bottom: 20px; } }

.home .tabare .tab li {
  width: 200px;
  margin-left: 0;
  text-align: center;
  height: 50px;
  border: 3px solid var(--global--color2);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: var(--global--color2);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .home .tabare .tab li {
      font-size: 0.75rem;
      width: 31vw;
      height: 40px; } }

.home .tabare .tab .select {
  background: var(--global--color2);
  color: white; }

.home .tabare .tabBox {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .home .tabare .tabBox {
      margin-bottom: 6vw; } }

.home .tabare .tabBox .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px; }
  @media screen and (max-width: 768px) {
    .home .tabare .tabBox .newslist {
      gap: 3.5vw; } }

.home .tabare .tabBox .newslist li {
  width: 230px;
  background: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .home .tabare .tabBox .newslist li {
      font-size: 1rem;
      width: 100%; }
      .home .tabare .tabBox .newslist li:nth-child(n + 4) {
        display: none; } }
  .home .tabare .tabBox .newslist li .thumbnail {
    margin: -20px -20px 10px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px); }
    @media screen and (max-width: 768px) {
      .home .tabare .tabBox .newslist li .thumbnail {
        margin: -10px -15px 10px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        height: auto !important;
        max-height: initial !important; } }

.home .tabare .tabBox .txtlink {
  display: block;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .home .tabare .tabBox .txtlink {
      margin-top: 0px; } }

.home .tabare .tabBox .category {
  background: #FF1A0A;
  color: white;
  font-size: 10px;
  padding: 5px;
  min-width: 41px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px; }

.home .tabare a {
  text-decoration: none;
  color: initial;
  width: 100%;
  height: 100%;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .home .tabare a {
      padding: 10px 15px; } }

.bg_onair {
  background: #31313159;
  padding: 59px 10px 85px;
  overflow: hidden;
  margin-bottom: 55px; }
  @media screen and (max-width: 768px) {
    .bg_onair {
      padding: 8vw 0vw 7vw;
      margin-bottom: 10vw; } }

.bg_onair ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 2082px;
  -webkit-transform: translateX(-668px);
  -ms-transform: translateX(-668px);
  transform: translateX(-668px); }
  @media screen and (max-width: 768px) {
    .bg_onair ul {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      gap: 3vw;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 15px; } }

.bg_onair ul li {
  width: 300px;
  background: white;
  position: relative; }

.bg_onair ul li img {
  width: 100%; }

.bg_onair ul li a {
  text-decoration: none;
  color: initial;
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

.bg_onair ul li a:before, .bg_onair ul li a:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--global--color2);
  top: initial;
  bottom: 25px;
  margin: 0; }

.bg_onair ul li a:before {
  width: 19px;
  height: 2px; }

.bg_onair ul li a:after {
  height: 5px;
  width: 2px;
  -webkit-transform: rotate(-45deg) translate(-1px, -2px);
  -ms-transform: rotate(-45deg) translate(-1px, -2px);
  transform: rotate(-45deg) translate(-1px, -2px); }

.bg_onair ul .bg_gray .onair_img:before {
  content: "";
  position: absolute;
  background: #31313199;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.bg_onair ul li.onair {
  margin: 0 67px;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 10px #00000029;
  box-shadow: 0 2px 10px #00000029;
  -webkit-transform: scale(1.39) translateY(37px);
  -ms-transform: scale(1.39) translateY(37px);
  transform: scale(1.39) translateY(37px); }
  @media screen and (max-width: 768px) {
    .bg_onair ul li.onair {
      -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      margin: 0;
      font-size: inherit;
      width: 64vw; } }

@media screen and (max-width: 768px) {
  .bg_onair ul li:nth-child(-n+2) {
    display: none; } }

.bg_onair ul li.onair.bg_gray:before {
  display: none; }

.bg_onair ul li.onair a:before {
  width: 31px; }

.bg_onair ul li.onair a:after {
  height: 7.5px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
  -ms-transform: rotate(-45deg) translate(-2px, -2px);
  transform: rotate(-45deg) translate(-2px, -2px); }

.bg_onair ul .onair_text {
  padding: 15px 20px;
  display: block; }
  @media screen and (max-width: 768px) {
    .bg_onair ul .onair_text {
      padding: 2vw 5vw; } }

.bg_onair a.wp-block-button__link {
  margin: 40px 0 0 0;
  width: 544px;
  color: white;
  border-color: white;
  float: right; }
  @media screen and (max-width: 768px) {
    .bg_onair a.wp-block-button__link {
      width: 50vw;
      margin: auto;
      float: none; } }

.bg_onair a.wp-block-button__link:before, .bg_onair a.wp-block-button__link:after {
  background: white;
  right: 25px; }
  @media screen and (max-width: 768px) {
    .bg_onair a.wp-block-button__link:before, .bg_onair a.wp-block-button__link:after {
      right: 15px; } }

.bg_onair a.wp-block-button__link:hover {
  background: white;
  color: var(--global--color2);
  border-color: var(--global--color2); }

.bg_onair a.wp-block-button__link:hover:before, .bg_onair a.wp-block-button__link:hover:after {
  background: var(--global--color2); }

.bg_onair span.onair_img {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .bg_onair span.onair_img {
      height: 34vw; } }

.onair_title {
  font-size: 24px;
  color: white;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .onair_title {
      font-size: 1.187rem; } }

.onair_title2 {
  width: 54.4%;
  color: #31313159;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    .onair_title2 {
      font-size: 0.937rem;
      width: 28vw; } }

.sns .bg_white {
  width: 48.5%;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .sns .bg_white {
      width: 100%;
      margin-bottom: 6vw; } }

@media screen and (max-width: 768px) {
  .youtube {
    position: relative !important;
    width: 100% !important;
    padding-top: 56.25% !important; }
  .youtube iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; } }

@media screen and (max-width: 768px) {
  .sns iframe {
    max-width: 100%;
    max-height: 70vw !important; } }

h2.announcer_toptitle {
  margin-top: 155px;
  margin-bottom: 78px; }
  @media screen and (max-width: 768px) {
    h2.announcer_toptitle {
      margin-top: 21vw;
      margin-bottom: 8vw;
      padding: 16px 0; } }
  h2.announcer_toptitle > *:after {
    content: "";
    background: url();
    position: absolute;
    right: 0;
    bottom: 0;
    width: 538px;
    height: 214px; }



/*h2.announcer_toptitle .inner:after {
  content: "";
  background: url("../images/top/announcer.png") no-repeat;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 538px;
  height: 214px;
}
@media screen and (max-width: 768px) {
  h2.announcer_toptitle .inner:after {
    bottom: inherit;
    width: 180px;
    background-size: 100%;
    height: 71px;
    top: -87px;
  }
}*/


form#searchform {
  padding: 8px;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3px; }

form#searchform #s {
  height: 43px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  padding: 10px; }

form#searchform #buttom {
  width: 32px;
  border: none;
  background: white;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/icon_search.svg) no-repeat #fff center;
  background-size: 16px; }

.title1 {
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 21px;
  color: white;
  padding-bottom: 20px;
  background-position: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .title1 {
      font-size: 0.875rem;
      margin: 10px 0 0;
      height: 26vw;
      padding-bottom: 0px;
      background-size: cover; } }
  @media screen and (min-width: 1921px) {
    .title1 {
      background-size: 100%;
      background-position: center; } }

.title1 span.en {
  width: 100%;
  display: block;
  font-size: 55px; }
  @media screen and (max-width: 768px) {
    .title1 span.en {
      font-size: 1.687rem; } }

.tv_title {
  background-image: url(../images/tv/bg_main.png); }

ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    ul.breadcrumbs {
      margin: 14px -15px 40px 0 !important;
      white-space: pre;
      overflow: auto;
      padding-right: 10px; } }
  ul.breadcrumbs li + li:before {
    content: ">";
    margin: 0 5px; }
  @media screen and (min-width: 769px) {
    ul.breadcrumbs li:last-child {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; } }
  ul.breadcrumbs br {
    display: none; }

ul.breadcrumbs + .main_slider {
  margin-top: 0; }

.slider_tvtop, .slider_radiotop {
  margin: 0px 0 140px; }
  @media screen and (max-width: 768px) {
    .slider_tvtop, .slider_radiotop {
      margin: 0 0 24vw; } }
  .slider_tvtop:not(.pd0) .slick-list, .slider_radiotop:not(.pd0) .slick-list {
    padding-top: 54px !important; }
  .slider_tvtop .slick-slide + .slick-slide, .slider_radiotop .slick-slide + .slick-slide {
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .slider_tvtop .slick-slide + .slick-slide, .slider_radiotop .slick-slide + .slick-slide {
        margin-left: 2vw; } }
  .slider_tvtop li, .slider_radiotop li {
    width: 300px !important;
    padding: 5px;
    background: white;
    position: relative; }
    @media screen and (max-width: 768px) {
      .slider_tvtop li, .slider_radiotop li {
        width: 54vw !important; } }
    .slider_tvtop li:after, .slider_radiotop li:after {
      content: attr(data-program_catch_copy);
      position: absolute;
      bottom: 100%;
      left: 10px;
      right: 10px;
      background: #F7E6B7;
      padding: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 13px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .slider_tvtop li:after, .slider_radiotop li:after {
          font-size: 10px; } }
    .slider_tvtop li:before, .slider_radiotop li:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px 6px 0;
      border-top-color: #F7E6B7;
      margin: 0 auto 5px; }
    .slider_tvtop li.program_catch_copynone:before, .slider_tvtop li.program_catch_copynone:after, .slider_radiotop li.program_catch_copynone:before, .slider_radiotop li.program_catch_copynone:after {
      display: none; }
  .slider_tvtop a, .slider_radiotop a {
    text-decoration: none;
    color: inherit;
    display: block; }
  .slider_tvtop .airtime, .slider_radiotop .airtime {
    font-size: 14px; }
    .slider_tvtop .airtime br, .slider_radiotop .airtime br {
      display: none; }
  .slider_tvtop .airtitle, .slider_radiotop .airtitle {
    font-weight: 700;
    display: block;
    min-height: 48px; }
  .slider_tvtop .airtext, .slider_radiotop .airtext {
    padding: 0 16px 20px;
    display: block; }

.thumbnail.icon_none:before,
span.airtime + br {
  display: none; }

.recommend .slick-track,
.recommend .slick-track > *,
.recommend .slick-track > * > *,
.recommend .slick-track > * > * > *,
.recommend .slick-track > * > * > * > * {
  height: 100%;
  -ms-flex-line-pack: baseline;
  align-content: baseline; }

.slider_tvtop .airtime,
.slick-slide a span:not(.airtext):last-child,
ul:not(ul.post_list.news) .post_list_text,
span.post_list_title {
  display: -webkit-box !important;
  overflow: hidden;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  min-height: auto; }

.slick-slide a span:not(.airtext):last-child {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-type-archive-tv_program ul:not(ul.post_list.news) .post_list_text,
.post-type-archive-radio_program ul:not(ul.post_list.news) .post_list_text,
.page-id-109 .programlist.tv .post_list_text,
.page-id-168 .programlist.radio .post_list_text {
  display: block !important; }

.post-type-archive-tv_program ul:not(ul.post_list.news) .post_list_airtime,
.post-type-archive-radio_program ul:not(ul.post_list.news) .post_list_airtime,
.page-id-109 .programlist.tv .post_list_airtime,
.page-id-168 .programlist.radio .post_list_airtime {
  display: -webkit-box !important;
  overflow: hidden;
  /* -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  min-height: auto; }

.bg_orenge {
  background: var(--global--color2);
  padding: 50px 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .bg_orenge {
      padding: 4vw 15px; } }

.today_broadcast_content {
  margin: -150px 0 0;
  background: white;
  padding: 40px 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .today_broadcast_content {
      margin: -22.8vw 0 0;
      padding: 4vw 3vw; } }
  .today_broadcast_content:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: url(../images/common/title_bg.png) center; }
  .today_broadcast_content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 29px; }
    @media screen and (max-width: 768px) {
      .today_broadcast_content h3 {
        font-size: 1.375rem;
        margin-bottom: 3vw; } }
  .today_broadcast_content .wp-block-button__link {
    margin: 0; }

.today_broadcast {
  background: #B7B7B7;
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .today_broadcast {
      padding: 1px 0 7vw; } }
  .today_broadcast .today_broadcast_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
    @media screen and (max-width: 768px) {
      .today_broadcast .today_broadcast_title {
        gap: 5px; } }
  .today_broadcast a.wp-block-button__link.gray {
    width: 716px;
    min-height: 42px;
    padding: 5px; }
    @media screen and (max-width: 768px) {
      .today_broadcast a.wp-block-button__link.gray {
        width: 47vw;
        min-height: 37.5px;
        margin-bottom: 5px; } }
  .today_broadcast .nowonair_title {
    background: var(--global--color2);
    color: white;
    border-radius: 5px 5px 0 0;
    width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px; }
    @media screen and (max-width: 768px) {
      .today_broadcast .nowonair_title {
        width: 37vw;
        height: 45px;
        padding: 0 7px; } }
  .today_broadcast .onair {
    border: 3px solid var(--global--color2); }
  .today_broadcast .onair_wrap {
    overflow: auto;
    height: 410px; }
    .today_broadcast .onair_wrap::-webkit-scrollbar {
      width: 10px; }
    .today_broadcast .onair_wrap::-webkit-scrollbar-track {
      background: #F4F4F4;
      border-radius: 5px; }
    .today_broadcast .onair_wrap::-webkit-scrollbar-thumb {
      background: #B7B7B7;
      border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .today_broadcast .onair_wrap {
        height: 63vw;
        padding-right: 3vw; } }
  .today_broadcast .onair_wrap ul {
    max-width: 900px; }
  .today_broadcast li {
    border-bottom: 1px solid #CFCFCF; }
  .today_broadcast a {
    text-decoration: none;
    color: inherit;
    display: block; }
  .today_broadcast .onair_img {
    width: 105px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .today_broadcast .onair_img {
        margin: 0;
        padding: 15px 0px 15px 10px;
        display: block;
        height: auto; } }
  .today_broadcast .onair_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .today_broadcast .onair_text_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        padding-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; } }
  .today_broadcast .onair_date {
    padding: 10px;
    background: var(--global--color3);
    width: 90px;
    height: 70px;
    margin: -10px 0 -10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .today_broadcast .onair_date {
        width: 100%;
        margin: -10px 0 0;
        height: 50px;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit; } }
  @media screen and (max-width: 768px) {
    .today_broadcast .onair_text {
      padding: 10px 10px;
      width: calc(100% - 105px);
      background: white; } }

@media screen and (max-width: 768px) {
  .slider_tvtop_wrap, .slider_radiotop_wrap {
    overflow: auto;
    margin-right: -15px; } }

.programlist li, .programlist input, .programlist .is-hide {
  display: none; }

.programlist label {
  cursor: pointer;
  border: 2px solid var(--global--color2);
  color: var(--global--color2); }

.programlist input:checked + label {
  background: var(--global--color2);
  color: white; }

.programlist .title3 {
  border-bottom: 2px solid var(--global--color2);
  padding-bottom: 17px; }

.programlist.sns li {
  display: block; }

.post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 18px;
  margin-bottom: 45px !important;
  list-style: none !important;
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    .post_list {
      gap: 2%;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  .post_list li {
    width: 236px; }
    @media screen and (max-width: 768px) {
      .post_list li {
        width: 48%;
        margin-bottom: 25px;
        max-width: 200px; } }
    .post_list li a {
      display: block;
      text-decoration: none;
      color: inherit; }
  .post_list .category {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 10px;
    background: #AE6F00;
    padding: 2px 5px;
    z-index: 1; }
    .post_list .category + .category {
      margin-left: 5px; }
  @media screen and (max-width: 768px) {
    .post_list.news li {
      width: 100%; }
      .post_list.news li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .post_list.news li a > * {
          width: 48%; }
      .post_list.news li .post_list_text {
        position: relative;
        padding-top: 30px; }
      .post_list.news li .thumbnail {
        height: 24vw !important;
        max-height: 160px; }
      .post_list.news li span:not(.thumbnail) .category {
        display: -webkit-box !important;
        overflow: hidden;
        /* -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; */
        min-height: auto; } }
  .post_list.sidemenuRanking {
    width: 300px;
    gap: 25px;
    padding-left: 10px !important;
    list-style: none !important; }
    @media screen and (max-width: 768px) {
      .post_list.sidemenuRanking {
        width: auto;
        padding: 30px 0 0 0 !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: -15px;
        gap: 3vw; } }
    @media screen and (min-width: 769px) {
      .post_list.sidemenuRanking a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .post_list.sidemenuRanking .thumbnail {
        width: 125px;
        height: 94px; }
      .post_list.sidemenuRanking .post_list_text {
        width: calc(100% - 125px); } }
    .post_list.sidemenuRanking li {
      width: 100%;
      position: relative; }
      @media screen and (min-width: 769px) {
        .post_list.sidemenuRanking li {
          border-bottom: 1px dashed #B7B7B7; } }
      .post_list.sidemenuRanking li:nth-child(-n + 3):before {
        content: "";
        width: 30px;
        height: 20px;
        background: url(../images/common/icon_ranking1.png);
        position: absolute;
        bottom: 101%; }
      .post_list.sidemenuRanking li:nth-child(2):before {
        background: url(../images/common/icon_ranking2.png); }
      .post_list.sidemenuRanking li:nth-child(3):before {
        background: url(../images/common/icon_ranking3.png); }

ul.post_list.news li {
  max-width: initial; }

.program_bg[style] .post_list li {
  width: 231px; }
  @media screen and (max-width: 768px) {
    .program_bg[style] .post_list li {
      width: 42vw !important; } }

@media screen and (max-width: 768px) {
  .sidemenuRanking_title {
    position: relative; }
    .sidemenuRanking_title:after {
      content: "Scrooll";
      position: absolute;
      bottom: 10px;
      right: 0;
      color: var(--global--color2);
      background: url(../images/common/icon_arrow.svg) no-repeat right bottom 4px;
      background-size: 15px;
      padding-right: 20px;
      font-size: 3.4666666667vw; } }

.post_list_img {
  height: 134px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .post_list_img {
      height: auto;
      margin-bottom: 10px; } }

.post_list_airtime {
  font-size: 14px;
  display: block; }
  @media screen and (max-width: 768px) {
    .post_list_airtime {
      font-size: 80%;
      display: -webkit-box !important;
      overflow: hidden;
      /* -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; */
      min-height: auto; } }

.post_list_text {
  padding: 0;
  display: block;
  word-break: break-all; }
  @media screen and (max-width: 768px) {
    .post_list_text {
      padding: 0; } }

.programlist_search01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px; }
  @media screen and (max-width: 768px) {
    .programlist_search01 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 3vw;
      gap: 6px 0; } }
  .programlist_search01 label {
    max-width: 320px;
    width: 100%;
    height: 53px;
    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;
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .programlist_search01 label {
        width: 29vw;
        height: 45px; } }

.programlist_search02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
  gap: 9.1px; }
  @media screen and (max-width: 768px) {
    .programlist_search02 {
      margin-bottom: 4vw;
      gap: 2vw; } }
  .programlist_search02 label {
    min-width: 117px;
    height: 40px;
    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;
    border-radius: 50px;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .programlist_search02 label {
        width: 21vw;
        min-width: inherit;
        padding: 10px 0; } }

.news .programlist_search {
  position: relative; }
  @media screen and (max-width: 768px) {
    .news .programlist_search:before {
      content: "Scrooll";
      position: absolute;
      bottom: 100%;
      right: 0;
      color: var(--global--color2);
      background: url(../images/common/icon_arrow.svg) no-repeat right bottom 4px;
      background-size: 15px;
      padding-right: 20px;
      font-size: 0.875rem; }
    .news .programlist_search .programlist_search02 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      word-break: keep-all;
      overflow: auto;
      margin: 0 -15px 6vw;
      padding-left: 15px; }
      .news .programlist_search .programlist_search02 label {
        width: auto;
        white-space: nowrap;
        padding: 10px 20px; } }

.news .post_list_text {
  padding: 0; }

.sns_list {
  gap: 20px 18.6px;
  margin-bottom: 30px !important;
  padding: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.sns_list > li {
  width: 236px;
  background: white; }
  @media screen and (max-width: 768px) {
    .sns_list > li {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin-bottom: 10px;
      padding: 10px 10px 70px; } }

.sns_list_img {
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .sns_list_img {
      height: 20vw; } }
  .sns_list_img img {
    max-height: 100%; }

.sns_list_text {
  padding: 20px;
  min-height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between; }
  @media screen and (max-width: 768px) {
    .sns_list_text {
      min-height: auto;
      padding: 0 0 0 10px; } }
  .sns_list_text [style*="margin"] {
    margin: 0 !important; }

.sns_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    .sns_list_link {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.sns_list_link li {
  max-width: 31px; }

.radio_title {
  background-image: url(../images/radio/bg_main.png); }

.mail_contact h2 {
  margin: 50px 0 0px;
  width: auto;
  background: none;
  color: var(--global--color2); }
  .mail_contact h2 .en {
    margin: 0; }

.mail_contact .mail_contact_icon {
  z-index: -1; }
  @media screen and (min-width: 769px) {
    .mail_contact .mail_contact_icon {
      position: absolute;
      right: 0;
      top: 0; } }
  @media screen and (max-width: 768px) {
    .mail_contact .mail_contact_icon {
      width: 35vw;
      margin: auto; } }

.news_title {
  background-image: url(../images/news/bg_main.png); }

.news .programlist_content {
  display: none; }

.news .programlist_content li {
  display: block; }

.wp-pagenavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .wp-pagenavi {
      margin-bottom: 30px; }
      .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
        display: none; } }
  .wp-pagenavi a, .wp-pagenavi span.current {
    border-color: var(--global--color2) !important;
    min-width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--global--color2); }
    @media screen and (max-width: 768px) {
      .wp-pagenavi a, .wp-pagenavi span.current {
        min-width: 11%;
        height: 40px;
        font-size: 10px; } }
  .wp-pagenavi span.current {
    background: var(--global--color2);
    color: white; }
  .wp-pagenavi span.extend,
  .wp-pagenavi span.pages {
    border: none;
    color: var(--global--color2); }
    @media screen and (max-width: 768px) {
      .wp-pagenavi span.extend,
      .wp-pagenavi span.pages {
        padding: 3px; } }

.news_featuredtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 18px;
  margin-bottom: 45px; }
  .news_featuredtop li {
    width: 236px; }

.wp-pagenavi span.pages {
  display: none; }

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  border: none;
  position: relative;
  color: white; }

.wp-pagenavi a.previouspostslink:before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 10px 10px 10px 0;
  border-right-color: var(--global--color2); }

.wp-pagenavi a.nextpostslink {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.wp-pagenavi a.nextpostslink:before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 10px 0px 10px 10px;
  border-left-color: var(--global--color2); }

.btn_news_link {
  margin-top: 94px;
  margin-bottom: 60px;
  background: url("../images/news/newslink_bg.png") center; }
  @media screen and (max-width: 768px) {
    .btn_news_link {
      padding: 20px 0 0;
      background-size: cover;
      margin-bottom: 20px;
      margin-top: 0px; } }
  @media screen and (min-width: 769px) {
    .btn_news_link > * {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 116px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.btn_news_linklogo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 255px;
  padding: 10px;
  background: #F8F8F8;
  margin-right: 17px;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .btn_news_linklogo {
      width: 50vw;
      display: block;
      margin-bottom: 10px;
      height: auto; } }

span.btn_news_linkdate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700; }
  @media screen and (min-width: 769px) {
    span.btn_news_linkdate {
      position: absolute;
      left: calc(100% + 19px);
      top: 20px; } }
  @media screen and (max-width: 768px) {
    span.btn_news_linkdate {
      padding: 0 9px;
      font-size: 0.9rem;
      display: block; } }

.btn_news_link_img {
  line-height: 0;
  margin: 0 -2.6vw;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .btn_news_link_img {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0; } }

.btn_news_link_content, .btn_news_link_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.btn_news_linktext a.wp-block-button__link {
  background: white;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 16px;
  -webkit-box-shadow: 3px 3px 6px #00000029;
  box-shadow: 3px 3px 6px #00000029; }
  @media screen and (min-width: 769px) {
    .btn_news_linktext a.wp-block-button__link {
      margin: 0 10px 0 0;
      width: 142px;
      min-height: 40px; } }
  .btn_news_linktext a.wp-block-button__link:hover {
    background: initial;
    border-color: white; }

.btn_news_link_content {
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .btn_news_link_content {
      position: absolute;
      top: 0px;
      right: 10px;
      width: 40vw;
      display: block; } }

ul.btn_news_link_sns li {
  line-height: 0; }

ul.btn_news_link_sns li + li {
  margin-left: 12px; }

@media screen and (min-width: 769px) {
  ul.btn_news_link_sns:before {
    font-family: 'Roboto', sans-serif;
    content: "公式SNS更新中！";
    color: white;
    position: absolute;
    top: -35px;
    font-weight: 700; } }

ul.btn_news_link_sns li {
  line-height: 0; }

.scoop_wrap {
  background: url("../images/news/scoop_bg.png") center;
  padding: 90px 0 57px; }
  @media screen and (max-width: 768px) {
    .scoop_wrap {
      padding: 55px 0px; } }

.scoop_wrap dl {
  border: 4px dashed #FFDC42;
  border-radius: 10px;
  background: #FFF7E0 0% 0% no-repeat padding-box;
  padding: 20px 45px; }
  @media screen and (max-width: 768px) {
    .scoop_wrap dl {
      border: 4px dashed #FFDC42;
      border-radius: 10px;
      font-size: 0.875rem;
      padding: 6vw 25px 0vw; } }

.scoop_wrap dt {
  mix-blend-mode: multiply;
  text-align: center;
  margin: -70px 0 40px; }
  @media screen and (max-width: 768px) {
    .scoop_wrap dt {
      margin: -11vw 0 5vw; } }

.scoop_text {
  max-width: 417px;
  line-height: 1.65; }

p {
  margin-bottom: 36px; }
  @media screen and (max-width: 768px) {
    p {
      margin-bottom: 20px; } }

.post_content {
  gap: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    .post_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .post_content h2 {
    width: 100%;
    margin-left: 0; }
  .post_content .side_title {
    border-bottom: 1px solid var(--global--color2);
    padding: 0 0 10px 10px; }
    @media screen and (max-width: 768px) {
      .post_content .side_title {
        padding-left: 0; } }

.sidebar {
  min-width: 300px; }
  @media screen and (min-width: 769px) {
    .sidebar {
      width: 300px; } }
  .sidebar p a:after {
    display: none; }

.youtube_wrap {
  position: relative;
  padding-bottom: 56.35%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .youtube_wrap {
      margin-bottom: 20px; } }

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 769px) {
  iframe.hatena-bookmark-button-frame {
    width: 24px !important;
    height: 24px !important; } }

@media screen and (min-width: 769px) {
  .archivedetaile,
  .singledetaile {
    width: 650px; } }

.article {
  margin-bottom: 80px;
}

.archivedetaile .post_list,
.singledetaile .post_list {
  gap: 40px 12.6px; }
  @media screen and (max-width: 768px) {
    .archivedetaile .post_list,
    .singledetaile .post_list {
      gap: 2%; } }
  .archivedetaile .post_list li,
  .singledetaile .post_list li {
    width: 153px; }
    @media screen and (max-width: 768px) {
      .archivedetaile .post_list li,
      .singledetaile .post_list li {
        width: 48%; } }
  .archivedetaile .post_list .thumbnail,
  .singledetaile .post_list .thumbnail {
    height: 94px; }

.single_title,
.under_h1,
.newsdetaile_title {
  font-size: 30px;
  font-weight: 700;
  border-left: 5px solid var(--global--color2);
  padding-left: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .single_title,
    .under_h1,
    .newsdetaile_title {
      font-size: 1.25rem; } }

.archivetitle2 {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 18px;
  background: #F4F4F4;
  color: inherit; }
  @media screen and (max-width: 768px) {
    .archivetitle2 {
      font-size: 1rem; } }

@media screen and (max-width: 768px) {
  .post_date {
    font-size: 14px; }
  .blog_cat_block {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; } }

.hashtag {
  font-size: 13px; }

.post_content_sns_follow {
  padding: 10px;
  text-align: center;
  background: url(../images/news/snsfollow_bg.png) center;
  color: white;
  padding: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .post_content_sns_follow {
      margin: 0 -15px 50px; } }
  .post_content_sns_follow dt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px; }
  .post_content_sns_follow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 19px 0 0 !important;
    list-style: none !important;
    padding: 0 !important; }

.side_categorylist {
  padding-left: 10px; }
  .side_categorylist:not(.news) {
    margin-bottom: 20px; }
  .side_categorylist ul {
    list-style: none !important;
    padding: 0 !important; }
  .side_categorylist a {
    border-bottom: 1px dashed #B7B7B7;
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 10px 10px 30px;
    position: relative; }
    .side_categorylist a:before {
      content: "";
      border: solid transparent;
      border-width: 5px 0 5px 5px;
      border-left-color: var(--global--color2);
      position: absolute;
      width: 0px;
      height: 0px;
      top: 0;
      left: 10px;
      bottom: 0;
      margin: auto; }
  @media screen and (max-width: 768px) {
    .side_categorylist.news ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 1rem 0;
      gap: 7px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .side_categorylist.news ul a {
        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;
        border-radius: 50px;
        padding: 10px 20px;
        height: 45px;
        min-width: inherit;
        border: 2px solid var(--global--color2);
        color: var(--global--color2);
        text-decoration: none; }
        .side_categorylist.news ul a.current {
          background: var(--global--color2);
          color: white; } }

.event_title {
  background: url(../images/event/bg_main.png) center; }

.application_title {
  background: url(../images/application/bg_main.png) center; }


.announcer_title {
  background: url(../images/announcer/bg_mainvisual.jpg) no-repeat center center; 
}
@media screen and (max-width: 768px) {
  .announcer_title {
    background: url(../images/announcer/bg_mainvisual.jpg) no-repeat center right -25vw;
    background-size: auto 100%; 
  } 
}


.announcer_list_wrap {
  background: url(../images/announcer/bg_top1.png), url(../images/announcer/bg_top2.png);
  background-repeat: no-repeat,repeat;
  background-position: top center,top 808px center;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .announcer_list_wrap {
      padding: 30px 0;
      background-position: left top;
      background-size: 170%,auto; } }

ul.announcer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 100px;
  max-width: 800px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    ul.announcer_list {
      gap: 0px; } }
  ul.announcer_list li {
    background: white; }
    @media screen and (min-width: 769px) {
      ul.announcer_list li {
        width: 350px; } }
    @media screen and (max-width: 768px) {
      ul.announcer_list li {
        margin-bottom: 10px; } }
  ul.announcer_list img {
    width: 100%; }
  ul.announcer_list a {
    text-decoration: none;
    color: initial;
    display: block; }
    @media screen and (max-width: 768px) {
      ul.announcer_list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 10px 10px 0; }
        ul.announcer_list a .announcer_list_img {
          width: 30vw; } }
  ul.announcer_list dl {
    padding: 20px 30px;
    font-size: 14px;
    min-height: 200px;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 768px) {
      ul.announcer_list dl {
        letter-spacing: 0.02em;
        font-size: 1rem;
        padding: 6px 0px 0 12px;
        min-height: auto;
        width: 56vw; } }
    ul.announcer_list dl dt {
      position: relative;
      font-size: 24px;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        ul.announcer_list dl dt {
          letter-spacing: 0.02em;
          font-size: 1.25rem;
          margin-bottom: 4px; }
          ul.announcer_list dl dt dd {
            font-size: .9em; } }
      ul.announcer_list dl dt:before, ul.announcer_list dl dt:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 16px;
        margin: auto;
        background: var(--global--color2);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      ul.announcer_list dl dt:before {
        width: 20px;
        height: 2px; }
      ul.announcer_list dl dt:after {
        height: 7px;
        width: 2px;
        -webkit-transform: rotate(-45deg) translate(2px, -6px);
        -ms-transform: rotate(-45deg) translate(2px, -6px);
        transform: rotate(-45deg) translate(2px, -6px); }
      ul.announcer_list dl dt .announcer_en {
        font-size: 14px;
        display: block;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          ul.announcer_list dl dt .announcer_en {
            font-size: 0.875rem;
            letter-spacing: 0; } }
    @media screen and (min-width: 769px) {
      ul.announcer_list dl dd {
        line-height: 2; } }

.announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile.png") center;
  padding: 13px 0 0; }
  @media screen and (max-width: 768px) {
    .announcer_detaile_main {
      padding: 7.3vw 0 !important;
      background-size: auto 100% !important; }
      .announcer_detaile_main br {
        display: none; } }
  .announcer_detaile_main .announcer_detaile_main_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 42vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, -18px);
    -ms-transform: translate(0px, -18px);
    transform: translate(0px, -18px);
    font-size: 38px;
    line-height: 59px; }
    @media screen and (max-width: 768px) {
      .announcer_detaile_main .announcer_detaile_main_text {
        font-size: 1.187rem;
        left: 15px;
        line-height: 1.6;
        width: 50vw;
        -webkit-transform: translate(0px, -1.2vw);
        -ms-transform: translate(0px, -1.2vw);
        transform: translate(0px, -1.2vw); } }
  .announcer_detaile_main .announcer_detaile_main_img {
    text-align: right;
    padding: 0px 64px 0;
    min-height: 500px;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .announcer_detaile_main .announcer_detaile_main_img {
        padding: 0;
        min-height: initial; }
        .announcer_detaile_main .announcer_detaile_main_img img {
          width: 40vw;
          margin: 0; } }

.postid-122417906 .announcer_detaile_main {
  padding: 40px 0 57px; }

.postid-122417905 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_higa.png") center; }

.postid-122417904 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_takubo.png") center; }

.postid-122417903 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_katano.png") center; }

.postid-122417902 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_yonamine.png") center; }

.postid-122417900 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_nakada.png") center; }

.postid-123190293 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_yonamine.png") center; }

.postid-123190295 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_nakamura.png") center; }
  @media screen and (max-width: 768px) {
    .postid-123190295 .announcer_detaile_main {
      background-position: left; } }

.postid-123228753 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_kamada.png") center; }

.postid-123247601 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_okino.png") center; }

.postid-123228754 .announcer_detaile_main {
  background: url("../images/announcer/bg_main_detaile_inamori.png") center; }
  @media screen and (max-width: 768px) {
    .postid-123228754 .announcer_detaile_main {
      background-position: left; } }

.announcer_detaile_info_wrap {
  background: url("../images/announcer/bg_main_detaile02.png") center;
  margin-bottom: 60px;
  padding: 0 0 1px; }
  @media screen and (max-width: 768px) {
    .announcer_detaile_info_wrap {
      margin-bottom: 8vw; } }
  .announcer_detaile_info_wrap .announcer_detaile_info {
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    transform: translateY(-47px);
    position: relative;
    background: white;
    padding: 49px 60px 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60.85px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px; }
    @media screen and (max-width: 768px) {
      .announcer_detaile_info_wrap .announcer_detaile_info {
        display: block;
        padding: 5vw;
        -webkit-transform: translateY(-5vw);
        -ms-transform: translateY(-5vw);
        transform: translateY(-5vw); } }
    .announcer_detaile_info_wrap .announcer_detaile_info:before {
      border-bottom: 5px solid var(--global--color2); }
    .announcer_detaile_info_wrap .announcer_detaile_info > dt {
      border-bottom: 1px solid #B7B7B7;
      font-size: 36px;
      max-width: 460px;
      width: 100%;
      padding-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      @media screen and (max-width: 768px) {
        .announcer_detaile_info_wrap .announcer_detaile_info > dt {
          font-size: 1.375rem; } }
      .announcer_detaile_info_wrap .announcer_detaile_info > dt .en {
        font-size: 17px;
        margin-left: 21px;
        letter-spacing: 0.03rem;
        -webkit-transform: translate(0px, -3px);
        -ms-transform: translate(0px, -3px);
        transform: translate(0px, -3px); }
        @media screen and (max-width: 768px) {
          .announcer_detaile_info_wrap .announcer_detaile_info > dt .en {
            font-size: 0.687rem; } }
    .announcer_detaile_info_wrap .announcer_detaile_info > dd li dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 7px; }
      .announcer_detaile_info_wrap .announcer_detaile_info > dd li dl dt {
        margin-right: 10px;
        word-break: keep-all; }

ul.announcer_program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  @media screen and (max-width: 768px) {
    ul.announcer_program_list {
      gap: 10px; } }
  ul.announcer_program_list li {
    width: 236px; }
    @media screen and (max-width: 768px) {
      ul.announcer_program_list li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        ul.announcer_program_list li .img {
          width: 43vw;
          display: block; } }
  ul.announcer_program_list img {
    width: 100%; }
  ul.announcer_program_list .txt {
    padding: 16px 19px;
    display: block;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      ul.announcer_program_list .txt {
        width: 47vw;
        padding: 0 0 0 2vw;
        font-size: 0.812rem; }
        ul.announcer_program_list .txt span:nth-child(1) {
          font-size: 1rem; } }
  ul.announcer_program_list a {
    text-decoration: none;
    color: initial; }
    @media screen and (max-width: 768px) {
      ul.announcer_program_list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.announcer_qa_title_img {
  width: 162px;
  margin: -40px 0px -20px -160px; }
  @media screen and (max-width: 768px) {
    .announcer_qa_title_img {
      width: 120px;
      display: block;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
      transform: translateX(-75%); } }

.announcer_qa_title_text .en {
  margin: 0; }

.announcer_qa {
  background: url(../images/announcer/bg_qa.png) center top;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .announcer_qa {
      padding-bottom: 6vw;
      margin-bottom: 8vw !important; } }
  .announcer_qa dl {
    background: white;
    padding: 60px 102px; }
    @media screen and (max-width: 768px) {
      .announcer_qa dl {
        padding: 6vw 6vw 1px; } }
  .announcer_qa dl > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .announcer_qa dt {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .announcer_qa dt:before, .announcer_qa dt:after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0px;
        width: 10px;
        height: 1px;
        margin: auto;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: var(--global--color2);
        z-index: 1; }
      .announcer_qa dt:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .announcer_qa dt.open:before, .announcer_qa dt.open:after {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
      .announcer_qa dt.open + dd {
        height: auto; } }
  .announcer_qa dd {
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .announcer_qa dd {
        margin-bottom: 7vw;
        height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; } }
  .announcer_qa .character_qa {
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .announcer_qa .character_qa {
        width: 11vw; } }
  .announcer_qa .announcer_q_text, .announcer_qa .announcer_a_text {
    max-width: 690px;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .announcer_qa .announcer_q_text, .announcer_qa .announcer_a_text {
        padding: 11px 15px !important;
        max-width: 64.5vw; } }
    .announcer_qa .announcer_q_text:before, .announcer_qa .announcer_a_text:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 6px 11px; }
      @media screen and (max-width: 768px) {
        .announcer_qa .announcer_q_text:before, .announcer_qa .announcer_a_text:before {
          border-width: 3px 6px;
          top: 13px; } }
  .announcer_qa .announcer_q_text {
    font-size: 18px;
    letter-spacing: 0.05rem;
    padding: 20px 43px;
    background: var(--global--color3); }
    @media screen and (max-width: 768px) {
      .announcer_qa .announcer_q_text {
        font-size: 1rem; } }
    .announcer_qa .announcer_q_text:before {
      border-right-color: var(--global--color3);
      right: 100%;
      top: 26px; }
  .announcer_qa .announcer_a_text {
    padding: 16px 40px;
    line-height: 1.9;
    background: #FFF7E1; }
    .announcer_qa .announcer_a_text:before {
      left: 100%;
      border-left-color: #FFF7E1;
      top: 34px; }
  .announcer_qa .announcer_a_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .announcer_qa .announcer_a_img {
        width: 11vw;
        height: 11vw; } }

.weather_title {
  background-image: url(../images/weather/bg_main.png); }

.weather_tab {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .weather_tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.weather_tab_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .weather_tab_bnr {
      overflow: auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: relative; } }
  .weather_tab_bnr input {
    display: none; }
  .weather_tab_bnr label {
    border: 2px solid var(--global--color4);
    width: 14.35%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .weather_tab_bnr label {
        width: 40vw;
        word-break: keep-all;
        padding: 10px 20px;
        height: 40px; } }
  .weather_tab_bnr label:not(:nth-of-type(1)) {
    border-left: none; }
  .weather_tab_bnr input:checked + label {
    background: var(--global--color4);
    color: white; }
  .weather_tab_bnr input:checked + label + .weather_tab_content {
    display: block; }

.weather_tab_content {
  display: none;
  width: 100%;
  line-height: 0; }
  .weather_tab_content img {
    width: 100%; }

.bnr_rbcapp {
  margin-bottom: 50px; }
  .bnr_rbcapp dt {
    margin-bottom: 10px; }

.archivedetaile .post_list.weather {
  gap: 20px; }
  .archivedetaile .post_list.weather li {
    width: 315px; }
    @media screen and (max-width: 768px) {
      .archivedetaile .post_list.weather li {
        width: 46%;
        width: initial;
        max-width: initial; } }
  .archivedetaile .post_list.weather li img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .archivedetaile .post_list.weather span {
      min-height: 3rem;
      display: block; } }

.corp_title {
  background-image: url(../images/corp/bg_main.png); }

.corp_news_list_wrap {
  padding: 60px 30px;
  position: relative;
  background: white; }
  @media screen and (max-width: 768px) {
    .corp_news_list_wrap {
      padding: 4vw 3vw; } }
  .corp_news_list_wrap:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: url(../images/common/title_bg.png) center; }
  .corp_news_list_wrap .corp_news_list {
    height: 400px;
    overflow: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .corp_news_list_wrap .corp_news_list {
        height: 200px; } }
    .corp_news_list_wrap .corp_news_list::-webkit-scrollbar {
      width: 10px; }
    .corp_news_list_wrap .corp_news_list::-webkit-scrollbar-track {
      background: #F4F4F4;
      border-radius: 5px; }
    .corp_news_list_wrap .corp_news_list::-webkit-scrollbar-thumb {
      background: #B7B7B7;
      border-radius: 5px; }

.corp_news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
  padding: 23px;
  text-decoration: none;
  color: initial;
  border-bottom: 1px solid #CFCFCF; }
  @media screen and (max-width: 768px) {
    .corp_news_list a {
      height: auto;
      padding: 10px 0; } }
  .corp_news_list a .txtlink {
    width: 100%; }
  .corp_news_list a .category {
    border-radius: 30px;
    background: #FF1A0A;
    margin-left: 10px; }

@media screen and (min-width: 769px) {
  .corp_menu dl {
    width: 460px; } }

.corp_menu dt {
  font-weight: 700;
  border-bottom: 1px solid var(--global--color2);
  padding: 0 0 8px 10px;
  margin-bottom: 19px; }
  @media screen and (max-width: 768px) {
    .corp_menu dt {
      padding: 0vw 0vw 1rem;
      margin-bottom: 1rem;
      position: relative;
      font-size: 1rem; } }

.corp_menu dd {
  position: relative;
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .corp_menu dd {
      padding-left: 0; } }

.corp_menu dd > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .corp_menu dd > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 200px; } }
  @media screen and (max-width: 768px) {
    .corp_menu dd > ul {
      margin-bottom: 10vw; } }
  .corp_menu dd > ul li a {
    padding-left: 15px;
    position: relative;
    color: initial;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    display: block; }
    @media screen and (max-width: 768px) {
      .corp_menu dd > ul li a {
        margin-bottom: 1px;
        padding: 17px 19px;
        border-bottom: 2px dotted #B7B7B7;
        font-size: 1rem; } }
    .corp_menu dd > ul li a:before {
      content: "";
      border: solid transparent;
      border-left-color: var(--global--color2);
      border-width: 4px 0 4px 5px;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

@media screen and (min-width: 769px) {
  .corp_menu dl:nth-child(1) li {
    width: 50%; } }

table {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    table {
      margin-bottom: 30px; } }

th {
  background: var(--global--color3);
  min-width: 11rem; }
  @media screen and (max-width: 768px) {
    th {
      min-width: 5rem; } }

th, td {
  padding: 20px;
  border: 1px solid #CFCFCF; }
  @media screen and (max-width: 768px) {
    th, td {
      padding: 10px !important; } }

.fadein {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important; }

.alma {
  margin-left: 0 !important; }

@media screen and (max-width: 768px) {
  .announcer_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    max-width: 320px; } }

.announcer_profile_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%; }

dl.announcer_profile_text {
  width: 159px;
  font-size: 12px;
  letter-spacing: 0; }
  dl.announcer_profile_text dt {
    background: #F4F4F4;
    padding: 10px;
    font-weight: 700;
    margin-block: 15px; }
  dl.announcer_profile_text ul {
    padding: 0 !important;
    list-style: none !important; }
  dl.announcer_profile_text li {
    margin-bottom: 10px; }

a {
  color: var(--global--color2); }

.bold {
  font-weight: 700; }

.announcer_backnumber select {
  width: 100%;
  height: 30px;
  border-color: #B7B7B7; }

ul.btn_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px !important;
  list-style: none !important;
  padding: 0 !important; }
  ul.btn_post li {
    width: 115px;
    text-align: center; }
  ul.btn_post a {
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 0 20px; }
  ul.btn_post li + li {
    border-left: 1px solid #CFCFCF; }
  ul.btn_post li.btn_post_previous a:before,
  ul.btn_post li.btn_post_next a:after {
    content: "";
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  ul.btn_post li.btn_post_previous a:before {
    border-width: 7px 7px 7px 0px;
    left: 0;
    border-right-color: var(--global--color2); }
  ul.btn_post li.btn_post_next a:after {
    border-width: 7px 0 7px 7px;
    right: 0;
    border-left-color: var(--global--color2); }

.single-tv_program h1,
.single-radio_program h1 {
  background: none;
  color: var(--global--color2);
  font-size: 30px;
  margin: 0 0 30px;
  font-weight: 700; }

.title_border {
  width: 100%;
  padding: 0 0 16px;
  margin: 0 0 40px;
  background: none;
  color: initial;
  border-bottom: 2px solid var(--global--color2); }

.single:not(.single-announcer) h2, .post-type-archive-sns h2,
.inner.under h2 {
  width: 100%;
  padding: 0 0 16px;
  margin: 40px 0;
  background: none;
  color: initial;
  font-size: 20px;
  border-bottom: 2px solid var(--global--color2); }
  @media screen and (max-width: 768px) {
    .single:not(.single-announcer) h2, .post-type-archive-sns h2,
    .inner.under h2 {
      font-size: 1.187rem; } }

.single:not(.single-announcer) h3, .post-type-archive-sns h3,
.inner.under h3 {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  margin: 16px 0; }
  .single:not(.single-announcer) h3:before, .post-type-archive-sns h3:before,
  .inner.under h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
    background: var(--global--color2);
    border-radius: 50%;
    margin: auto; }

.single:not(.single-announcer) h4, .post-type-archive-sns h4,
.inner.under h4 {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .single:not(.single-announcer) h4, .post-type-archive-sns h4,
    .inner.under h4 {
      font-size: 1rem; } }
  .single:not(.single-announcer) h4:before, .post-type-archive-sns h4:before,
  .inner.under h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--global--color2);
    border-radius: 20px; }

.single:not(.single-announcer) hr.wp-block-separator, .post-type-archive-sns hr.wp-block-separator,
.inner.under hr.wp-block-separator {
  border-color: var(--global--color2);
  border-width: 1px 0 0 0;
  margin: 0 0 40px;
  display: block; }

.single:not(.single-announcer) .wp-block-separator.is-style-wide, .post-type-archive-sns .wp-block-separator.is-style-wide,
.inner.under .wp-block-separator.is-style-wide {
  border-bottom-width: 0; }

.single:not(.single-announcer) .single_content ul, .single:not(.single-announcer) .article ul, .post-type-archive-sns .single_content ul,
.inner.under .single_content ul, .page .inner.under ul:not(.breadcrumbs) {
  list-style: inherit;
  padding: 0 0 10px 20px;
  margin-bottom: 20px; }

.single:not(.single-announcer) .single_content ol, .post-type-archive-sns .single_content ol,
.inner.under .single_content ol {
  list-style: auto;
  list-style-position: outside;
  padding-left: 1.2em;
  margin-bottom: 20px; }

.single:not(.single-announcer) .single_content ul.ul-style, .post-type-archive-sns .single_content ul.ul-style,
.inner.under .single_content ul.ul-style {
  margin-bottom: 20px;
  padding: 0; }
  .single:not(.single-announcer) .single_content ul.ul-style li, .post-type-archive-sns .single_content ul.ul-style li,
  .inner.under .single_content ul.ul-style li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
    list-style: none;
    background: url(../images/common/icon_list.svg) no-repeat top 7px left; }
  .single:not(.single-announcer) .single_content ul.ul-style.list_custom li, .post-type-archive-sns .single_content ul.ul-style.list_custom li,
  .inner.under .single_content ul.ul-style.list_custom li {
    background: none; }
    .single:not(.single-announcer) .single_content ul.ul-style.list_custom li span, .post-type-archive-sns .single_content ul.ul-style.list_custom li span,
    .inner.under .single_content ul.ul-style.list_custom li span {
      position: absolute;
      top: 7px;
      left: 0;
      line-height: 0; }

.single:not(.single-announcer) .single_content ol.ol-style, .post-type-archive-sns .single_content ol.ol-style,
.inner.under .single_content ol.ol-style {
  margin-bottom: 20px;
  padding: 0;
  counter-reset: list; }
  .single:not(.single-announcer) .single_content ol.ol-style li, .post-type-archive-sns .single_content ol.ol-style li,
  .inner.under .single_content ol.ol-style li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    counter-increment: list;
    list-style: none; }
    .single:not(.single-announcer) .single_content ol.ol-style li:before, .post-type-archive-sns .single_content ol.ol-style li:before,
    .inner.under .single_content ol.ol-style li:before {
      content: counter(list);
      position: absolute;
      left: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      background: var(--global--color2);
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: white;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .single:not(.single-announcer) .single_content ol.ol-style.list_custom li:before, .post-type-archive-sns .single_content ol.ol-style.list_custom li:before,
  .inner.under .single_content ol.ol-style.list_custom li:before {
    display: none; }
  .single:not(.single-announcer) .single_content ol.ol-style.list_custom span, .post-type-archive-sns .single_content ol.ol-style.list_custom span,
  .inner.under .single_content ol.ol-style.list_custom span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background: var(--global--color2);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .single:not(.single-announcer) .single_content ol.ol-style.list_custom span:before, .post-type-archive-sns .single_content ol.ol-style.list_custom span:before,
    .inner.under .single_content ol.ol-style.list_custom span:before {
      content: counter(list); }

.single:not(.single-announcer) .single_content table, .post-type-archive-sns .single_content table,
.inner.under .single_content table {
  width: 100%; }
  .single:not(.single-announcer) .single_content table thead th, .post-type-archive-sns .single_content table thead th,
  .inner.under .single_content table thead th {
    background: #B7B7B7;
    color: white; }
  .single:not(.single-announcer) .single_content table th, .single:not(.single-announcer) .single_content table td, .post-type-archive-sns .single_content table th, .post-type-archive-sns .single_content table td,
  .inner.under .single_content table th,
  .inner.under .single_content table td {
    padding: 20px; }
  .single:not(.single-announcer) .single_content table tr > *:nth-child(1), .single:not(.single-announcer) .single_content table tr > *:nth-child(1) + *, .post-type-archive-sns .single_content table tr > *:nth-child(1), .post-type-archive-sns .single_content table tr > *:nth-child(1) + *,
  .inner.under .single_content table tr > *:nth-child(1),
  .inner.under .single_content table tr > *:nth-child(1) + * {
    border-right-color: #E0E0E0; }

.sidebar_snsfollow {
  margin-bottom: 60px; }
  .sidebar_snsfollow dt {
    background-color: var(--global--color2);
    color: white;
    padding: 5px;
    letter-spacing: 0; }
  .sidebar_snsfollow dd {
    border: 1px solid #CFCFCF;
    border-top: none;
    padding: 10px; }
    .sidebar_snsfollow dd ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px;
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important; }

.single_content p,
.inner.under p {
  line-height: 1.8;
  margin-bottom: 20px; }
  .single_content p a,
  .inner.under p a {
    position: relative;
    margin-right: 25px; }
    .single_content p a:after,
    .inner.under p a:after {
      content: "";
      background: url(../images/common/icon_link.svg) no-repeat top 0px left;
      width: 8px;
      height: 12px;
      display: inline-block;
      margin-left: 5px; }
    .single_content p a[target="_blank"]:after,
    .inner.under p a[target="_blank"]:after {
      background: url(../images/common/icon_linkwin.svg) no-repeat top 0px left;
      right: -20px;
      width: 16px;
      height: 16px; }
    .single_content p a[href*=".jpg"]:after, .single_content p a[href*=".gif"]:after, .single_content p a[href*=".png"]:after, .single_content p a[href*=".pdf"]:after,
    .inner.under p a[href*=".jpg"]:after,
    .inner.under p a[href*=".gif"]:after,
    .inner.under p a[href*=".png"]:after,
    .inner.under p a[href*=".pdf"]:after {
      display: none; }

.single_content p, .single_content a,
.inner.under p,
.inner.under a {
  word-break: break-word; }

.page-id-122417335 th, .page-id-122417335 td {
  padding: initial;
  border: none;
  min-width: inherit; }

.page-id-122417335 .tabbtn {
  padding-left: 25px; }

.sns_share {
  text-align: center;
  font-size: 10px; }
  @media screen and (min-width: 769px) {
    .sns_share {
      position: absolute;
      top: 260px;
      margin-left: -64px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  @media screen and (max-width: 768px) {
    .sns_share {
      margin-bottom: 20px;
      margin-top: 30px; } }
  .sns_share.is-fixed {
    position: fixed;
    top: 70px; }
  .sns_share ul.icon_none {
    -webkit-box-shadow: 0 2px 10px #00000029;
    box-shadow: 0 2px 10px #00000029;
    background: white;
    border-radius: 30px;
    margin-top: 3px;
    position: relative;
    list-style: none !important;
    padding: 20px 10px !important; }
    @media screen and (max-width: 768px) {
      .sns_share ul.icon_none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        border-radius: 10px;
        padding: 25px 10px 5px !important; }
        .sns_share ul.icon_none li {
          margin: 0 !important; }
          .sns_share ul.icon_none li img {
            width: 40px;
            height: 40px; } }
    .sns_share ul.icon_none:before {
      content: "\005C シェア /";
      position: absolute;
      bottom: 101%;
      left: 0;
      right: 0;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .sns_share ul.icon_none:before {
          content: "\005C この記事をシェアする /";
          bottom: inherit;
          top: 4px; } }
    .sns_share ul.icon_none li + li {
      margin-top: 15px; }

.block_dlbox01 {
  margin-bottom: 59px; }

.block_dlbox01 dd {
  background: #FFF7E0;
  padding: 30px;
  border: 2px solid var(--global--color2);
  margin: -20px 0 0 0;
  line-height: 1.8; }

.block_dlbox01 dt {
  background: var(--global--color2);
  display: inline-block;
  padding: 10.3px;
  color: white;
  margin: 0 0 0px 29px;
  border-radius: 5px; }

.block_dlbox02 {
  margin-bottom: 59px; }

.block_dlbox02 dd {
  padding: 30px;
  border: 2px solid var(--global--color2);
  margin: -20px 0 0 0;
  line-height: 1.8; }

.block_dlbox02 dt {
  background: var(--global--color2);
  padding: 13px;
  color: white;
  text-align: center; }

.block_boxbdr01 {
  background: #FFF7E0;
  padding: 30px;
  border: 2px solid var(--global--color2);
  margin: 0px 0 60px;
  line-height: 1.8; }

.block_dlbox02 {
  margin-bottom: 55px; }

.block_dlbox02 dd {
  padding: 30px;
  border: 2px solid var(--global--color2);
  line-height: 1.8; }

.block_dlbox02 dt {
  /* background: var(--global--color2); */
  padding: 13px;
  color: white;
  border-radius: 5px;
  text-align: center; }

.block_boxbdr01 {
  background: #FFF7E0;
  padding: 30px;
  border: 2px solid var(--global--color2);
  margin: 0px 0 60px;
  line-height: 1.8; }

.block_boxbdr02 {
  background: #FFF7E0;
  padding: 30px;
  margin: 0px 0 67px;
  line-height: 1.8;
  position: relative; }

.block_boxbdr02 span {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px dashed var(--global--color2); }

.block_boxbg {
  background: var(--global--color2);
  color: white;
  padding: 30px;
  line-height: 1.8;
  margin-bottom: 60px; }

dl.block_dlbox03 {
  position: relative;
  padding: 28px 20px 20px;
  -webkit-box-shadow: 0 3px 3px #00000012;
  box-shadow: 0 3px 3px #00000012;
  margin-bottom: 60px;
  background: #FFF7E0; }

dl.block_dlbox03:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: url(../images/common/decoration_dl_box3.svg) no-repeat;
  height: 36px;
  margin: auto;
  width: 97px; }

dl.block_dlbox03 dt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 7px; }

dl.block_dlbox03 dd {
  font-size: 13px; }

.ribbontitle01 {
  display: block;
  position: relative;
  height: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 22px; }

.ribbontitle01:before {
  /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 0px;
  bottom: -13px;
  left: -22px;
  z-index: -0;
  border: 24px solid #D24116;
  border-width: 24px 24px 24px 14px;
  border-left-color: transparent; }

.ribbontitle01:after {
  /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 0px;
  bottom: -13px;
  right: -22px;
  z-index: -0;
  border: solid #D24116;
  border-width: 24px 14px 24px 24px;
  border-right-color: transparent; }

.ribbontitle01 span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  color: #FFF;
  background: var(--global--color2);
  min-width: 222px;
  z-index: 1;
  width: 100%; }

.ribbontitle01 span:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #B83108;
  /*左の折り返し部分*/
  z-index: -0; }

.ribbontitle01 span:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #B83108;
  /*右の折り返し部分*/
  z-index: -0; }

.ribbontitle02 {
  width: 100%; }

.ribbontitle02,
.rbcapp_free_box dt {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  background: var(--global--color2);
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 222px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px; }

.ribbontitle02:before, .ribbontitle02:after,
.rbcapp_free_box dt:before, .rbcapp_free_box dt:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1; }

.ribbontitle02:before,
.rbcapp_free_box dt:before {
  top: 0;
  right: 100%;
  border-width: 25px 0px 25px 15px;
  border-color: #ea572b #ea572b #ea572b transparent;
  border-style: solid; }

.ribbontitle02:after,
.rbcapp_free_box dt:after {
  top: 0;
  left: 100%;
  border-width: 25px 15px 25px 0px;
  border-color: #ea572b transparent #ea572b #ea572b;
  border-style: solid; }

.h3_custom_color span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: auto; }

.h4_custom_color span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 20px; }

.wp-block-group__inner-container {
  margin-bottom: 50px; }

.btn_inquiry01 a, .btn_inquiry02 a,
.btn_circle01 a, .btn_circle02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 25px;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 20px; }

.btn_inquiry02 a, .btn_circle02 a {
  border-radius: 5px; }

.btn_circle01 a, .btn_circle02 a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

i.fas.fa-envelope.fa-position-left {
  font-size: 22px; }

ul.block_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0px 0 30px;
  padding: 0 !important;
  gap: 1px; }

ul.block_submenu li {
  width: inherit;
  list-style: none; }

ul.block_submenu a {
  background: antiquewhite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px; }

.program_bg > * {
  background: #ffffffe6;
  overflow: hidden;
  padding-bottom: 20px; }

@media screen and (min-width: 769px) {
  .program_bg[style] > * {
    padding: 0px 10px 40px; } }

.program_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFF7E0;
  margin-bottom: 40px;
  gap: 20px; }
  .program_info dt {
    word-break: keep-all; }

a.non_icon_link {
  margin-right: 0 !important; }

a.non_icon_link:after {
  display: none !important; }

@media screen and (max-width: 768px) {
  .detaile {
    margin-bottom: 50px; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

.wp-block-embed iframe {
  width: 100%; }

p.wp-embed-heading {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3; }

iframe {
  max-width: 100%; }

.wp-block-gallery .single_content ul {
  padding-left: 0; }

.sns_title {
  background-image: url(../images/sns/bg_main.png); }

.rbcapp_title {
  background-image: url(../images/rbcapp/bg_main.png); }

.rbcapp_title .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media screen and (max-width: 768px) {
    .rbcapp_title .inner {
      width: 100%; } }

@media screen and (max-width: 768px) {
  img[src*="/sm.png"] {
    width: 70%;
    display: block;
    margin: 0 auto 60px; } }

dl.rbcapp_free {
  max-width: 496px;
  width: 100%; }

dl.rbcapp_free > dt {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 45px;
  color: #054B9F;
  font-weight: 700;
  margin: 13px 0 10px; }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free > dt {
      font-size: 1.875rem; } }

dl.rbcapp_free > dt span {
  position: absolute;
  top: -30px;
  text-align: center;
  color: initial;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free > dt span {
      font-size: 0.875rem; } }

dl.rbcapp_free dt img {
  margin-right: 10px; }

dl.rbcapp_free > dt span:before, dl.rbcapp_free > dt span:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -1px;
  width: 2px;
  background: black; }

dl.rbcapp_free > dt span:before {
  -webkit-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
  left: -14px; }

dl.rbcapp_free > dt span:after {
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  right: -14px; }

dl.rbcapp_free_box dt {
  max-width: 78%;
  margin: 0 auto -30px;
  color: white;
  display: block;
  font-size: 21px; }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free_box dt {
      font-size: 0.875rem; } }

dl.rbcapp_free_box dt span {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FE0001;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free_box dt span {
      width: 50px;
      height: 50px; } }

dl.rbcapp_free_box dd {
  padding: 40px 10px 10px;
  border-radius: 20px;
  background: #FFF5D8;
  margin-bottom: 10px; }
  dl.rbcapp_free_box dd ul {
    margin: auto;
    display: table; }
    @media screen and (min-width: 769px) {
      dl.rbcapp_free_box dd ul {
        width: 320px; } }
    dl.rbcapp_free_box dd ul li {
      font-size: 19px;
      font-weight: 700;
      position: relative;
      padding-left: 40px;
      margin-bottom: 13px; }
      @media screen and (max-width: 768px) {
        dl.rbcapp_free_box dd ul li {
          font-size: 0.75rem;
          padding-left: 30px; } }
      dl.rbcapp_free_box dd ul li:before {
        content: "";
        position: absolute;
        background: url(../images/rbcapp/icon_check.png) no-repeat;
        width: 33px;
        height: 33px;
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          dl.rbcapp_free_box dd ul li:before {
            width: 22px;
            height: 22px;
            background-size: 100%; } }

ul.app_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  ul.app_dl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px; }
  ul.app_dl dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      ul.app_dl dt {
        font-size: 0.812rem;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    ul.app_dl dd img {
      width: auto;
      height: 54px; } }

ul.app_picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    ul.app_picture {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 30px 0;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

ul.app_picture dt {
  color: var(--global--color2);
  margin-bottom: 10px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    ul.app_picture dt {
      font-size: 1rem; } }

dl.rbcapp_free02 > dt {
  position: relative;
  color: var(--global--color2);
  display: table;
  margin: 0 auto 34px;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free02 > dt {
      font-size: 1rem; } }
  dl.rbcapp_free02 > dt:before, dl.rbcapp_free02 > dt:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -1px;
    width: 2px;
    background: var(--global--color2); }
  dl.rbcapp_free02 > dt:before {
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
    left: -14px; }
  dl.rbcapp_free02 > dt:after {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    right: -14px; }

dl.rbcapp_free02 dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 23px;
  max-width: 657px;
  margin: auto;
  text-align: center; }
  dl.rbcapp_free02 dd ul li {
    width: 100%; }
  dl.rbcapp_free02 dd ul dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      dl.rbcapp_free02 dd ul dt {
        font-size: 0.812rem; } }
  @media screen and (max-width: 768px) {
    dl.rbcapp_free02 dd ul img {
      height: 49px; } }

.qr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 10px;
  margin-top: 20px;
  gap: 15px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .qr_box {
      display: none; } }

.qr_box_text {
  max-width: 165px;
  text-align: left; }

.list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  gap: 2%; }
  @media screen and (max-width: 768px) {
    .list_wrap {
      padding: 10px 0; } }

.list_wrap .list {
  width: 48%;
  border: 1px solid #ea572b70;
  margin-bottom: 20px;
  padding: 10px;
  position: relative; }

.list_wrap .list .list_inner {
  padding: 0 10px; }

.list_wrap .list .list_inner p {
  margin-bottom: 10px; }

h2.contact_list {
  margin: 0 0px 10px 0;
  width: auto;
  padding: 6px 10px;
  font-weight: normal; }

.list .btn_inquiry01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 25px;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 0; }

.list .btn_inquiry01 {
  margin: 15px 0; }

@media screen and (max-width: 768px) {
  .list_wrap {
    display: block; }
  .list_wrap .list {
    width: 100%; }
  .list .btn_inquiry01 a {
    padding: 5px 15px; } }

.latter p {
  display: inline-block;
  border: 1px solid #ea572b70;
  padding: 15px; }

.latter p span {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .tvchannel_table_scrall {
    overflow-x: scroll;
    margin-bottom: 40px; }
    .tvchannel_table_scrall table {
      width: 900px; } }

p.has-background {
  padding: 10px; }

.wp-block-gallery ul {
  padding: 0 !important; }

dl.contact_box dt {
  font-weight: 700;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding-top: 20px; }

dl.contact_box dd {
  margin-bottom: 20px; }

dl.contact_box input:not([type="radio"]), dl.contact_box textarea,
.umitonihon_contact input:not([type="radio"]):not([type="checkbox"]):not([name*="番号"]), .umitonihon_contact textarea {
  width: 100%;
  display: block;
  padding: 10px; }

.umitonihon_contact input {
  padding: 10px; }

dl.contact_box input[name*="tel"],
.umitonihon_contact input[name*="tel"] {
  width: auto;
  display: inherit; }

dl.contact_box label:hover {
  cursor: pointer;
  opacity: 0.8; }

.btn_contact input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 4.3rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 60px;
  border: none;
  font-size: 110%; }
  .btn_contact input:hover {
    cursor: pointer;
    opacity: 0.8; }

dl.contact_box select,
.umitonihon_contact select {
  padding: 10px;
  max-width: 100%; }

.inner_content {
  padding: 40px 0 50px; }

@media (max-width: 768px) {
  .inner_content {
    padding: 20px 0 30px; } }

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

.rdio_wave_list .list {
  width: 49%;
  margin-bottom: 20px;
  border: 1px solid #ea572b70;
  padding: 15px; }

.radio_wave_ttl {
  font-size: 1.2rem;
  font-weight: 700; }

.rdio_wave_list .list p {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .inner_content {
    padding: 20px 0 30px; }
  .rdio_wave_list {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .rdio_wave_list .list {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ea572b70;
    padding: 15px; }
  .archivedetaile {
    margin-bottom: 40px; }
  ul.corp_news_list {
    margin-bottom: 20px; } }

.none_style {
  background: none;
  font-size: 1em;
  padding: 0;
  color: #000;
  margin: 0;
  width: 100%;
  border: none; }

#JP_rbc_pc_all_footeroverlay,
#JP_rbc_sp_all_footeroverlay,
#JP_rbc_sp_top_rectangle_1st,
#JP_rbc_sp_top_rectangle_2nd,
#JP_rbc_sp_top_rectangle_3rd,
#JP_rbc_sp_article_underarticle_1st {
  background: #333; }

.program_inq_box {
  margin: 20px 0 50px; }

.wp-block-columns.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.icon_none::after {
  display: none !important; }

.warn iframe {
  width: 100%;
  height: 500px; }

.recruit_menu strong {
  width: 100%; }

.recruit_menu {
  text-align: center;
  border: none;
  padding: 10px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }

@media (max-width: 768px) {
  .recruit_menu .et_pb_module {
    width: 48%; }
    .recruit_menu .et_pb_module .secList {
      display: block !important;
      width: 100%; }
    .recruit_menu .et_pb_module a {
      font-size: 1rem !important; }
  ul.app_dl dt {
    letter-spacing: -0.2px; }
  dl.rbcapp_free02 dd ul dt {
    letter-spacing: 0.2px; }
  .bnr_rbcapp {
    text-align: center; } }

iframe#iframetyph {
  width: 100%;
  height: 310px; }

.cn-detail p {
  margin: 0; }

.icon_blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(../images/common/icon_linkwin.svg) no-repeat top 0px left; }

input,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #111; }

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 200px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select,
textarea,
input[type="text"],
input[type="email"] {
  border: solid 1px #666; }

dl.contact_box select,
.umitonihon_contact select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-right: 2em;
  background: url(../images/common/icon_arrow_down.svg) no-repeat right 10px center;
  background-size: 15px auto; }

.mwform-tel-field {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

dl.contact_box input[name*="tel"],
.umitonihon_contact input[name*="tel"] {
  width: 30%; }

.mw_wp_form .error {
  margin-top: 8px; }


.gallery-link-container{
  text-decoration: none;
  border: 1px solid #cdcdcd;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.single_content p.gallery-tuhmbnail,
.single_content p.gallery-info {
  margin-bottom: initial;
}
.gallery-info {
  padding: 12px;
}
.gallery-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .gallery-tuhmbnail {
    width: 28%;
  }
  .gallery-info {
    width: 72%;
  }
}

html {
  scroll-behavior: smooth;
}
h2[id], h3[id], h4[id]{
  scroll-margin-top: 80px;
}




