@charset "UTF-8";
/* ===================================================================
present
=================================================================== */
/* ===================================================================
mixins
=================================================================== */
/* ===================================================================
footer-common
=================================================================== */
@media only screen and (max-width: 767.98px) {
  .common-footer:before {
    display: none;
  }
  .common-footer-nav {
    padding-top: 0;
  }
}

/* ===================================================================
footer-Dbc
=================================================================== */
.footer-dbc__subtitle {
  color: #989898;
  font-weight: bold;
}

.footer-dbc__wrap {
  margin: 20px auto 0;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .footer-dbc__wrap {
    margin: 40px auto 0;
    padding-bottom: 0px;
  }
}

.footer-dbc__figure img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 550px;
}

.footer-dbc__list {
  margin: 30px auto 0;
}

@media only screen and (min-width: 1200px) {
  .footer-dbc__list {
    margin: 40px auto 0;
  }
}

.footer-dbc-stop__img {
  margin-top: 2em;
}

/* ===================================================================
footer-About
=================================================================== */
.footer-about__list-dl dd + dd {
  margin-top: 20px;
}

/* ===================================================================
footer-privacypolicy
=================================================================== */
#privacypolicy01 .common-contents-wrapper,
#privacypolicy02 .common-contents-wrapper {
  padding-bottom: 0;
  background-color: #f6f6f6;
}

#privacypolicy01 .common-module__d-1,
#privacypolicy02 .common-module__d-1 {
  padding: 0 10px 10px;
}

@media only screen and (min-width: 768px) {
  #privacypolicy01 .common-module__d-1,
  #privacypolicy02 .common-module__d-1 {
    padding: 0 0 20px;
  }
}

.footer-privacypolicy__title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__title {
    text-align: center;
  }
}

.footer-privacypolicy__text {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__text {
    margin: 40px auto 0;
  }
}

.footer-privacypolicy__menu .common-module__d-1__list {
  justify-content: flex-start;
}

@media only screen and (min-width: 576px) {
  .footer-privacypolicy__menu .common-module__d-1__list {
    justify-content: center;
  }
}

.footer-privacypolicy__dl {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__dl {
    margin: 40px auto 0;
  }
}

.footer-privacypolicy__wrap {
  padding: 20px 0 30px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__wrap {
    padding: 40px 0 60px;
  }
}

.footer-privacypolicy__list {
  counter-reset: number 0;
}

.footer-privacypolicy__list__item {
  margin: 15px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__list__item {
    margin: 20px auto 0;
  }
}

.footer-privacypolicy__list__item__text {
  padding-left: 2.3em;
  position: relative;
}

.footer-privacypolicy__list__item__text span {
  color: #FF2355;
}

.footer-privacypolicy__list__item__text::before {
  position: absolute;
  margin-top: -0.1rem;
  left: 0;
  top: 0;
  counter-increment: number 1;
  content: "（" counter(number) "）";
}

.footer-privacypolicy__list__item__text__caution {
  padding-left: 2em;
  text-indent: -2em;
}

.footer-privacypolicy__list__item__text__caution span {
  color: #FF2355;
}

.footer-privacypolicy__line__box {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

.footer-privacypolicy__line__box:last-child {
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__line__box {
    padding: 40px 0;
  }
}

.footer-privacypolicy__pdf {
  margin: 40px auto 0;
}

.footer-privacypolicy__pdf__item {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

.footer-privacypolicy__pdf__item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__pdf__item {
    padding: 40px 0;
  }
}

.footer-privacypolicy__pdf__item__link {
  display: block;
  padding-right: 30px;
  font-weight: bold;
  position: relative;
}

.footer-privacypolicy__pdf__item__link::before {
  content: "";
  position: absolute;
  height: 23px;
  width: 18px;
  background-image: url(/assets/images/icon/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__pdf__item__link::before {
    height: 32px;
    width: 25px;
  }
}

.footer-privacypolicy__adobe {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__adobe {
    margin: 40px auto 0;
  }
}

.footer-privacypolicy__adobe__img {
  text-align: center;
}

.footer-privacypolicy__adobe__img a {
  display: inline-block;
}

.footer-privacypolicy__adobe__text {
  margin: 15px auto 0;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__adobe__text {
    margin: 20px auto 0;
    font-size: 1.4rem;
  }
}

.footer-privacypolicy__adobe__text span {
  display: inline-block;
}

.footer-privacypolicy__adress {
  background-color: #f6f6f6;
  padding: 20px;
  margin: 20px auto 0;
  border-radius: 4px;
}

.footer-privacypolicy__adress__text span {
  display: block;
  font-weight: bold;
}

.footer-privacypolicy__adress__text + .footer-privacypolicy__adress__text {
  margin: 20px auto 0;
}

.footer-privacypolicy__caution {
  font-weight: bold;
  margin: 20px auto 0;
}

.footer-privacypolicy__memo__text {
  margin: 20px auto 0;
}

.footer-privacypolicy__memo__caution {
  padding-left: 1.3em;
  position: relative;
  margin: 5px auto 0;
}

.footer-privacypolicy__memo__caution::before {
  position: absolute;
  margin-top: -0.1rem;
  left: 0;
  top: 0;
  content: "※";
}

.footer-privacypolicy__disk-list__item {
  padding-left: 0.7em;
  position: relative;
  margin: 5px auto 0;
}

.footer-privacypolicy__disk-list__item::before {
  position: absolute;
  margin-top: -0.1rem;
  left: 0;
  top: 0;
  content: "・";
}

.footer-privacypolicy__fin {
  text-align: right;
  font-size: 1.2rem;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__fin {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__fin {
    margin: 40px auto 0;
  }
}

.footer-privacypolicy__fin-bold {
  font-weight: bold;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-privacypolicy__fin-bold {
    margin: 40px auto 0;
  }
}

/* ===================================================================
footer-Qa
=================================================================== */
.footer-qa__box {
  border-top: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .footer-qa__box:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
}

.footer-qa__box__question__text {
  padding: 20px 30px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-qa__box__question__text {
    padding: 40px 30px;
  }
}

body.is-pc .footer-qa__box__question__text:hover {
  opacity: 0.6;
}

.footer-qa__box__question__text:before {
  content: "Q";
  position: absolute;
  color: #149bf0;
  left: 0;
  font-weight: bold;
}

.footer-qa__box__question__text::after {
  content: "\e908";
  font-family: "icomoon" !important;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  color: #303030;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.is-active .footer-qa__box__question__text::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.footer-qa__box__answer {
  display: none;
}

.footer-qa__box__answer__text {
  padding: 0 30px 20px;
  position: relative;
}

.footer-qa__box__answer__text:before {
  content: "A";
  position: absolute;
  color: #ff2355;
  left: 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .footer-qa__box__answer__text {
    padding: 0 30px 40px;
  }
}

/* ===================================================================
footer-Feature
=================================================================== */
.footer-feature__wrap {
  counter-reset: number 0;
}

.footer-feature__box {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box {
    padding: 40px 0;
  }
}

.footer-feature__box:last-child {
  border-bottom: none;
}

.footer-feature__box__title {
  padding-left: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__title {
    padding-left: 70px;
    min-height: 50px;
  }
}

.footer-feature__box__title::after {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff2355;
  counter-increment: number 1;
  content: "" counter(number) "";
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__title::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.footer-feature__box__text {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__text {
    margin: 40px auto 0;
  }
}

.footer-feature__box__text__caution {
  margin: 5px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #ff2355;
}

.footer-feature__box__gray {
  margin: 20px auto 0;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__gray {
    margin: 30px auto 0;
    text-align: center;
  }
}

.footer-feature__box__gray__main {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__gray__main {
    font-size: 2rem;
  }
}

.footer-feature__box__gray__main span {
  color: #ff2355;
}

.footer-feature__box__gray__sub {
  font-weight: bold;
}

.footer-feature__box__gray-title {
  margin: 20px auto 0;
  color: #989898;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__gray-title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__gray-title {
    margin: 40px auto 0;
  }
}

.footer-feature__box__2column {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__2column {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-feature__box__2column__item {
  width: 100%;
}

.footer-feature__box__2column__item:last-child {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__2column__item {
    width: calc(50% - 20px);
  }
  .footer-feature__box__2column__item:last-child {
    margin-top: 0px;
    margin-left: 40px;
  }
}

.footer-feature__box__2column__item__title {
  font-weight: bold;
  color: #149bf0;
}

.footer-feature__box__2column__item__text {
  margin: 10px auto 0;
}

.footer-feature__box__dl-list {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__dl-list {
    margin: 40px auto 0;
  }
}

.footer-feature__box__dl-list dt {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__dl-list dt {
    margin: 40px auto 0;
  }
}

.footer-feature__box__dl-list dt:first-child {
  margin: 0 auto;
}

.footer-feature__box__dl-list__text {
  margin: 10px auto 0;
}

.footer-feature__box__dl-list__text__item {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  display: block;
  margin: 15px auto 0;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__dl-list__text__item {
    margin: 20px auto 0;
  }
}

.footer-feature__box__dl-list__text__item:last-child {
  margin: 15px auto;
}

@media only screen and (min-width: 768px) {
  .footer-feature__box__dl-list__text__item:last-child {
    margin: 20px auto;
  }
}

.footer-feature__box__dl-list__text__item::before {
  position: absolute;
  content: "・";
  left: 0;
}

.footer-feature__box__dl-list__title {
  font-weight: bold;
  color: #149bf0;
}

/* ===================================================================
footer-4k
=================================================================== */
.footer-4k-text__box {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-4k-text__box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.footer-4k-text__box:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .footer-4k-text__box:last-child {
    padding-bottom: 0px;
  }
}

.footer-4k-text__box a {
  text-decoration: underline;
}

.footer-4k-text__box a:hover {
  text-decoration: none;
}

.footer-4k-banner {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
  .footer-4k-banner {
    margin: 0 0 20px;
  }
}
