.guide .heading02 {
    margin-top: 0;
    color: #4ebe88;
}

.guide section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.guide section:first-of-type {
    padding-top: 20px;
}

.guide section:last-of-type {
    padding-bottom: 0;
}

.guide section:not(:last-of-type):after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #4ebe88;
    content: "";
}

.guide .content p strong {
    font-size: 18px;
}

.guide .content .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 0;
}

.guide .content .contact li {
    width: 100%;
    margin-right: 30px;
}

.guide .content .contact li:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .guide .content .contact li {
        width: auto;
        margin-bottom: 0;
    }
}

.guide .ordered-list > li:not(:last-of-type) {
    margin-bottom: 32px;
}

.guide .ordered-list > li > dl > dt {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}

.guide h4.icon {
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
}

.guide h4.icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
}

.guide .delivery-times h4.icon:before {
    background: url('/template/neonet20170511/images/help/guidance_icon_clock.png') no-repeat;
}

.guide .delivery-times ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guide .delivery-times ul li {
    width: 110px;
    padding: 4px 0;
    border: 1px solid #4EC18B;
    color: #4EC18B;
    text-align: center;
}

.guide .delivery-times ul li:not(:last-of-type) {
    margin-right: 8px;
}

.guide .shippings h4.icon:before {
    background: url('/template/neonet20170511/images/help/guidance_icon_box.png') no-repeat;
}

.guide .shippings dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 310px;
}

.guide .shippings dl dt {
    width: 70%;
    margin-bottom: 0;
    padding: 16px;
    border-top: 1px solid #ddd;
    font-weight: normal;
}

.guide .shippings dl dd {
    width: 30%;
    margin-bottom: 0;
    padding: 16px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.guide .shippings dl dt:last-of-type,
.guide .shippings dl dd:last-of-type {
    border-bottom: 1px solid #ddd;
}

.guide .payments h4.icon:before {
    background: url('/template/neonet20170511/images/help/guidance_icon_card.png') no-repeat;
}

.guide .returns-attention h4.icon:before {
    background: url('/template/neonet20170511/images/help/guidance_icon_attention.png') no-repeat;
}

.guide .receipt .ordered-list dt {
    margin-bottom: 0;
}

.guide .receipt .ordered-list dd {
    margin-bottom: 16px;
}

.guide .point dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 400px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    text-align: center;
}

.guide .point dl .head {
    font-weight: bold;
}

.guide .point dt {
    width: 50%;
    padding: 16px;
    border-right: 1px solid #ddd;
}

.guide .point dd {
    width: 50%;
    padding: 16px;
}

.guide .point dt:not(:last-of-type),
.guide .point dd:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 1025px) {
    .guide .point dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: 120px;
        border-right: none;
        border-left: none;
    }

    .guide .point dt {
        width: calc(100% / 6);
        padding-right: 0;
        padding-left: 0;
        border-bottom: 1px solid #ddd;
    }

    .guide .point dd {
        width: calc(100% / 6);
        padding-right: 0;
        padding-left: 0;
        border-bottom: none;
    }

    .guide .point dt:not(:last-of-type),
    .guide .point dd:not(:last-of-type) {
        border-right: 1px solid #ddd;
    }

    .guide .point dt:first-of-type,
    .guide .point dd:first-of-type,
    .guide .point dt:last-of-type {
        border-right: none;
    }

    .guide .point dd:not(:last-of-type) {
        border-bottom: none;
    }
}
