/*
Theme Name: unique Child
Template: unique_tcd044
Version: 1.0.0
*/

@media only screen and (min-width: 1199px) {
  /*** 正方形にする ***/
  .box_list .box:before {
      padding-top: 100%;
  }
  .box_list .box2 {
      width: 25%;
  }
  /*** 一行で表示させる ***/
  .box_list .box_inner .content{
      width: 80%;
  }
  .box_list .index_recent_post li .title{
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      visibility: visible;
      line-height: 2;
  }
  /*** 左上のボックスの高さを低くする ***/
  .box_list .headline{
      width: 70px;
      height: 70px;
      line-height: 70px;
  }
}
