@charset "utf-8";
@media (max-width: 750px) {
    #index_main_area{
        background-image:none;
        height: 900px;
        margin-top:120px;
    }
    #index_main_frame{
        width: 750px;
        height: 900px;
    }
    #index_main_frame img{
        width: 750px !important;
        height: 900px !important;
    }

    h1{
        font-size: 27px;
        margin-top:-240px;
    }

    /**各セクション**/
    #index_section1{
        height: 485px;
    }
    #index_section2{
        height: 587px;
    }
    #index_section3{
        height: 364px;
    }
    #index_section4{
        height: 444px;
    }
    #index_section1 .image_area{
        background-image: url("../img/index_media/01.png");
        width: 500px;
        height: 357px;
    }
    #index_section2 .image_area{
        background-image: url("../img/index_media/02.png");
        width: 485px;
        height: 305px;
    }
    #index_section3 .image_area{
        background-image: url("../img/index_media/03.png");
        width: 512px;
        height: 352px;
    }
    #index_section4 .image_area{
        background-image: url("../img/index_media/04.png");
        width: 485px;
        height: 381px;
    }
    #index_section4 h3{
        right:10px !important;
    }
    #index_news_contents_wrap{
        width: 650px;
    }
    #index_news_contents_wrap dt{
        width: 250px;
        height: 53px;
        background-image: url("../img/index_media/news_date.png");
        padding-top: 22px;    
        padding-left: 45px;
    }
    #index_news_contents_wrap dd{
        width: 500px;
        line-height: 38px;
        margin-bottom: 40px;
        margin-left: 30px;
    }

    #index_news_contents_wrap .blog{
        background-image: url("../img/index_media/blog.png");
        padding-left: 125px;
    }
    #index_news_contents_wrap .sch{
        background-image: url("../img/index_media/sch.png");
        padding-left: 125px;
    }
/**end**/

/**IPHONE対策**/

/**アンドロイド対策**/

};