@charset "UTF-8";
.pc {
  display: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 3.4666666667vw;
  overflow-x: hidden;
}

.header {
  border-bottom: 0.8vw solid #049b7c;
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw 4vw 2.8vw;
}
.header-left {
  width: 26.6666666667vw;
}
.header-right {
  width: 25.3333333333vw;
}

footer {
  background-color: #fff;
  text-align: center;
  padding-bottom: 16%;
}
footer small {
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 4.6666666667vw;
  display: block;
}

/* =========================================================
   common parts (SP)
========================================================= */
.cmn-btn {
  width: 77.07%;
  margin: 0 auto;
}
.cmn-btn a {
  display: block;
}

/* =========================================================
   FV
========================================================= */
.sec-fv {
  background-color: #32a138;
}
.sec-fv-inner {
  position: relative;
}
.sec-fv-btn {
  position: absolute;
  left: 50%;
  top: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77.07%;
  margin: 0;
}

/* =========================================================
   present
========================================================= */
.sec-present {
  background-color: #fefce7;
}

/* =========================================================
   flow（3ステップ・SPは縦積み）
========================================================= */
.sec-flow {
  background-color: #fefce7;
}
.sec-flow-item + .sec-flow-item {
  margin-top: 0;
}

/* =========================================================
   detail
========================================================= */
.sec-detail {
  background-color: #fefce7;
  padding-bottom: 5.3333333333vw;
}

/* =========================================================
   entry（エントリー期間ボックス）
========================================================= */
.sec-entry {
  background-color: #fff;
  padding: 0;
}
.sec-entry-box {
  position: relative;
}
.sec-entry-btn {
  position: absolute;
  left: 50%;
  top: 63%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77.07%;
  margin: 0;
}

/* =========================================================
   more（さらに 定期預金キャンペーンも実施中）
========================================================= */
.sec-more {
  background-color: #f89800;
}
.sec-more-inner {
  position: relative;
}
.sec-more-btn {
  position: absolute;
  left: 50%;
  top: 61%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77.3%;
  margin: 0;
}

/* =========================================================
   faq
========================================================= */
.sec-faq {
  background-color: #fefce7;
  padding: 13.3333333333vw 0 6.6666666667vw;
}
.sec-faq-ttl {
  width: 39.8666666667%;
  margin: 0 auto 9.0666666667vw;
}
.sec-faq-ttl img {
  margin: 0 auto;
}

.accordion {
  width: 89.3333333333%;
  margin: 0 auto;
}
.accordion dt {
  position: relative;
  cursor: pointer;
  margin-top: 4.5333333333vw;
}
.accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5333333333vw;
  width: 4.6666666667vw;
  height: 2.2666666667vw;
  margin-top: -1.7333333333vw;
  background: url(../img/faq-icon.png) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion dt.selected::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion dd {
  display: none;
  margin-top: -2.5%;
}

/* =========================================================
   end（クロージングCTA）
========================================================= */
.sec-end {
  background-color: #fff;
  padding: 6vw 0 5.3333333333vw;
}
.sec-end-box {
  width: 91.47%;
  margin: 0 auto;
  position: relative;
}
.sec-end-btn {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84.3%;
  margin: 0;
}

/* =========================================================
   note（注意事項）
========================================================= */
.sec-note {
  background-color: #bfbfbf;
  padding: 6vw 0 6.6666666667vw;
}
.sec-note-inner {
  width: 91.47%;
  -webkit-filter: drop-shadow(0 0.4vw 1.6vw rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.4vw 1.6vw rgba(0, 0, 0, 0.1));
}
.sec-note-list {
  background-color: #fff;
  border-radius: 2.6666666667vw;
  padding: 6.6666666667vw 6vw;
}
.sec-note-list li {
  position: relative;
  padding-left: 1.4em;
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: justify;
}
.sec-note-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.sec-note-list li + li {
  margin-top: 0.2em;
}

/* =========================================================
   inquiry
========================================================= */
.sec-inquiry {
  background: -webkit-gradient(linear, left top, right top, from(#9ed31c), to(#179d62));
  background: linear-gradient(to right, #9ed31c, #179d62);
  padding: 13.3333333333vw 0 8.6666666667vw;
}
.sec-inquiry-ttl {
  width: 44.13%;
  margin: 0 auto 9.3333333333vw;
}
.sec-inquiry-ttl img {
  margin: 0 auto;
}
.sec-inquiry-box {
  position: relative;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  width: 89.6%;
  margin: 0 auto;
  padding: 0;
}
.sec-inquiry-tel {
  position: absolute;
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62.7976190476%;
}
.sec-inquiry-tel a {
  display: block;
}

/* =========================================================
   fixed-cv（追従エントリーボタン）
========================================================= */
.fixed-cv {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2.6666666667vw;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2.6666666667vw);
          transform: translateY(2.6666666667vw);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.fixed-cv.is-fixed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixed-cv-inner {
  width: 77.0666666667%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0.4vw 1.0666666667vw rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.4vw 1.0666666667vw rgba(0, 0, 0, 0.3));
}
.fixed-cv-inner a {
  display: block;
}/*# sourceMappingURL=style_sp.css.map */