@charset "UTF-8";
.mod-goods1-footer {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.mod-specIcon2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #fff !important;
    width: 49%;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #757575 !important;
    padding: 3px 0;
    border: 1px solid #949494 !important;
}
.mod-specIcon2-text1 {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
}
.mod-specIcon2-text2 {
    font-size: 14px;
    font-size: 1.4rem;
}

.c-link-block__item__title.c-block_mod{
    order: 1;
    margin-top: 0;
    margin-bottom: 12px;
}
.c-link-block__item__title.c-block_mod span::after{
    margin-left: 0.88em;
}

@media screen and (max-width: 519px) {
    .mod-specIcon2 {
        min-width: 48%;
        margin-right: 0;
    }
    .mod-specIcon2-text2 {
        font-size: 12px;
        font-size: 1.2rem;
    }
}