@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.cont_05 .leftbox2{
    width: 49%;
}
.cont_05 .rightbox2{
    width: 49%;
}
.title_10 h3 {
    font-size: 2.4rem;
    color: #332200;
    font-weight: bold;
    line-height: 1.4;
}
.bloglist01 .blog_photo {
    display: none!important;
}

/* insta */
.insta div.sns_list
{
    display: flex;
    flex-direction: row !important;

    border: none !important;

    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between;
}

.insta div.sns_list > div {
    width: calc(100% / 3 - 1%) !important;
    margin-bottom: 1.5% !important;
    border-bottom: none !important;
    height: 220px;
    object-fit: cover;
    width: 220px!important;
    overflow-y: hidden;
}

.insta div.sns_list > div .sns_photo
{
    width: 100% !important;
    padding: 0 !important;
}

.insta div.sns_list > div .sns_text
{
    display: none !important;
}
  
  

@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
}
