@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
div.blog_list {
    border: 0px!important;
}
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}

/*================== 堀井　フッターSNS =================*/
.snswrap {
    display: flex;   
    justify-content: center;
    align-items: center; 
    gap: 20px;  
    margin-top: 20px; 
    width: 100%;  
}

.snswrap .sns_item a {
    display: block;
    transition: opacity 0.3s;
    text-decoration: none;
}

.snswrap .sns_item a:hover {
    opacity: 0.7;   
}

.snswrap .insta_icon {
    height: 72px;  
    width: 70px !important;    
    display: block; 
}