/**************
リンクマーク付ボタン
**************/

.button-link-center {
    display: flex;
    justify-content: center;
}

.linkmark-linkW {
    width: 35px;
    margin-left: 10px;
}

.button-container-BlackToRed-linkW {
    filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(60%) contrast(100%);
    width: 280px;
    text-align: center;
    padding: 10px 5px;
    border: solid;
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
    display: flex;
    justify-content: center;
    transition: .4s ease-in-out;
}

.button-container-BlackToRed-linkW:hover {
    border-color: #FF4218;
    background-color: #FF4218;
    filter: none;
    transition-duration: .3s;
}

.lb-topbottomSpace {
    margin-top: 80px;
    margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
    .lb-topbottomSpace {
        margin-top: 40px;
        margin-bottom: 80px;
    }
}

/**************
リンクマーク付ボタン 終
**************/


.explain-title {
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
    margin-right: 10px;
    width: 300px;
}

.explain-titleEN::before {
    content: '-';
}

.borderTop {
    border-top: solid 1px;
    padding-top: 40px;
}

.explain-card {
    display: flex;
    margin-top: 40px;
    border-bottom: solid 1px;
    padding-bottom: 120px;
}

.explain-text {
    width: 1000px;
}

/* ヒアリングシート・提案書のところqa-p(Q&AとProposal) */
/* .qa-p-wrap {
    margin-bottom: 120px;
} */

.bgcf8 {
    background-color: #f8f8f8;
    padding-bottom: 80px;
}

.explain-title-qa-p,
.explain-title-qa-pEN {
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
}

.explain-title-qa-pEN::before {
    content: '-';
}

.explain-card-qa-p {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* f8のところここまで */

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

    .explain-title,
    .explain-title-qa-p,
    .explain-title-qa-pEN {
        font-size: 16px;
    }
}

@media screen and (max-width: 780px) {
    .explain-card {
        flex-direction: column;
    }

    .explain-title {
        width: auto;
    }

    .explain-text {
        margin-left: 0;
        margin-top: 40px;
        width: auto;
    }

    .explain-card-qa-p {
        flex-direction: column;
        padding-top: 0;
    }
}


/* .explain-inner {
    max-width: 700px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
} */

.explain-inner img {
    max-width: 650px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media screen and (max-width: 780px) {
    .bgcf8 .explain-card-qa-p {
        padding-top: 80px;
    }

    .explain-inner img {
        margin-bottom: 40px;
        width: 80%;
    }
}

.back-list-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

.back-next-button,
.list-button {
    text-align: center;
}

.back-next-button a {
    display: flex;
}

.back-nextJ {
    font-weight: bold;
}

.back-arrow,
.forward-arrow {
    display: inline-block;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    height: 50px;
    width: 15px;
}

.back-arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.forward-arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 780px) {
    .back-list-next {
        font-size: 12px;
    }

    .back-arrow,
    .forward-arrow {
        height: 40px;
    }

}

.bold {
    font-weight: bold;
}