[v-cloak] {
    visibility: hidden;
}

#main .box__left__right .box__left {
    width: 76%;
}

#main .box__left__right .box__right {
    width: 22%;
}

#main input[type="checkbox"] {
    transform: scale(1.5);
    display: block;
    margin: auto;
}

#main input[type="checkbox"]:disabled {
    display: none;
}

#main .table__wrap thead .mod-sectionTable__row:nth-child(1) .mod-sectionTable__head:nth-child(1) {
    background-color: #dcdcdc;
}

#main .table__wrap tbody .mod-sectionTable__row:nth-child(-n+7) .mod-sectionTable__head:nth-child(1) {
    background-color: #fff5d5 !important;
}

#main .table__wrap tbody .mod-sectionTable__row:nth-child(n+8) .mod-sectionTable__head:nth-child(1) {
    background-color: #e0f4f8 !important;
}

#main .calculate__select__wrap select {
    font-family: -apple-sysytem, BlinkMacSystemFont, MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    color: #000;
}

#main .calculate__select__wrap {
    position: relative;
}

#main .calculate__select__wrap::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    border-style: solid;
    border-color: #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
    pointer-events: none;
    right: 7px;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
}

#main .fade-enter-active,
#main .fade-leave-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#main .fade-enter-from,
#main .fade-leave-to {
    opacity: 0;
    transform: translateY(-5px);
}

#main .result_table1__wrap,
#main .result_table2__wrap {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #f0b2b2;
}

#main .result_table2__wrap {
    border-color: #dcdcdc;
    margin-top: 10px;
}

#main .result_table1__wrap th,
#main .result_table1__wrap td,
#main .result_table2__wrap th,
#main .result_table2__wrap td {
    border: none;
}

#main .result_table1__wrap th {
    background-color: #fcf2f2;
    border-bottom: 1px solid #f0b2b2 !important;
}

#main .result_table1__wrap th,
#main .result_table1__wrap td {
    color: #cc0000;
}

#main .result_table2__wrap th {
    border-bottom: 1px solid #dcdcdc !important;
}

#main .result_table1__wrap th,
#main .result_table2__wrap th {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px 10px;
}

#main .result_table1__wrap td {
    font-weight: bold;
    font-size: 2.8rem;
    padding: 6px 10px !important;
}

#main .result_table2__wrap td {
    padding: 11px 10px !important;
}

#main .result_table2__wrap td ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main .result_table2__wrap td ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5.5px;
    padding-top: 5.5px;
}

#main .result_table2__wrap td ul li:first-child {
    padding-top: 0;
}

#main .result_table2__wrap td ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#main .result_table2__wrap td ul li>span:nth-child(1) {
    margin-left: 12px;
}

#main .result_table2__wrap td ul li>span:nth-child(2) {
    margin-right: 12px;
}

@media screen and (min-width: 768px),
print {
    #main button {
        display: block;
        border: solid 3px #dcdcdc;
        border-radius: 10px;
        font-size: 1.4rem;
        text-align: center;
        background-color: #fff;
        color: #000;
        padding: 9px 20px;
        margin-bottom: 40px;
    }

    #main .mod-sectionTable__row:nth-of-type(n+2) .mod-sectionTable__head {
        background-color: #f5f5f5 !important;
        padding: 20px 10px;
    }

    #main .mod-sectionTable__data:nth-of-type(1) {
        padding: 15px 10px;
    }

    #main .mod-sectionTable__data {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    #main .box__left__right .box__left {
        width: 100%;
    }

    #main .box__left__right .box__right {
        width: 100%;
    }

    #main .table__wrap {
        overflow-x: scroll;
    }

    #main .table__wrap th {
        min-width: 80px;
    }

    #main .table__wrap thead tr:first-child>th:first-child,
    #main .table__wrap tbody tr>th:first-child {
        position: sticky;
        left: 0;
        border-left: none;
        border-right: none;
        z-index: 2;
    }

    #main .table__wrap thead tr:first-child>th:first-child::before,
    #main .table__wrap tbody tr>th:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 1px);
        height: 100%;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        z-index: -1;
    }

    #main button {
        display: block;
        border: solid 3px #dcdcdc;
        border-radius: 8px;
        font-size: 1.2rem;
        text-align: center;
        padding: 3.448275862068965% 0;
        width: 100%;
        background-color: #fff;
        color: #000;
        margin-top: 27px;
        margin-bottom: 27px;
    }

    #main .mod-sectionTable__head,
    #main .mod-sectionTable__data,
    #main .mod-sectionTable__row {
        padding: 6px 3px;
    }

    #main .mod-sectionTable__row:nth-of-type(n+2) .mod-sectionTable__head {
        background-color: #f5f5f5 !important;
    }

    #main input[type="checkbox"] {
        transform: scale(1.25);
    }

    #main .result_table1__wrap th,
    #main .result_table2__wrap th {
        font-size: 1.4rem;
        padding: 9px 10px;
    }

    #main .result_table1__wrap td {
        font-size: 2.4rem;
    }

    #main .result_table2__wrap td {
        padding: 9px 10px !important;
    }

    #main .result_table2__wrap td ul li {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}
