@charset "utf-8";

/***************************************************************************
 *
 * CONSULTING STYLE
 *
 ***************************************************************************/
.main .pageTitle {
    padding-top: 91px;
    padding-bottom: 123px;
}

.main .pageTitle .pageJa {
    line-height: 1.25;
    margin-bottom: 8px;
}

#breadcrumb {
    margin-top: 18px;
}

.areaTitle {
    font-size: 42px;
    color: #094296;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/*AREAGUANRANTEE*/
.areaGuanrantee {
    margin-top: 59px;
    margin-bottom: 157px;
}

.areaGuanrantee .areaTitle {
    margin-bottom: 100px;
}

.areaGuanrantee .btnBanner {
    width: 355px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background: #ffff00;
    color: #094296;
    padding: 7px 0 10px;
    margin-bottom: 15px;
}

.areaGuanrantee .boxIntro {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3px;
}

.areaGuanrantee .boxIntro+.boxIntro {
    margin-top: 59px;
}

.areaGuanrantee .boxIntro .photo {
    width: 521px;
}

.areaGuanrantee .boxIntro .photo img {
    width: 100%;
}

.areaGuanrantee .boxIntro .photo .name {
    margin-top: 4px;
    margin-left: 3px;
    letter-spacing: -0.5px;
}

.areaGuanrantee .boxIntro .info {
    width: calc(100% - 521px);
    padding-left: 39px;
    padding-top: 0;
    padding-right: 0;
    margin-top: -9px;
}

.areaGuanrantee .boxIntro .info .title {
    font-size: 26px;
    color: #094296;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.areaGuanrantee .boxIntro .info .text {
    font-size: 16px;
    letter-spacing: -0.7px;
    line-height: 2.25;
    margin-bottom: 35px;
}

.areaGuanrantee .boxIntro .info .infoSub {}

.areaGuanrantee .boxIntro .info .infoSub .subTitle {
    font-size: 18px;
    color: #094296;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.areaGuanrantee .boxIntro .info .infoSub .subText {
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: -0.7px;
}

/*AREAGUANRANTEE*/

/*AREACONSULTATION*/
.areaConsultation {
    padding: 41px 0 47px;
    background: url(../images/index/area-consultation-photo2.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 148px;
}

.areaConsultation .info {
    width: 600px;
    float: right;
    text-align: center;
}

.areaConsultation .info .ttl {
    font-size: 30px;
    color: #094296;
}

.areaConsultation .info .subttl {
    font-size: 16px;
    margin-top: 7px;
    color: #094296;
}

.areaConsultation .info .btnWeb {
    margin-top: 28px;
}

.areaConsultation .info .btnWeb a {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    background: #fbfc30 url(../images/index/area-consultation-icon-tv.png) no-repeat top 33px left 62px;
    color: #094296;
    padding: 33px 0 38px;
    padding-left: 37px;
    letter-spacing: 0.3px;
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.areaConsultation .info .btnTel {
    margin-top: 20px;
}

.areaConsultation .info .btnTel a {
    display: block;
    background: #fbfcfc url(../images/index/area-consultation-icon-tel.png) no-repeat top 34px left 56px;
    width: 100%;
    color: #094296;
    padding: 20px 0 18px 36px;
    box-shadow: 2.121px 2.121px 10px 0px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transition: all 0.3s;
}

.areaConsultation .info .btnTel a .tel {
    display: block;
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 1px;
}

.areaConsultation .info .btnTel a .note-time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px;
}

/*AREACONSULTATION*/

/*AREAGUIDE*/
.areaGuide {
    margin-bottom: 148px;
}

.areaGuide .areaTitle {
    border-bottom: none;
}

.areaGuide .listGuide {
    display: flex;
    justify-content: space-between;
    padding: 12px 3px 0 0;
    margin-left: -3px;
}

.areaGuide .listGuide li {
    width: 240px;
}

.areaGuide .listGuide li a {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #023f98;
    line-height: 1.25;
    border: 1px solid #023f98;
    background: #fff;
    padding-left: 54px;
    padding-top: 51px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    min-height: 130px;
    letter-spacing: 1px;
}

.areaGuide .listGuide li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #023f98;
    transition: all .8s;
}

.areaGuide .listGuide li a .small {
    display: inline-block;
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: -0.4px;
}

/*AREAGUIDE*/

/*ONLY PC*/
@media(min-width: 769px) {
    .areaGuide .listGuide li a {
        transition: all .8s;
    }

    .areaGuide .listGuide li a:hover {
        background: #023f98;
        color: #fff;
    }

    .areaGuide .listGuide li a:hover:before {
        background: #fff;
    }
}

/*SP STYLE*/
@media screen and (max-width: 767px) {
    #breadcrumb {
        margin-top: 13px;
    }

    .areaTitle {
        font-size: 24px;
        margin-bottom: 0;
    }

    .main .pageTitle {
        width: 55%;
        text-align: center;
        padding-left: 3%;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    .main .pageTitle .pageJa {
        letter-spacing: -1px;
    }

    /*AREAGUANRANTEE*/
    .areaGuanrantee {
        padding-top: 30px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .areaGuanrantee .areaTitle {
        margin-bottom: 30px;
    }

    .areaGuanrantee .btnBanner {
        width: 300px;
        font-size: 20px;
        padding: 5px 0 8px;
    }

    .areaGuanrantee .subTitle {
        font-size: 14px;
    }

    .areaGuanrantee .boxIntro {
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .areaGuanrantee .boxIntro+.boxIntro {
        margin-top: 30px;
    }

    .areaGuanrantee .boxIntro .photo {
        width: 100%;
        margin-bottom: 20px;
    }

    .areaGuanrantee .boxIntro .photo img {
        width: 100%;
    }

    .areaGuanrantee .boxIntro .info {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .areaGuanrantee .boxIntro .info .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .areaGuanrantee .boxIntro .info .text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    /*AREAGUANRANTEE*/

    /*AREACONSULTATION*/
    .areaConsultation {
        padding: 0;
        margin-bottom: 60px;
        background: transparent;
    }

    .areaConsultation .info {
        width: 100%;
    }

    .areaConsultation .info .ttl {
        font-size: 28px;
    }

    .areaConsultation .info .img {
        margin-top: 20px;
    }

    .areaConsultation .info .btnWeb a {
        padding: 20px 0;
        font-size: 18px;
        background-position: center left 40px;
        background-size: 23px;
    }

    .areaConsultation .info .btnTel a {
        padding: 15px 0;
/*         background-position: center left 10px;
        background-size: 23px; */
        pointer-events: auto;
        background: #fbfcfc url(../images/index/area-consultation-icon-tel.png) no-repeat top 18px left 10px / 23px;
    }

    .areaConsultation .info .btnTel a .tel {
        font-size: 26px;
    }

    .areaConsultation .info .btnTel a .note-time {
        font-size: 12px;
        letter-spacing: 0;
    }

    /*AREACONSULTATION*/

    /*AREAGUIDE*/
    .areaGuide {
        margin-bottom: 30px;
    }

    .areaGuide .listGuide {
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 30px 0;
    }

    .areaGuide .listGuide li+li {
        margin-top: 30px;
    }

    .areaGuide .listGuide li a {
        font-size: 16px;
        line-height: 1.25;
        border: 1px solid #023f98;
        background: #fff;
        padding-left: 54px;
        padding-top: 29px;
        box-shadow: 3px 0 10px rgb(0 0 0 / 10%);
        min-height: 80px;
        letter-spacing: 1px;
    }

    .areaGuide .listGuide li a .small {
        margin-top: 0px;
    }

    /*AREAGUIDE*/
}

/*fix only Safari*/
.MacOS .areaConsultation .info .btnTel a {
/*     background-position: center left 45px; */
}