/**
 * question
 */
body {
    font-family: 'BIZ UDPGothic', sans-serif;
    background-color: #FFFFFF;
}

#uniweb--lang-switch-root{
    display: block !important;
}

.suWrap dl dt {
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.numList {
    background: #FDD630;
    color: #333333;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .suWrap {
        margin: 0 auto;
    }
    .suWrap h1 {
        font-size: 16px;
        font-weight: normal;
        padding: 20px 14%;
    }

    .numList {
        display: inline-block;
        line-height: 1.0;
        padding: 8px 11px;
        margin-right: 10px;
        width: auto;
        height: auto;
    }

    .suWrap dl dt .fRed {
        font-size: 14px;
        padding-left: 12px;
        display: contents;
    }

    .suWrap dl dt {
        font-size: 16px;
        align-items: center;
    }

    #cateWrap p {
    margin: 50px 10px !important;
}
}

.suWrap dl dd label {
    font-size: 16px;
}

.suBeforeBtn {
    padding-bottom: 30px;
    text-align: center;
    color: #333333;
}

.suBtn a {
    background: #EB8100;
    box-shadow: none;
    padding: 10px;
    width: auto;
}

.suBtn a::before {
    display: none;
}

.suBtn a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pageTitle {
    color: #333333;
    padding: 32px 0 16px;
}