@charset "utf-8";

.p-sec {
    padding: .6rem .4rem;
    border-radius: .3rem;
    background: #fff;
    display: grid;
    gap: .4rem;
}

.p-sec__conts {
    display: grid;
    gap: .3rem;
}

.p-sec__conts:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: .4rem;
}

.p-sec__conts-txtbox {
    display: grid;
    gap: .1rem;
}

.p-sec__conts-txtbox ul li {
    text-indent: -1em;
    padding-left: 1em;
}

@media only screen and (max-width: 1024px) {}