@charset "UTF-8";
#trial-banner {
  display: none !important;
}

section:empty {
  display: none !important;
}

.gnav-pc {
  display: none !important;
}

.gnav-sp {
  display: none !important;
}

section.mainVisual {
  margin-top: 0;
}

.body-home header + .wrapper {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .body-home header + .wrapper {
    margin-top: -70px;
  }
}

#secA li:nth-child(n+2) {
  display: none !important;
}

.newsList .__label {
  display: none !important;
}

#secA .newsList li .__date, #secJ .newsList li .__date {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #secA .newsList li .__date, #secJ .newsList li .__date {
    margin-bottom: 0px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #secA .newsList li a, #secJ .newsList li a {
    display: flex;
    flex-direction: column;
  }
}

.newsList li .__subject {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 767px) {
  .newsList li .__subject {
    font-size: 12px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.multiGrid {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  section div.cateList--typeC figcaption h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

/* 下層1カラム調整 */
.wrapper .__inner {
  max-width: 100% !important;
}

.wrapper .__inner .aside {
  display: none !important;
}

.wrapper:not(.wrapper--home) .__inner .main {
  width: 100% !important;
  max-width: 1200px;
  float: none !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrapper:not(.wrapper--home) .__inner .main {
    padding: 0 15px !important;
  }
}

/* --------------------------------------- 下層1カラム調整 */
.hdrTop .a-account.a-contact + ul {
  top: inherit;
}

.overlap {
  position: relative;
  }

.overlap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }


.p-news-notifier {
  margin-bottom: 0!important;
}

.c-alert.c-alert--top{
  margin: 0;
}