@charset "UTF-8";

.line_wrap {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
}

.line_L {
    width: 50%;
}

.line_R {
    width: 50%;
}

.line_ttl {
    color: #00b900;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.line_ttl_sub {
    text-align: center;
    font-size: 20px;
}

.line_btn {
    text-align: center;
    margin-top: 30px;
}

.line_btn a {
    background: #00b900;
    color: #fff;
    padding: 10px 50px;
}

.line_qr {
    text-align: center;
    /* height: 200px; */
}

.line_qr img {
    height: 130px;
}

.line_wrap {
    padding: 50px 0;
}

.line_btn a:hover {
    opacity: 0.6;
}