.link-txt-black{
    color: black!important;
    font-weight: normal!important;
}

.fs-14{
    font-size: 14px!important;
}

.anc_link a{
    color: #000 !important;
    font-weight: normal !important;
}

.result{
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
}

.result .title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #f0f4fa;
    padding: 10px 0;
}

.result .content{
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.result .content .space{
    width: 20%;
}

.result .content .content_before{
    width: 20%;
    text-align: center;
}

.result .content .content_after{
    width: 20%;
    text-align: center;
}

.result .content .icon{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result .content .icon .arrow{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #4472c4;
    width: 30px;
    height: 40px;
}

.content_1{
    font-size: 20px;
    color: #4472c4;
    font-weight: bold;
}

.content_3{
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .img-width{
      width: 330px;
    }
    .mt-pc-0{
        margin-top: 0px!important;
    }
    .mt-pc-10{
        margin-top: 10px!important;
    }

    .pl-pc-0{
        padding-left: 0px;
    }

    .pr-pc-50{
        padding-right: 50px;
    }

    .mb-pc-0{
        margin-bottom: 0px;
    }

    .mt-lg-40{
        margin-top: 40px;
    }
    .imgBox-btn{
        margin-bottom: 0px !important;
    }

    .img-sz-w img{
        width:300px;
        margin-left: 20px;
    }
 
}


@media screen and (max-width: 768px) {
    .mt-sp-15{
        margin-top: 15px!important;
    }
    .mb-sp-5{
        margin-bottom: 5px!important;
    }
    .mb-sp--5{
        margin-bottom: -5px!important;
    }
    .mb-sp-15{
        margin-bottom: 15px!important;
    }

    .result .content{
        flex-direction: column;
    }

    .result .content .space{
        display: none;
    }
    
    .result .content .content_before{
        width: 100%;
    }
    
    .result .content .content_after{
        width: 100%;
    }
    
    .result .content .icon{
        width: 100%;
        margin: 20px 0;
    }

    .result .content .icon .arrow{
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background-color: #4472c4;
        width: 40px;
        height: 30px;
    }
}



