@media screen and (max-width: 640px) {
  #wrapper .compoFooterBanner {
    padding: 5%;
    padding-bottom: 0.5%;
  }
  #wrapper .compoFooterBanner .compoFooterBanner__items {
    text-align: center;
  }
  #wrapper .compoFooterBanner .compoFooterBanner__items li {
    margin-right: 0;
    margin-bottom: 5%;
    width: 48%;
  }
  #wrapper .compoFooterBanner .compoFooterBanner__items li:nth-child(2n) {
    float: right;
  }
  #wrapper .slick-dots {
    margin: 10px 0 30px 0;
  }
  #wrapper .compoCard .compoCard__content {
    padding: 6% 7% 12% 7%;
  }
  #wrapper .compoCard .compoCard__content .compoCard__title {
    margin-bottom: 0;
    font-size: 2.8vw;
  }
  #wrapper .compoCard .compoCard__content .compoCard__title .string {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 3.6vw;
    min-height: 0px;
  }
  #wrapper .compoCard .compoCard__content .compoCard__img {
    margin-bottom: 0;
  }
  #wrapper .compoCard.compoCard--full {
    display: block;
    width: 48% !important;
  }
  #wrapper .compoCard.compoCard--full .compoCard__thumb,
  #wrapper .compoCard.compoCard--full .compoCard__content {
    display: block;
    vertical-align: top;
  }
  #wrapper .compoCard.compoCard--full .compoCard__thumb {
    width: auto;
  }
  #wrapper .wrapCompoRecentPost {
    margin: 40px 0;
  }
  #wrapper .compoRecentPost {
    margin-bottom: 60px;
    padding: 0;
    padding-top: 0;
    border: 0;
    border-top: 0;
  }
  #wrapper .compoRecentPost .compoRecentPost__items,
  #wrapper .compoRecentPost .compoRecentPost__header {
    margin-right: 0;
    margin-left: 0;
  }
  #wrapper .compoRecentPost .compoRecentPost__header {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
  #wrapper .compoRecentPost .compoRecentPost__header .string {
    font-size: 4.8vw;
  }
  #wrapper .compoRecentPost .compoRecentPost__header small {
    font-size: 2vw;
  }
  #wrapper .compoRecentPost .compoRecentPost__items {
    margin-bottom: 15px;
    border-top: 0;
  }
  #wrapper .compoRecentPost .compoRecentPost__items li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #wrapper .compoRecentPost .compoRecentPost__items li time {
    font-size: 2.4vw;
  }
  #wrapper .compoRecentPost .button--default {
    position: relative;
    width: 100%;
    bottom: inherit;
  }
}
