@media screen and (max-width: 1200px) {

    /* Microsoft Office に含まれている代表的なアプリ */
    .mo-one .item .item1 p span.word {
        font-size: 24px;
    }

    /* 選べる 3 パターンの利用方法 */
    .mo-four .icon-text div p {
        font-size: 20px;
    }
    /* 有効化手順 */
    .mo-five .mo-box .mo-box-img img.arrow {
        top: 100px;
    }
    /* ①有効化の手順 */
    .mo-five .mo-box1 .mo-box-img img.arrow {
        top: 60px;
    }
}

@media screen and (max-width: 991px) {

    /* Microsoft Office に含まれている代表的なアプリ */
    .mo-one .item .item1 p span:nth-child(2) {
        display: none;
    }

    /* ニーズに応じて選べる2種類のライセンス形態 */
    .mo-two .middle-btn {
        font-size: 20px;
    }

    .mo-two .notes p,
    .mo-four .notes p {
        font-size: 16px;
    }

    /* 選べる 3 パターンの利用方法 */
    .mo-four .icon-text div {
        margin: 10px 0;
    }

    .mo-four .icon-text div p {
        font-size: 16px;
    }
    /* 有効化手順 */
    .mo-five .mo-box .mo-box-img img.arrow {
        top: 60px;
    }
    /* ①有効化の手順 */
    .mo-five .mo-box1 .mo-box-img img.arrow {
        top: 40px;
    }
}

@media screen and (max-width: 767px) {
    /* header */
    .mo-container header h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    /* Microsoft Office に含まれている代表的なアプリ */
    .mo-one h2 {
        font-size: 20px;
        margin-top: 0;
    }

    .mo-one .item {
        top: -30px;
    }
    .mo-one .item .item1 img {
        width: 80px;
        z-index: 1;
    }

    .mo-one .item .item1 p {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .mo-one .item .item1 p span.word {
        font-size: 20px;
    }

    .mo-one .item .item1 p span:nth-child(2) {
        display: inline-block;
    }

    .mo-one .item .item2 {
        margin-left: 20px;
    }

    .mo-one .item .item2 p {
        padding: 10px;
    }

    .mo-one .item .item2 img {
        width: 50%;
    }

    /* ニーズに応じて選べる2種類のライセンス形態 */
    .mo-two h3.title {
        width: 86%;
    }

    .mo-two .middle {
        width: 100%;
    }

    .mo-two .middle div {
        width: 100%;
    }

    .mo-two .middle div:first-child {
        margin: 10px 0 40px;
    }

    .mo-two .middle p {
        font-size: 16px;
    }

    .mo-two .row .row-mb {
        margin: 20px 10px;
    }

    .mo-two .row .row-mb:last-child {
        margin-bottom: 0;
    }

    .mo-two .notes {
        margin-top: 0;
    }

    /* 主な仕様の比較 */
    .mo-three {
        margin-top: 10px;
    }
    .mo-three .table th {
        border-color: #fef9f2;
    }

    /* 必须设置，否则表格会自适应内容宽度，否则手动设置的 50% 宽度会失效 */
    .mo-three .table {
        table-layout: fixed;
    }

    .mo-three .table tbody tr td {
        width: 50%;
    }

    /* 選べる 3 パターンの利用方法 */
    .mo-four h2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .mo-four .icon-text img {
        width: 50px;
    }

    .mo-four .icon-text div p {
        font-size: 14px;
        border-radius: 6px;
        height: auto;
        line-height: 1.2;
        margin-bottom: 0;
        margin-left: 10px;
        padding: 5px;
    }

    /* 有効化手順 */
    .mo-container .middle-h2 {
        font-size: 24px;
        margin: 20px 0 10px;
    }

    .mo-five .mo-box h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mo-five .mo-box h3 span {
        font-size: 14px;
    }

    .mo-five .mo-box .mo-box-img .box-img {
        width: 100%;
    }

    .mo-five .mo-box .mo-box-img img.arrow {
        width: 10%;
        height: auto;
        transform: rotateZ(90deg);
        margin: 10px auto;
        position: unset;
    }
     /* ①有効化の手順 */
    .mo-five .mo-box1 {
        padding-top: 5px;
    }
}

@media screen and (max-width: 400px) {

    /* Microsoft Office に含まれている代表的なアプリ */
    .mo-one .item .item1 p span:nth-child(2) {
        display: none;
    }

    .mo-two .middle-btn {
        font-size: 14px;
    }
}