@charset "UTF-8";
@media screen and (max-width: 767px) {
  /*************************************************************************
   * 共通部品: ページャー
   *************************************************************************/
  .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  .pager .number {
    margin-right: 10px;
    border-radius: 50%;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background-color: #3c8dbc;
  }
  .pager .number a {
    display: block;
    color: white;
  }
  .pager .current {
    background-color: transparent;
    border: 1px solid #3c8dbc;
  }
  .pager .dots {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }

  /*****************************************
   * トップページ
   *****************************************/
  .top-title {
    margin-bottom: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-bottom: 2px solid #9FC3B4;
    font-size: 17px;
    color: #555555;
    margin-top: 10px;
  }

  .top-section-first .right {
    display: none;
  }
  .top-section-first .upper, .top-section-first .lower {
    display: none;
  }

  .top-newses {
    margin: 20px 20px 40px 20px;
  }
  .top-newses .tab {
    border: 1px solid #afafaf;
  }
  .top-newses .tab .headers .header {
    padding: 5px 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    font-size: 11px;
    color: #333333;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: color 1s, background-color 1s;
  }
  .top-newses .tab .headers .header.selected {
    color: #ffffff;
    background-color: #4888ef;
  }
  .top-newses .tab .headers .header:not(:last-child) {
    border-right: 1px solid #d8d8d8;
  }
  .top-newses .tab .bodies {
    padding: 16px 8px;
  }
  .top-newses .tab .bodies .body {
    display: none;
    z-index: 9;
  }
  .top-newses .tab .bodies .body.selected {
    display: unset;
    z-index: 10;
  }
  .top-newses .tab .bodies .body .item a {
    display: block;
    margin-bottom: 4px;
    border-bottom: 1px dotted #cccccc;
  }
  .top-newses .tab .bodies .body .item .new {
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
  }
  .top-newses .tab .bodies .body .item .title {
    font-size: 14px;
    line-height: 1.8;
  }
  .top-newses .tab .bodies .body .item .company {
    font-size: 12px;
    text-align: right;
    color: #555555;
    line-height: 1.8;
  }
  .top-newses .tab .bodies .body .list {
    text-align: center;
  }
  .top-newses .tab .bodies .body .list a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  .top-categories {
    display: none;
  }

  .top-section-second {
    display: none;
  }

  .top-section-search {
    display: none;
  }

  .top-section-arraivals {
    overflow: hidden;
  }

  /*****************************************
   * 共通部品: スムーズスライダー
   *****************************************/
  .smooth-slider {
    z-index: 8888;
  }
  .smooth-slider .smooth-slider-images {
    position: relative;
    display: flex;
    height: 250px !important;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image {
    position: absolute;
    opacity: 0;
    z-index: 8888;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image a {
    display: block;
    text-align: center;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image a .caption {
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
  }
}
