.c-transactions-act__tr {
    padding: 20px 0 4px;
    border-bottom: none;
}

.c-transactions-act-list {
    padding-top: 12px;
    font-size: 13px
}

.c-transactions-act-list li:not(:1last-child) {
    margin-bottom: 6px;
}

.transactions-act_li {
    padding-left: 1em;
    text-indent: -1em;
}

.transactions-act_li:before {
    content: "¢¨";
}

.transactions-act__link {
    font-weight: bold;
}

.u-contents {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px;
} 

.l-main {
    padding-top: 0;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px !important;
    color: #475149;
    padding-top: 10px !important;
}

.c-ttl-second {
    margin-bottom: 15px;
    color: #8B4348;
    font-size: 20px;
    letter-spacing: 0.12em;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4 {
    line-height: 1;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', sans-serif;
}

p, span, li {
    letter-spacing: .12em;
    margin: 0;
    padding: 0;
}

p, li, div {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', sans-serif;
    font-size: 16px;
}

img {
    width: 100%;
    vertical-align: top;
}

h3.c-tbl-list__th {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: .05em;
}

.c-tbl-list {
    border-top: 1px solid #8B4348 !important;
}

#payment .c-tbl-list__th {
    width: 100%;
}

.c-tbl-list__tr {
    border: none !important;
    padding: 20px 0 0;
}

#delivery h3.c-tbl-list__th, #payment h3.c-tbl-list__th {
    font-weight: normal !important;
}

#delivery .c-tbl-list__tr, #payment .c-tbl-list__tr {
    padding: 0px 0 0;
}

#delivery .c-tbl-list__tr:first-child, #payment .c-tbl-list__tr:first-child {
    padding: 20px 0 0;
}

@media screen and (max-width:1200px) {

    .l-main {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    #delivery h3.c-tbl-list__th, #payment h3.c-tbl-list__th {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:750px) {
    .c-ttl-second {
        font-size: 24px;
    }

    #delivery .c-tbl-list__td {
        display: none;
    }

    .c-tbl-list__td {
        font-size: 14px;
    }

    #payment .c-tbl-list__td {
        display: none;
    }

    #delivery .c-tbl-list__td {
        display: none;
    }
    
    .u-contents {
        margin-bottom: 30px;
    }

    .c-ttl-second {
        font-size: 20px;
        letter-spacing: .12em;
        font-weight: 600;
    }
}