@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
.bg01 .inner {
    justify-content: space-between !important;
}

.bg1 .box1 {
    width: calc(100% / 2 - 2%);
}

.instagram {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.instagram::after {
    content: "";
    width: 32%;
    display: block;
}

.instagram li {
    width: 32%;
    margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
    /* ================================================================= 
     *
     * tablet size
     *
     * ================================================================= */
    /*----------------------------------------------------------------------------title*/
    /*----------------------------------------------------------------------------common1*/
    /*----------------------------------------------------------------------------common2*/
    /*----------------------------------------------------------------------------common3*/
    .bg1 .box1 {
        width: 100%;
    }

    /* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
    /* ================================================================= 
     *
     * smartphone size
     *
     * ================================================================= */
    /*----------------------------------------------------------------------------title*/
    /*----------------------------------------------------------------------------common1*/
    /*----------------------------------------------------------------------------common2*/
    /*----------------------------------------------------------------------------common3*/

    /* smartphone END ################################################## */
}
