.numberone-imglist {
    display: flex;
}

.imgplusdisc {
    width: calc(100% / 4);
    display: flex;
}

.imgplusdisc.main-img-big{


    width: calc(100% / 2);
}

.numberonetitle-area {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}
.numberone-imglist {
    display: flex;
    margin: 20px auto 100px;
    max-width: 780px;
}
.numberone-search {
    text-align: center;
}
span.bignumhead {
    font-size: 90px;
}
.numberoneinner {
    /* clip-path: polygon(80% 0, 0 0, 0 100%, 0 100%, 13% 100%, 25% 91%, 24% 100%, 100% 100%, 100% 50%, 100% 0, 88% 0, 78% 9%); */
    /* background: #fff; */
   
    padding-bottom: 11px;
}
h3.number1sankan {
    line-height: 150%;
    padding-top: 90px;
}

h4.sankantitle {
    margin-bottom: 40px;
}


@media screen and (max-width: 780px){

    .numberonetitle-area {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
    }

    span.bignumhead {
        font-size: 43px;
    }
    span.bignumheadsub {
        font-size: 30px;
    }
   
    h3.number1sankan {
        line-height: 150%;
        padding-top: 40px;
    }
    .numberone-search {
        text-align: center;
        line-height: 120%;
        font-size: 12px;
    }
    .numberone-imglist {
        display: flex;
        margin: 20px auto 30px;
        max-width: 90%;

    }
    span.bignumhead {
        font-size: 50px;
    }
    h4.sankantitle img{
        width:280px;
        margin:0 auto;
    }
}
@media screen and (max-width: 380px){
    .numberone-imglist {
        display: flex;
        margin: 20px auto 20px;
        max-width: 90%;
        height: 220px;
    }
}