@charset "utf-8";

/* ===== contractor.css ===== */
/* -- serviceFeatureBox -- */
.serviceFeatureBox {
    display: flex;
    flex-wrap: wrap;
}
.serviceFeatureBox > * {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.serviceFeatureBox .img {
    margin-right: 6.446%;
    width: 42.554%;
}
.serviceFeatureBox .txt {
    line-height: 2;
    padding-top: 0.4rem;
    width: 51%;
}
.serviceFeatureBox .txt .tit {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1E2864;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
@media screen and ( min-width: 901px ) {
    .serviceFeatureBox > * {
        margin-bottom: 3rem;
        width: 47%;
    }
    .serviceFeatureBox > :not(:nth-child(2n)) {
        margin-right: 6%;
    }
    .serviceFeatureBox > :nth-last-child(2),
    .serviceFeatureBox > :last-child {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 900px ) {
    .serviceFeatureBox > * {
        margin-bottom: 3rem;
        width: 100%;
    }
    .serviceFeatureBox > :last-child {
        margin-bottom: 0;
    }
    .serviceFeatureBox .img {
        text-align: center;
        width: 42.554%;
    }
}

/* -- feeStructureBox -- */
.feeStructureBox {
    text-align: center;
    padding: 6rem 2rem 4.8rem;
    background: #F4F4F4;
    border-radius: 2rem;
}
.feeStructureBox .subTit {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #FFF;
    margin: 0 auto;
    padding: 1rem 3.2rem 0.9rem;
    width: fit-content;
    background-color: #967F00;
    border-radius: 10em;
}
.feeStructureBox .tit {
    font-size: 2.4rem;
    color: #1E2864;
    width: fit-content;
    position: relative;
    margin: 1.8rem auto 0;
}
.feeStructureBox .tit::after {
    position: absolute;
    bottom: 0.1rem;
    right: 0;
    left: 0;
    height: 0.5rem;
    background: #1E2864;
    border: 1px solid #707070;
    content: "";
}
.feeStructureBox .txt {
    line-height: 2;
    margin-top: 1.7rem;
}
.feeStructureBox .txt > span {
    color: #E52375;
}
.feeStructureBox .txt > span > span {
    font-size: 2.4rem;
}
@media screen and ( max-width: 900px ) {
    .feeStructureBox .subTit {
        width: auto;
        display: inline-block;
    }
    .feeStructureBox .tit {
        text-decoration: underline;
    }
    .feeStructureBox .tit::after {
        display: none;
    }
}

/* -- telBox -- */
.telBox {
    text-align: center;
}
.telBox .btnN {
    width: 26rem;
}
.telBox .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.7rem;
}
.telBox .num {
    font-size: 2rem;
    line-height: 1;
    color: #967F00;
    margin-top: 0.6rem;
}

/* -- contactBox -- */
.contactBox {
    color: #FFF;
    text-align: center;
    margin-top: 8.3rem;
    padding: 5.2rem 2rem 6rem;
    background: #1E2864;
    border-radius: 2rem;
}
/* - telBox - */
.contactBox .telBox .num {
    font-size: 30px;
    color: #FFF;
}
