@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.flbox4.flbox3 .box{
    width: 31%;
}
.flbox4 .box{
    position: relative;
}
.flbox4 .box div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
    pointer-events: none;
    font-weight: 700;
    width: 100%;
    text-align: center;
}


/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){
    .flbox4 .box div{
        font-size: 1em;
    }
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
    .flbox4 .box ,.flbox4.flbox3 .box{
        width: 48%;
    }
}
/*===========================sp END====================================== */