@charset "utf-8";

.summary-wrap .top-txt {
    display: block; max-width: 970px; width: 100%; margin: 0 auto 70px;
    padding: 20px;
    font-size: 40px; font-weight: 600; word-break: keep-all; text-align: center; line-height: 54px;
    border: 10px solid #F2F2F2;
}

.summary-wrap article {
    display: flex; padding-left: 25px;
    flex-direction: column;
    row-gap: 50px;
}

.summary-wrap.summary-wrap dt {
    margin-bottom: 15px;
    font-size: 24px; font-weight: 600; line-height: 40px;
    position: relative;
}

.summary-wrap.summary-wrap dt::before {
    content: ""; display: block;
    width: 16px; height: 16px;
    position: absolute; left: 0; top: 50%;
    transform: translate(-25px, -50%);
    background: url("../images/sub/introduce/dots.svg") no-repeat center center;
}
.summary-wrap dd {
    display: flex;
    font-size: 20px; word-break: keep-all;
}
.summary-wrap dl.dots dd::before {padding-top: 4px;
    content: "•"; display: inline-block; width: 10px; margin-right: 5px;
    font-size: 13px;
}
.summary-wrap dd:nth-of-type(n+2) {
    margin-top: 12px;
}

.summary-wrap dd span {width: 17px;
    display: inline-block; margin-right: 5px;
}

@media screen and (max-width: 820px) and (min-height: 481px) {
    .summary-wrap .top-txt {
        font-size: 30px; padding: 20px 10px;
    }
}

@media screen and (max-width: 480px) {
    .summary-wrap .top-txt {
        font-size: 20px; line-height: 34px;
    }
}
@media screen and (max-width: 820px) {

    .summary-wrap.summary-wrap dt {
        margin-bottom: 15px;
        font-size: 20px; line-height: 26px;
    }
    .summary-wrap dd {
        line-height: 30px;
        font-size: 18px;
    }
    .summary-wrap dl.dots dd::before {padding-top: 0}
    .summary-wrap dd:nth-of-type(n+2) {
        margin-top: 30px;
    }
}