.page-contents{
	margin:30px 0 66px;
}
.header__logo-wrap{
	max-width:1500px;
	margin: 20px auto 0;
    padding:0 3vw;
}
.estimate-finish-inner {
    max-width: 800px;
    margin: 94px auto 0;
    width: 100%;
}

.estimate-finish-title {
    font-size: 40px;
    color: #333;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
}

.finish-lead-box {
    margin-bottom: 69px;
}
.finish-lead-box p {
    font-size: 18px;
    line-height: 1.7;
}

.finish-lead-top {
    text-align: center;
}

.finish-lead-bottom {
    text-align: left;
}

.attention-image {
    margin: 40px 0 16px;
    text-align: center;
}

.attention-image img {
    width: 800px;
    height: 44px;
}

.free-call-box {
    padding: 20px 0;
    border: 4px solid #CACACA;
}

.free-call-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.4;
}

.free-call-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1;
}

.free-call-number a{
    color: #515151;
}

.free-call-number::before {
    content: "";
    background-image: url(/sougi/wp-content/themes/kuratomo2022/estimate/img/free-call-icon.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.reception-time {
    max-width: 410px;
    margin: 0 auto;
    padding: 12px 0;
    background: #EDEDED;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}

.reception-time span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.estimate-to-top {
    display: block;
    font-size: 22px;
    padding: 13.5px 20px 13.5px 10px;
    width:400px;
    border-radius: 10px;
    margin: 56px auto 0;
    background: #735EA4;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
}

.estimate-to-top::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
}
@media (max-width:768px) {
    .estimate-finish-title{
        text-align: left;
        letter-spacing: normal;
    }
    .estimate-finish-title > br{
        display: none;
    }
    .attention-image img{
        width: 600px;
        height: 44px;
        overflow-x: hidden;
        object-fit: cover;
    }
    .free-call-number{
        font-size: 40px;
    }
    .finish-lead-box{
        margin-bottom: 10px;
    }
    .finish-lead-box p{
        text-align: justify;
    }
    .estimate-finish-inner{
        width:90.624vw;
        margin: 0 auto;
    }
    .free-call-box{
        width:90.624vw;
        margin: 0 auto;
        padding:10px 0;
    }
    .estimate-finish-title{
        font-size: 30px;
    }
    .estimate-to-top {
        font-size: 4.063vw;
        width: 61.867vw;
    }
    .reception-time{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .free-call-number a{
        font-size: 8vw;
    }
}