@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#nav_global ul {
    font-size: 1.2em;
}
.main_txt span{
    color: #1955a6!important;
}
.mainwrap .main_txt {
    width: 750px!important;
    font-size: 2.1em!important;
    line-height: 1.4em!important;
    padding: 89px!important;
}
.imgbox table td img {
    width: 60% !important;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
div.imgbox2 .box {
    margin: 0 50px 0px 0;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    width: 33%!important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
    .mainwrap .main_txt {
        width: auto!important;
        font-size: 1.5em!important;
        line-height: 1.4em!important;
        padding: 60px!important;
    }
    .mainwrap .main_txt {
        font-size: 1.8em;
        width: 460px;
        padding: 30px;
        height: 220px;
    }
    div.imgbox2 .box {
        width: 80%!important;
        margin: 0 auto!important;
        margin-top: 20px!important;
    }
}
@media only screen and (max-width: 468px){

}