@charset "utf-8";
/* CSS Document */
article.main {
    padding-top: 90px;
}
article.main section.title {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 0;
}
article.main section.title h1 {
    margin: 0.5em auto 0.5em;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 47px;
    font-weight: 900;
    color: #0c2666;
    position: relative;
    line-height: 1.4;
}
article.main section.title h1 small {
    display: block;
    font-size: 0.6em;
}
article.main section.title img {
    display: block;
    margin: auto;
}
section.contents {
    background: rgb(230 245 210);
    padding: 40px 20px;
}
section.contents article {
    max-width: 640px;
    margin: 0 auto 40px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
section.contents article h2 {
    background: #0c2666;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 25px;
    font-weight: 700;
}
section.contents article h2 mark {
    font-family: Oswald;
    font-size: 20px;
    line-height: 1;
    margin-right: 1%;
    background: #f643a2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}
section.contents article div.content {
    background: #fff;
    padding: 30px 50px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
section.contents article div.content p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}
section.contents article div.content figure {
    max-width: 480px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
section.contents article div.content figure figcaption {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.5em;
}
section.contents article div.content figure img {
    width: 100%;
}
section.contents article div.content span.red {
    color: #f643a2;
    font-weight: 700;
}
a.inline_link {
    display: inline-block;
    color: #f643a2;
    text-decoration: underline;
    font-weight: 700;
    margin-right: 0.5em;
}
#howto_movie nav.spacial_link{
    margin-top:20px;
}
#howto_movie nav.spacial_link img{
    width:100%;
    margin:auto;
}
#howto_movie nav.spacial_link p{
    display:block;
    text-align:center;
    margin-top:20px
}
#howto_movie nav.spacial_link a{
    display: block;
    background: var(--pink);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 50px;
    padding: 16px 0 18px;
    text-align: center;
    position: relative;
    line-height: 1;
    width:60%;
    margin:20px auto;
}
#howto_movie nav.spacial_link a::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
}
#howto_labo section.contents article div.content figure.livespecial figcaption{
    margin:20px;
    font-size:14px;
    line-height:1.4
}

/*page_zoom*/
#howto_zoom section.title {
    padding-bottom: 40px;
}
#howto_zoom section.title p {
    text-align: center;
    color: #0c3679;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}
#howto_zoom article.attention {
    background: none;
    max-width: 570px;
}
#howto_zoom article.attention h4 {
    color: #0c3679;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1em;
}
#howto_zoom article.attention p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
}
#howto_zoom article.attention nav {
    margin: 30px 0 0;
}
#howto_zoom article.attention nav p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #141871;
    margin-bottom: 0.5em
}
#howto_zoom article.attention nav a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background: #141871;
    padding: 10px;
    border-radius: 50px;
    line-height: 1.4;
    position: relative;
}
#howto_zoom article.attention nav a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
}
#pc_bnr {
    background: rgb(230 245 210);
    padding: 20px 20px;
    min-height: 100px;
}
#bnr nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#bnr nav a:nth-child(odd) {
    margin-right: 4%;
}
#bnr nav a {
    display: block;
    width: 48%;
    margin: 20px 0;
}
#bnr nav a img {
    width: 100%;
}
#sp_bnr{
    display:none;
}
@media screen and (min-width: 768px) {
    #howto_movie nav.spacial_link a:hover{
        opacity:0.8;
    }
}
@media screen and (max-width: 767px) {
    nav.breadcrumbs {
        flex-wrap: wrap;
    }
    article.main {
        padding-top: 24vw;
    }
    article.main section.title {
        padding: 0 4vw 0;
    }
    article.main section.title h1 {
        font-size: 7.5vw;
        position: relative;
    }
    article.main section.title img {
        width: 100%;
    }
    section.contents {
        padding: 6vw 4vw;
    }
    section.contents article {
        margin: 4vw auto 7vw;
        position: relative;
        border-radius: 2.5vw;
    }
    section.contents article h2 {
        padding: 3vw 0 3.5vw;
        border-top-left-radius: 2.5vw;
        border-top-right-radius: 2.5vw;
        font-size: 5.4vw;
    }
    section.contents article h2 span.num {
        font-size: 10vw;
        margin-right: 2%;
    }
    section.contents article h2 mark {
        font-size: 4vw;
        width: 6vw;
        height: 6vw;
        position: relative;
        bottom: -0.4vw;
    }
    section.contents article div.content {
        padding: 0 4vw 4vw;
    }
    section.contents article div.content p {
        font-size: 3.4vw;
        margin: 4vw 0;
    }
    section.contents article div.content figure {
        padding: 4vw 0;
    }
    section.contents article div.content figure figcaption {
        font-size: 3.6vw;
    }
    
    #howto_movie nav.spacial_link{
        margin-top:20px;
    }
    #howto_movie nav.spacial_link img{
        width:100%;
        margin:auto;
    }
    #howto_movie nav.spacial_link p{
        display:block;
        text-align:center;
        margin-top:20px
    }
    #howto_movie nav.spacial_link a{
        width: 70%;
        margin: 0 auto;
        padding: 3.5vw 0;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size:4vw
    }
    #howto_movie nav.spacial_link a::after {
        width: 3vw;
        height: 3vw;
        top: calc(50% - 1.5vw);
    }

    /*page_zoom*/
    #howto_zoom section.title {
        padding-bottom: 6vw;
    }
    #howto_zoom section.title p {
        font-size: 3.6vw;
    }
    #howto_zoom article.attention {
        margin-top:10vw
    }
    #howto_zoom article.attention h4 {
        font-size: 5.5vw;
        margin-bottom: 0.5em;
    }
    #howto_zoom article.attention p {
        font-size: 3.4vw;
    }
    #howto_zoom article.attention nav {
        margin: 6vw 0 0;
    }
    #howto_zoom article.attention nav p {
        font-size: 3.6vw;
    }
    #howto_zoom article.attention nav a {
        max-width: unset;
        width:80%;
        font-size: 3.6vw;
        padding: 2vw;
    }
    #howto_zoom article.attention nav a::after {
        content: '';
        width: 4vw;
        height: 4vw;
        right: 8%;
        top: calc(50% - 2vw);
    }
    /*bnr*/
    #pc_bnr {
        display: none;
    }
    #sp_bnr {
        display: block;
        width: 100%;
        z-index: 1000;
        padding: 0;
        margin-bottom: 0;
        position: sticky;
        bottom: 14vw;
        z-index: 400;
    }
    #sp_bnr a img {
        width: 100%;
    }
    body.bnr footer {
        padding-bottom: 10vw;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -22vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    body.bnr #pagetop{
        bottom:40vw;
    }
}