@charset "UTF-8";

/* CSS Document */
#line .inner {
    width: 1000px;
    margin: 30px auto;
    max-width: 95%;
}

#line .intro .inner {
    width: 83%;
    margin: 0px auto;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#line .intro .inner div.img {
    width: 30%;
}

#line .intro .inner div.img img {
    width: 98%;
}

#line .intro .inner div.txt {
    width: 68%;
    padding-left: 2%;
}

#line .intro .inner div.txt p {
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 160%;
}

#line .intro .inner div.txt p span {
    font-size: 78%;
    color: #e20013;
}

#line h2 {
    padding: 15px 20px;
    background: #00b900;
    border-radius: 10px;
    font-size: 242%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

#line h2.app {
    background: #3e85d4;
}

#line h2 span.step {
    margin-right: 20px;
    font-size: 80%;
    color: #ffef00;
    font-weight: bold;
}

#line h2 span.step span {
    font-size: 140%;
    color: #ffef00;
    font-weight: bold;
}

#line h2 span.txt {
    margin-left: 10px;
    font-size: 50%;
    color: #fff;
}

#line .step01 {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px 80px 0px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}

#line .step01 .left,
#line .step01 .right {
    width: calc(50% - 40px - 10px);
    padding: 20px;
    border-radius: 10px;
    background: #fffa67;
    overflow: hidden;
}

#line .left h3 {
    padding: 0;
}

#line .step01 h3 {
    margin-bottom: 10px;
    text-align: center;
    background-color: #fffa67;
}

#line .step01 h3 img {
    width: auto;
    height: 40px;
}


#line .step01 h4 {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 8px 0px;
    border-radius: 10px;
    background: #00b900;
    border-radius: 5px;
    font-size: 170%;
    text-align: center;
    color: #fff;
}

#line .step01 p.txt {
    height: 70px;
    margin-bottom: 20px;
    font-size: 130%;
}

#line .step01 p.img {
    text-align: center;
}

#line .step01 .line_qr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#line .step01 .qr_img {
    text-align: center;
    width: calc((100% - 20px)/2);
}

#line .step01 .line_qr p {
    margin-bottom: 10px;
}

#line .step01 .line_qr img {
    width: 100%;
}

#line .step01 .line_link {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#line .step01 .line_link_img {
    text-align: center;
    width: 100%;
}

#line .step01 .line_link_img p {
    margin-bottom: 10px;
}

#line .step01 .line_link_img img {
    width: 70%;
}

#line .step_block {
    padding: 20px 0px 40px 0px;
}

#line .step_block ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

#line .step_block ul li {
    width: 50%;
    margin-bottom: 20px;
}

#line .step_block ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#line .step_block div.movie {
    text-align: center;
}

#line .step02 {
    padding: 20px 0px 80px 0px;
}

#line .step02 ul {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#line .step02 ul li {
    width: 50%;
    margin-bottom: 20px;
}

#line .step02 ul li img {
    width: 90%;
}

#line .step02 div.movie {
    text-align: center;
}

#line .step03 .inner {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#line .step03 .inner div.img {
    width: 30%;
}

#line .step03 .inner div.txt {
    width: 65%;
    padding-left: 2%;
}

#line .step03 .inner div.txt p {
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 160%;
}

#line .step03 .inner div.txt p span {
    font-size: 78%;
    color: #e20013;
}

#line .bnr_reserve {
    text-align: center;
    margin-bottom: 70px;
}

#line ul.btn {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    text-align: center;
    display: flex;
    gap: 10px;
}

#line ul.btn li {
    width: 100%;
    margin-bottom: 30px;
}

#line ul.btn li img {
    width: auto;
}

#line #paper,
#digital {
    margin-top: -160px;
    padding-top: 160px;
}

@media screen and (max-width: 960px) {
    #line .main img {
        width: 100%;
    }

    #line .intro .inner {
        width: 80%;
        margin: 0px auto;
        padding: 30px 0px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #line .intro .inner div.img {
        width: 60%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    #line .intro .inner div.img img {
        width: 100%;
    }

    #line .intro .inner div.txt {
        width: 100%;
        padding-left: 0%;
    }

    #line .intro .inner div.txt p {
        margin-bottom: 15px;
        font-size: 110%;
        line-height: 160%;
    }

    #line .intro .inner div.txt p span {
        font-size: 78%;
        color: #e20013;
    }



    #line h2 {
        padding: 15px 20px;
        background: #00b900;
        font-size: 160%;
        line-height: 120%;
        color: #fff;
        text-align: center;
    }

    #line h2 span.step {
        margin-right: 20px;
        font-size: 80%;
        color: #ffef00;
        font-weight: bold;
        line-height: 1.3;
    }

    #line h2 span.step span {
        font-size: 140%;
        color: #ffef00;
    }

    #line h2 span.txt {
        font-size: 60%;
        color: #fff;
    }

    #line h2.app {
        background: #3e85d4;
    }

    #line .step01 {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #line .step01 .left,
    #line .step01 .right {
        width: calc(100% - 40px - 0px);
        margin-bottom: 30px;
        padding: 20px;
        border-radius: 10px;
        background: #fffa67;
        overflow: hidden;
        height: auto;
    }

    #line .step01 h3 {
        margin-bottom: 10px;
        text-align: center;
    }

    #line .step01 h3 img {
        width: auto;
        height: 30px;
    }

    #line .step01 h4 {
        width: 80%;
        margin: 0px auto;
        margin-bottom: 10px;
        padding: 8px 0px;
        border-radius: 10px;
        background: #00b900;
        border-radius: 5px;
        font-size: 160%;
        text-align: center;
        color: #fff;
    }

    #line .step01 p.txt {
        margin-bottom: 20px;
        font-size: 130%;
        text-align: left;
    }

    #line .step01 p.img {
        text-align: center;
    }

    #line .step_block {
        padding: 20px 0px 40px 0px;
    }

    #line .step_block ul {
        width: 100%;
        margin: 0px auto;

    }

    #line .step_block ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    #line .step_block ul li img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #line .step_block div.movie {
        text-align: center;
    }

    #line .step02 {
        padding: 20px 0px 80px 0px;
    }

    #line .step02 ul {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #line .step02 ul li {
        width: 95%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    #line .step02 ul li img {
        width: 100%;
    }

    #line .step02 div.movie {
        width: 80%;
        margin: 0px auto;
        text-align: center;
    }

    #line .movie_youtube {
        width: 100%;
    }

    #line .movie_youtube iframe {
        max-width: 100%;
    }

    #line .step03 .inner {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 60px 0px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #line .step03 .inner div.img {
        width: 60%;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    #line .step03 .inner div.txt {
        width: 100%;
        padding-left: 2%;
    }

    #line .step03 .inner div.txt p {
        margin-bottom: 15px;
        font-size: 110%;
        line-height: 150%;
    }

    #line .step03 .inner div.txt p span {
        font-size: 78%;
        color: #e20013;
    }

    #line .bnr_reserve {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 70px;
    }

    #line .bnr_reserve li {
        margin-bottom: 30px;
    }

    #line .bnr_reserve img {
        width: 100%;
    }

    #line ul.btn {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 10px 0px;
        text-align: center;
    }

    #line ul.btn li {
        margin-bottom: 30px;
    }

    #line ul.btn li img {
        width: 100%;
    }


}