@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
}

@media print,
screen and (min-width: 601px) {
    .question .contents {
        width: 770px !important
    }
}

.question__main__container {
    border: 1px solid #bfbfbf
}

@media print,
screen and (min-width: 601px) {
    .question__main__container {
        padding: 42px 50px 58px
    }
}

@media only screen and (max-width: 600px) {
    .question__main__container {
        text-align: center;
        padding: 30px 0
    }
}

.question__main__container__txt {
    font-size: 18px;
    letter-spacing: 1.9px
}

@media only screen and (max-width: 600px) {
    .question__main__container__txt {
        display: inline-block;
        text-align: justify;
        line-height: 1.3
    }
}

.question__main__container__txt span {
    font-size: 24px;
    color: #025c90;
}

.question__main__container__answer {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px
}

@media only screen and (max-width: 600px) {
    .question__main__container__answer {
        margin-top: 15px;
    }
}

.question__main__container__answer a {
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.7;
    display: flex;
    background-color: #025c90;
    width: 281px;
    height: 130px;
    letter-spacing: 1.3px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: 0.5s;
    margin-right: 20px;
    padding: 20px;
}

@media only screen and (max-width: 600px) {
    .question__main__container__answer a {
        width: 100%;
        height: 55px;
        margin: 5px auto;
        font-size: 15px;
        line-height: 1.1;
    }

    .question__main__container__answer a:active {
        background-color: #009dac
    }
}

.question__main__container__answer a:nth-child(2n) {
    margin-right: 0
}

@media print,
screen and (min-width: 601px) {
    .question__main__container__answer a:hover {
        background-color: #009dac
    }
}

.question-wrap {
    width: 725px
}

@media only screen and (max-width: 600px) {
    .question-wrap {
        width: 92% !important;
    }
}

.question-wrap .question__main__container {
    background-color: #fff;
    margin-left: 40px;
    padding: 30px 30px 20px;
    border: none;
    width: 685px
}

@media only screen and (max-width: 600px) {
    .question-wrap .question__main__container {
        padding: 25px 15px 15px;
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }

    .question-wrap .question__main__container a {
        margin-right: 0
    }
}

.category .contents {
    padding: 25px 15px 100px
}

@media print,
screen and (min-width: 601px) {
    .category .contents {
        width: 980px;
        padding: 0 10px
    }
}

.category .contents-head {
    padding-bottom: 20px
}

.category__main {
    width: 750px;
    padding: 0 40px 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width: 600px) {
    .category__main {
        width: 100%;
        text-align: center;
        padding: 0 20px
    }
}

.category__main__item {
    background-color: #fff;
    display: flex;
    justify-content: center;
    width: 320px;
    margin-right: 30px;
    border: 1px solid #bfbfbf;
    margin-top: 15px
}

@media only screen and (max-width: 600px) {
    .category__main__item {
        width: 49%;
        margin-right: 0;
        margin-top: 7px;
    }
    .category__main__item > a {
        padding: 8px 4px 1important;
    }

    .category__main__item:nth-child(3) a {
        margin-top: 0;
    }

    .category__main__item > a {
        padding: 10px 16px
    }
}

.category__main__item > a {
    width: 100%;
    padding: 9px 10px;
    color: #000;
    text-decoration: none
}

.category__main__item section {
    text-align: left
}

.category__main__item:nth-child(-n+2) {
    margin-top: 0
}

.category__main__item:nth-child(2n) {
    margin-right: 0
}

.category__main__item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #4379a1;
    display: inline-block
}

.category__main__item__img {
    width: 260px;
    height: 190px;
    background-color: #bfbfbf;
    margin: 10px auto 20px;
}

@media only screen and (max-width: 600px) {
    .category__main__item__img {
        width: 130px;
        height: 75px
    }
    .category__main__item h3 {
        font-size: 13px;
    }
}

.category__main__item p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    .category__main__item p {
        display: inline-block;
        margin-top: 5px
    }
    .category__main__button {
        padding: 5px 0 12px !important;
    }
}

.category__main__button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 0;
    margin-top: 5px
}

.category__main__button a {
    display: block;
    text-decoration: none !important;
    padding: 8px 0;
    color: #303030;
    height: 100%;
    border-color: transparent
}

.category__main__button div {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 0;
    position: relative;
    letter-spacing: 1.7px
}

.category__main__button .close::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 32%;
    left: 70px
}

.category__main__button .open::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 30px
}

@media only screen and (max-width: 600px) {
    .performance-list ul li {
        margin: 5px 1% 0 0 !important
    }

    .performance-list ul li:nth-child(-n+3) {
        margin-top: 0 !important
    }

    .performance-list ul li a .img {
        padding: 1px 0 !important
    }
}

#question_wrap .yesno_q {
    text-align: left;
    display: block;
    font-size: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

.yesno_q dt {
    display: inline-block;
    vertical-align: top;
}

.yesno_q dt span {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.yesno_q dd {
    display: inline-block;
    max-height: 373px;
}

@media only screen and (max-width: 600px) {
    .yesno_q dt span {
        font-size: 18px !important;
        margin-bottom: 15px;
    }
    .category-txt {
        font-size: 11px;
        margin-top: 5px;
    }

    .question__main__container__txt span {
        font-size: 17px;
    }

    .question__main__container__txt {
        font-size: 15px;
    }
    .top-lead h2 {

    }
}

.top-lead h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.category-txt {
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.4px;
    margin-top: 10px;
}
