<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.none {
    display: none;
}

#contents {
    line-height: 1.8;
    max-width: 980px;
    padding-top: 0;
}

.content-box {
    font-size: 0;
    padding: 0;
    width: 100%;
}
.main {
    padding-top: 20px;
}
.main .inner img {
    display: block;
    margin: 0 auto;
}

.anchor {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    word-spacing: -1em;
}
.anchor li {
    display: inline-block;
    margin-right: 0.5%;
    vertical-align: top;
    width: calc((100% - 1.5%) / 4);
    word-spacing: normal;
}
.anchor li:nth-child(4n) {
    margin-right: 0;
}
.anchor li a {
    background: #4f6494;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 8px 0 6px;
    position: relative;
    text-align: center;
    width: 100%;
}
.anchor li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.anchor li a:after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    height: 8px;
    margin-top: -6px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateX(-50%) rotate(135deg);
    width: 8px;
}
.anchor li a span {
    display: inline-block;
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
}

.section {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    width: 100%;
}
.section ~ .section {
    margin-top: 50px;
}

.section .subttl {
    background: #e9ecf1;
    border-left: #2e3d64 8px solid;
    color: #2e3d64;
    margin-bottom: 20px;
    padding: 10px 18px;
    width: 100%;
}
.section .subttl span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 2px;
}
.section .youtube_box_wrap {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}
.section .youtube_box_wrap .youtube_box {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 2%;
    width: 50%;
}
.section .youtube_box_wrap .youtube_box .ttl {
    line-height: 1.3;
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -1em;
}

.section .comingnote {
    color: #4285f4;
    font-weight: bold;
}

.section.single01 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.section.single01 .youtube_box_wrap .youtube_box {
    padding: 0 2%;
    width: 100%;
}
#section01.section.single01 {
    margin-right: 2%;
}

/*----------SP----------*/

.winSP .nowrap {
    white-space: normal !important;
}

.winSP .anchor {
    font-size: 3.2vw;
}
.winSP .anchor li {
    margin-bottom: 0.5%;
    width: calc((100% - 0.5%) / 2);
}
.winSP .anchor li:nth-child(2n) {
    margin-right: 0;
}
.winSP .anchor li a:after {
    display: none;
}

.winSP .section {
    font-size: 4vw;
}
.winSP .section ~ .section {
    margin-top: 20px;
}

.winSP .section .subttl {
    margin-bottom: 10px;
    padding: 10px 18px;
}
.winSP .section .subttl span {
    font-size: 4vw;
}
.winSP .section .youtube_box_wrap {
    display: block;
    width: 100%;
}
.winSP .section .youtube_box_wrap .youtube_box {
    margin-bottom: 10px;
    width: 100%;
}

.winSP .section.single01 {
    width: 100%;
}
.winSP .section.single01 .youtube_box_wrap .youtube_box {
    width: 100%;
}
.winSP #section01.section.single01 {
    margin-right: 0;
}
</pre></body></html>