﻿@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

html{
	visibility: visible!important;
}

.cont_01 .inner {
    padding: 75px;
}
.news {
    max-height: 360px;
}

@media only screen and (max-width: 834px) {
    .cont_01 .inner {
        padding: 30px 30px 30px;
    }
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}