* {
  box-sizing: border-box;
}

@media screen and (min-width: 900px) {
  #contentsBox .tv_moshi_2024_body {
    font-size: 18px;
  }
  #contentsBox .tv_moshi_2024_body table {
    width: 960px;
  }
  #contentsBox .tv_moshi_2024_body table th {
    background-color: #346091;
    color: white;
    border: solid 1px #707070;
    text-align: left;
    padding: 10px;
    width: 20%;
  }
  #contentsBox .tv_moshi_2024_body table td {
    width: 80%;
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
    padding: 1em;
  }
  #contentsBox .tv_moshi_2024_body table td div .schedule-btn {
    background-color: #346091;
    border-radius: 2em;
    color: #fff;
    padding: 0.5em 3em;
    margin: 1em auto 0;
    display: block;
    text-align: center;
    width: 80%;
  }
  #contentsBox .tv_moshi_2024_body table td div .schedule-btn:nth-child(2) {
    margin: 1em auto 0;
  }
  #contentsBox .tv_moshi_2024_body table td div p.small {
    font-size: 0.8em;
    text-align: center;
  }
  #contentsBox .tv_moshi_2024_body section {
    margin: 0 0 3em 0;
  }
  #contentsBox .tv_moshi_2024_body section .bk-color {
    background-color: #BAE8E6;
    padding: 3vw 0;
  }
  #contentsBox .tv_moshi_2024_body section h2 {
    font-size: 40px;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download {
    position: relative;
    padding: 5px 1em 5px 1em;
    display: block;
    top: 0;
    color: #346091;
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:before,
  #contentsBox .tv_moshi_2024_body section h2.title-download:after {
    position: absolute;
    top: 0;
    content: "";
    width: 15px;
    height: 100%;
    display: inline-block;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:before {
    border-left: solid 1px #346091;
    border-top: solid 1px #346091;
    border-bottom: solid 1px #346091;
    left: 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:after {
    content: "";
    border-top: solid 1px #346091;
    border-right: solid 1px #346091;
    border-bottom: solid 1px #346091;
    right: 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #346091;
    margin: 0 0 3vw 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::before,
  #contentsBox .tv_moshi_2024_body section h2.title-other::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #346091;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::before {
    margin-right: 50px;
    transform: rotate(-35deg);
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::after {
    margin-left: 50px;
    transform: rotate(35deg);
  }
  #contentsBox .tv_moshi_2024_body section div.flex-block {
    display: flex;
    justify-content: space-evenly;
  }
  #contentsBox .tv_moshi_2024_body section div.flex-block p a {
    color: #fff;
    background-color: #346091;
    padding: 0.75em 3em;
    display: block;
    text-align: center;
    border-radius: 2em;
    margin: 2em 0;
  }
  #contentsBox .tv_moshi_2024_body section div.audio-box {
    width: 300px;
    margin: 2em auto;
  }
  #contentsBox .tv_moshi_2024_body section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15px;
  }
  #contentsBox .tv_moshi_2024_body section ul li {
    width: 97%;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
  }
  #contentsBox .tv_moshi_2024_body section ul li iframe {
    width: 100%;
    height: 100%;
  }
  #contentsBox .tv_moshi_2024_body section p a.download-btn {
    border: 2px solid #0052a5;
    transition: all 0.5s ease-in-out;
  }
  #contentsBox .tv_moshi_2024_body section p a.download-btn:hover {
    background: #ffffff;
    color: #0052a5 !important;
    opacity: 1;
    text-decoration: none;
    border: 2px solid #0052a5;
  }
  #contentsBox .tv_moshi_2024_body section .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }
  #contentsBox .tv_moshi_2024_body section .link_flyer a:hover {
    background: #0052a5;
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
  }
  #contentsBox .tv_moshi_2024_body section .bnr {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  #contentsBox .tv_moshi_2024_body {
    font-size: 18px;
  }
  #contentsBox .tv_moshi_2024_body table {
    width: 100%;
  }
  #contentsBox .tv_moshi_2024_body table th,
  #contentsBox .tv_moshi_2024_body table td {
    display: block;
    width: 100%;
  }
  #contentsBox .tv_moshi_2024_body table th {
    background-color: #346091;
    color: white;
    border: solid 1px #707070;
    text-align: left;
    padding: 10px;
  }
  #contentsBox .tv_moshi_2024_body table td {
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
    padding: 1em;
  }
  #contentsBox .tv_moshi_2024_body table td div .schedule-btn {
    background-color: #346091;
    border-radius: 2em;
    color: #fff;
    padding: 0.5em 2em;
    margin: 1em auto;
    display: block;
    text-align: center;
    width: 100%;
  }
  #contentsBox .tv_moshi_2024_body table td div .schedule-btn:nth-child(2) {
    margin: 1em auto 0;
  }
  #contentsBox .tv_moshi_2024_body table td div p.small {
    font-size: 0.8em;
    text-align: center;
  }
  #contentsBox .tv_moshi_2024_body section {
    margin: 0 0 2em 0;
  }
  #contentsBox .tv_moshi_2024_body section .bk-color {
    background-color: #BAE8E6;
    padding: 5vw 0;
  }
  #contentsBox .tv_moshi_2024_body section h2 {
    font-size: 20px;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download {
    position: relative;
    padding: 5px 1em 5px 1em;
    display: block;
    top: 0;
    color: #346091;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:before,
  #contentsBox .tv_moshi_2024_body section h2.title-download:after {
    position: absolute;
    top: 0;
    content: "";
    width: 15px;
    height: 100%;
    display: inline-block;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:before {
    border-left: solid 1px #346091;
    border-top: solid 1px #346091;
    border-bottom: solid 1px #346091;
    left: 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-download:after {
    content: "";
    border-top: solid 1px #346091;
    border-right: solid 1px #346091;
    border-bottom: solid 1px #346091;
    right: 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #346091;
    margin: 0 0 3vw 0;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::before,
  #contentsBox .tv_moshi_2024_body section h2.title-other::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #346091;
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::before {
    margin-right: 20px;
    transform: rotate(-35deg);
  }
  #contentsBox .tv_moshi_2024_body section h2.title-other::after {
    margin-left: 20px;
    transform: rotate(35deg);
  }
  #contentsBox .tv_moshi_2024_body section div.flex-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 1em 0;
  }
  #contentsBox .tv_moshi_2024_body section div.flex-block p a {
    color: #fff;
    background-color: #346091;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 2em;
    margin: 5px;
  }
  #contentsBox .tv_moshi_2024_body section div.audio-box {
    width: 300px;
    margin: 2em auto;
  }
  #contentsBox .tv_moshi_2024_body section ul {
    padding: 0 15px;
  }
  #contentsBox .tv_moshi_2024_body section ul li {
    width: 97%;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
  }
  #contentsBox .tv_moshi_2024_body section ul li iframe {
    width: 100%;
    height: 100%;
  }
  #contentsBox .tv_moshi_2024_body section p a.download-btn {
    border: 2px solid #0052a5;
    transition: all 0.5s ease-in-out;
  }
  #contentsBox .tv_moshi_2024_body section p a.download-btn:hover {
    background: #ffffff;
    color: #0052a5 !important;
    opacity: 1;
    text-decoration: none;
    border: 2px solid #0052a5;
  }
  #contentsBox .tv_moshi_2024_body section .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }
  #contentsBox .tv_moshi_2024_body section .link_flyer a:hover {
    background: #0052a5;
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
  }
  #contentsBox .tv_moshi_2024_body section .bnr {
    width: 80%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=20241207_top.css.map */