/* hitoyaInsulation */
#hitoyaInsulation .display_data_price{
    display: flex;
}
#hitoyaInsulation .label_price_left{
    padding-bottom: 10px;
}
#hitoyaInsulation .label_price_left > span{
    padding-bottom: 5px;
}
#hitoyaInsulation .display_data_price > div{
    display: flex;
    flex-direction: column;
}
#hitoyaInsulation .display_data_price > div:last-child{
    align-self: self-end;
}
#hitoyaInsulation .un_hitoyaInsulation_attenUnder {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
    text-align: center;
}
#hitoyaInsulation .un_hitoyaInsulation_item {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    justify-content: space-between;
    margin-top: 15px;
}
#hitoyaInsulation .un_hitoyaInsulation_item_name {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
#hitoyaInsulation .un_hitoyaInsulation_item_name span.txt {
    flex: 1 1;
    padding-left: 4px;
}
#hitoyaInsulation .un_hitoyaInsulation_item_name span.txt span.name {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
#hitoyaInsulation .un_hitoyaInsulation_item_price {
    font-size: 20px;
}
#hitoyaInsulation .un_hitoyaInsulation_item_price span.yen {
    display: inline-block;
    font-size: 14px;
    padding-left: 3px;
}
#hitoyaInsulation .un_hitoyaInsulation_itemWrap {
    /* padding-bottom: 10px; */
    padding-top:10px;
}
#hitoyaInsulation .bl_ttl {
    background-color: #FFC000;
}
.bl_ttl_result {
    background-color: #89BD28;
    text-align: center
}
.bl_ttl_result_inner {
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
.bl_ttl_result span.txt {
    font-size: 22px;
    line-height: 1.36;
    position: relative;
    z-index: 1;
    color: #fff;
}
.bl_ttl_result span.bg {
    position: absolute;
    z-index: 0
}
.bl_ttl_result span.bg img {
    vertical-align: top;
    margin-right: 150px;
}
.un_hitoyaInsulationNav_top_50, .un_houseInsulationNav_top_50 {
    width: 50%;
    text-align: right;
}
.un_hitoyaInsulationNav_top_30, .un_houseInsulationNav_top_30 {
    width: 30%;
    color: #54585A;
    margin-left: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.hitoyaInsulation_qr_code, .houseInsulation_qr_code{
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-self: flex-start;

}
.un_hitoyaInsulationNav_top, .un_houseInsulationNav_top {
    margin-left: auto;
    margin-right: auto;
    max-width: 948px;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    .un_hitoyaInsulationNav_top, .un_houseInsulationNav_top {
        max-width: 334px
    }
    .un_hitoyaInsulationNav_top_50, .un_houseInsulationNav_top_50 {
        width: 100%;
        text-align: center;
    }
    .un_hitoyaInsulationNav_top_30, .un_houseInsulationNav_top_30 {
        width: 100%;
        margin-left: 0px;
    }
    .sm-mr-15 {
        margin-top: 15px;
    }
    .three-text-price {
        text-align: center;
    }
    #houseInsulation .display_data_price, #hitoyaInsulation .display_data_price{
        flex-direction: column !important;
    }
}
@media screen and (max-width: 567px) {
    #hitoyaInsulation .bl_ttl_inner {
        height: 135px;
    }
}
.un_hitoyaInsulationNav, .un_houseInsulationNav {
    background-color: #F2F2F2;
    padding-top: 15px;
}
.border_bottom_dot {
    border-bottom: 4px dotted #54585A;
}
.flex_columnCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.un_hitoyaInsulationNav_inner, .un_houseInsulationNav_inner {
    justify-content: unset;
}
.un_hitoyaInsulationSelector_linkBtn, .un_houseInsulationSelector_linkBtn {
    border: 2px solid #00B050;
}

@media screen and (max-width: 767px) {
    #hitoyaInsulation .un_hitoyaInsulation_item, #houseInsulation .un_houseInsulation_item {
        flex-direction: column;
    }
    #hitoyaInsulation .un_hitoyaInsulation_item_name .mb-15, #houseInsulation .un_houseInsulation_item_name .mb-15{
        margin-bottom: 0px !important;
    }
}

.un_hitoyaInsulationNav_nextBtn {
    align-items: center;
    border: 2px solid #e7541c;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
    color: #e7541c;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    opacity: .25;
    transition: opacity .2s cubic-bezier(.25,.25,.75,.75);
    transition: all .1s cubic-bezier(.25,.25,.75,.75);
    width: 260px
}

.un_hitoyaInsulationNav_nextBtn.active{
    opacity: 1
}
.un_hitoyaInsulationNav_nextBtn:hover {
    background-color: #e7541c;
    color: #fff
}
/* End hitoyaInsulation */