@charset "UTF-8";
main img {
  max-width: 100%;
}
/* 引き継いだcss */
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-pc {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hidden-spn {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .hidden-spn {
    display: block !important;
  }
}

/* +++++++++++++++++++++++++　flexbox */
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-ce {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-cc {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-ace {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-ac {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-c {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-order {
  -webkit-box-ordinal-group: -1;
  -webkit-flex-order: -1;
  -moz-flex-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
      order: -1;
}

/* +++++++++++++++++++++++++　文字調整関連 */
.font-color01,
.font-color01 a {
  color: #ED115F;
}

.font-color02,
.font-color02 a {
  color: #0068B7;
}

.indent-txt01 {
  text-indent: -1em;
  padding-left: 1em;
}

.free-tel {
  padding-left: 32px;
  background: url(../img/free_tel_ic.png) no-repeat left 5px;
}

/* +++++++++++++++++++++++++　レイアウト */
.main_im {
  max-width: 1000px;
  margin: auto;
}

.u-mxw1000 {
  max-width: 1000px;
  margin: auto;
}

.heading02-02 {
  text-align: left;
}

.guidance-box .logo {
  width: 400px;
}

.guidance-box .logo figure {
  margin-bottom: 20px;
}

.guidance-box .txt {
  width: calc(100% - 450px);
}

.guidance-box .leadText02 {
  margin-top: 0;
}

.guidance-box .tel-link {
  font-weight: bold;
  font-size: 20px;
}

.guidance-box .point-icon {
  padding: 10px;
  border: solid 2px #ED115F;
  border-radius: 10px;
  color: #ED115F;
  text-align: center;
}

.guidance-box .point-icon p {
  margin: 0px;
  font-weight: bold;
}

.guidance-box .point-icon p {
  margin: 0px;
  font-weight: bold;
}

.guidance-box .toku-box {
  margin-top: 35px;
  padding: 20px;
  background-color: #ED115F;
  color: #fff;
  border-radius: 5px;
}

.guidance-box .toku-box .iocn {
  width: 100px;
}

.guidance-box .toku-box p {
  margin-top: 0;
  width: calc(100% - 130px);
}

.card-bnr {
  margin-top: 35px;
  padding: 30px;
  background: url(../img/card_bg.jpg) no-repeat right center #FCEFF5;
  background-size: auto 100%;
}

.card-bnr .txt {
  width: calc(100% - 220px);
}

.card-bnr p {
  margin-top: 0;
}

.card-bnr .subttl {
  font-weight: bold;
}

.card-bnr .ttl {
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.accordion-box {
  margin-top: 45px;
}

.accordion-box dt {
  position: relative;
  background-color: #4685C0;
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 1px;
  padding: 15px 30px;
  cursor: pointer;
}

.accordion-box dd {
  display: none;
  margin-bottom: 30px;
  padding: 0 30px;
}

.accordion-box .accordion_icon,
.accordion-box .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.accordion-box .accordion_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  width: 30px;
  height: 30px;
}

.accordion-box .accordion_icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.accordion-box .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-box .accordion_icon span:nth-of-type(2) {
  display: block;
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-box dt.active .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-box dt.active .accordion_icon span:nth-of-type(2) {
  display: none;
}

.mark-list li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  padding-top: 30px;
}

.mark-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.mark-list .icon {
  width: 60px;
  margin-right: 5px;
}

.mark-list .icon img {
  width: 100%;
}

.mark-list .mark-ttl strong {
  display: block;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++　レイアウト */
  img {
    width: 100%;
  }
  .main_im {
    width: 100%;
    margin: auto;
  }
  .u-mxw1000 {
    width: 90%;
    margin: auto;
  }
  .heading02-02 {
    text-align: left;
  }
  .guidance-box .logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .guidance-box .logo figure {
    margin-bottom: 20px;
  }
  .guidance-box .txt {
    width: 100%;
  }
  .guidance-box .leadText02 {
    margin-top: 0;
  }
  .guidance-box .tel-link {
    font-weight: bold;
    font-size: 20px;
  }
  .guidance-box .tel-link a {
    color: #444444;
    text-decoration: none;
  }
  .guidance-box .point-icon {
    padding: 10px;
    border: solid 2px #ED115F;
    border-radius: 10px;
    color: #ED115F;
    text-align: center;
  }
  .guidance-box .point-icon p {
    margin: 0px;
    font-weight: bold;
  }
  .guidance-box .point-icon p {
    margin: 0px;
    font-weight: bold;
  }
  .guidance-box .toku-box {
    margin-top: 15px;
    padding: 20px;
    background-color: #ED115F;
    color: #fff;
    border-radius: 5px;
  }
  .guidance-box .toku-box .icon {
    width: 20%;
  }
  .guidance-box .toku-box p {
    margin-top: 0;
    width: calc(100% - 22%);
    font-size: 12px;
  }
  .card-bnr {
    margin-top: 15px;
    padding: 15px;
    background: url(../img/card_bg.jpg) no-repeat right center #FCEFF5;
    background-size: auto 100%;
  }
  .card-bnr .txt {
    width: 100%;
    text-align: center;
  }
  .card-bnr .card {
    margin: 0 auto 15px;
  }
  .card-bnr p {
    margin-top: 0;
  }
  .card-bnr .subttl {
    font-weight: bold;
  }
  .card-bnr .ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .accordion-box {
    margin-top: 15px;
  }
  .accordion-box dt {
    position: relative;
    background-color: #4685C0;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1px;
    padding: 10px 20px;
    cursor: pointer;
  }
  .accordion-box dd {
    display: none;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .accordion-box .accordion_icon,
  .accordion-box .accordion_icon span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .accordion-box .accordion_icon {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
    height: 30px;
  }
  .accordion-box .accordion_icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .accordion-box .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .accordion-box .accordion_icon span:nth-of-type(2) {
    display: block;
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .accordion-box dt.active .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion-box dt.active .accordion_icon span:nth-of-type(2) {
    display: none;
  }
  .mark-list li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .mark-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .mark-list .icon {
    width: 60px;
    margin-right: 5px;
  }
  .mark-list .icon img {
    width: 100%;
  }
  .mark-list .mark-ttl strong {
    display: block;
    font-size: 20px;
    line-height: 1;
  }
}

/* end 引き継いだcss */
/*以下、独自のcss*/
.t-align-l {
  text-align: left !important;
}

.t-align-r {
  text-align: right !important;
}

/* margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-310 {
  margin-top: 310px !important;
}

@media only screen and (max-width: 767px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mt-60-sp {
    margin-top: 60px !important;
  }
  .mt-70-sp {
    margin-top: 70px !important;
  }
  .mt-80-sp {
    margin-top: 80px !important;
  }
  .mt-90-sp {
    margin-top: 90px !important;
  }
  .mt-100-sp {
    margin-top: 100px !important;
  }
  .mt-120-sp {
    margin-top: 120px !important;
  }
  .mt-150-sp {
    margin-top: 150px !important;
  }
  .mt-160-sp {
    margin-top: 160px !important;
  }
  .mr--1vw {
    margin-right: -1vw;
  }
  .mr--2-5vw {
    margin-right: -2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mlr--5per-sp {
    margin-left: -5% !important;
    margin-right: -5% !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pt-0-sp {
    padding-top: 0px !important;
  }
  .pt-5-sp {
    padding-top: 5px !important;
  }
  .pt-10-sp {
    padding-top: 10px !important;
  }
  .pt-15-sp {
    padding-top: 15px !important;
  }
  .pt-20-sp {
    padding-top: 20px !important;
  }
  .pt-25-sp {
    padding-top: 25px !important;
  }
  .pt-30-sp {
    padding-top: 30px !important;
  }
  .pt-35-sp {
    padding-top: 35px !important;
  }
  .pt-40-sp {
    padding-top: 40px !important;
  }
  .pt-45-sp {
    padding-top: 45px !important;
  }
  .pt-50-sp {
    padding-top: 50px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pl-0-sp {
    padding-left: 0px !important;
  }
  .pl-5-sp {
    padding-left: 5px !important;
  }
  .pl-10-sp {
    padding-left: 10px !important;
  }
  .pl-15-sp {
    padding-left: 15px !important;
  }
  .pl-20-sp {
    padding-left: 20px !important;
  }
  .pl-25-sp {
    padding-left: 25px !important;
  }
  .pl-30-sp {
    padding-left: 30px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pb-0-sp {
    padding-bottom: 0px !important;
  }
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-i {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-i {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-i {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-i {
    display: inline-block !important;
  }
}

@media print {
  .ver_pc .sp-i {
    display: none !important;
  }
}

.cashLP {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cashLP {
    padding-bottom: 0 !important;
  }
}

.cashLP * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  .cashLP img {
    width: 100%;
  }
}

.cashLP a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cashLP a {
    opacity: 1 !important;
  }
}

.u-mxw900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-mxw900 {
    width: 90%;
  }
}

.u-mxw850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-mxw850 {
    width: 100%;
  }
}

.u-mxw580 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-mxw580 {
    width: 100%;
    padding: 0 5%;
  }
}

/* カラム */
.box-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .box-col-2 {
    display: block;
  }
}

.box-col-2 > * {
  width: 435px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .box-col-2 > * {
    width: 100%;
  }
}

.box-col-2 > *:last-child {
  margin-right: 0px;
}

.box-col-2 > * > * {
  height: 100%;
}

/* メインビジュアル */
.cashLP-mv {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .cashLP-mv {
    padding-top: 20px;
  }
}

/* メインナビゲーション */
.top-tabsList {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-tabsList {
    display: block;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.top-tabsList-li {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .top-tabsList-li {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.top-tabsList-li > a.pc div,
.top-tabsList-li > a.sp {
  border: 1px solid #162688;
  padding: 20px 0 25px;
}

@media screen and (min-width: 769px) {
  .top-tabsList-li > a.pc div:hover {
    opacity: 0.7;
    background-color: #162688;
  }
  .top-tabsList-li > a.pc div:hover p {
    color: #ffffff;
  }
}

.top-tabsList-li p {
  font-weight: bold;
  margin: 0;
}

.top-tabsList-li > a.pc div .p1 {
  font-size: 12px;
}

.top-tabsList-li > a.pc div .p2 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px;
}

.top-tabsList-li > a.sp {
  display: block;
  background-color: #162688;
  padding: 10px 0;
  position: relative;
}

.top-tabsList-li > a.sp::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 50%;
}

.top-tabsList-li > a.sp::after {
  position: absolute;
  top: 48%;
  right: 25px;
  content: " ";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #162688;
  border-right: solid 2px #162688;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.top-tabsList-li > a.sp p {
  color: #ffffff;
  text-align: left;
  padding-left: 3%;
  font-size: 17px;
  font-size: 4.53333vw;
}

#top-tab-3 .p2 {
  margin-top: 19px;
  margin-bottom: 16px;
}

/* ナビゲーション active 処理 */
.top-tabsList-li.active a.pc > div {
  background-color: #162688;
}

.top-tabsList-li.active a.pc > div p {
  color: #ffffff;
}

.tabContentsList {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .tabContentsList {
    margin-top: 20px;
  }
}

.ver_pc .tabContentsList > li {
  display: none;
}

.ver_pc .tabContentsList > li.active {
  display: block;
}

/* アコーディオン */
.acorddion-box {
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}

.acorddion-box-title {
  font-size: 14px;
  font-size: 3.73333vw;
  color: #ffffff;
  background-color: #162688;
  padding: 11px 0;
  border-radius: 13px 13px 0px 0px;
  margin: 0;
  position: relative;
}

.acorddion-box-title::after {
  position: absolute;
  top: 42%;
  right: 20px;
  content: " ";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.acorddion-box-title.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.acorddion-box-contents {
  display: none;
  padding-bottom: 25px;
}

/* アコーディオン2 */
.acorddion-box2-title {
  font-size: 28px;
  font-size: 7.46667vw;
  background-color: #f5f5f5;
  padding: 25px 0;
  margin: 0;
  position: relative;
}

.acorddion-box2-title::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  width: 33px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 50%;
}

.acorddion-box2-title::after {
  position: absolute;
  top: 47%;
  right: 26px;
  content: " ";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #444444;
  border-right: solid 1px #444444;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.acorddion-box2-title.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.acorddion-box2-contents {
  display: none;
  padding-bottom: 25px;
}

/* タイトル */
.cashLP-subtitle {
  font-size: 20px;
  text-align: center;
  color: #162688;
}

@media screen and (max-width: 768px) {
  .cashLP-subtitle {
    font-size: 18px;
  }
}

.cashLP-q-title {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cashLP-box-title.ver-blue {
  background-color: #f1f9fd;
}

.cashLP-subtitle2 {
  background-color: #008ACF;
  color: #ffffff;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.3em;
}

.cashLP-subtitle2 span {
  margin: 0 10px;
}

.cashLP-subtitle2 span:nth-child(1) {
  font-size: 17px;
}

.cashLP-subtitle2 span:nth-child(2) {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .cashLP-subtitle2 span:nth-child(2) {
    font-size: 28px;
    font-size: 7.46667vw;
  }
}

.cashLP-subtitle.ver-lightblue {
  color: #167FB7 !important;
}

/* ボタン */
.cashLP-btn {
  font-size: 14px;
  color: #ffffff !important;
  width: 650px;
  background-color: #162688;
  padding: 15px 0;
  display: inline-block;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .cashLP-btn {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 80%;
  }
}

.cashLP-btn.ver-orange {
  background-color: #EB5F00;
}

.cashLP-btn:hover {
  color: #ffffff !important;
}

/* box */
.box-wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .box-wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .box-wrap {
    width: 100%;
    padding: 0;
  }
}

.cashLP-box {
  text-align: center;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  .cashLP-box {
    border: none;
  }
}

.cashLP-box-title {
  color: #444444;
  font-size: 30px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 40px 0;
  line-height: 1.3;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .cashLP-box-title {
    font-size: 28px;
    font-size: 7.46667vw;
    padding: 25px 0;
  }
}

.cashLP-box-inner {
  padding: 35px 0;
}

@media screen and (max-width: 768px) {
  .cashLP-box-inner {
    padding: 25px 5%;
  }
}

.box-col-2 .cashLP-box .cashLP-btn {
  width: 370px;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .box-col-2 .cashLP-box .cashLP-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cashLP-box-inner-sp {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .cashLP-box-inner2-sp {
    padding: 0 3%;
  }
}

.cashLP-box2 {
  text-align: center;
  border: 2px solid #168BCC;
}

.cashLP-box2 .cashLP-box-title {
  background-color: #ffffff;
  border-bottom: 2px solid #168BCC;
  padding: 0;
}

/* 会員専用Webサービス　セディナビ */
.cashLP-box.cedynavi {
  border-width: 4px;
  border-color: #f5f5f5;
}

.cashLP-box.cedynavi .cashLP-box-title {
  font-size: 15px;
  padding: 10px 0 15px;
  letter-spacing: 0;
}

.cashLP-box.cedynavi .cashLP-box-inner {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .cashLP-box.cedynavi .cashLP-box-inner {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.cedynavi-btn-list > li {
  display: inline-block;
  width: 260px;
}

@media screen and (max-width: 767px) {
  .cedynavi-btn-list > li {
    width: 61.29%;
  }
}

@media screen and (max-width: 767px) {
  .cedynavi-btn-list > li:first-child {
    /* margin-right: 3%; */
  }
}

.cedynavi-btn-list > li p {
  margin: 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .cedynavi-btn-list > li p {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cedynavi-btn-list > li:first-child p {
    line-height: 30px;
  }
}

.cedynavi-btn-list > li a {
  margin-top: 5px;
  display: inline-block;
}

.cedynavi-btn-list + p {
  margin-top: 20px;
  line-height: 16px;
}

.cedynavi-btn-list + p a {
  color: #00846C;
  font-size: 16px;
  font-weight: bold;
}

.cedynavi-btn-list + p a img {
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .cedynavi-btn-list + p a img {
    width: 8px;
  }
}

/* キャッシングの新規貸付の条件について */
@media screen and (max-width: 767px) {
  .cashLP-conditions {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.cashLP-conditions {

  text-align: left;
}
.cashLP-conditions * {

  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions * {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.cashLP-conditions-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions-title {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.cashLP-conditions-list li {
  line-height: 1.5;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions-list li {
    margin-top: 3px;
  }
}

.cashLP-conditions-num dt,
.cashLP-conditions-num dd {
  display: table-cell;
  vertical-align: middle;
}

.cashLP-conditions-num dt {
  width: 18px;
}

.cashLP-conditions-num dt img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions-num dt {
    width: 6%;
  }
  .cashLP-conditions-num dt img {
    width: 100%;
  }
}

.cashLP-conditions-num dd {
  line-height: 1;
}

.cashLP-conditions-box {
  /* border: 1px solid #444444; */
  /* padding: 10px 20px; */
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions-box {
    /* padding: 15px 20px; */
  }
  .cashLP-conditions-box p strong {
    size: 2.9333vw;
  }
}

.sp-tel {
  text-decoration: underline !important;
}

.t-c-sp {
  color: #3C9C87;
}

@media screen and (max-width: 767px) {
  .t-c-sp {
    /* text-align: center; */
    display: block;
  }
}

.cashLP-conditions-contact {
  border: 1px solid #000000;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .cashLP-conditions-contact * {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.simu-check {
  text-decoration: underline !important;
  font-size: 12px;
  color: #162688 !important;
  display: inline-block;
}

/* 参考になった */
.satisfaction-box {
  border: 1px dotted #BEB8B8;
  display: block;
  padding-top: 0;
  padding-bottom: 20px;
  background-color: #FFEDF0;
}

@media screen and (max-width: 767px) {
  .satisfaction-box {
    padding-bottom: 25px;
  }
}

.satisfaction-box .title {
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 13px;
  padding: 12px 0 10px;
  color: #6C6C6C;
}

@media screen and (max-width: 767px) {
  .satisfaction-box .title {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.satisfaction-box ul li {
  margin: 0 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .satisfaction-box ul li {
    width: 37%;
    margin: 0 1.5%;
  }
}

.satisfaction-box ul li p {
  margin: 0;
  font-size: 10px;
  color: #6C6C6C;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #b3b3b3;
  padding: 15px 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
}

@media screen and (max-width: 767px) {
  .satisfaction-box ul li p {
    width: 100%;
    padding: 9px 0;
    font-size: 9px;
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 769px) {
  .satisfaction-box ul li p:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.satisfaction-box ul li.helpful p {
  background: -webkit-gradient(linear, left top, left bottom, from(#EF6000), to(#D35500));
  background: linear-gradient(to bottom, #EF6000, #D35500);
  color: #ffffff;
  font-weight: bold;
}

/* その１ ご自宅からでも手軽に！ */
@media screen and (min-width: 768px) {
  .jitakukara .cashLP-box-title {
    height: 125px;
  }
}

/* 電話で申し込む */
@media screen and (max-width: 767px) {
  .q1-tel-sp {
    width: 75% !important;
  }
}

/* その２　外出先でもすぐに！ */
@media screen and (max-width: 767px) {
  .q1-banks-sp {
    width: 175px !important;
  }
}

/* キャッシングご利用限度額の確認方法 */
.q2-title2-sp {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .cashLP-btn.ver-small-sp {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4;
    padding: 10px 0;
    width: 90%;
  }
}

/*知っておくと便利 !?*/
@media screen and (max-width: 767px) {
  .ver-bt-none-sp {
    border-top: none !important;
  }
}

.q3-banks-sp {
  width: 170px !important;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

.page-top a {
  display: inline-block;
  opacity: 1 !important;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active,
.page-top a:hover img {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 13%;
    bottom: 20px;
  }
}

.satisfaction-btn {
  position: fixed;
  right: 0;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .satisfaction-btn {
    top: auto;
    right: auto;
    left: 10px;
    bottom: 15px;
    z-index: 1000;
  }
}

.satisfaction-btn-p {
  width: 58px;
  height: 229px;
  background-image: url(../img/satisfaction-btn-pc.png);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .satisfaction-btn-p {
    background-image: url(../img/satisfaction-btn-sp.png);
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 110px;
  }
}
/*# sourceMappingURL=style.css.map */