@charset "UTF-8";
/*
* 結果ページ用CSS
*/
.bl_result_star {
    margin: 16px 3.75% 0;
}

.comment {
    margin: 16px 3.75%;
    padding: 12px;
    color: #fff;
    border: 1px #31b986 solid;
    line-height: 1.2rem;
}

.release-date {
    padding: 16px 3.75% 0;
    color: #fff;
    font-size: 16px;
}

.header-data h4 {
    margin: 10px 3.75% 0;
    color: #fff;
    border-left: 4px #31b986 solid;
    padding-left: 10px;
    font-size: 18px;
}

/* 
 * 結果記事
 */
tr th {
    background: #165e7f;
    color: #fff;
}

.hall-title {
    position: relative;
}

.hall-title .hall-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.6rem;
    width: 80%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}

.article {
    background-image: url("/img/page/result/report/jbsennyu_background.jpg");
    padding-bottom: 50px;
}



.report-date {
    color: #ff0000;
    margin-right: 10px;
}

.article-comment,
.result-report-comment {
    margin: 16px 3.75%;
    padding: 12px;
    background: #fff;
    border: 1px #ff5500 solid;
    line-height: 1.2rem;
    color: #333;
}

.result-report-comment p {
    margin: 0;
}

.outview-photo {
    margin: 0 3.75% 32px;
}

/* 結果記事 */
.result-head-1 {
    border-left: 5px #ff0000 solid;
    margin: 16px 3.75% 0;
    padding: 4px;
    font-size: 1.4rem;
    font-weight: bold;
}

.result-head-2 {
    background-size: contain;
    aspect-ratio: 5/1;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    align-content: center;
    padding: 0;
    margin: 0 3.75% 0;
    background-image: url('/img/result/h2.png');
}

.result-head-3 {
    margin: 0 16px 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 2px #38d096 solid;
}

/* .result-head-3::before {
    content: "●";
    color: #ff5500;
} */

.result-img {
    margin: 0 auto;
    display: block;
    width: 92.5%;
}

table {
    margin: 0 auto;
    /* border: 1px #999 solid; */
    width: 93.5%;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px #111 solid;
    border-left: 1px #111 solid;
}

th,
td {
    border-right: 1px #111 solid;
    border-bottom: 1px #111 solid;
    padding: 4px 0;
    font-weight: bold;
    font-size: 16px;
}

/* table tr:not(:last-child) {
    border-bottom: 1px #999 solid;
} */

/* table tr td:not(:last-child),
table tr th:not(:last-child) {
    border-right: 1px #999 solid;
} */

tr td {
    color: #333;
    background: #fff;
}

/* .result-table-3a tr:nth-child(odd) td,
.result-table-4a tr:nth-child(odd) td,
.result-table-4b tr:nth-child(odd) td,
.result-table-5a tr:nth-child(odd) td,
.result-table-5b tr:nth-child(odd) td,
.result-table-5c tr:nth-child(odd) td {
    background: #faebd7;
} */

.result-table-2a tr td,
.result-table-2b tr td {
    background: #fff;
}

.sort-btn {
    width: 1rem;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mt-8 {
    margin-top: 32px !important;
}

.mt-12 {
    margin-top: 48px !important;
}

.mt-16 {
    margin-top: 64px !important;
}

.mt-20 {
    margin-top: 80px !important;
}

.back-btn {
    width: 65%;
    margin: 50px auto 0;
}
