@charset "Shift_JIS";

.sponly {
    display: none;
}

a.link__txt {
    color: #29abe2;
    font-weight: bold;
    text-decoration: underline;
}

a.link__txt:hover {
    text-decoration: none;
}

.section_title.indent_pc {
    padding-left: 7em;
    text-indent: -6.5em;
}

.about_jmb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about_jmb > p {
    width: calc(100% - 230px);
}
.mileage_accumulate {
    background-color: #bbd6e8;
    display: flex;
    padding: 20px;
}
.mileage_accumulate dl {
    padding: 10px;
    flex: 1;
}
.mileage_accumulate dt {
    color: #1f78b4;
}
.mileage_exchange {
    background-color: #f6d8d7;
    display: flex;
    padding: 20px;
}
.mileage_exchange dl {
    padding: 10px;
    flex: 1;
}
.mileage_exchange dt {
    color: #f34843;
}
.mile_tp {
    background-color: #eef0ee;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
}
.exchange_image {
    padding-right: 30px;
}
.link_arrow:before {
    content: url("/myjtb/common/tp/images/link_arrow.gif");
    vertical-align: top;
    margin-right: .5em;
}
