﻿@charset "utf-8";

.background_2 {
    display:none;
}
.mokuji_white {
    display: none;
}
footer {
    display: none;
}
iframe {
    height: 360px !important;
    width: 640px !important;
    margin: auto;
    display: block;
}
@media screen and (max-width: 768px) {
    #page_contents_bg {
        padding: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 425px) {
    iframe {
        height: 228px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 375px) {
    iframe {
        height: 200px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    iframe {
        height: 170px !important;
        width: 100% !important;
    }
}