.topIndex .top-bgIllust {
  margin-top: -40px;
  padding-top: 40px;
}
.topIndex .top-bgIllust--spring {
  background: url(../../img/bg_illust/bg_spring.png) no-repeat center top;
}
.topIndex .top-bgIllust--summer {
  background: url(../../img/bg_illust/bg_summer.png) no-repeat center top;
}
.topIndex .top-bgIllust--autumn {
  background: url(../../img/bg_illust/bg_autumn.png) no-repeat center top;
}
.topIndex .top-bgIllust--winter {
  background: url(../../img/bg_illust/bg_winter.png) no-repeat center top;
}
.topIndex .top-bgIllust--sp {
  background: url(../../img/bg_illust/bg_sp.png) no-repeat center top;
}
.topIndex .l-container {
  overflow: visible;
  padding-top: 5px;
}
.topIndex .keyVisual {
  min-width: 950px;
  max-width: 2000px;
  margin: 0 auto;
}
.topIndex .keyVisual__inner {
  position: relative;
}
.topIndex .keyVisual__slide {
  position: relative;
  width: 100%;
  min-width: 950px;
  padding-bottom: 31.5%;
}
.topIndex .keyVisual__slide__item {
  position: absolute;
  width: 100%;
  padding-bottom: 31.5%;
  top: 0;
  left: 0;
  display: none;
}
.topIndex .keyVisual__slide__item object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topIndex .keyVisual__slide__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topIndex .keyVisual__slide__item img {
  position: absolute;
  top: 0;
  left: 0;
}
.topIndex .keyVisual__slide__item.is-current {
  display: block;
}
.topIndex .keyVisual__slide__item a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/blank.gif) repeat;
  z-index: 1;
}
.topIndex .keyVisual__slide__item span:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/blank.gif) repeat;
  z-index: 1;
}
.topIndex .keyVisual__slide__mov {
  position: absolute;
  top: 0;
  left: 0;
}
.topIndex .keyVisual__caption {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: rgba(182, 0, 42, 0.8);
  display: none;
}
.topIndex .keyVisual__caption a, .topIndex .keyVisual__caption span {
  display: block;
  padding: 12px 0;
}
.topIndex .keyVisual__caption a:hover {
  text-decoration: none;
}
.topIndex .keyVisual__caption__item {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: none;
}
.topIndex .keyVisual__caption__item a, .topIndex .keyVisual__caption__item a:link, .topIndex .keyVisual__caption__item a:visited {
  color: #fff;
}
.topIndex .keyVisual__caption__item.is-current {
  display: block;
}
.topIndex .keyVisual__slideNav {
  display: none;
}
.topIndex .keyVisual__slideNav__item {
  width: 76px;
  height: 76px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -38px;
}
.topIndex .keyVisual__slideNav__item a {
  width: 76px;
  height: 76px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../../img/kv_controls.png);
}
.topIndex .keyVisual__slideNav--prev {
  left: 15px;
}
.topIndex .keyVisual__slideNav--next {
  right: 15px;
}
.topIndex .keyVisual__slideNav--next a {
  background-position: right top;
}
.topIndex .keyVisual__slideMark {
  padding: 10px 0 5px;
}
.topIndex .keyVisual__slideMark__items {
  text-align: center;
  line-height: 10px;
}
.topIndex .keyVisual__slideMark__item {
  display: inline-block;
  margin: 0 5px;
}
.topIndex .keyVisual__slideMark__item a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #dad1c8;
  border-radius: 50%;
}
.topIndex .keyVisual__slideMark__item a.is-current {
  background-color: #b50029;
}
.topIndex .emergencyInfo {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
}
.topIndex .emergencyInfo__txt {
  display: inline-block;
  position: relative;
}
.topIndex .emergencyInfo__txt a {
  text-decoration: underline;
}
.topIndex .emergencyInfo__txt:before, .topIndex .emergencyInfo__txt:after {
  content: "";
  width: 28px;
  height: 25px;
  display: block;
  background: url(../../img/icon_emergency.png) no-repeat center top;
  position: absolute;
  top: -2px;
}
.topIndex .emergencyInfo__txt:before {
  left: -40px;
}
.topIndex .emergencyInfo__txt:after {
  right: -40px;
}
.topIndex .top-pageNav {
  padding-bottom: 50px;
}
.topIndex .top-pageNav__items {
  padding-right: 2px;
  background: url(../../img/page_nav_bdr_01.png) no-repeat right center;
  overflow: hidden;
  margin: 0 auto;
}
.topIndex .top-pageNav__item {
  float: left;
  width: 158px;
  min-height: 158px;
  padding: 24px 2px 0 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../../img/page_nav_bdr_01.png) no-repeat left center;
}
.topIndex .top-pageNav__item a, .topIndex .top-pageNav__item a:link, .topIndex .top-pageNav__item a:visited {
  color: #333;
}
.topIndex .top-pageNav__item a:hover .top-pageNav__txt {
  text-decoration: underline;
}
.topIndex .top-pageNav__item a:hover .top-pageNav__icon {
  opacity: .7;
}
.topIndex .top-pageNav__icon {
  padding-bottom: 25px;
}
.topIndex .top-pageNav__txt {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  background: url(../img/icon_arrow_red.png) no-repeat left 4px;
  padding-left: 10px;
}
.topIndex .top-pageNav__txt span {
  font-size: 12px;
}
.topIndex .pickupContents {
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(../img/bdr_h_01.png) repeat-x left bottom;
}
.topIndex .pickupContents .headingType01 {
  margin-bottom: 20px;
}
.topIndex .pickup__items {
  overflow: hidden;
  margin-left: -10px;
}
.topIndex .pickup__item {
  float: left;
  width: 230px;
  margin-left: 10px;
  margin-bottom: 25px;
}
.topIndex .pickup__item:nth-child(4n+1) {
  clear: left;
}
.topIndex .pickup__item a:hover {
  text-decoration: none;
}
.topIndex .pickup__img {
  border-radius: 8px;
  overflow: hidden;
}
.topIndex .pickup__category {
  padding: 10px 8px 0px;
}
.topIndex .pickup__category__item {
  font-size: 9px;
  display: inline-block;
  background-color: #977d64;
  border-radius: 10px;
  color: #fff;
  padding: 3px 5px 2px;
  line-height: 12px;
  vertical-align: top;
}
.topIndex .pickup__txt {
  line-height: 1.5;
  padding: 0 8px;
  font-size: 14px;
  color: #b50029;
}
.topIndex .pickup__item a:hover .pickup__img {
  opacity: .7;
}
.topIndex .pickup__item a:hover .pickup__txt {
  text-decoration: underline;
}
.topIndex .campaignContents {
  padding-bottom: 60px;
  margin-bottom: 40px;
  background: url(../img/bdr_h_01.png) repeat-x left bottom;
}
.topIndex .campaignContents .headingType01 {
  margin-bottom: 18px;
}
.topIndex .campaign__items {
  background: #9aeafe url(../../img/bg_campaign.jpg) no-repeat center top;
  overflow: hidden;
  padding: 25px 0 0 0;
  border-radius: 8px;
}
.topIndex .campaign__item {
  float: left;
  margin-left: 30px;
  margin-bottom: 25px;
}
.topIndex .campaign__item a {
  background-color: #fff;
  display: block;
}
.topIndex .campaign__item a:hover img {
  opacity: .7;
}
.topIndex .companyInfo {
  padding-bottom: 30px;
}
.topIndex .companyInfo .headingType01 {
  margin-bottom: 20px;
}
.topIndex .companyInfo__items {
  overflow: hidden;
  margin-left: -10px;
}
.topIndex .companyInfo__item {
  float: left;
  width: 310px;
  margin-left: 10px;
  margin-bottom: 25px;
}
.topIndex .companyInfo__item:nth-child(3n+1) {
  clear: left;
}
.topIndex .companyInfo__item a:hover {
  text-decoration: none;
}
.topIndex .companyInfo__img {
  border-radius: 8px;
  overflow: hidden;
}
.topIndex .companyInfo__name {
  font-size: 18px;
  padding: 5px 8px 2px;
  color: #b50029;
}
.topIndex .companyInfo__txt {
  line-height: 1.5;
  padding: 0 8px;
  font-size: 14px;
  color: #222222;
}
.topIndex .companyInfo__item a:hover .companyInfo__img {
  opacity: .7;
}
.topIndex .companyInfo__item a:hover .companyInfo__txt {
  text-decoration: underline;
}
.topIndex .infoContents__wrapper {
  background: url(../../img/bg_info_Jaggy.png) repeat-x center top;
  padding-top: 6px;
}
.topIndex .infoContents {
  background: #f4f1f0 url(../../img/bg_info.png) repeat center top;
}
.topIndex .infoContents__inner {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 1px;
}
.topIndex .newsList {
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 50px;
}
.topIndex .newsList__date {
  float: left;
  margin-bottom: 10px;
}
.topIndex .newsList__txt {
  padding-left: 16.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 950px;
  margin-bottom: 10px;
}

.topIndex .newsList__txt__update {
  padding-left: 9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 950px;
  margin-bottom: 10px;
}

.topIndex .newsList__category {
    font-size: 9px;
    display: inline-block;
    background-color: #977d64;
    border-radius: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    line-height: 12px;
    vertical-align: top;
    float: left;
    margin: 2px 0 10px 10px;
    width: 90px;
    text-align: center;
}

.topIndex .newsList__txt a[href$=".pdf"], .topIndex .newsList__txt a.iconPdf {
  padding-right: 20px;
  background: url(../img/icon_pdf.png) no-repeat right center;
}
.topIndex .newsList__item {
  margin-bottom: 10px;
}
.topIndex .newsList__item a[href$=".pdf"], .topIndex .newsList__item a.iconPdf {
  padding-right: 20px;
  background: url(../img/icon_pdf.png) no-repeat right center;
}

@media print {
  .keyVisual__slide__item {
    visibility: hidden;
  }
}
