.mv img {
    max-width: 45px;
}

.wrap {
    max-width: 840px;
}

.page_link {
    margin-bottom: 50px;
}

.page_link li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 70px;
}

.page_link li a {
    position: relative;
    letter-spacing: 2px;
}

.page_link li a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.page_link li a::after {
    content: "";
    width: 11px;
    height: 12px;
    background: url(../img/qa/arrow_under.svg) center / cover;
    position: absolute;
    top: 27%;
    right: -24px;
}

.qa_wrap {
    margin-bottom: 100px;
}

h2.title {
    font-size: 28px;
     margin-bottom: 40px;
     line-height: 1.6;
     padding: 150px 0 16px 0;
     border-bottom: 2px solid #222222;
     letter-spacing: 3px;
     margin-top: -150px;
}

dl dt {
    margin-bottom: 20px;
}

dl dt img {
    max-width: 25px;
    margin: 0 28px 0 5px;
    height: 35px;
}

dl dt p {
    width: calc(100% - 58px);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.8;
}

dl dd {
    padding-bottom: 28px;
    margin-bottom: 40px;
    background-image : linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 3px);  /* 幅2の線を作る */
    background-size: 3px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

dl dd img {
    display: block;
    max-width: 23px;
    margin: 0 28px 0 5px;
    height: 32px;
}

dl dd p {
    width: calc(100% - 56px);
    line-height: 1.6;
    letter-spacing: 2px;
}


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

    section {
        padding: 60px 0 80px;
        margin: 0 auto;
    }

    .page_link li {
        margin-right: 0;
        width: 100%;
    }

    .page_link li a::after {
        right: -20px;
    }

    h2.title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 30px;
        padding-top: 80px;
        margin-top: -100px;
    }

    dl dt img {
        margin: 0 20px 0 0;
    }

    dl dt p {
        width: calc(100% - 46px);
        line-height: 1.6;
        font-size: 16px;
    }

    dl dd img {
        margin: 0 20px 0 0;
    }
}