body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.btn {
    text-transform: none;
}

#logo {
    font-size: 22px;
    margin: 0px 13px; /* position-left: 7pxを考慮 */
}

#twitter_btn {
    background-color: #55acee;
    width: 231px;
    margin: 0 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-0 {
    margin-top: 0;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.col ol > li {
    padding-bottom: 5px;
}

table, td, th {
    border: 1px solid gray;
}

.checkout-alert {
    font-size: 11px;
}

.checkout-alert > a {
    font-size: 10px;
}

[v-cloak] {
    display:none;
}

ol.faq {
    list-style-type: none;
    padding-left: 25px;
}
