@media print,
screen and (min-width: 768px) {
    #top-page .top-inline {
        margin: 0 auto;
    }

    #top-ishibashi .ir_column {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #top-ishibashi .ir_column .col_item.col_news {
        width: 100vw;
    }

    #top-ishibashi .section_head {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 110px;
        padding-bottom: 25px;
    }

    #top-pickup .top-heading-lv1 {
        margin-bottom: 15px;
    }

    #top-page .top-heading-lv1 {
        margin-bottom: 25px;
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
    }

    #top-ishibashi .section_head .top-heading-lv1 {
        margin-bottom: 0;
        text-align: left;
    }

    #top-ishibashi .news_list {
        overflow-y: auto;
    }

    #top-ishibashi .news_list .news_article:first-child dl {
        border-top: 1px solid #ddd;
    }

    #top-ishibashi .news_article dl {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
        min-height: 70px;
        padding: 22px 10px;
        background: #fff;
        text-decoration: none;
        color: #333;
    }

    #top-ishibashi .news_article dl dt {
        width: 26.66667%;
        font-weight: 600;
    }

    #top-ishibashi .news_article dl dd {
        color: #333;
    }

    .description {
        color: dimgrey;
        font-size: 90%;
    }

    input::placeholder {
        color: darkgray;
    }

    .address dd {
        width: 73%;
    }

    .address input {
        width: 100%;
    }

    .mail dd {
        width: 363px;
    }

    .mail input {
        width: 100%;
    }

    .experience dd {
        width: 73%;
    }

    .experience textarea {
        width: 100%;
        height: 120px;
    }

    #top-ishibashi .news_article span.require {
        display: inline-block;
        vertical-align: middle;
        border: 0px;
        line-height: 1;
        color: #fff;
        background: #e74c3c;
        font-size: 1rem;
        padding: .5em .75em;
        border-radius: 1em;
        margin: -.25em 0 0 .5em;
        min-height: inherit;
        width: auto;
        font-weight: 300;
    }

}
