/* ============================================================================
STYLE INDEX

01 : variables
02 : mixin
03 : style
============================================================================ */
/* ============================================================================
01 : variables
============================================================================ */
/* ============================================================================
02 : mixin
============================================================================ */
/* ============================================================================
03 : style
============================================================================ */
.d-contents {
  background-color: #fff;
  padding-top: 60px;
}
@media not screen and (min-width: 641px) {
  .d-contents {
    padding-bottom: 30px;
  }
}
.d-contents__ttlwrap {
  font-weight: 700;
}
@media not screen and (min-width: 641px) {
  .d-contents__ttlwrap {
    padding: 30px 0 10px;
  }
}
@media screen and (min-width: 641px) {
  .d-contents__ttlwrap {
    padding: 50px 0 30px;
  }
}
.d-contents__ttl {
  color: #001e55;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 0;
}
@media not screen and (min-width: 641px) {
  .d-contents__ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 641px) {
  .d-contents__ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.d-contents__ttl-en {
  color: #001e55;
  text-align: center;
  font-family: "Overpass", sans-serif;
}
@media not screen and (min-width: 641px) {
  .d-contents__ttl-en {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  .d-contents__ttl-en {
    font-size: 21px;
  }
}
.d-contents .wallpaperList li {
  margin-top: 0 !important;
}