@charset "UTF-8";

.contents {
    margin-bottom: 20px;
}

.contents-wrap {
    margin-bottom: 60px;
}

/* link */

.contents-wrap a {
    color: #0064c6;
}

.contents-wrap a:link {
    overflow: hidden;
    outline: none;
    color: #0064c6;
    text-decoration: none;
}

.contents-wrap a:visited {
    overflow: hidden;
    outline: none;
    color: #0064c6;
    text-decoration: none;
}

.contents-wrap a:hover {
    overflow: hidden;
    outline: none;
    color: #0064c6;
    text-decoration: none;
    opacity: 0.7;
}

.contents-wrap a:active {
    overflow: hidden;
    outline: none;
    color: #0064c6;
    text-decoration: none;
    opacity: 0.7;
}

/*タイトル*/
.page .h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-red);
    text-align: center;
    border: solid 1px var(--color-red);
    margin: 10px 0 4px;
    padding: 10px 6px;
    line-height: 1.3;
}

.page .h2 {
    font-size: 1.6rem;
    color: var(--color-red);
    font-weight: 700;
    text-align: center;
    margin: 25px 0;
    line-height: 1.3;
}

.page .h3 {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: solid 1px #222;
    line-height: 1.3;
    display: inline-block;
}


.page .overview {
    background-color: #ebebf0;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2px 5px;
}

/*本文*/

p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 30px;
}

p.last {
    margin-bottom: 0;
}

.data {
    text-align: right;
    font-size: 1.0rem;
    margin-bottom: 25px;
}

.note {
    font-size: 1.0rem;
    line-height: 1.1;
    padding: 5px 0 30px;

}

.movie-note {
    font-size: 1.0rem;
    line-height: 1.1;
    text-align: center;
    padding: 0 0 30px;

}

.main {
    margin-bottom: 20px;
}

.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;
}

video.vid_main {
    width: 100%;
    max-width: 970px;
}

.article_advertising {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.link_url {
    font-size: 1.0rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.link_url a {
    overflow-wrap: anywhere;
}

@media (min-width: 768px) {

    /*タイトル*/
    .page .h1 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 20px 0 4px;
        padding: 25px;

    }

    .page .h2 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 40px 0;
    }

    .page .h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        padding-bottom: 2px;
        line-height: 1.3;
    }

    .page .overview {
        background-color: #ebebf0;
        font-size: 1.5rem;
        padding: 4px 5px;
    }

    /*本文*/

    p {
        font-size: 1.4rem;
    }

    .data {
        font-size: 1.4rem;
    }

    .note {
        font-size: 1.2rem;
    }

    .movie-note {
        font-size: 1.2rem;
    }

    .vid_contents {
        width: 80%;
    }

    .article_advertising {
        font-size: 1.4rem;
    }

    .link_url {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

@media (min-width: 992px) {

    /*タイトル*/
    .page .h1 {
        font-size: 3.4rem;
        line-height: 1.8;
        margin: 20px 0 10px;
        padding: 35px 20px;
        font-weight: 700;

    }

    .page .h2 {
        font-size: 3.4rem;
        line-height: 1.5;
        margin: 40px 0;
        font-weight: 700;
    }

    .page .h3 {
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .page .overview {
        font-size: 2.4rem;
        padding: 4px 10px;
        font-weight: 700;
    }

    /*本文*/

    p {
        font-size: 1.7rem;
        line-height: 1.8;
        margin-bottom: 50px;
    }

    p.last {
        margin-bottom: 50px;
    }

    .data {
        font-size: 1.7rem;
        margin-bottom: 60px;
    }

    .note {
        font-size: 1.4rem;
        padding: 8px 0 50px;
    }

    .note.note-last {
        padding-bottom: 90px;
    }

    .movie-note {
        font-size: 1.8rem;
        padding: 0 0 60px;
    }

    .main {
        margin-bottom: 45px;
    }

    .vid_contents {
        width: 100%;
    }

    .article_advertising {
        font-size: 1.7rem;
        margin: -15px 0 65px;
    }

    .link_url {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: -20px 0 50px;
    }

}

@media (min-width: 1200px) {

    /*タイトル*/
    .page .h1 {
        font-size: 4.0rem;
    }

    .page .h2 {
        font-size: 4.0rem;
        margin: 70px 0;
    }

    .page .h3 {
        font-size: 2.6rem;
        margin-bottom: 15px;
    }

    /*本文*/

    .article_advertising {
        font-size: 1.7rem;
        margin: -15px 0 65px;
    }

    .note {
        font-size: 1.5rem;
    }

    .link_url {
        font-size: 1.5rem;
    }
}