@charset "UTF-8";

/* margin-top */
.guide-1 .main .mt_1em {
    margin-top: 1em;
}
.guide-1 .main .mb_1em {
    margin-bottom: 1em;
}
.guide-1 .main .mb_20 {
    margin-bottom: 20px;
}
.guide-1 .main .mb_30 {
    margin-bottom: 30px;
}
.guide-1 .main .mb_50 {
    margin-bottom: 50px;
}

/* font-size */
.guide-1 .main .txt_small {
    font-size: 12px;
}

/* font-color */
.guide-1 .main .txt_red {
    color: #f00;
}

/* font-weight */
.guide-1 .main .txt_bold {
    font-weight: bold;
}

/* text-alighn */
.guide-1 .main .txt_right {
    text-align: right;
}

/* table */
.guide__section .guide-table {
    width: 100%;
}
.guide__section .guide-table th,
.guide__section .guide-table td {
    border-bottom: 1px solid #ece7e9;
    padding: 15px;
    text-align: center;
    font-size: 12px
}
.guide__section .guide-table th {
    font-weight: bold;
}
.guide__section .guide-table-left th,
.guide__section .guide-table-left td {
    text-align: left;
}
.guide__section .guide-table .guide-table-em {
    font-weight: bold;
    font-size: 14px;
}
.guide-table-M {
    width: 60%;
    margin-bottom: 30px;
}
.guide-table-M tr {
    border-bottom: 1px solid #ece7e9;
}
.guide-table-M th,
.guide-table-M td {
    padding: 15px 0;
    letter-spacing: .04em;
}
.guide-table-M th {
    font-size: 12px;
}
.guide-table-M td {
    font-size: 14px;
}

/* contents */
.guide__section .guide-text h4 {
    margin-bottom: 1.33em;
}
.guide__section .guide-text-holder h4,
.guide__section .guide-text-holder h5 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 14px;
}
.guide__section__box {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #f3edf0;
}
.guide-1 .guide .guide__section .guide__section__box h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}
.guide__section__box__link {
    margin-top: 15px;
}
.guide__section .guide__section__box__list {
    padding: 0;
    margin: 1em 0 25px 16px;
    list-style: disc;
    font-size: 14px;
}
.guide__section .guide__section__box__list li {
    list-style: disc;
}
.guide__section .caution-list {
    padding-left: 20px;
    margin-bottom: 30px;
}
.guide__section .caution-list-item {
    list-style: disc;
    letter-spacing: .06em;
    line-height: 2.0;
    font-size: 14px;
}
.guide__section .guide-list-gr {
    list-style: none;
    font-size: 14px;
}
.guide__section .guide-list-gr li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.6;
}
.guide__section .guide-list-gr li::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #eee;
}
.guide-postage-caption {
    display: flex;
    font-size: 14px;
    line-height: 2.0;
}
.guide-postage-caption dt {
    width: 5em;
    font-weight: bold;
}
.guide-postage-caption dd {
    width: calc(100% - 5em);
}

@media(max-width:768px) {
    .guide-1 .guide .guide__section .guide-text h4 {
        font-size: 14px;
    }
    .guide-table-M {
        width: 100%;
    }
}