/* ==================================

    Est -  見積もり

================================== */

.wrapper {
    padding: 64px 0 0 0;
}

.wrapper section {
    width: 980px;
    margin: 0 auto 160px auto;
}

@media screen and (max-width: 1024px) {
    .wrapper section {
        width: 100%;
        margin: 0 auto 160px auto;
        padding: 0 16px;
    }
}

.wrapper section h2,
.wrapper section h3,
.wrapper section h4,
.wrapper section h5 {
    font-size: 3.0rem;
    line-height: 2.0;
}

.wrapper section h3 {
    border-bottom: 1px solid #333;
}

.wrapper section ul {
    padding: 8px 0;
}

.multi-way-choice,
.multi-way-choice2 {
    display: flex;
    margin-bottom: 32px;
    margin-right: 24px;
    margin-top: 24px;
}

@media screen and (max-width: 640px) {
    .multi-way-choice {
        display: block;
        margin-right: 0px;
    }
}

.multi-way-choice input,
.multi-way-choice2 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.multi-way-choice label {
    color: #0D1821;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    padding: 16px 24px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease-in;
    margin-right: 24px;
}

@media screen and (max-width: 640px) {
    .multi-way-choice label {
        margin-bottom: 16px;
    }
}

.multi-way-choice2 label {
    color: #0D1821;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    padding: 48px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease-in;
    margin-right: 24px;
}

@media screen and (max-width: 640px) {
    .multi-way-choice2 label {
        font-size: 1.6rem;
        padding: 32px;
    }
}

.multi-way-choice:hover,
.multi-way-choice2:hover {
    cursor: pointer;
}

.multi-way-choice input:checked + label,
.multi-way-choice2 input:checked + label {
    background-color: #1B75DA;
    color: #FFFFFF;
}

.multi-way-choice label:first-of-type,
.multi-way-choice2 label:first-of-type {
    border-radius: 24px;
}

.multi-way-choice label:last-of-type,
.multi-way-choice2 label:last-of-type {
    border-radius: 24px;
}

.multi-way-choice img,
.multi-way-choice2 img {
    width: 60%;
}

.multi-way-choice p,
.multi-way-choice2 p {
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 24px;
}

.resultTable {
    border-radius: 20px;
}

.resultTable table {
    margin-top: 24px;
}

table, td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td {
    padding: 16px;
    text-align: center;
}

td.ttl {
    background-color: #c6e0ec;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .resultTable table {
        width: 100%;
    }

    .hidden {
        display: none;
    }
}

#table1,
#table2,
#table3,
#table4,
#table5,
#table6 {
    display: none;
}



