@charset "utf-8";
.pc_only {
    display: block !important;
    border: none;
}
h2 {
    font-size: 2.1rem;
    letter-spacing: 1px;
    margin: 100px 0 ;
}

.question {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.q-title h3{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    border:  solid 1.7px #cf0f31;
    border-radius: 8px;
    color: #cf0f31;
    padding: 5px 25px;
    margin-right: 50px;
    width: 127px;
}

.q-text {
    font-size: 2rem;
    font-weight: bold;
}


.answer {
    display: flex;
    margin-bottom: 80px;
}

.a-title h3 {
    font-size: 2rem;
    letter-spacing: -0.25px;
    font-weight: bold;
    border:  solid 1.7px #cf0f31;
    background-color: #cf0f31;
    border-radius: 8px;
    color: #ffffff;
    padding: 5px 28px;
    margin-right: 50px;
    width: 127px;
}

.a-text h4 {
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.a-text p {
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.a-text a {
    display: inline;
    color: #065FD4;
    text-decoration: underline;
}

.text_red {
    color: #cf0f31;
}


table, th, td  {
    border:1px solid #333;
    padding: 5px;
    font-size: 1.5rem;
}

.table_width {
    width: 40%;
}

.hz {
    font-weight: bold;
    text-align: center;
}

/* table color*/
table th {
    color: #ffffff;
    background: #707070;
    letter-spacing: 3px;
}
.merit {
    color: #ffffff;
    background: #2c6fb0;
}
.demerit {
    color: #ffffff;
    background: #cf0f31;
}

.scroll-top {
    position: fixed;
    right: 140px;
    bottom: 25px;
    background-color: #cf0f31;
    opacity: .8;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    color: #fff;
}

.scroll-top:hover {
    cursor: pointer;
    background-color: #971029;
}

.scroll-top a {
    max-width: 70%;
    margin: 11px auto;
}

@media screen and (max-width: 1500px) {
    .scroll-top {
        right: 80px;
    }
}
@media screen and (max-width: 1300px) {
    .scroll-top {
        right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .scroll-top {
        right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none !important;
    }
    .table_width {
        width: 45%;
    }
    .vertical_hz span {
        white-space: pre;
        writing-mode: vertical-rl;
        display: inline-block;
        vertical-align: middle;
    }

    .vertical span {
        white-space: pre;
        writing-mode: vertical-rl;
        display: inline-block;
        height: 160px;
    }

}

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

    h2 {
        margin: 65px 0 ;
    }
    h2 span {
        display: inline-block;
    }
    .question {
        display: block;
    }
    .q-title h3 {
        margin-bottom: 10px;
    }
    .q-text p {
        margin-left: 5px;
        margin-bottom: 25px;
        letter-spacing: 2px;
        font-size: 1.8rem;
    }
    .answer {
        display: block;
    }
    .a-title h3 {
        margin-bottom: 12px;
    }
    .a-text {
        margin-left: 5px;
    }
    .a-text p {
        margin-left: 5px;
        margin-bottom: 25px;
        letter-spacing: 2px;
        font-size: 1.8rem;
    }
}