@charset "UTF-8";
main {
  font-size: 16px;
  line-height: 1.5;
}

.-num {
  font-family: "Overpass", sans-serif;
}

.mt10 {
  margin-top: 10px;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/* ==============
mvBg
============== */
.mvBg {
  background-color: #e9eff6;
  margin-bottom: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .mvBg {
    padding: 30px 0;
    margin-bottom: 42px;
  }
}

.mvBg-title {
  line-height: 1.15;
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .mvBg-title {
    margin-bottom: 11px;
    font-size: 24px;
  }
}

.mvBg-sub {
  font-size: 18px;
  line-height: 1.67;
  color: #333;
}

/* 追加 */
.main-wrap {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .main-wrap {
    padding: 0 15px;
  }
  .main-wrap .conditions li {
    flex: 0 0 calc(50% - 2rem);
  }
}
.cash-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #014694;
  font-size: 16px;
}
.cash-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.cash-link:hover {
  text-decoration: underline;
}
.cash-link.-down:before {
  transform: translateY(-25%) rotate(135deg);
}
.cash-link.-up:before {
  transform: translateY(25%) rotate(-45deg);
}

/* ==============
breadCrumbs
============== */
.breadCrumbs-list-cont {
  display: flex;
}

.breadCrumbs-list {
  margin-right: 10px;
}

.breadCrumbs-link {
  color: #014694;
  font-size: 14px;
}

.breadCrumbs-link:hover {
  text-decoration: underline;
}

.breadCrumbs-link:last-child {
  color: #333;
}

.breadCrumbs.mb80 {
  margin-bottom: 80px;
}

.breadCrumbs .active {
  text-decoration: unset;
}

/* ==============
arrows
============== */
.arrow-right {
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #949699;
  border-left: 2px solid #949699;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .arrow-right {
    margin-left: 5px;
    width: 8px;
    height: 8px;
  }
}

.cash-mv {
  position: relative;
  height: 414px;
}
@media screen and (max-width: 767px) {
  .cash-mv {
    height: 110vw;
    max-height: 530px;
    min-height: 410px;
  }
}
.cash-mv-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cash-mv-img img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% center;
     object-position: 80% center;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cash-mv-img img {
    top: auto;
    bottom: 0;
  }
}
.cash-mv-img-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-mv-img-pc {
    display: none;
  }
}
.cash-mv-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-mv-img-sp {
    display: block;
  }
}
.cash-mv-txt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px 60px;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt {
    justify-content: flex-start;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 14px;
  }
}
.cash-mv-txt-1 {
  font-weight: bold;
  color: #f25f60;
  font-size: 42px;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
  }
  .cash-mv-txt-1 sup {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
  }
}
.cash-mv-txt-1.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-1.-pc {
    display: none;
  }
}
.cash-mv-txt-1.-pc img {
  width: 70%;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-1.-pc img {
    width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-1.-pc img {
    width: 60%;
  }
}
.cash-mv-txt-1.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-1.-sp {
    display: block;
  }
}
.cash-mv-txt-1-sub {
  font-size: 27px;
  color: #f25f60;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-1-sub {
    width: 100%;
    text-align: center;
    font-size: 21px;
  }
}
.cash-mv-txt-2 {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-2 {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    font-size: 18px;
    margin-top: 12px;
  }
}
.cash-mv-txt-2-1 {
  display: flex;
  align-items: center;
  color: #014694;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 3px;
  padding: 12px 15px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-2-1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-2-1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-2-1 {
    display: inline-flex;
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-2-1 {
    font-size: 14px;
  }
}
.cash-mv-txt-2-1 span {
  color: #e6001a;
}
.cash-mv-txt-2-1 img {
  display: block;
  width: 7px;
  margin-left: 8px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-2-1 img {
    width: 6px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-2-1 img {
    width: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-2-1 img {
    width: 4px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-2-1 img {
    width: 3px;
  }
}
.cash-mv-txt-2-2 {
  display: flex;
  align-items: center;
  color: #014694;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 3px;
  padding: 12px 15px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-2-2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-2-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-2-2 {
    display: inline-flex;
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-2-2 {
    font-size: 14px;
  }
}
.cash-mv-txt-2-2 span {
  color: #e6001a;
}
.cash-mv-txt-2-2 img {
  display: block;
  width: 7px;
  margin-left: 8px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-2-2 img {
    width: 5px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-2-2 img {
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-2-2 img {
    width: 4px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-2-2 img {
    width: 3px;
  }
}
.cash-mv-txt-3 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #e6001a;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 3px;
  padding: 12px 15px;
  margin-top: 12px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-3 {
    display: inline-flex;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-3 {
    font-size: 14px;
  }
}
.cash-mv-txt-3 span {
  color: #014694;
}
.cash-mv-txt-3 sup {
  font-size: 14px;
  color: #014694;
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-3 sup {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-3 sup {
    font-size: 10px;
  }
}
.cash-mv-txt-3 img {
  display: block;
  width: 7px;
  margin-left: 8px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-3 img {
    width: 5px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-3 img {
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-3 img {
    width: 4px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-3 img {
    width: 3px;
  }
}
.cash-mv-txt-4 {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #e6001a;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 3px;
  padding: 12px 15px;
  margin-top: 12px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-4 {
    display: inline-flex;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-4 {
    font-size: 14px;
  }
}
.cash-mv-txt-4 span {
  color: #014694;
}
.cash-mv-txt-4 img {
  display: block;
  margin-left: 8px;
}
@media screen and (max-width: 1180px) {
  .cash-mv-txt-4 img {
    width: 5px;
  }
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-4 img {
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-4 img {
    width: 4px;
  }
}
@media screen and (max-width: 500px) {
  .cash-mv-txt-4 img {
    width: 3px;
  }
}
.cash-mv-txt-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.cash-mv-txt-bottom-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  background: #0072cb;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-1 {
    width: 100%;
    height: 23px;
    font-size: 10px;
    border-radius: 15px;
  }
}
.cash-mv-txt-bottom-2 {
  display: flex;
  align-items: flex-end;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-2 {
    padding-top: 20px;
  }
}
.cash-mv-txt-bottom-2-1 {
  width: 29px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-bottom-2-1 {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-2-1 {
    width: 16px;
  }
}
.cash-mv-txt-bottom-2-2 {
  font-size: 77px;
  color: #f25f60;
  line-height: 0.6;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-bottom-2-2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-2-2 {
    font-size: 51px;
  }
}
.cash-mv-txt-bottom-2-3 {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-bottom-2-3 {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-2-3 {
    width: 16px;
  }
}
.cash-mv-txt-bottom-3 {
  display: flex;
  align-items: flex-end;
}
.cash-mv-txt-bottom-3-1 {
  display: inline-block;
  width: 28px;
  height: auto;
  box-sizing: border-box;
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-bottom-3-1 {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-3-1 {
    width: 14px;
    margin-bottom: 0.5rem;
  }
}
.cash-mv-txt-bottom-3-1 img {
  display: inline-block;
}
.cash-mv-txt-bottom-3-2 {
  font-size: 37px;
  line-height: 0.6;
  color: #f25f60;
  font-weight: bold;
  -webkit-text-stroke: 1.5px #fff;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-3-2 {
    font-size: 24px;
  }
}
.cash-mv-txt-bottom-3-3 {
  display: inline-flex;
  align-items: flex-start;
  width: 20px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-3-3 {
    width: 14px;
    height: 16px;
  }
}
.cash-mv-txt-bottom-3-4 img {
  display: inline-block;
  width: 25px;
}
@media screen and (max-width: 900px) {
  .cash-mv-txt-bottom-3-4 img {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-bottom-3-4 img {
    width: 12px;
  }
}
.cash-mv-txt-note {
  width: 48%;
  font-size: 12px;
  color: #aaa;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-note {
    width: 100%;
  }
}
.cash-mv-txt-note p {
  color: #aaa;
}
.cash-mv-txt-note.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-note.-pc {
    display: none;
  }
}
.cash-mv-txt-note.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-mv-txt-note.-sp {
    display: block;
  }
}
.cash-mv-20000 {
  display: flex;
  align-items: center;
  width: 55%;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .cash-mv-20000 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-20000 {
    width: 100%;
    justify-content: center;
  }
}
.cash-mv-bottom {
  position: relative;
}
.cash-mv-bottom-list {
  position: relative;
  display: flex;
  gap: 30px;
  background: #014694;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .cash-mv-bottom-list {
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cash-mv-bottom-item {
    width: calc(50% - 5px);
  }
}
.cash-mv-bottom-item-img {
  width: 100%;
  height: auto;
}
.cash-mv-bottom-item-img.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-mv-bottom-item-img.-pc {
    display: none;
  }
}
.cash-mv-bottom-item-img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-mv-bottom-item-img.-sp {
    display: block;
  }
}
.cash-mv-bottom-note {
  color: #014694;
  font-size: 12px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .cash-mv-bottom-note {
    position: absolute;
    color: #fff;
    font-size: 10px;
    bottom: 8px;
    left: 16px;
  }
}

.cash-tab {
  margin-top: 40px;
}
.cash-tab-title {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cash-tab-title {
    padding: 0;
  }
}
.cash-tab-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  border-bottom: 5px solid #014694;
}
@media screen and (max-width: 767px) {
  .cash-tab-list {
    gap: 0;
  }
}
.cash-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 400px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #c1c1c1;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.cash-tab-item.active {
  background: #014694;
}
.cash-tab-item.active:hover {
  opacity: 1;
}
.cash-tab-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cash-tab-item {
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 6px 12px;
  }
}
.cash-tab-content {
  display: none;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .cash-tab-content {
    padding: 0;
  }
}
.cash-tab-content.active {
  display: block;
}
.cash-tab-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  border: 2px solid #e9eff6;
  border-top: none;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .cash-tab-inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
  }
}
.cash-tab-inner-item {
  width: 50%;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .cash-tab-inner-item {
    width: 100%;
    max-width: none;
  }
}
.cash-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #014694;
  font-weight: bold;
  border: 2px solid #e9eff6;
  border-radius: 5px;
  box-sizing: border-box;
}
.cash-tab-btn:hover {
  color: #014694;
  background: #fff;
  border: 2px solid #014694;
}
.cash-tab-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: translateY(-50%) rotate(45deg);
}
.cash-tab-btn.-e5 {
  height: 85px;
  border-color: #014694;
}
.cash-tab-btn.-e5:after {
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .cash-tab-btn.-e5 {
    padding: 0 30px;
  }
}
.cash-tab-btn.-e5:hover {
  color: #fff;
  background: #014694;
}
.cash-tab-btn.-e5:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cash-tab-btn.-web {
  height: 85px;
  background: #e6001a;
  border-color: transparent;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cash-tab-btn.-web {
    padding: 0 30px;
  }
}
.cash-tab-btn.-web:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cash-tab-btn.-web:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-tab-btn.-web:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-tab-btn.-red {
  background: #e6001a;
  border-color: transparent;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cash-tab-btn.-red {
    padding: 0 30px;
  }
}
.cash-tab-btn.-red:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cash-tab-btn.-red:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-tab-btn.-red:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-tab-txt {
  margin-top: 20px;
}
.cash-tab-txt-1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cash-tab-txt-1 {
    font-size: 16px;
  }
}
.cash-tab-txt-2 {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cash-tab-txt-2 {
    flex-direction: column;
    gap: 10px;
  }
}
.cash-tab-txt-2-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #014694;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cash-tab-txt-2-link {
    align-items: baseline;
  }
}
.cash-tab-txt-2-link:before {
  content: "";
  min-width: 10px;
  min-height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.cash-tab-txt-2-link:hover {
  text-decoration: underline;
}
.cash-tab-txt-2-link.-down:before {
  transform: translateY(-25%) rotate(135deg);
}

.cash-e5 {
  background: #e9eff6;
  border: 2px solid #014694;
  border-radius: 5px;
  padding: 32px;
  margin-top: 40px;
}
.cash-e5-title {
  font-size: 31px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cash-e5-title {
    font-size: 22px;
  }
}
.cash-e5-form {
  margin-top: 32px;
}
.cash-e5-list {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  width: 100%;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cash-e5-list {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.cash-e5-list-item-label {
  font-size: 20px;
  color: #014694;
  font-weight: bold;
}
.cash-e5-list-item-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.cash-e5-list-item-input input[type=text] {
  width: 160px;
  height: 60px;
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-e5-list-item-input input[type=text] {
    width: 200px;
  }
}
.cash-e5-list-item-input p {
  font-size: 18px;
}
.cash-e5-list-item-input input[type=radio] {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .cash-e5-list-item-input.-radio {
    width: 100%;
  }
}
.cash-e5-list-item-radio {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cash-e5-list-item-radio {
    width: 50%;
  }
}
.cash-e5-list-item-radio label {
  font-size: 18px;
}
.cash-e5-current {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 730px;
  width: 100%;
  background: rgba(1, 70, 148, 0.05);
  padding: 32px 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .cash-e5-current {
    flex-direction: column;
    width: 100%;
  }
}
.cash-e5-current-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .cash-e5-current-wrap {
    flex-direction: column;
    align-items: baseline;
  }
}
.cash-e5-current label {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  .cash-e5-current label {
    text-align: center;
    margin-right: 0;
  }
}
.cash-e5-current input[type=text] {
  width: 160px;
  height: 60px;
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}
.cash-e5-current p {
  font-size: 18px;
}
.cash-e5-current-1-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cash-e5-current-2-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cash-e5-possible {
  max-width: 730px;
  width: 100%;
  background: #fff;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible {
    width: 100%;
  }
}
.cash-e5-possible-wrap {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-wrap {
    gap: 20px;
    flex-direction: column;
  }
}
.cash-e5-possible-img {
  position: relative;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-img {
    display: none;
  }
}
.cash-e5-possible-img img {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  width: 190px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-img img {
    width: 110px;
  }
}
.cash-e5-possible-txt {
  position: relative;
  padding: 35px 50px 27px 0;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-txt {
    text-align: center;
    padding: 15px;
  }
}
.cash-e5-possible-txt:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -70px;
  width: 60px;
  height: 60px;
  border: 9px solid #e6001a;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-txt:before {
    display: none;
  }
}
.cash-e5-possible-ttl {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 24px;
  }
  .cash-e5-possible-ttl:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border: 5px solid #e6001a;
    border-radius: 50%;
  }
}
.cash-e5-possible-lead {
  font-size: 16px;
  margin-top: 14px;
}
.cash-e5-possible-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background: #e6001a;
  border-radius: 5px;
  margin-top: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-e5-possible-btn {
    font-size: 14px;
    margin: 16px auto 0;
  }
}
.cash-e5-possible-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.cash-e5-possible-btn:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-e5-possible-btn:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-e5-impossible {
  max-width: 730px;
  width: 100%;
  background: #fff;
  padding: 27px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .cash-e5-impossible {
    width: 100%;
    padding: 15px;
  }
}
.cash-e5-impossible-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .cash-e5-impossible-ttl {
    font-size: 20px;
  }
}
.cash-e5-impossible-lead {
  display: block;
  max-width: 540px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 0;
}
.cash-e5-impossible-note {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.cash-e5-impossible-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background: #e6001a;
  border-radius: 5px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-e5-impossible-btn {
    font-size: 14px;
  }
}
.cash-e5-impossible-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.cash-e5-impossible-btn:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-e5-impossible-btn:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-e5-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  background: #014694;
  border-radius: 5px;
  margin: 40px auto 0;
  box-sizing: border-box;
}
.cash-e5-submit:hover {
  bottom: #014694;
  border: 2px solid #014694;
  color: #014694;
  background: #fff;
}
.cash-e5-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.cash-e5-alert p {
  color: #e6001a;
  font-weight: bold;
  font-size: 16px;
}
.cash-e5-note {
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

.cash-cv {
  padding-top: 60px;
}
.cash-cv.-nb {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-cv.-nb {
    padding-top: 0;
  }
  .cash-cv.-nb .cash-cv-bottom {
    margin-top: 20px;
  }
}
.cash-cv-wrap {
  display: flex;
  justify-content: space-between;
  background: #fffbe5;
  padding: 40px 0 40px 80px;
}
@media screen and (max-width: 767px) {
  .cash-cv-wrap {
    flex-direction: column;
    padding: 60px 20px;
  }
}
.cash-cv-left {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .cash-cv-left {
    width: 100%;
  }
}
.cash-cv-ttl {
  font-size: 32px;
  color: #014694;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cash-cv-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.cash-cv-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .cash-cv-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cash-cv-list {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.cash-cv-list-item {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .cash-cv-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cash-cv-list-item {
    width: 100%;
  }
}
.cash-cv-list-item p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cash-cv-list-item p {
    font-size: 16px;
  }
}
.cash-cv-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 60px;
  color: #014694;
  font-weight: bold;
  background: #fff;
  border: 2px solid #014694;
  border-radius: 5px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-cv-btn {
    max-width: none;
  }
}
.cash-cv-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: translateY(-50%) rotate(-45deg);
}
.cash-cv-btn:hover {
  color: #fff;
  background: #014694;
}
.cash-cv-btn:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cash-cv-btn.-e5 {
  background: #e6001a;
  border-color: transparent;
  color: #fff;
}
.cash-cv-btn.-e5:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.cash-cv-btn.-e5:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-cv-btn.-e5:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-cv-img {
  position: relative;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .cash-cv-img {
    width: 100%;
  }
}
.cash-cv-img img {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cash-cv-img img {
    bottom: -105px;
    width: 100px;
  }
}
.cash-cv-bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-cv-bottom {
    margin-top: 60px;
  }
}

.cash-acc {
  border: 1px solid #014694;
}
.cash-acc-btn {
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .cash-acc-btn {
    padding: 16px 20px;
  }
}
.cash-acc-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(135deg);
  transition: 0.2s;
}
.cash-acc-btn:hover {
  opacity: 0.6;
}
.cash-acc-btn.open::after {
  transform: rotate(-45deg);
}
.cash-acc-btn-txt {
  font-weight: bold;
  font-size: 20px;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .cash-acc-btn-txt {
    font-size: 16px;
    padding-right: 16px;
  }
}
.cash-acc-content {
  display: none;
  padding: 16px 24px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .cash-acc-content {
    padding: 8px 16px;
    padding-top: 0;
  }
}
.cash-acc-content-1 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cash-acc-content-1 {
    flex-direction: column;
    align-items: baseline;
  }
}
.cash-acc-content-1-txt {
  font-size: 18px;
  font-weight: bold;
}
.cash-acc-content-1-note {
  font-size: 14px;
  font-weight: 500;
}
.cash-acc-content-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .cash-acc-content-2 {
    flex-direction: column;
    align-items: baseline;
  }
}
.cash-acc-content-2 img {
  width: 280px;
  height: auto;
}
.cash-acc-content-2-note {
  font-size: 14px;
}
.cash-acc-list {
  display: flex;
  gap: 32px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .cash-acc-list {
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
}
.cash-acc-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #014694;
}
.cash-acc-list-item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.cash-acc-list-item:hover {
  text-decoration: underline;
}
.cash-acc-list-item.-down:before {
  transform: translateY(-25%) rotate(135deg);
}
.cash-acc-list-item.-up:before {
  transform: translateY(25%) rotate(-45deg);
}

.cash-point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cash-point-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cash-point-card {
  position: relative;
  display: grid;
  grid-row-gap: 20px;
  background: #e9eff6;
  padding: 60px 37px 40px;
}
@media screen and (max-width: 767px) {
  .cash-point-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 50px 25px 20px;
  }
}
.cash-point-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: #014694;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(-50%);
}
.cash-point-icon span {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.cash-point-img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.cash-point-txt {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #014694;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .cash-point-txt {
    margin-top: 10px;
  }
}
.cash-point-txt span {
  color: #e6001a;
}
.cash-point-txt span.-s {
  display: block;
  color: #014694;
  font-size: 14px;
  font-weight: normal;
}

.cash-kinri-list {
  display: flex;
  gap: 32px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .cash-kinri-list {
    flex-direction: column;
    gap: 10px;
  }
}
.cash-kinri-list-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  border: 5px solid #e9eff6;
  border-radius: 15px;
  padding: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
  .cash-kinri-list-item:first-of-type {
    gap: 30px;
  }
}
.cash-kinri-list-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background: #014694;
  border-radius: 5px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-icon {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
}
.cash-kinri-list-item-txt {
  display: flex;
  align-items: flex-end;
  color: #014694;
}
.cash-kinri-list-item-txt-1 {
  color: #014694;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.cash-kinri-list-item-txt-2 {
  color: #014694;
  font-size: 77px;
  font-weight: bold;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-txt-2 {
    font-size: 69px;
    line-height: 0.5;
  }
}
.cash-kinri-list-item-txt-3 {
  color: #014694;
  font-size: 34px;
  font-weight: bold;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-txt-3 {
    line-height: 0.6;
  }
}
.cash-kinri-list-item-txt-4 {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.cash-kinri-list-item-txt-4-top {
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 12px;
  white-space: nowrap;
}
.cash-kinri-list-item-txt-4-bottom {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.cash-kinri-list-item-txt-4-bottom-1 {
  color: #014694;
  font-size: 29px;
  line-height: 0.7;
}
.cash-kinri-list-item-txt-4-bottom-2 {
  color: #014694;
  font-size: 37px;
  font-weight: bold;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-txt-4-bottom-2 {
    line-height: 0.6;
    font-size: 33px;
  }
}
.cash-kinri-list-item-txt-4-bottom-2 span {
  font-weight: bold;
}
.cash-kinri-list-item-txt-5 {
  color: #014694;
  font-size: 66px;
  font-weight: bold;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-txt-5 {
    font-size: 58px;
    margin-top: 10px;
    line-height: 0.5;
    letter-spacing: -0.05em;
  }
}
.cash-kinri-list-item-txt-6 {
  color: #014694;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cash-kinri-list-item-txt-6 {
    font-size: 25px;
  }
}
.cash-kinri-list-item-txt-7 {
  color: #014694;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px;
}
.cash-kinri-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid #e6001a;
  border-bottom: 0;
  margin: 20px auto 0;
}
.cash-kinri-bottom-ttl {
  font-weight: bold;
  color: #014694;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-bottom-ttl {
    font-size: 20px;
  }
}
.cash-kinri-bottom-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-bottom-list {
    flex-direction: column;
  }
}
.cash-kinri-bottom-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 176px;
  border: 5px solid #e9eff6;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-bottom-list-item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    padding: 6px;
    padding-top: 16px;
  }
}
.cash-kinri-bottom-list-item-txt-1 {
  font-size: 20px;
  color: #014694;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cash-kinri-bottom-list-item-txt-1 {
    width: 135px;
    text-align: center;
  }
}
.cash-kinri-bottom-list-item-txt-2 {
  font-size: 20px;
  color: #e6001a;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-bottom-list-item-txt-2 {
    width: 110px;
    text-align: center;
    margin-top: 0;
  }
}
.cash-kinri-bottom-list-item-txt-2 span {
  font-size: 44px;
  font-weight: 500;
}
.cash-kinri-note {
  font-size: 12px;
  margin-top: 20px;
}
.cash-kinri-acc {
  margin-top: 20px;
}
.cash-kinri-acc-btn {
  font-size: 18px;
  color: #014694;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cash-kinri-acc-btn {
    font-size: 16px;
  }
}
.cash-kinri-acc-ttl {
  font-size: 18px;
  color: #014694;
  font-weight: bold;
  margin-top: 20px;
}
.cash-kinri-acc-note {
  font-size: 12px;
  margin-top: 12px;
}
.cash-kinri-table {
  width: 100%;
  border-color: #ccc;
  margin-top: 30px;
}
.cash-kinri-table th {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #014694;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-table th {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.cash-kinri-table th.-g {
  background: #e9eff6;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #000;
  font-weight: normal;
}
.cash-kinri-table td {
  font-size: 18px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cash-kinri-table td {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.cash-kinri-table-note {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

.cash-flow {
  scroll-margin-top: 80px;
}
.cash-flow-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 3px solid #014694;
  margin-top: 40px;
}
.cash-flow-tab-item {
  width: 33.33%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .cash-flow-tab-item {
    font-size: 16px;
  }
}
.cash-flow-tab-item.active {
  background: #014694;
  color: #fff;
}
.cash-flow-tab-item.active:hover {
  background: #014694;
  color: #fff;
}
.cash-flow-tab-item:hover {
  background: #e9eff6;
  color: #014694;
}
.cash-flow-tab-content {
  display: none;
}
.cash-flow-tab-content.active {
  display: block;
}
.cash-flow-content {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .cash-flow-content {
    padding-left: 0;
  }
}
.cash-flow-content:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 60px;
  width: 5px;
  height: calc(100% - 60px);
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .cash-flow-content:before {
    display: none;
  }
}
.cash-flow-content-ttl {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-ttl {
    flex-direction: column;
    align-items: baseline;
    font-size: 18px;
  }
}
.cash-flow-content-ttl-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cash-flow-content-ttl-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #014694;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cash-flow-content-ttl-icon span {
  display: block;
  font-size: 17px;
}
.cash-flow-content-ttl-time {
  font-size: 17px;
  background: #e9eff6;
  border-radius: 5px;
  padding: 5px 15px;
}
.cash-flow-content-ttl-time span {
  color: #e6001a;
}
.cash-flow-content-ttl:nth-of-type(n + 2) {
  margin-top: 40px;
}
.cash-flow-content-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  width: 18px;
  height: 18px;
  background: #014694;
  border-radius: 50%;
  transform: translateY(-50%);
}
.cash-flow-content-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 35px;
  height: 1px;
  border-top: 1px dotted #ccc;
  transform: translateY(-50%);
}
.cash-flow-content-hr {
  width: 100%;
  height: 2px;
  background: #f2f2f2;
  margin-top: 20px;
}
.cash-flow-content-txt {
  font-weight: 500;
  line-height: 23px;
  margin-top: 10px;
}
.cash-flow-content-txt span {
  color: #e6001a;
}
.cash-flow-content-note {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
}
.cash-flow-content-note .-ul {
  text-decoration: underline;
}
.cash-flow-content-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 45px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #e6001a;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-btn {
    max-width: none;
  }
}
.cash-flow-content-btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.cash-flow-content-btn:hover {
  color: #e6001a;
  background: #fff;
  border: 2px solid #e6001a;
}
.cash-flow-content-btn:hover:after {
  border-top: 2px solid #e6001a;
  border-right: 2px solid #e6001a;
}
.cash-flow-content-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .cash-flow-content-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box {
    gap: 10px;
    padding: 10px 20px;
  }
}
.cash-flow-content-box-txt-up {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.cash-flow-content-box-txt-up span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 8px;
}
.cash-flow-content-box-txt-up span.-red {
  display: inline;
  font-size: 18px;
  color: #e6001a;
  font-weight: bold;
  line-height: 28px;
}
.cash-flow-content-box-grid {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .cash-flow-content-box-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box-grid {
    gap: 16px 8px;
  }
}
@media screen and (max-width: 900px) {
  .cash-flow-content-box-grid-item {
    text-align: center;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box-grid-item {
    width: calc(50% - 8px);
  }
}
.cash-flow-content-box-grid-item img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box-grid-item img {
    width: 100%;
  }
}
.cash-flow-content-box-grid-item p {
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box-grid-item p {
    font-size: 14px;
    margin-top: 4px;
  }
}
.cash-flow-content-box-grid-item.-atm {
  background: #fff;
  padding: 16px;
}
.cash-flow-content-box-grid-item.-atm .-atm-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
}
.cash-flow-content-box-grid-item.-atm .-atm-wrap img {
  max-height: 100%;
  max-width: 165px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-box-grid-item.-atm .-atm-wrap img {
    max-width: 100%;
  }
}
.cash-flow-content-step03-img {
  width: 100%;
  margin-top: 20px;
}
.cash-flow-content-step03-img.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-step03-img.-pc {
    display: none;
  }
}
.cash-flow-content-step03-img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-flow-content-step03-img.-sp {
    display: block;
  }
}
.cash-flow-content-tel {
  width: 100%;
  max-width: 400px;
  margin-top: 12px;
}
.cash-flow-qa-acc {
  margin-top: 20px;
}
.cash-flow-qa-acc-btn {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.cash-flow-qa-acc-q {
  color: #014694;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.cash-flow-qa-acc-q-ttl {
  color: #014694;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cash-flow-qa-acc-q-ttl {
    padding-right: 16px;
  }
}
.cash-flow-qa-acc-content {
  display: none;
}
.cash-flow-qa-acc-content-wrap {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-top: 16px;
}
.cash-flow-qa-acc-a {
  color: #e6001a;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.cash-flow-qa-acc-a-ttl {
  font-size: 18px;
  font-weight: bold;
}
.cash-flow-qa-acc-a-txt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.cash-flow-link.-pdf {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #014694;
  font-size: 14px;
  margin-top: 12px;
}
.cash-flow-link.-pdf:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.cash-flow-link.-pdf:hover {
  text-decoration: underline;
}

.cash-good-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cash-good-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }
}
.cash-good-list-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cash-good-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .cash-good-list-item-img {
    width: 103px;
    height: auto;
  }
}
.cash-good-list-item-txt {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cash-good-list-item-txt {
    font-size: 16px;
    margin-top: 0;
  }
}
.cash-good-list-item-txt span {
  color: #e6001a;
}
.cash-good-list-item-note {
  font-size: 12px;
  margin-top: 5px;
}

.cash-scene-list {
  gap: 55px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cash-scene-list {
    gap: 20px;
    padding: 0 20px;
  }
}
.cash-scene-list-item.slick-slide {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .cash-scene-list-item.slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 0;*/
	padding: 5px;
  }
}
.cash-scene-list-item p {
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #014694;
  margin-top: 20px;
}
/*.cash-scene-list .slick-list {
  padding: 0 !important;
}*/
.cash-scene-list .slick-track {
  display: flex !important;
}
.cash-scene-list .slick-prev,
.cash-scene-list .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #014694;
  border: 1px solid #fff;
  z-index: 1;
  transform: translate(0, -100%);
}
.cash-scene-list .slick-prev::before,
.cash-scene-list .slick-next::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-scene-list .slick-prev,
  .cash-scene-list .slick-next {
    width: 40px;
    height: 40px;
  }
}
.cash-scene-list .slick-prev {
  left: -15px;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cash-scene-list .slick-prev {
    left: 0px;
  }
}
.cash-scene-list .slick-next {
  right: -15px;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cash-scene-list .slick-next {
    right: 0px;
  }
}
.cash-scene-list .slick-prev .slick-arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .cash-scene-list .slick-prev .slick-arrow {
    width: 10px;
    height: 10px;
  }
}
.cash-scene-list .slick-next .slick-arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cash-scene-list .slick-next .slick-arrow {
    width: 10px;
    height: 10px;
  }
}
.cash-scene-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid #e6001a;
  border-bottom: 0;
  margin: 35px auto 0;
}
.cash-scene-box {
  border: 5px solid #e9eff6;
  border-radius: 15px;
  padding: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-scene-box {
    padding: 20px 24px;
  }
}
.cash-scene-box-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cash-scene-box-ttl {
    font-size: 16px;
  }
}
.cash-scene-box-ttl span {
  color: #e6001a;
}
.cash-scene-box-txt {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cash-scene-box-txt {
    font-size: 14px;
  }
}
.cash-scene-box-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-scene-box-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.cash-scene-box-list-item-img.-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cash-scene-box-list-item-img.-pc {
    display: none;
  }
}
.cash-scene-box-list-item-img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cash-scene-box-list-item-img.-sp {
    display: block;
  }
}

.cash-how-txt {
  margin-top: 35px;
}
.cash-how-list {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  .cash-how-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.cash-how-list-item {
  text-align: center;
  border: 5px solid #e9eff6;
  border-radius: 15px;
  padding: 24px;
}
.cash-how-list-item-img {
  max-width: 195px;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .cash-how-list-item-img {
    max-width: 100%;
    width: auto;
    max-height: 50px;
  }
}
.cash-how-list-item-img-wrap {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cash-how-list-item-txt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cash-how-list-item-txt {
    font-size: 14px;
  }
}
.cash-how-list-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #014694;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cash-how-list-item-link {
    align-items: baseline;
    gap: 8px;
  }
}
.cash-how-list-item-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #014694;
  border-right: 2px solid #014694;
  transform: rotate(45deg);
}
.cash-how-list-item-link:hover {
  text-decoration: underline;
}
.cash-how-list-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cash-how-list-bottom {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
}
.cash-how-list-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  border: 5px solid #e9eff6;
  border-radius: 15px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .cash-how-list-bottom-item {
    width: 100%;
    padding: 20px;
  }
}
.cash-how-list-bottom-item-lead {
  font-size: 25px;
  font-weight: bold;
  color: #014694;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cash-how-list-bottom-item-lead {
    font-size: 16px;
  }
}
.cash-how-list-bottom-item-lead span {
  color: #e6001a;
}
.cash-how-list-bottom-item-lead sup {
  font-size: 12px;
}
.cash-how-note {
  font-size: 10px;
  margin-top: 16px;
}

.cash-privacy-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .cash-privacy-list {
    flex-direction: column;
    gap: 20px;
  }
}
.cash-privacy-list-item {
  text-align: center;
}
.cash-privacy-list-item-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cash-privacy-list-item-ttl {
    font-size: 16px;
  }
}
.cash-privacy-list-item-txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cash-privacy-list-item-txt {
    font-size: 14px;
  }
}
.cash-privacy-list-item-txt span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cash-privacy-list-item-txt span {
    font-size: 10px;
  }
}

.cash-movie-ttl {
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  color: #014694;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cash-movie-ttl {
    font-size: 22px;
  }
}
.cash-movie-iframe {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cash-movie-iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cash-movie-iframe iframe {
    width: 100%;
    height: 100%;
  }
}

.cash-faq-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 3px solid #014694;
  margin-top: 40px;
}
.cash-faq-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .cash-faq-tab-item {
    font-size: 14px;
  }
}
.cash-faq-tab-item.active {
  background: #014694;
  color: #fff;
}
.cash-faq-tab-item.active:hover {
  background: #014694;
  color: #fff;
}
.cash-faq-tab-item:hover {
  background: #e9eff6;
  color: #014694;
}
.cash-faq-tab-content {
  display: none;
}
.cash-faq-tab-content.active {
  display: block;
}

.cash-detail-acc {
  margin-top: 35px;
}
.cash-detail-table {
  width: 100%;
  border-color: #ccc;
  margin-top: 30px;
}
.cash-detail-table th {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #014694;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cash-detail-table th {
    font-size: 14px;
    padding: 5px;
  }
}
.cash-detail-table th.-g {
  background: #e9eff6;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #000;
  font-weight: normal;
}
.cash-detail-table td {
  font-size: 18px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cash-detail-table td {
    font-size: 14px;
    padding: 5px;
  }
}
.cash-detail-table td .center {
  display: block;
  text-align: center;
}
.cash-detail-table td .right {
  display: block;
  text-align: right;
}
.cash-detail-table table {
  width: 100%;
  border-color: #ccc;
}
.cash-detail-table-note {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.cash-detail-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  color: #014694;
  font-size: 14px;
  margin-top: 12px;
}

.center {
  display: block;
  text-align: center;
}

.right {
  display: block;
  text-align: right;
}

.list_disc li {
  list-style-type: disc;
  list-style-position: inside;
}

.cash-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.cash-modal-txt {
  text-align: center;
}

/* 追加CSS */
.cash-mv-bottom-item > a:hover{
  opacity: 0.8;
}
.cash-e5-list-item-input input[type=tel] {
  width: 160px;
  height: 60px;
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cash-e5-list-item-input input[type=tel] {
      width: 200px;
  }
}
.cash-e5-current input[type=tel] {
  width: 160px;
  height: 60px;
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}