@charset "UTF-8";
@media screen and (min-width: 767px) {
 
    .point-estimate{
        width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin: 2% auto 3%; 
    }
    .point-estimate > .row{
        width: 25%;
        padding: 2%;
        background-color: #fff;
		text-align: center;
    }
    .point-estimate > .row:nth-child(1){
        position: relative;
    }
    .point-estimate > .row:nth-child(2){
        position: relative;
    }
    .point-estimate > .row:nth-child(3){
        position: relative;
    }
    .point-estimate > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 55px;
        width: 45px;    
        background: url(../../estimate/img/point01.png) no-repeat;
        background-size: contain;
    }
    .point-estimate > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 50px;
        width: 55px;
        background: url(../../estimate/img/point02.png) no-repeat;
        background-size: contain;
    }
    .point-estimate > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 55px;
        width: 45px;
        background: url(../../estimate/img/point03.png) no-repeat;
        background-size: contain;
    }

    .point-estimate > .row > .h3_02-fmt2023{
        font-size: 24px;
    }

	.estimating {
        padding-top: 50px;
    }
	 .estimating .summary::before {
        position: absolute;
        content: "";
        top: -74px;
        left: 45%;
        height: 74px;
        width: 120px;
        background: url(../img/estimating.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 767px) {

    .point-estimate{
        width: 90%;
        margin: 0 auto;
        display: block;
        margin: 2% auto 3%; 
    }
    .point-estimate > .row{
        width: 90%;
        padding: 5% 2%;
        background-color: #fff;
        margin-bottom: 7%;
        margin: 8% auto;
        text-align: center;
    }
    .point-estimate > .row:nth-child(1){
        position: relative;
    }
    .point-estimate > .row:nth-child(2){
        position: relative;
    }
    .point-estimate > .row:nth-child(3){
        position: relative;
    }
    .point-estimate > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 50px;
        width: 40px;    
        background: url(../../estimate/img/point01.png) no-repeat;
        background-size: contain;
    }
    .point-estimate > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 50px;
        width: 55px;
        background: url(../../estimate/img/point02.png) no-repeat;
        background-size: contain;
    }
    .point-estimate > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 50px;
        width: 40px;
        background: url(../../estimate/img/point03.png) no-repeat;
        background-size: contain;
    }

    .point-estimate > .row > .h3_02-fmt2023{
        font-size: 20px;
    }

	.estimating {
        padding-top: 80px;
    }
	.estimating .summary::before {
        position: absolute;
        content: "";
        top: -74px;
        left: 32%;
        height: 74px;
        width: 120px;
        background: url(../img/estimating.png) no-repeat;
        background-size: contain;
    }

}
