@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */

.merit {

}
figure + .merit {
    margin-top: 20px;
}
.merit li {
    width: 100%;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
.merit li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #005694;
}
.merit li p {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}
.merit li p span {
    color: #005694;
}

.strongWrap .accessories.option.flex li {
    width: 100%;
}
.strongWrap .accessories.option.flex li small {
    font-size: 90%;
}
.strongWrap .accessories li:before {
    top: 11px;
}

.head {
    font-size: 20px;
    line-height: 1.4;
    color: #005694;
    margin-bottom: 15px;
}
.merit + figure {
    margin-top: 30px;
}

/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 768px) {
.merit li {
    width: 100%;
}

.merit li p {
    font-size: 16px;
}
.head {
    font-size: 18px;
    margin-bottom: 10px;
}


}
