@charset "utf-8";
/* CSS Document */


#estimate {
    padding: 60px 10px 0;
}

#priceSim h4 {
    background-color: #FFF;
}

#priceSim_wrapper {
    border: none;
}

.mitsumori img {
    max-width: 800px;
    width: 99%;
}

.choice {
    color: #37b2b7 !important;
}

.section-wrapp {
    display: block;
}

#priceSim .btn-txt a {
    text-decoration: none;
}

.align-right {
    text-align: right;
}

#priceSim .btn-txt {
    font-size: 16px;
}

.fs16 {
    font-size: 16px;
}

.change-btn-m a,
.change-btn-y a {
    text-decoration: none !important;
    line-height: 40px;
}

.col .change-btn-y a {
    color: #FFF;
}

.col .change-btn-m a {
    color: #37b2b7;
}

.col .change-btn-m a.change-btn-click {
    color: #ffffff;
}

.col .change-btn-y a.change-btn-click {
    color: #37b2b7;
}

#priceSim .box1 ul li {
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 0;
}

#priceSim .alignLeft {
    text-align: left;
}

.col .guardBtn {
    margin-left: 0;
    font-size: 16px;
}

.col .gurdIn p {
    font-size: 16px;

}

#priceSim h5 {
    color: #37b2b7;
}

#priceSim .section-wrapp,
#priceSim .section-wrapp .first-choice-area,
#priceSim .section-wrapp .common-choice-area,
#priceSim .age-list,
#priceSim .type-wrap,
#priceSim .type-wrap,
#priceSim .quote-plan-area,
#priceSim .payment-choice-area,
#priceSim .ten-list,
#priceSim .fourth-list,
#priceSim .second-list,
#priceSim .result {
    float: none;
}

#priceSim h5.head-50,
#priceSim h5.head-70,
#priceSim h5.head-100 {
    color: #FFF;
    padding: 10px;
    font-size: 1.3rem;
}

.clear-both {
    clear: both;
}

#priceSim .result-txt {
    text-align: center;
}

/* チェックが入った時のレ点 */
#priceSim .quote-plan-area .set input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 58%;
    left: 4%;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #37b2b7;
}



@media only screen and (max-width: 810px) {
    #mitsumori-head {
        padding: 0 20px 0;
    }

    #priceSim h5.head-50,
    #priceSim h5.head-70,
    #priceSim h5.head-100 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 728px) {

    #priceSim .caption-review,
    #priceSim .caution-txt {
        font-size: 14px;
    }

    #priceSim .caption-review {
        margin: 0;
    }

    #priceSim .over-5 {
        font-size: 14px !important;
    }

    #priceSim .caution-txt {
        text-align: right;
    }

    #priceSim .plan-txt {
        font-size: initial;
    }

    #priceSim .table_wrapper {
        float: none;
    }

    #priceSim .second-list02 {
        float: none;
        margin: 0 0 20px;
    }

    #priceSim .box1 .dog-type-list li {
        width: 100%;
        margin: 10px;
    }

    #priceSim .six-list .btn-txt a,
    #priceSim .second-list .btn-txt a {
        height: 50px !important;
    }

    #priceSim .estimate-lp {
        padding: 0 10px;
    }

    #priceSim .back-btn a {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .mitsumori {
        width: 100%;
        margin: 0 auto 0;
    }

    .section-wrapp .first-choice-area {
        margin: 0 auto;
    }

    #priceSim_wrapper {
        margin: 0 auto 40px;
    }

    .set-txt {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 480px) {

    #priceSim .box1,
    #priceSim02 .box1 {
        margin: 0;
    }

    #estimate {
        padding: 40px 20px 0;
    }

    #estimate .common-choice-area h6.description {
        text-align: justify;

    }
}

@media only screen and (max-width: 414px) {
    .set-txt {
        padding-left: -1px;
    }

    .quote-plan-area input[type="checkbox"]::before {
        left: -1px;
    }
}

@media only screen and (max-width: 375px) {

    #priceSim h5,
    #priceSim02 h5 {
        font-size: 1.2rem;
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .quote-plan-area input[type="checkbox"]::before {
        left: -6px;
    }

    #priceSim .quote-plan-area .set input[type="checkbox"]:checked::after {
        left: -6px;
    }
}

@media only screen and (max-width: 320px) {
    .set-txt {
        padding-left: 0;
    }

    .plan-txt-in {
        font-size: 0.9rem;
    }
}