@charset "UTF-8";

/* ========== not RWD ========== */

html:not(.smartphone) .layout-header,
html:not(.smartphone) .layout-main,
html:not(.smartphone) .layout-footer {
    min-width: 1280px; margin: 0 auto;
}

/* ========== Common Setting ========== */
body {
    min-width: 970px;
}

.FullWidth {
    overflow: hidden;
}

/* ========== Common Setting ========== */
.lp-jumbotron {
    padding-top: 23px;
    background-color: #009be3;
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    width: 970px;
    margin: 0 auto;
}

.lp-jumbotron-body .of-order-01 {
    order: 1;
}

.lp-jumbotron-body .of-order-02 {
    order: 2;
}

.lp-jumbotron-body .of-order-03 {
    order: 3;
}

.lp-jumbotron-body p {
    margin-bottom: 0;
}

.lp-jumbotron .lp-textLead {
    text-align: center;
    margin-bottom: 0;
}

.lp-media {
    background-color: #f6f6f6;
}

.lp-media-body {
    width: 970px;
    margin: 0 auto;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    width: 720px;
    margin: 30px auto 0;
}

.lp-layout-container  > *:last-child {
    margin-bottom: 0;
}

.TandCHeading01 {
    color: #cc0000;
}

.TandCList.NoDisc li {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.33;
}
