.header {
    border:solid;
    background-color: white;
}

.body {
    margin: 0;
    padding: 0;
}

/**
 * 画面幅が小サイズのとき
 */
@media (max-width: 799px) {

    .phone_example1 {
        width: 200px;
        margin: 50px 30px 30px 20px;
        display: none;
    }

    .phone_example2 {
        width: 200px;
        margin: 50px 30px 30px 20px;
        display: none;
    }

    .table-adv {
        border-spacing: 0px 20px
    }

    .apple-aicon {
        width: 100px;
        margin: 30px 10px 0 0;
    }

    .apple-title {
        font-weight: bold;
        font-size: 15px;
        text-align: left
    }

    .apple-info {
        font-size: 13px;
        text-align: left
    }

    .apple-explan {
        font-size: 15px;
        text-align: center;
    }

    .googleplay-aicon {
        width: calc(165px * 0.7);
        height: calc(64px * 0.7);
    }

    .applestore-aicon {
        width: calc(148px * 0.7);
        height: calc(49px * 0.7);
    }
}

/**
 * 画面幅が中サイズのとき
 */
@media (min-width: 800px) {

    .phone_example1 {
        width: 200px;
        margin: 50px 30px 30px 20px;
    }

    .phone_example2 {
        width: 200px;
        margin: 50px 30px 30px 20px;
        display: none;
    }

    .apple-aicon {
        width: 150px;
        margin: 50px 10px 0 0;
    }

    .apple-title {
        font-weight: bold;
        font-size: 25px;
        text-align: left
    }

    .apple-info {
        font-size: 21px;
        text-align: left
    }

    .apple-explan {
        font-size: 23px;
        text-align: left
    }

    .googleplay-aicon {
        width: 165px;
        height: 64px;
    }

    .applestore-aicon {
        width: 148px;
        height: 49px;
    }
}

/**
 * 画面幅が大サイズのとき
 */
@media (min-width: 1051px) {

    .phone_example1 {
        width: 200px;
        margin: 50px 30px 30px 20px;
    }

    .phone_example2 {
        width: 200px;
        margin: 50px 30px 30px 20px;
        display: flow;
    }

    .apple-aicon {
        width: 150px;
        margin: 50px 10px 0 0;
    }

    .apple-title {
        font-weight: bold;
        font-size: 25px;
        text-align: left
    }

    .apple-info {
        font-size: 21px;
        text-align: left
    }

    .apple-explan {
        font-size: 23px;
        text-align: left
    }

    .googleplay-aicon {
        width: 165px;
        height: 64px;
    }

    .applestore-aicon {
        width: 148px;
        height: 49px;
    }
}
