.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.logo{
    margin: auto;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.keyvisual-imgage{
    width: 100%;
    height: 100%;
    background-image: url('../img/keyvisual.jpg');
}

.name{
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.main{
    font-size: 32px;
    margin-bottom: 20px;
}

.sub{
    font-size: 20px;
}

#header{
	padding-top: 30px;
    position:fixed;
    left: 50px;
    z-index: 999;
}

#blog-icon{
    position: fixed;
    bottom: 50px;
    left: 30px;
}

#blog-icon-sp{
    display: none;
}

#blog-section{
    display: block;
}
a{
    color: #000;
}
/* 
----------------------------------------------------------------------*/
#blog-icon{
    width:160px;
    height: 160px;
    z-index: 5;
}

#blog-icon .speech{
    z-index: 5;
    position: absolute;
}

#blog-icon .speech-label{
    z-index: 5;
    position: absolute;
    left: 50px;
    top: 40px;
}

#blog-icon .icon{
    position: absolute;
    left: 0;
    bottom: 0;
}

/* メニュー
----------------------------------------------------------------------*/
#menu.top{
    position: inherit;
    left: 0;
    top: 0;
    width:100%;
    display: flex;
}

#menu.top ul{
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

#menu.top ul li{
    width: 33.3%;
    text-align: center;
}

#menu{
    position: fixed;
    left: 50px;
    top: 50px;
    width:180px;
    z-index: 999;
}

#menu ul{
    list-style: none;
}

#menu ul li{
    margin:50px 0 50px 0;
    text-align: left;
}

#menu.top ul li{
    margin:2px 4px 0 0;
    background:#000;
    height: 96px;
    position: relative;
    box-shadow: 2px 2px 4px gray;
}

#menu.top ul li:last-child{
    
}


#menu ul li a{
    color: #000;
    text-decoration: none;
    display: inline-block;
/*
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
*/
}

#menu.top ul li a{
    color: #fff;
}

#menu.top ul li a:hover{
/*
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
*/
/*
    background: #000;
    color: #fff;
    */

    color: #000;
    background: #aaa;
}


#menu.top ul li a.blank{
    margin-left: 0;
}

#menu ul li a.blank{
    margin-left: 26px;
}

#menu ul li a .menu-item-name-label{
    display: inline;
}

#menu.top ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

#menu.top ul li a .menu-item-name-label{
    display: block;
    position: absolute;          /* 位置指定 */
    top:  0;                     /* 位置指定 */
    bottom:  0;                  /* 位置指定 */
    left:  0;                    /* 位置指定 */
    right:  0;                   /* 位置指定 */
    margin:  auto;               /* 中央寄せ */
    height: 1rem;
}


#menu ul li.not-disp{
    display: none;
}

.pc-menu-cursol-icon{
    display: none;
	width: 9%;
}


#menu-sp{
    display: none   ;
}

.section-content{
    padding: 30px 50px;
    margin-bottom: 20px;
/*
    background-color: #eee;
*/
}

.section-content .fade-inner{
    opacity: 0;
    background: #fff;
}

.section-content .fade-inner .text{
    padding: 10px;
    line-height: 30px;
}

.section-content .header{
    font-size: 48px;
    margin-bottom: 20px;
}   

.section-content .header-sub{
    font-size: 24px;
}

.child-section{
    margin-bottom: 30px;
}

.child-section h3{
    margin-bottom: 10px;
}

.section-content ul{
    list-style: none;
}

.container{
    padding: 0 6.66667vw;
    background: #fff;
}

/*----------------------------------------------------------------------*/

.information-table{
    width: 100%;
/*
    width: 90%;
    margin: 0 auto;
*/
}

.information-table tr{
    margin-bottom: 5px;
}

.information-table th{
    width: 100px;
    box-sizing: border-box;
}

.information-table td{
    padding: 20px 0;
}

.address{
    margin-bottom: 10px;
}

.post-code{
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------*/

.fade-content{
/*  transition: 2s;

    display: none;
*/
    background-color: #bbb;
}

.fade-content.show{
/*    opacity:1;*/
}

.main-content{
    display: none;
    width : 1080px;
    margin: 0 auto;
}

#content{
    height: auto;
}

.content-colmun-3{
    display: felx;
}

.office-img{
    width: 100%;
}

.office-img:hover{
    cursor: pointer;
}

.open-form-btn{
    display: block;
    margin: 0 auto;
    border: 3px solid #000;
    background: white;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

.open-form-btn:hover{
    background:#000;    
    color:  #fff;
    cursor: pointer;
}

/* 地図
----------------------------------------------------------------------*/
.map-box{
    padding-right: 100px;
}

.if-map-small{
    width: 555px;
    height:200px;
}

.m-map-link{
    text-decoration: none;
}

.col-2-container .col-box{
    display: flex;
}

.col-2-container .col-box .col{
    width: 50%;
}

.icon-accsess{
    width: 30px;
}

.address{
    line-height: 30px;
}

.access{
    line-height: 30px;
}

/* モーダル
----------------------------------------------------------------------*/
.modal{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal .modal-overlay{
    width: 100%;
    height: 100%;
    background:#a9a9a9;
    opacity: 0.8;
}

/* 背景：送信中 */
.modal .modal-overlay-waiting{
    width: 100%;
    height: 100%;
    background:#a9a9a9;
    opacity: 0.8;
}

/* モーダル
----------------------------------------------------------------------*/
.modal-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.modal-content.map{
    width: 80%;
    height: 80%;
}

.modal-content.message{
    width: 60%;
    height: 50%;
    background: #fff;
}

#waiting-modal .modal-content{
    width: 10%;
    height: 10%;
    min-width: 90px;
    min-height: 90px;
}

#waiting-modal .modal-content img{
    width: 100%;
}

#waiting-modal .modal-content .text{
    text-align: center;
}

.modal-content .title h2{
    width: 100%;
    text-align: center;
    font-size:3rem;
    padding: 20px 0;
}

.modal-content .buttons ul{
    list-style: none;
}

.modal-content .buttons{
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
}

.br-sp{
    display: none;
}

/* offfice
----------------------------------------------------------------------*/
.office-garally-container{
    display: float;
    justify-content:center;
}
.office-garally-container img{
    width: 300px;
    height: 230px;
}
#office-image{
    width: 700px;
}

/* メディアクエリ
----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
    #header{
        display: none;
    }
    #top,#top .logo,#top .logo-img{
        width: 100%;
        box-sizing: border-box;
    }

    .keyvisual-imgage{
        width: 100%!important;
        height: 100%!important;
        margin-left: 0!important;
    }

    /* ブログアイコンSP */
    #blog-icon-sp{
        display: block;
        position: absolute;
        right: 5px;
        bottom: 30px;
        width:60px;
    }

    /* ブログアイコンPC */
    #blog-icon{
        display: none;
    }

    #top-section{
        position: relative;
    }
    #blog-icon-sp .label{
        font-size:12px;
    }
    #top,#top .logo{
        padding: 20px;
    }
    .main-content{
        width: 100%;
    }
    .section-content{
        padding: 20px 0;
    }
    .section-content:first-child{
        padding-top: 0;
    }
    
    .child-section{
        padding: 0 20px;   
    }    

    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .information-table {
        margin: 0 auto;
    }
    .information-table th{
        background: #000;
        color:#fff;
    }
    .information-table tr,
    .information-table th,
    .information-table td{
        border-bottom: none;
        display: block;
        width: 100%;
        padding: 0%;
    }
    .information-table th,
    .information-table td{
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    #menu,#menu .top{
        display: none!important;
    }

    #menu-sp{
        opacity: 0.5;
        position: fixed;
        height: 55px;
        left: 0;
        bottom: 0;
        width:100%;
        display: flex;

        background: #000;
        border:1px solid #fff;
        box-sizing: border-box;
    }

    #menu-sp ul{
        list-style: none;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #menu-sp ul li{
        width: 33%;
        text-align: center;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }

    #menu-sp ul li:last-child{
        border-right: 0;
    }

    #menu-sp ul li a{
        text-decoration: none;
        color: #fff;
    }

    #footer.sp{
        margin-top:100px
    }

    #blog-icon{
        display: none;
    }

    .swiper-container{
        display: block;
    }

    .section-content .header,.header-sub{
        font-size: 48px;
        margin-bottom: 10px;
        text-align: center;
    }   

    .section-content .header{
        font-size: 48px;
    }   

    .section-content .header-sub{
        margin-bottom: 10px;
    }
    
    .select2-selection__choice
    {
        margin-bottom: 1px!important;      
    }

    .br-sp{
        display: block;
    }

    #office-image{
        width: 400px;
    }

    .col-2-container .col-box{
        display: block;
    }
    
    .col-2-container .col-box .col{
        width: 100%;
    }

    .map-box{
        padding-right: 0;
    }

    .access{
        text-align: left;
    }

    .access li{
        margin-bottom: 20px;
    }

    .office-garally-container img{
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .if-map-small{
        width: 200px;
        height: 200px;
    }

    #menu.top ul li{
        margin:40px 0 40px 0;
    }
    .pc-only{
        display:none !important;
    }
}


@media screen and (min-width : 768px){
    .sp-only{
        display:none !important;
    }
}

/* [UIパーツ]スライドギャラリー
----------------------------------------------------------------------*/

.slide-content-box .slide-items{
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin: 0 auto;
}

.slide-content-box .slide-btn-content{
    display: none;
    position: relative;
    width: 300px;   
    height: 80px;
}

.slide-content-box .slide-btn-content a.slide-l{
    height: 80px;
}

.slide-content-box .slide-btn-content .slide-r{
    position: absolute;
    right: 0;
}

/* ブログブロック */
#blog-container .thumb-box{
    width: 240px;
    height: 240px;
}

/* 「もっとみる」 */
#blog-container .btn-area{
    box-sizing: border-box;
    padding: 15px 0;
    text-align: right;
}

/* [UIパーツ]スライドギャラリー:ポートフォリオ
----------------------------------------------------------------------*/
.slide-content-box .slide-items .item{
    position: static;
    display: block;
    width: 300px;
    height: 300px;
    background-color: #fff;
    box-sizing: border-box;
}

/* [UIパーツ]スライドギャラリー:Blog
----------------------------------------------------------------------*/
.slide-content-box .slide-items .blog-item{
    width:240px;
    height:240px;
    background-color: #fff;
    position: relative;
}

.slide-content-box .slide-items .blog-item-label{
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background:#000;
    color: #fff;
    opacity: 0.8;
    padding: 10px;
    box-sizing: border-box;
}

.slide-content-box .slide-items .blog-item-label .date{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8rem;
}

/* メディアクエリ：スライドギャラリー化
----------------------------------------------------------------------*/
@media screen and (max-width:480px) {
    .slide-content-box .slide-items{
        display: block;
        position: relative;
        width: 300px;
        height: 300px;
    }

    .slide-content-box .slide-items .item,.blog-item{
        position: absolute;
        display: none;
        width: 300px;
        height: 300px;
    }

    .slide-content-box .slide-items .slide-btn-content{
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .slide-content-box .content-inner{
        position: relative;
    }

    .slide-content-box .content-inner .slide-btn-content{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 300px;
        height: 80px;
    }
    
    .slide-btn{
        height: 80px;
        width: 30px;
        margin: 0 10px;
        border: none;
        opacity: 0.5;
    }

    .slide-btn:hover{
        opacity: 0.7;
        border: none;
    }

    /* ブログブロック */
    #blog-container .thumb-box{
        width: 300px;
        height: 300px;
    }

}

/* フッター
----------------------------------------------------------------------*/
#footer{
    background-color: #000;
    width: 100%;
    height: 100px;
    position: relative;
}

#footer .copyright{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 1em;
    color: #fff;
    text-align: center;
}


/* お問い合わせフォーム
----------------------------------------------------------------------*/
.contact-form{
    width:100%;
    height: 500px;
    position: fixed;
    left: 0;
    height: auto;
    bottom: 0;
    background: #fff;
    z-index: 999;
}

#contact-form .closeBtnTab{
    position: absolute;
    width: 100%;
    height: 20px;
    top:-20px;
    left: 0;
    background: #eee;
}

.contact-form-close-btn {
    position: relative;
    display: block;
    width: 100px;
    margin: 0 auto;
    text-decoration: none;
}
.contact-form-close-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

#contact-form .content{
    display: none;
    padding: 10px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

#contact-form .content:first-child{
    display: block;
}

.content .title{
    font-size:4rem;
    text-align: center;
}

#contact-form .title{
    padding: 5px;
    background: #fff;
}

#contact-form .form-content{
    background: #fff;
    margin-top: 5px;
    padding: 0;
}

#contact-form table{
    width: 90%;
    margin: 0 auto;    
}

#contact-form ul
{
    list-style: none;
}


.form-content .item-name{
    font-weight: bold;
}


.form-content .form-content-line{
    margin-bottom: 10px;
}

#contact-form .cols-box ul{
    list-style: none;
}

#contact-form .col-3 ul{
    list-style: none;
}

#contact-form .col-2 li{
    width: 50%;
    float: left;
}

#contact-form .col-3 li{
    width: 30%;
    float: left;
}

.cols-box:after{ 
    content: "";
	display: block;
	clear: both; 
}

#contact-form ul .input-item{
    width: 90%;
    box-sizing: border-box;
}

#contact-form .consultation{
    width: 90%;
}

#contact-form .message{
    width: 90%;
    box-sizing: border-box;
}

#contact-form .buttons ul{
    list-style: none;
}

#contact-form .buttons {
    background: #fff;
    list-style: none;
    padding: 10px;
}

#contact-form .buttons ul{
    width: 400px;
    margin: 0 auto;
}

#contact-form .req{
    color: #f00;
}

#contact-form .error-message{
    color: #f00;
    font-weight: normal;
}

#contact-form .error-message.blank{
    font-weight: normal;
    margin-bottom: 16px;
}

#contact-form .message{
    height: 100px;
    max-height: 100px;
}
.sel-entry-type-box{
    width: 400px;
    height: 50px;
    margin: 0 auto;
}
.sel-entry-type-box ul{
    list-style: none;
}
input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}
input[type="radio"]:checked + label {
    background: #31A9EE;/* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.rdb-label {
    display: block; /* ブロックレベル要素化する */
    float: left; /* 要素の左寄せ・回り込を指定する */
    margin: 5px; /* ボックス外側の余白を指定する */
    width: 150px; /* ボックスの横幅を指定する */
    height: 45px; /* ボックスの高さを指定する */
    padding-left: 5px; /* ボックス内左側の余白を指定する */
    padding-right: 5px; /* ボックス内御右側の余白を指定する */
    color: #b20000; /* フォントの色を指定 */
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px; /* 行の高さを指定する */
    cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
}

#contact-form .send-result-content{
    padding: 80px 0;
}

.send-result-content .content-box{
    padding: 20px 0;
}

.send-result-content .fail-title{
    font-size: 2rem;
}

.send-result-content .company-tel{
    padding: 10px 0;
}

.send-result-content .content-box .content-message{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.send-result-content .cancel-btn{
    display: block;
    width: 100px;
    margin: 0 auto;
}

/* お問い合わせフォーム:メディアクエリ
----------------------------------------------------------------------*/
@media screen and (max-width:680px) {

    .contact-form{        
        width:100%;
        height: 100%;
        position: fixed;
        left: 0;
        background: #fff;
        z-index: 99;
    }

    #contact-form{
        margin: 0;
        width: 100%;
        overflow-y: scroll;
    }

    #contact-form{
        
    }

    #contact-form ul .input-item {
        padding: 10px 0 ;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    #contact-form table input[type=radio]{
        display: none; /* ラジオボタンを非表示にする */
    }

    #contact-form .cols-box li{
        width: 100%;
        margin-bottom: 10px;
    }

    #contact-form table td .cols-box li:last-child{
        margin-bottom: 0;
    }

    #contact-form .consultation{
        width: 100%;
        padding: 10px 0;
    }
    #contact-form .message{
        width: 100%;
        box-sizing: border-box;
    }
    
    #contact-form .buttons ul{
        box-sizing: border-box;
        width: 200px;
    }

    #contact-form .buttons li a{
        display: block;
        box-sizing: border-box;
        width: 200px;
        margin-bottom: 5px;
        padding: 0.5rem 2rem;
    }

    #contact-form .buttons li a:last-child{
        margin-bottom: 0;
    }    
}

/* [UIパーツ]ボタン
----------------------------------------------------------------------*/
a.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #212529;
    border-radius: .5rem;
}

a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
}

a.btn-border:hover {
    color: #fff;
    background: #000;
}

.Arrow-Bottom {
    border-bottom: solid 4px #5bc8ac;
    border-right: solid 4px #5bc8ac;
    margin-top: 16px;/*なくてもOK*/
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    position: fixed;
    top: 0;
    left: 0;
}

/*
--------------------------------------------------------*/
#sp{
    display: none;
}

@media screen and (max-width:480px) {
    #sp{
        display: block;
    }
}


/* ブログブロック
--------------------------------------------------------*/
#blog-section{
    position: fixed;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    overflow-y:unset;
}

#blog-section .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee;
    z-index: 1;
}

#blog-section .inner{
    position: relative;
    width:100%;
    height: 100%;
    overflow: hidden;
    overflow-y:unset;
    z-index: 10;
}

#blog-section .inner{
    width:1000px;
    height: 100%;
    margin: 0 auto;
}

.slide-btn-content{
    display: none;
}

.col-2{
    display: flex;
    height: 100%;
}

.col-2-l .featured-image{
    height: 100%!important;
}

.slide-items{
    height:100%;
}

.col-2 li{        
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.col-2-inner{
    position: relative;
    height: 100%;
}

.blog-block-content-box .block{
    display: block;
}

.col-4{
    display: flex;
    flex-wrap:wrap;
    width: 500px;
    height: 500px;
    box-sizing: border-box;
    list-style: none;
}

.col-4 .col-4-section{
    width: 250px;
    height: 250px;
    font-size: 20px;
    box-sizing: border-box;
}

.col-4-section-inner{
    position: relative;
    width: 250px;
    height: 250px;
}

.col-4-section .box{
    height:250px!important;
}
.col-4 .featured-image{
    height: 250px!important;
}

.col-4 .block .label ul{
    list-style: none;
}

.col-4 .block .label ul li{
    width: 100%;
}

.col-4 .block .label .category{
    font-size: 12px;
}

.col-4 .block .label .date{
    font-size: 12px;
}

.col-4 .block .label .title{
    font-size: 1.2rem;
}


.keyvisual{
    position: relative;
    width:980px;
    height: 588px;
    max-width:980px;
    max-height: 588px;
}

#keyvisual-imgage{
    left: 0;
    top: 0;
}

#blog-block{
    left: 0;
    top: 0;
    width: 100%;
    height: 588px;
    max-height: 588px;
    box-sizing: border-box;
    background: #aaa;
}

#blog-block .block:hover{
    transform: scale(1.2) rotate(9deg);
    transition-duration: 0.5s;
}

.col-container-2 .featured-image{
    width: 500px;   /* トリミングしたい枠の幅 */
    height:500px;  /* トリミングしたい枠の高さ */
    object-fit: cover;
}

.col-container-4 .featured-image{
    width: 200px;   /* トリミングしたい枠の幅 */
    height: 200px;  /* トリミングしたい枠の高さ */
    object-fit: cover;
}

#blog-block .col-container-2{
    display: flex;
    flex-wrap:wrap;
    height: 100% ;
}

#blog-block .col-container-2 li{
    width: 50%;
    height: 100%;
}

#blog-block .category{
    background: #111;
    color: #fff;
}

#blog-block .col-container-2 .label{
    padding: 30px 10px;
}

#blog-block .col-container-2 .label ul li:first-child{
    margin-bottom: 5px;
}

#blog-block .col-container-2 .label .category,
#blog-block .col-container-2 .label .date{
    font-size: 2vw;
}

#blog-block .col-container-2 .label .title{
    font-size: 30px;
}

#blog-block .col-container-4{
    display: flex;
    flex-wrap:wrap;
    height: 100% ;
}

#blog-block .col-container-4 li{
    width: 50%;
    height: 50%;
}

#blog-block .col-container-4 .label .category,
#blog-block .col-container-4 .label .date{
    font-size: 1vw;
}

#blog-block .col-container-4 .label .title{
    font-size: 15px;
}

#blog-block .block{
    width: 100%;
    height: 100%;
    padding:2px;
    box-sizing: border-box;
    background: #eee;
}

#blog-block .block .block-inner{
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

#blog-block .block .featured-image{
    width: 100%;
    height: 80%;
    box-sizing: border-box;
}

#blog-block .block .label{
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
}

#blog-block .col-container-4 .label{
    padding: 10px 5px;
}

#blog-block .block .label li{
    width: 100%;
}

@media screen and (max-width:680px) {
    #keyvisual-imgage{
        display: block;
    }

    #blog-block{
        display: none;
    }
}

