@charset 'UTF-8';

.block.-mainvisual {
  height: 140px;
  margin-top: 0;
}

.ttl.-primary .subtitle {
  font-size: .2rem;
  font-weight: 400;
  display: inline-block;
}

.ico-label.-terms-category {
  font-size: .16rem;
  padding: 9px 14px;
  color: #55802c;
  background-color: #e0f0c9;
}

.ico-font.-check:before {
  top: calc(.4em - 9px);
  width: 24px;
  height: 18px;
  content: '';
  background: url(/assets/img/terms/ico_check.svg) center center no-repeat;
}

.ico-font.-clock:before {
  top: calc(.45em - 12px);
  width: 24px;
  height: 24px;
  content: '';
  background: url(/assets/img/terms/ico_clock.svg) center center no-repeat;
}

.ico-font.-badge:before {
  width: 27px;
  height: 27px;
  margin-top: calc(.5em - 15px);
  content: '';
  background: url(/assets/img/terms/ico_badge.svg) center center no-repeat;
  background-size: contain;
}

.ico-font.-words:before {
  width: 31px;
  height: 30px;
  margin-top: calc(.5em - 17px);
  content: '';
  background: url(/assets/img/terms/ico_words.svg) center center no-repeat;
  background-size: contain;
}

.ico-font.-check,.ico-font.-clock,.ico-font.-badge,.ico-font.-words {
  margin-right: .7em;
  margin-left: 0;
}

.box.-green-tinted {
  background-color: #f6fbef;
}

.box.-emphasis .box.-in-box {
  background: #efebe8;
}

.box.-search-history .link-list.-row {
  overflow: hidden;
  margin-bottom: calc(-.5em - .11em);
}

.box-title.-terms-ico-padding {
  padding-left: calc(20px + .7em);
}

.box-title.-terms-ico-padding>.ico-font {
  margin-left: calc(-20px - .7em);
}

.block.-promotion-banner-slide {
  position: relative;
  max-width: 1038px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 47px 0 46px;
}

.block.-promotion-banner-slide .slide-container {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.block.-promotion-banner-slide .slide-item {
  padding: 0 7px 0 8px;
}

.block.-promotion-banner-slide .swiper-button {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 54px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  background: none;
}

.block.-promotion-banner-slide .swiper-button:before {
  overflow: hidden;
}

.block.-promotion-banner-slide .swiper-button.swiper-button-prev {
  left: 0;
}

.block.-promotion-banner-slide .swiper-button.swiper-button-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  vertical-align: middle;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

.block.-promotion-banner-slide .swiper-button.swiper-button-next {
  right: 0;
}

.block.-promotion-banner-slide .swiper-button.swiper-button-next:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

.block.-pickup-words .link-list {
  margin-top: 10px;
}

.suggest-container {
  position: relative;
}

@media print,screen and (min-width:768px) {
  .block.-mainvisual {
    margin-bottom: 30px;
  }

  .block.-mainvisual .image {
    right: 0;
    left: 0;
  }

  .box.-search-history {
    margin-left: calc(5em + 20px);
  }
}

@media screen and (max-width:767px) {
  .ttl.-primary .subtitle {
    font-size: .16rem;
  }

  .block.-promotion-banner-slide {
    max-width: 308px;
    margin-top: 30px;
  }

  .block.-pickup-words {
    margin-top: 12px;
    padding: 0 10px;
  }

  .tbl.-kana-index {
    margin-top: 16px;
  }

  .floating-nav.-transform+.wrapper {
    padding-bottom: 76px;
  }
}
