@charset "utf-8";
/* CSS Document */



.estimateLp .subTitWrapper{
    height: 420px;
    background: url("../images/estimate_tit_bg.jpg")no-repeat right center #f1f6f8;
    background-size: auto 150%;
}

.estimateLp .subTitWrapper .inner{
    background: none;
}

.estimateLp .subTitWrapper .titText h1{
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    padding: .35em .5em;
    position: relative;
    margin-bottom: .65em;
}

.estimateLp .subTitWrapper .titText h1::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #0d5f86, #0c7780);
    position: absolute;
    left: 0;
    top: 0;
}

.estimateLp .subTitWrapper .titText h1 span{
    font-family: '游ゴシック', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.estimateLp .subTitWrapper .titText h1 span::before{
    content: none;
}

.estimateLp .subTitWrapper .titText h1 span br{
    display: none;
}

.estimateLp .subTitWrapper .titText h2{
    display: block;
    font-size: 2.6rem;
    margin-bottom: .5em;
    text-shadow: 0 0 5px rgba(241,246,248,1);
}

.estimateLp .subTitWrapper .titText h2 strong{
    padding: 0 .15em;
    background: linear-gradient(transparent 65%, #FCF56E 65%);
}

.estimateLp .subTitWrapper .titText p{
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d5f86;
    text-shadow: 0 0 5px rgba(241,246,248,1);
}

.estimateLp .subTitWrapper .inlineLinkBtn{
    margin-top: 20px;
}

.estimateLp .subTitWrapper .inlineLinkBtn a{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1em 1.75em;
    background-color: #C00;
    border-radius: 50px;
}

.anchorLinkWrapper{
    background: linear-gradient(to left, #0d5f86, #0c7780);
}

.anchorLinkWrapper .inner{
    text-align: center;
}

.anchorLinkWrapper a{
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1.5em 0;
}

.anchorLinkWrapper a span{
    display: inline-block;
    padding-bottom: .75em;
    position: relative;
}

.anchorLinkWrapper a span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/icon_mail.png) no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -5px;
}

.anchorLinkWrapper a span::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.anchorLinkWrapper a:hover span::after{
    bottom: -5px;
}

.estimateLp .breadcrumbs{
    margin-bottom: 100px;
}

.estimateLp .subContentsWrapper section{
    margin-bottom: 100px;
}

.estimateLp .subContentsWrapper section h3{
    text-align: center;
    font-size: 2.8rem;
    padding: 0;
    color: #0d5f86;
    background: none;
    margin-bottom: 1.75em;
    position: relative;
}

.estimateLp .subContentsWrapper section h3::before{
    content: none;
    /* display: inline-block;
    width: 45px;
    height: 20px;
    background: url("../images/top_merit_illust_parts.png")no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto; */
}

.estimateLp .subContentsWrapper section h3 span{
    background: linear-gradient(transparent 65%, #FCF56E 65%);
}

.estimate2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.estimate2Col .txtContents{
    width: 66%;
}

.estimate2Col figure{
    width: 30%;
}

.estimate2Col .txtContents .noteBlock{
    padding: 15px 20px;
    /* background-color: #f1f6f8; */
    border: 1px solid #eee;
    border-radius: 5px;
}

.estimate2Col .txtContents .noteBlock > span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: .15em;
}

.estimate2Col .txtContents .noteBlock p{
    margin: 0;
}

.availableList ul{
    display: flex;
    flex-wrap: wrap;
}

.availableList ul li{
    width: 32.5%;
    padding: 30px;
    background-color: #fff;
    margin: 0 1.25% 1.25% 0;
}

.availableList ul li:nth-child(3n){
    margin-right: 0;
}

.availableList ul li{
    text-align: center;
}

.availableList ul li figure img{
    width: 80px;
}

.availableList ul li > span{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0d5f86;
    margin: .25em 0 .5em;
}

.availableList ul li p{
    margin: 0;
}

.estimateCheckList{
    display: flex;
    justify-content: center;
}

.estimateCheckList ul{
    display: inline-block;
    margin-top: 15px;
}

.estimateCheckList ul li{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.5em;
    position: relative;
    margin: 1em 0;
}

.estimateCheckList ul li::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_check.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: .1em;
}

.dtPointList{
    margin: 30px 0;
}

.dtPointList ul{
    display: flex;
    justify-content: space-between;
}

.dtPointList ul li{
    width: 24%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 40px 15px;
    background-color: #f1f6f8;
    text-align: center;
    position: relative;
}

.dtPointList ul li::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/parts_01.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.estimateLp .guideFlow li{
    background-color: #fff;
}

.estimateLp .guideFlow li .txtContents h5{
    color: #0d5f86;
    margin-bottom: .5em;
}

.estimateOutro2Col{
    display: flex;
    justify-content: space-between;
}

.estimateOutro2Col figure{
    width: 20%;
    margin-top: -30px;
}

.estimateOutro2Col .txtContents{
    width: 75%;
}

.estimateOutro2Col .txtContents p{
    margin: 0;
}

















.supportCheckList{
    margin-top: 30px;
}

.supportCheckList ul li{
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 2em;
    margin-bottom: 1em;
    position: relative;
}

.supportCheckList ul li:last-child{
    margin-bottom: 0;
}

.supportCheckList ul li::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/top_parts_check.png')no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.supportCheckList ul li span{
    background: -webkit-linear-gradient(transparent 65%, #eff3f7 65%);
    background: -o-linear-gradient(transparent 65%, #eff3f7 65%);
    background: linear-gradient(transparent 65%, #eff3f7 65%);
}

.estimateLp section.bgBlue{
    padding: 100px 0;
    background-color: #f1f6f8;
}

.estimateLp .supportReason ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.estimateLp .supportReason ul li{
    width: 48%;
    padding: 50px 40px 40px;
    background-color: #fff;
    counter-increment: number 1;
    position: relative;
}

.estimateLp .supportReason ul li::before{
    content: '0'counter(number);
    text-align: center;
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    font-size: 5rem;
    line-height: 1;
    color: #0d5f86;
    position: absolute;
    left: 0;
    right: 0;
    top: -.5em;
    margin: auto;
}

.estimateLp .supportReason ul li > span{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0d5f86;
    margin-bottom: 1em;
}

.estimateLp .supportReason ul li p:last-child{
    margin: 0;
}

.estimateLp .supportPointList ul li{
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 10px;
}

.estimateLp .supportPointList ul li:last-child{
    margin: 0;
}

.estimateLp .supportPointList ul li span{
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    font-size: 2rem;
    line-height: 1;
    color: #0d5f86;
    padding-right: 1em;
}

.estimateLp .supportPointList ul li p{
    flex: 1;
    font-weight: 700;
    padding-left: 1.35em;
    border-left: 1px solid #eee;
    margin: 0;
}












.estimateLp .supportExtent ul{
    display: flex;
    flex-wrap: wrap;
}

.estimateLp .supportExtent ul li{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    width: 31.5%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px;
    border: 1px solid #f1f6f8;
    margin: 0 2.75% 2.75% 0;
    counter-increment: number 1;
}

.estimateLp .supportExtent ul li:nth-child(3n){
    margin-right: 0;
}

.estimateLp .supportExtent ul li span{
    padding-left: 1.75em;
    position: relative;
}

.estimateLp .supportExtent ul li span:nth-child(2){
    width: 100%;
    /* text-align: center; */
    font-size: 1.3rem;
    padding: 0;
    margin-top: .25em;
}

.estimateLp .supportExtent ul li span::before{
    content: counter(number);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background-color: #0d5f86;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.estimateLp .supportExtent ul li span:nth-child(2)::before{
    content: none;
}

.estimateLp .moreBtn{
    text-align: center;
    margin-top: 40px;
}

.estimateLp .moreBtn a{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1.75em;
    background-color: #0d5f86;
    position: relative;
}

.estimateLp .moreBtn a::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.estimateLp .supportWorks{
    margin-top: 40px;
}

.estimateLp .supportWorks ul{
    display: flex;
    flex-wrap: wrap;
}

.estimateLp .supportWorks ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 31.5%;
    padding: 40px;
    background-color: #fff;
    margin: 0 2.75% 2.75% 0;
    position: relative;
}

.estimateLp .supportWorks ul li::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/support_parts_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.estimateLp .supportWorks ul li:nth-child(3n){
    margin-right: 0;
}

.estimateLp .supportWorks ul li > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: .5em;
    border-bottom: 1px solid #0d5f86;
}

.estimateLp .supportWorks ul li > p{
    width: 100%;
    text-align: center;
    margin: .75em 0 0;
}

.estimateLp .supportWorks ul li > p strong{
    display: block;
    font-size: 1.8rem;
    color: #0d5f86;
}

.estimateLp .supportWorks figure{
    display: block;
    max-width: 700px;
    padding: 40px;
    background-color: #fff;
    margin: 30px auto 0;
}








/* ------------------------------------------------------- tab/sp */
@media(max-width:810px){
    .estimateLp .subTitWrapper{
        height: 400px;
        background-position: right 155% center;
    }
    .estimateLp .subTitWrapper .titText h1{
        font-size: 2.6rem;
    }

    .estimateLp .subTitWrapper .titText h2,
    .estimateLp .subTitWrapper .titText h2 span{
        font-size: 2.2rem;
    }

    .estimateLp .subTitWrapper .titText p{
        font-size: 1.6rem;
    }

    .estimateLp .breadcrumbs{
        margin-bottom: 70px;
    }
    
    .estimateLp .subContentsWrapper section{
        margin-bottom: 70px;
    }
    
    .estimate2Col .txtContents{
        width: 60%;
    }
    
    .estimate2Col figure{
        width: 36%;
    }

    .availableList ul li{
        padding: 20px;
    }

    .estimateCheckList ul li{
        font-size: 1.8rem;
    }

    .dtPointList ul{
        flex-wrap: wrap;
    }

    .dtPointList ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    
    .estimateLp section.bgBlue{
        padding: 70px 0;
    }
    
    .estimateLp .subContentsWrapper section h3{
        font-size: 2.4rem;
    }
    
    .estimateLp .supportReason ul li{
        padding: 40px 30px 30px;
    }
    
    .estimateLp .supportReason ul li::before{
        font-size: 3.6rem;
    }
    
    .estimateLp .supportReason ul li > span{
        font-size: 2rem;
    }
    
    .estimateLp .supportExtent ul li{
        width: 49%;
        font-size: 1.5rem;
        padding: 1.5em 1em;
        margin: 0 2% 2% 0;
    }
    
    .estimateLp .supportExtent ul li:nth-child(3n){
        margin-right: 2%;
    }
    
    .estimateLp .supportExtent ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .estimateLp .supportWorks ul li{
        width: 49%;
        padding: 40px 30px;
        margin: 0 2% 2% 0;
    }
    
    .estimateLp .supportWorks ul li:nth-child(3n){
        margin-right: 2%;
    }
    
    .estimateLp .supportWorks ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .estimateLp .supportWorks ul li > span{
        font-size: 1.6rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}



@media(max-width:670px){
    .estimateLp .subTitWrapper{
        height: auto;
        padding: 20px 0;
        background: none;
    }

    .estimateLp .subTitWrapper .titText h1{
        font-size: 2.2rem;
    }
    
    .estimateLp .subTitWrapper .titText h2,
    .estimateLp .subTitWrapper .titText h2 span{
        font-size: 2rem;
    }
    
    .estimateLp .subTitWrapper .titText h2 span br{
        display: block;
    }
    
    .estimateLp .subTitWrapper .titText p{
        font-size: 1.5rem;
    }

    .estimateLp .subTitWrapper .titText p br{
        display: none;
    }

    .estimateLp .spTitImg{
        height: 200px;
        background: url(../images/estimate_tit_img.jpg)no-repeat center;
        background-size: cover;
    }
    
    .estimateLp .breadcrumbs{
        margin-bottom: 40px;
    }
    
    .estimateLp .subContentsWrapper section{
        margin-bottom: 40px;
    }
    
    .estimateLp .tac{
        text-align: left;
    }
    
    .estimate2Col .txtContents{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .estimate2Col figure{
        width: 80%;
        margin: 0 auto;
    }
    
    .estimateLp section.bgBlue{
        padding: 40px 0;
    }
    
    .estimateLp .subContentsWrapper section h3{
        font-size: 2rem;
    }
    
    .estimateLp .supportReason ul li{
        width: 100%;
        margin-bottom: 40px;
    }
    
    .estimateLp .supportReason ul li:last-child{
        margin: 0;
    }
    
    .estimateLp .supportReason ul li::before{
        font-size: 3rem;
    }
    
    .estimateLp .supportReason ul li > span{
        font-size: 1.8rem;
    }
    
    .estimateLp .supportExtent{
        margin-bottom: 20px;
    }
    
    .estimateLp .supportExtent ul li,
    .estimateLp .supportExtent ul li:nth-child(2n){
        width: 100%;
        padding: 1em;
        margin: 0 0 2%;
    }
    
    .estimateLp .moreBtn{
        margin-top: 25px;
    }
    
    .estimateLp .moreBtn a{
        max-width: 260px;
        font-size: 1.5rem;
        padding: 1em;
    }
    
    .estimateLp .moreBtn a::after{
        width: 6px;
        height: 6px;
        right: 20px;
    }
    
    .estimateLp .supportWorks ul li,
    .estimateLp .supportWorks ul li:nth-child(2n){
        width: 100%;
        padding: 20px;
        margin: 0 0 2%;
    }
    
    .estimateLp .supportWorks ul li::before{
        width: 20px;
        height: 20px;
    }
    
    .supportOutro figure{
        max-width: 80%;
    }
    
    .supportContactBtn a{
        font-size: 1.6rem;
        padding: 1.75em;
    }
    
    .supportPlan span{
        font-size: 1.6rem;
    }
    
    .supportPlan span strong{
        font-size: 2.4rem;
    }
    
    .supportPlan .container{
        padding: 20px 10px 30px;
        border: none;
        border-top: 1px dotted #0d5f86;
    }
    
    .estimateLp .supportWorks figure{
        padding: 10px;
        margin-top: 20px;
    }

    .estimateLp .supportPointList ul li{
        padding: 20px;
    }

    .estimateLp .supportPointList ul li span{
        font-size: 1.8rem;
    }

    .availableList ul li{
        width: 100%;
        margin: 0 0 10px;
    }

    .availableList ul li:last-child{
        margin: 0;
    }

    .estimateCheckList ul{
        margin: 0;
    }

    .estimateCheckList ul li{
        font-size: 1.6rem;
    }

    .estimateCheckList ul li::before{
        width: 20px;
        height: 20px;
    }

    .dtPointList ul li{
        width: 100%;
        padding: 25px 15px;
    }

    .estimateOutro2Col{
        flex-wrap: wrap;
    }

    .estimateOutro2Col .txtContents{
        width: 100%;
    }

    .estimateOutro2Col figure{
        width: 40%;
        margin: 15px auto 0;
    }

    .anchorLinkWrapper a{
        font-size: 1.7rem;
    }

    .anchorLinkWrapper a span::before{
        width: 24px;
        height: 24px;
        margin-top: -3px;
    }
    
    
    
    
    
    
    
}













