@charset "utf-8";

.resultContents {
    width: min(85%, 1170px);
    margin: 100px auto;
    padding: 0;
}
.resultBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resultBox__left,
.resultBox__right {
    width: calc(100% / 2 - 20px);
}
.resultBox__left img {
    width: 100%;
    border: 1px solid #dcdcdc;
}
.thumbnail__ttl div:nth-child(even) {
    color: #000;
    font-weight: 600;
}
.thumbnail__txt {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.75;
    margin: 0 0 50px;
}
.thumbnail__txt span {
    display: contents;
    font-size: 1.6rem;
}
.resultBox__left a {
    transition: 0.3s;
}
.resultBox__left a:hover {
    opacity: 0.5;
}
a.thumbnail__btn,
a.result__btn {
    text-align: center;
}
.resultBtnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.resultBtnBox .btnBox {
    width: min(40%, 200px);
}
.resultBtnBox .btnBox {
    width: min(40%, 200px);
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 767px) {
    .resultContents {
        margin: 50px auto;
    }
    .resultBox__left,
    .resultBox__right {
        width: 100%;
        margin: 0 auto;
    }
    .resultBtnBox .btnBox {
        width: 100%;
    }
}







