@charset "UTF-8";

/* 全体共通 CSS */


/* 見積ツール 全体 */

.matestimate_area-wrapper img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.areaIn ul li {
    list-style: none;
}

.choice_item {
    padding-bottom: 10px;
}

.choice_description {
    margin-top: 40px;
}

#show_calc {
    font-weight: bold;
    margin-top: 30px;
    /* font-size: 1.4rem; */
}

.right1 ul li {
    font-weight: bold;
}

.right1 img {
    display: block;
    height: auto;
    margin: 20px auto 0 auto;
}

.right2 ul {
    padding: 0;
}

.right2 ul li {
    font-weight: bold;
}

.right2 img {
    margin: 20px auto 0 auto;
}

.tm_calc {
    margin: 0;
    padding: 0;
}

.areaIn {
    width: 98%;
    margin: 0 auto;
}

.left ul {
    margin: 0;
    padding: 0;
}

.matestimate_area-wrapper .areaIn form {
    display: block;
    padding: 0;
}

.sizeinput_area li {
    display: block;
}


/* アイテム表示部分 */

.spcart_caseQty {
    margin: 10px auto 15px auto;
}

.selectName {
    padding: 15px 0 5px 0;
}

.total_note {
    font-size: 1.6rem;
}

.spcart_col2 {
    padding: 0;
}


/* 合計金額 */

#total_fee {
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.8rem;
}

.total_output {
    color: red;
}

.selecter select {
    /* styling */
    background-color: white;
    border: thin solid #E5E5E5;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    cursor: pointer;
    /* reset */
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #E07581, #E07581);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.c-selecter select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

.matestimate_area-wrapper .left dd ul li:first-child {
    margin-right: 10px;
}

@media screen and (min-width: 960px) {
    .matestimate_area-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: 2px solid #464645;
        border-radius: 6px;
        width: 100%;
    }
    .matestimate_area-wrapper .left dt {
        font-weight: bold;
        font-size: 1.4rem;
        padding: 0 0 10px 40px;
        border-bottom: 1px dashed #bf4550;
        margin-bottom: 20px;
    }
    .matestimate_area-wrapper .left dd {
        margin: 0;
    }
    .matestimate_area-wrapper .left dd ul {
        display: flex;
    }
    .matestimate_area-wrapper .left dd ul li {
        margin-right: 10px;
        padding: 10px 30px 10px 5px;
        border: 2px solid #f5e9e9;
        background: #f5e9e9;
        padding: 10px 30px;
        border-radius: 10px;
        list-style: none;
    }
    .matestimate_area h1 {
        background: #464645 !important;
        color: #fff !important;
    }
    #estimate {
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .choice_lay {
        display: flex;
        padding-left: 10px;
    }
    .choice_lay li {
        margin: 0 20px 0 0px !important;
        border-bottom: 2px dotted #ccc;
        padding: 10px 30px;
        list-style: none;
    }
    /* 通常のサイズ サイズ */
    .right1 {
        position: relative;
        margin: 0 auto;
    }
    .single_calc {
        padding: 0;
    }
    .single_calc1 {
        top: 60%;
        left: 7%;
        padding: 10px;
        font-size: 1.2rem;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc1:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -24px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-left: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc1::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 14px solid #555;
    }
    #firstBox input {
        width: 70px;
        border: 1px solid red;
    }
    #thirdBox {
        position: relative;
    }
    .single_calc2 {
        top: 60%;
        left: 40%;
        padding: 10px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.2rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* 通常のサイズ 畳 */
    .tm_calc1 {
        top: 60%;
        left: 45%;
        font-size: 1.3rem;
        padding: 10px;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .tm_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .tm_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .tm_calc img {
        border-radius: 10px;
    }
    .tm_calc1 input {
        width: 50px;
        border: 1px solid red;
    }
    /* 複雑なお部屋 */
    .right2 {
        position: relative;
    }
    #secondBox input {
        width: 57px;
        border: 1px solid red;
    }
    .multi_calc1 {
        top: 60%;
        left: 18%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc2 {
        top: 75%;
        left: 37%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc3 {
        top: 60%;
        left: 63%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc3:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc4 {
        top: 50%;
        left: 40%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc4:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc4::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* アイテム表示部分 */
    .spcart_col2 {
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
    }
    .spcart_col2 li {
        width: 33%;
        margin: 0 auto;
        border: 2px solid #ccc;
        list-style: none;
        padding: 10px 20px;
    }
    .large--ibox2__btn {
        text-align: center;
        margin: 40px;
    }
    .large--ibox2__btn button {
        width: 40%;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #bf4550;
        color: #FFF;
        border-bottom: solid 4px #8f2833;
        border-radius: 3px;
        font-size: 20px;
        font-weight: bold;
    }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    .matestimate_area-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: 2px solid #464645;
        border-radius: 6px;
        width: 100%;
    }
    .matestimate_area-wrapper .left dt {
        font-weight: bold;
        font-size: 1.3rem;
        padding-bottom: 10px;
        border-bottom: 1px dashed #bf4550;
        margin-bottom: 20px;
        padding-left: 40px;
    }
    .matestimate_area-wrapper .left dd {
        margin: 0;
    }
    .matestimate_area-wrapper .left dd ul {
        display: flex;
    }
    .matestimate_area-wrapper .left dd ul li {
        margin-right: 10px;
        border: 2px solid #f5e9e9;
        background: #f5e9e9;
        padding: 10px 30px 10px 5px;
        border-radius: 10px;
        list-style: none;
    }
    .matestimate_area h1 {
        background: #464645 !important;
        color: #fff !important;
    }
    #estimate {
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .choice_lay {
        display: flex;
    }
    .choice_lay li {
        margin: 0 20px 0 0 !important;
        border-bottom: 2px dotted #ccc;
        padding: 10px 30px;
        list-style: none;
    }
    /* 通常のサイズ サイズ */
    .right1 {
        position: relative;
        margin: 0 auto;
    }
    .single_calc {
        padding: 0;
    }
    .single_calc1 {
        top: 53%;
        left: 3%;
        padding: 10px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.2rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc1:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -24px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-left: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc1::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 14px solid #555;
    }
    #firstBox input {
        width: 70px;
        border: 1px solid red;
    }
    #thirdBox {
        margin: 0 auto;
        position: relative;
    }
    .single_calc2 {
        top: 53%;
        left: 40%;
        padding: 10px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.2rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* 通常のサイズ 畳 */
    .right2 {
        position: relative;
    }
    .right2 img {
        display: block;
        height: 100%;
    }
    .tm_calc1 {
        top: 50%;
        left: 43%;
        padding: 10px;
        font-size: 1.4rem;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .tm_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .tm_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .tm_calc1 input {
        width: 50px;
        border: 1px solid red;
    }
    /* 複雑なお部屋 */
    .right2 {
        position: relative;
    }
    #secondBox input {
        width: 50px;
        border: 1px solid red;
    }
    .multi_calc1 {
        top: 60%;
        left: 18%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc2 {
        top: 75%;
        left: 37%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        min-width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc2:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc3 {
        top: 60%;
        left: 63%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc3:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc4 {
        top: 50%;
        left: 40%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.4rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc4:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc4::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* アイテム表示部分 */
    .spcart_col2 {
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
    }
    .spcart_col2 li {
        width: 33%;
        border: 2px solid #ccc;
        list-style: none;
        padding: 10px 20px;
    }
    .large--ibox2__btn {
        text-align: center;
        margin: 40px;
    }
    .large--ibox2__btn button {
        width: 40%;
        padding: 10px;
        color: #fff;
        background: #bf4550;
    }
}

@media screen and (max-width: 767px) and (min-width: 520px) {
    .matestimate_area-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: 2px solid #464645;
        border-radius: 6px;
        width: 100%;
    }
    .matestimate_area-wrapper .left dt {
        font-weight: bold;
        font-size: 1.2rem;
        padding: 0 0 10px 40px;
        border-bottom: 1px dashed #bf4550;
        margin-bottom: 20px;
    }
    .matestimate_area-wrapper .left dd {
        margin: 0;
    }
    .matestimate_area-wrapper .left dd ul {
        display: flex;
    }
    .matestimate_area-wrapper .left dd ul li {
        width: 33%;
        margin: 0 0 10px 10px;
        border: 2px solid #f5e9e9;
        background: #f5e9e9;
        padding: 10px 5px;
        border-radius: 10px;
        list-style: none;
    }
    .matestimate_area-wrapper .left dd ul li:first-child {
        margin-right: 0;
    }
    .matestimate_area h1 {
        background: #464645 !important;
        color: #fff !important;
    }
    #estimate {
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .choice_lay {
        display: flex;
    }
    .choice_lay li {
        margin: 0 20px 0 0 !important;
        border-bottom: 2px dotted #ccc;
        padding: 10px 30px;
        list-style: none;
    }
    /* 通常のサイズ サイズ */
    .right1 {
        position: relative;
        margin: 0 auto;
    }
    .single_calc {
        padding: 0;
    }
    .single_calc1 {
        top: 38%;
        left: 10%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc1:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    #firstBox input {
        width: 65px;
        border: 1px solid red;
    }
    #thirdBox {
        position: relative;
    }
    .single_calc2 {
        top: 40%;
        left: 50%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc2:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* 通常のサイズ 畳 */
    .right2 {
        position: relative;
    }
    .right2 img {
        display: block;
        height: 100%;
    }
    .tm_calc1 {
        top: 35%;
        left: 43%;
        padding: 10px;
        font-size: 1.4rem;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .tm_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .tm_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .tm_calc1 input {
        width: 50px;
        border: 1px solid red;
    }
    /* 複雑なお部屋 */
    .right2 {
        position: relative;
    }
    #secondBox input {
        width: 65px;
        border: 1px solid red;
    }
    .multi_calc1 {
        top: 58%;
        left: 10%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc2 {
        top: 100%;
        left: 34%;
        position: absolute;
        display: inline-block;
        padding: 5px;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .multi_calc2:before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc2::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
    }
    .multi_calc3 {
        top: 55%;
        left: 60%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc3:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc4 {
        top: 40%;
        left: 35%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc4:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc4::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* アイテム表示部分 */
    .spcart_col2 {
        margin-top: 30px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .spcart_col2 li {
        width: 32%;
        border: 2px solid #ccc;
        list-style: none;
        margin: 0 auto;
        padding: 10px 20px;
    }
    .large--ibox2__btn {
        text-align: center !important;
        margin: 40px;
    }
    .large--ibox2__btn button {
        width: 70%;
        padding: 10px;
        color: #fff;
        background: #bf4550;
    }
}

@media screen and (max-width: 519px) and (min-width: 415px) {
    .matestimate_area-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: 2px solid #464645;
        border-radius: 6px;
        width: 100%;
    }
    .matestimate_area-wrapper .left dt {
        font-weight: bold;
        font-size: 1.3rem;
        padding: 0 0 10px 40px;
        border-bottom: 1px dashed #bf4550;
        margin-bottom: 20px;
    }
    .matestimate_area-wrapper .left dd {
        margin: 0;
    }
    .matestimate_area-wrapper .left dd ul {
        display: block;
    }
    .matestimate_area-wrapper .left dd ul li {
        margin: 0 10px 10px 10px;
        padding: 10px 10px 10px 10px;
        border: 2px solid #f5e9e9;
        background: #f5e9e9;
        border-radius: 10px;
        list-style: none;
    }
    .matestimate_area h1 {
        background: #464645 !important;
        color: #fff !important;
    }
    #estimate {
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .choice_lay {
        display: flex;
    }
    .choice_lay li {
        margin: 0 20px 0 0 !important;
        padding: 10px 30px;
        border-bottom: 2px dotted #ccc;
        list-style: none;
    }
    /* 通常のサイズ サイズ */
    .right1 {
        position: relative;
        margin: 0 auto;
    }
    .single_calc {
        padding: 0;
    }
    .single_calc1 {
        top: 32%;
        left: 8%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.8rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc1:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc1:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    #firstBox input {
        width: 65px;
        border: 1px solid red;
    }
    #thirdBox {
        position: relative;
    }
    .single_calc2 {
        top: 35%;
        left: 50%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.8rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc2:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* 通常のサイズ 畳 */
    .right2 {
        position: relative;
    }
    .right2 img {
        display: block;
        height: 100%;
    }
    .tm_calc1 {
        top: 30%;
        left: 38%;
        padding: 10px;
        font-size: 0.8rem;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .tm_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .tm_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .tm_calc1 input {
        width: 50px;
        border: 1px solid red;
    }
    /* 複雑なお部屋 */
    .right2 {
        position: relative;
    }
    #secondBox input {
        width: 65px;
        border: 1px solid red;
    }
    .multi_calc1 {
        top: 55%;
        left: 8%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.9rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc2 {
        top: 100%;
        left: 34%;
        position: absolute;
        display: inline-block;
        padding: 5px;
        color: #555;
        font-size: 0.9rem;
        background: #FFF;
        border: solid 3px #555;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .multi_calc2:before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc2::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
    }
    .multi_calc3 {
        top: 55%;
        left: 60%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.9rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc3:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc4 {
        top: 30%;
        left: 35%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.9rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc4:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc4::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* アイテム表示部分 */
    .spcart_col2 {
        margin-top: 30px;
    }
    .spcart_col2 li {
        border: 2px solid #ccc;
        list-style: none;
        padding: 10px 20px;
    }
    .large--ibox2__btn {
        text-align: center !important;
        margin: 20px auto;
    }
    .large--ibox2__btn button {
        width: 70%;
        padding: 10px;
        color: #fff;
        background: #bf4550;
    }
}

@media screen and (max-width: 414px) {
    .matestimate_area-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: 2px solid #464645;
        border-radius: 6px;
        width: 100%;
    }
    .matestimate_area-wrapper .left dt {
        font-weight: bold;
        font-size: 1.2rem;
        padding: 0 0 10px 10px;
        border-bottom: 1px dashed #bf4550;
        margin-bottom: 20px;
    }
    .matestimate_area-wrapper .left dd {
        margin: 0;
    }
    .matestimate_area-wrapper .left dd ul {
        margin: 0;
        padding: 0;
        display: block;
    }
    .matestimate_area-wrapper .left dd ul li {
        font-size: 1.2rem;
        margin: 0 10px 10px 10px;
        border: 2px solid #f5e9e9;
        background: #f5e9e9;
        padding: 10px;
        border-radius: 10px;
        list-style: none;
    }
    .matestimate_area-wrapper .left dd ul li:first-child {
        margin: 0 10px 10px 10px;
    }
    .matestimate_area h1 {
        background: #464645 !important;
        color: #fff !important;
    }
    #estimate {
        padding: 10px;
        font-weight: bold;
        text-align: center;
        font-size: 1.3rem;
        margin: 0 auto 20px;
    }
    .choice_lay {
        display: flex;
        padding: 0;
    }
    .choice_lay li {
        width: 30%;
        margin: 0 0 10px 10px !important;
        font-size: 1rem;
        border-bottom: 2px dotted #ccc;
        padding: 10px 10px;
        list-style: none;
    }
    /* 通常のサイズ サイズ */
    .right1 {
        position: relative;
        margin: 0 auto;
    }
    .single_calc {
        padding: 0;
    }
    .single_calc1 {
        top: 15%;
        left: 5%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.8rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc1:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc1:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    #firstBox input {
        width: 60px;
        font-size: 1.2rem;
        border: 1px solid red;
    }
    #thirdBox {
        margin: 0 auto;
        position: relative;
    }
    .single_calc2 {
        top: 20%;
        left: 50%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.8rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .single_calc2:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .single_calc2::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    /* 通常のサイズ 畳 */
    .right2 {
        position: relative;
    }
    .right2 img {
        display: block;
        height: 100%;
    }
    .tm_calc1 {
        top: 23%;
        left: 38%;
        padding: 5px;
        font-size: 0.8rem;
        position: absolute;
        display: inline-block;
        color: #555;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .tm_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .tm_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .tm_calc1 input {
        width: 50px;
        border: 1px solid red;
    }
    /* 複雑なお部屋 */
    .right2 {
        position: relative;
    }
    .right2 ul {
        padding: 0;
    }
    #secondBox input {
        width: 60px;
        font-size: 0.9rem;
        border: 1px solid red;
    }
    .multi_calc1 {
        top: 40%;
        left: 3%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.7rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc1:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc1::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc2 {
        top: 100%;
        left: 30%;
        position: absolute;
        display: inline-block;
        padding: 5px;
        color: #555;
        font-size: 0.8rem;
        background: #FFF;
        border: solid 3px #555;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .multi_calc2:before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc2::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
    }
    .multi_calc3 {
        top: 40%;
        left: 60%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.7rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc3:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .multi_calc4 {
        top: 10%;
        left: 30%;
        padding: 5px;
        position: absolute;
        display: inline-block;
        color: #555;
        font-size: 0.7rem;
        background: #FFF;
        border: solid 3px #555;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .multi_calc4:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 1;
    }
    .multi_calc4::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
    }
    .choice_description:last-child {
        margin-top: 60px;
    }
    /* アイテム表示部分 */
    .spcart_col2 {
        margin-top: 30px;
    }
    .spcart_col2 li {
        border: 2px solid #ccc;
        list-style: none;
        padding: 10px 20px;
    }
    .large--ibox2__btn {
        text-align: center;
        margin: 20px auto;
    }
    .large--ibox2__btn button {
        width: 80%;
        padding: 10px;
        color: #fff;
        background: #bf4550;
    }
}