/*======Number PAGE======*/
@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

/*general*/
.sp {
    display: none;
}

.header {
    position: relative;
}

.flex, .number-page .head-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.number-page {
    /*title head*/
}

.number-page .container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.number-page .head-title {
    height: 130px;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    justify-content: center;
    align-items: center;
    color: #666666;
    letter-spacing: 10px;
}

.number-page .head-sub {
    padding: 60px;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    color: #666666;
    font-weight: bold;
    letter-spacing: 3px;
}

.number-page .img-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.number-page .img-box {
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .number-page .container {
        width: 100%;
    }
    .number-page .head-title {
        height: auto;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 25px 0;
        letter-spacing: 0.5em;
    }
    .number-page .head-sub {
        font-size: 16px;
        font-size: 1rem;
        padding: 30px;
        font-weight: bold;
    }
    .number-page .img-group {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .number-page .img-group .img-box {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        padding: 1px;
    }
    .number-page .img-group .img-box img {
        width: 100%;
    }
}

/*End Number page*/

/*# sourceMappingURL=number.css.map */