#scta {

}
#scta h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 2rem;
}
#scta .container_section {
    margin-bottom: 3rem;
}
#scta dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}
#scta dl dt {
    width: 21%;
    padding: 1.5em 1.5% 1.5em;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    background: #f8f8f8;
}
#scta dl dd {
    width: 73%;
    padding: 1.5em 1.5%;
    border-bottom: 1px solid #eee;
}
#scta .delivery_lst01 dt {
    padding: 0 0 0.5em 0;
    background: none;
    width: auto;
    border: none;
}
#scta .delivery_lst01 dd {
    padding: 0;
    width: auto;
    border: none;
}
#scta .delivery_lst01 dd ul {
    margin: 0.8em 0 1.4em;
    border: 1px solid #ccc;
    padding: 1em;
}
#scta .delivery_lst01 dd ul li {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
#scta .delivery_lst01 dd ul li:not(:last-child) {
    margin-bottom: 1em;
}
#scta .delivery_lst02 span {
    display: block;
    margin-top: 1em;
}
#scta .delivery_lst03 ul {
    margin-top: 1.25em;
}
#scta .delivery_lst03 .txt01 {
    text-indent: -1em;
    margin: 1.25em 0 0 1em;
}

@media screen and (max-width: 767px) {
    #scta .container_section {
        margin-bottom: 1.5rem;
    }
    #scta dl {
        display: block;
    }
    #scta dl dt {
        width: auto;
        padding: 0.5em 1.5% 0.5em;
        background: #f8f8f8;
        border: none;
    }
    #scta dl dd {
        width: auto;
        padding: 1em 0 2em;
        border: none;
    }

}
