@charset "utf-8";

/*------------------------------------------------------------
    ◆読み込みHTML
    /index.html
------------------------------------------------------------*/

/* contents.css 上書き */
.contTitle_h3 {
    margin-top: 40px;
    padding: 8px 10px;
}
.contTitle_h3:first-of-type {
    margin-top: 20px;
}
.contTitle_h3 + .contTitle_h4 {
    margin-top: 20px;
}
@media print, screen and (min-width:770px) {
    .contTitle_h3 {
        margin-top: 60px;
        padding: 16px;
    }
}
.textCont_box .indentTextItem {
    text-indent: 0;
}

/* productList */
.productList {
    font-size: 1.4rem;
    line-height: 1.714;
    margin: 0 0 0 1.5em;
}
.productList > li {
    margin-top: 10px;
    list-style: disc;
}
.productListItem_child > li {
    position: relative;
    padding-left: 0.5em;
    margin-top: 5px;
}
.productListItem_child > li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
@media print, screen and (min-width:770px) {
    .productList {
        font-size: 1.6rem;
        line-height: 1.75;
    }
}