@charset "utf-8";

/* nmlBtn.color--red
---------------------------------- */
.ctaSec {
  padding: 0 10px 0;
}
.ctaSec .innerWrap {
  padding: 0px 0 0px;
}
.f_btnBox .btnWrap {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.f_btnBox .btnWrap a {
  width: 100%;
}
.f_btnBox .roundBtn {
  display: inline-block;
  min-width: 240px;
  width: auto;
  height: 40px;
  margin: 0 10px 20px;
  text-align: center;
}
.f_btnBox .roundBtnWrap {
  margin: 20px 0 0;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

/* nmlBtn.color--red
---------------------------------- */
.nmlBtn.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 10px center;
  background-size: 6px 9px;
}

.f_btnBox .nmlBtn.color--red {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.f_btnBox .nmlBtn.color--red a {
  border: none;
  background: #f1710a;
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(221,79,1,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(221,79,1,1);
  box-shadow: 0px 4px 0px 0px rgba(221,79,1,1);
  z-index: 1;
}

.nmlBtn.color--red.h--nml {
  height: 60px;
}
.nmlBtn.color--red.h--nml a {
  height: 56px;
}
.nmlBtn.color--red.h--nml .text--main,
.nmlBtn.color--strong.h--nml .text--main,
.nmlBtn.color--cnv.h--nml .text--main {
  font-size: 18px;
}

.nmlBtn.color--red.arrow--right a > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}
.nmlBtn.color--red.arrow--pdf a > span:not(.icon) {
  background-image: url(/common/images/icon_pdf_white_02.svg);
}
.nmlBtn.color--red.arrow--blank a > span:not(.icon) {
  background-image: url(/common/images/icon_blank_white.svg);
}

/* hover */
.nmlBtn.color--red a:hover,
.nmlBtn.color--red a.active {
  background: #dd4f01;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.nmlBtn.color--red.arrow--right a:hover > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}

/* footetFix__btn
---------------------------------- */
.footetFix__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
.footetFix__btn .nmlBtn.color--red {
  width: 90%;
}
.footetFix__btn .nmlBtn.color--strong {
  width: 38%;
}
.footetFix__btn .nmlBtn.color--red.h--nml .text--main,
.footetFix__btn .nmlBtn.color--strong.h--nml .text--main {
  font-size: 15px;
  letter-spacing: -0.05em;
}
.footetFix__btn .nmlBtn.color--strong a > span:not(.icon) {
  padding-left: 5px;
  padding-right: 5px;
}
.footetFix__btn .nmlBtn.color--strong.arrow--right a > span:not(.icon),
.footetFix__btn .nmlBtn.color--red.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 10px center;
}
.cntSec.faq .innerWrap {
  padding: 30px 10px 80px;
}

@media screen and (min-width: 768px) {
  .footetFix__btn .nmlBtn.color--red {
    width: 60%;
  }

  /* f_btnBox
  ---------------------------------- */
  .ctaSec .innerWrap {
    padding: 0 0 100px;
    margin-bottom: 30px;
  }
  .f_btnBox {
    display: flex;
    justify-content: space-between;
  }
  .f_btnBox .btnWrap {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  .f_btnBox .btnWrap a {
    width: 100%;
  }
  .f_btnBox .roundBtn {
    display: inline-block;
    min-width: 240px;
    width: auto;
    height: 40px;
    margin: 0 0px 20px;
    text-align: center;
  }
  .f_btnBox .roundBtnWrap {
    display: flex;
    justify-content: space-between;
  }
  .nmlBtn.color--red.h--nml .text--main,
  .nmlBtn.color--strong.h--nml .text--main,
  .nmlBtn.color--cnv.h--nml .text--main {
    font-size: 20px;
  }

  .nmlBtn.color--strong.arrow--right a > span:not(.icon),
  .nmlBtn.color--red.arrow--right a > span:not(.icon),
  .nmlBtn.color--cnv.arrow--right a > span:not(.icon) {
    background: url(/common/images/arrow_right_white.svg) no-repeat right 20px center;
  }

  .footetFix__btn .nmlBtn.color--red {
   /* right: 20%; */
  }
  .footetFix__btn .nmlBtn.color--strong {
    width: 38%;
  }
  .footetFix__btn .nmlBtn.color--red.h--nml .text--main,
  .footetFix__btn .nmlBtn.color--strong.h--nml .text--main {
    font-size: 20px;
  }
  .footetFix__btn .nmlBtn.color--strong a > span:not(.icon) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footetFix__btn .nmlBtn.color--strong.arrow--right a > span:not(.icon),
  .footetFix__btn .nmlBtn.color--red.arrow--right a > span:not(.icon) {
    background: url(/common/images/arrow_right_white.svg) no-repeat right 20px center;
  }
  .cntSec.faq .innerWrap {
    padding: 30px 10px 150px;
  }
}
