.view-sp { display: none; }
.view-pc { display: block; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .view-sp { display: block; }
  .view-pc { display: none; }
}

img:not(.rdnone) {
  image-rendering: -webkit-optimize-contrast;
}


.fwb { font-weight: bold!important; }
.fcred { color: #FF0004!important; }
.fcorange { color:#eb5505!important; }
.fcgray { color:#666!important; }
.fwB { font-weight: 700!important; }
td .fwB { font-weight: 500!important; }

.fsp80 { font-size: 80%; }
.fsp120 { font-size: 120%; }
.fsp140 { font-size: 140%; }

.tgl-content { display: none; }
/*.subplan-content.tgl-content { display: block; }*/

.slide-up { opacity: 0; -webkit-transform: translate(0, 120px); -ms-transform: translate(0, 120px); transform: translate(0, 120px); -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }
.slide-up.in { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }


/*///////////////////////////////////////////////*/
.nobdrbtm { border-bottom: none!important; }

/**/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.money_life {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ W3","メイリオ",Meiryo,sans-serif;
}
.money_life sup {
  font-size: 7px;
}
.money_life .f16 {
  font-size: 16px;
  line-height: 29px;
}
.money_life .f14 {
  font-size: 14px;
  line-height: 29px;
}
.money_life .ml16 {
  margin-left: 16px;
}
.money_life .textlink .icon_blank {
  width: 20px;
  height: 20px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_blank.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.money_life .mt70 {
  margin-top: 70px !important;
}
.money_life .mt80 {
  margin-top: 80px;
}
.money_life .inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .money_life .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .money_life .mt30_pc {
    margin-top: 30px !important;
  }
}
.money_life {
  background: #F3F6DA;
}
.money_life .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.money_life .flex-a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.money_life .flex-j-center {
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.money_life .fz18 {
  font-size: 18px;
  line-height: 29px;
}
.money_life .mv {
  text-align: center;
  background: #50B450;
  overflow: hidden;
  position: relative;
  /*height: 600px;*/
  margin-bottom: 95px;
}
.money_life .mv_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1220px;

  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  z-index: 0;
}
.money_life .mv_ttl {
  text-align: center;
  margin-top: 76px;
}
.money_life .mv_ttl img {
  max-width: 100%;
}
.money_life .mv_desc {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.money_life .anchor {
  position: relative;
  z-index: 0;
}
.money_life .anchor .inner {
  padding: 0;
  z-index: 1;
}
ul.anchor_link {
  margin-top: 35px;
  margin: 35px -13px 0 -8px;
  position: relative;
  z-index:1;
}
ul.anchor_linkBtn {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 95px;
}
.anchor_linkBtn li {
  padding: 0 10px;
  width: 33.333333%;
}
.anchor_link li {
  display: block;
  margin-right: 5px;
  width: calc(33.333333% - 5px);
  float: left;
}
.anchor_link a:hover img {
  opacity: .7;
}
.anchor_link li:last-child {
  margin-right: 0;
}
.anchor_link img {
  max-width: 100%;
}
.anchor_linkBtn .anchor_btn {
  border-radius: 999px;
  -webkit-box-shadow: 0 3px 6px 6px rgba(0,0,0,0.03);
  box-shadow: 0 3px 6px 6px rgba(0,0,0,0.03);
  background: #fff;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.anchor_linkBtn .anchor_btn:hover {
  opacity: .7;
}
.anchor_linkBtn .anchor_btn:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_arrow_down_01.svg) no-repeat center;
  background-size: contain;
}
.money_life .bg_01 {
  position: relative;
  z-index: 0;
  bottom: -5px;
  top: -27px;
}
.money_life .sec + .sec {
  margin-top: 40px;
}
.money_life .sec01 {
  margin-top: -32px;
}
.sec_inner {
  background: #fff;
  border-radius: 10px;
  padding: 80px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(17,49,3,0.1);
  box-shadow: 0 5px 15px 0 rgba(17,49,3,0.1);
}
.money_life .ttl_h3 {
  margin-bottom: 60px;
  margin-top: 20px;
}
.money_life .ttl_h4 {
  color: #39AD35;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 5px solid #F0F0F0;
  position: relative;
  text-align: center;
  margin-bottom: 27px;
  margin-top: 88px;
}
@media screen and (min-width: 1367px) {
  .money_life .mv_img > span.view-pc {
    width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .money_life .ttl_h4.mt01 {
    margin-top: 73px;
  }
  .money_life .ttl_h4.mt02 {
    margin-top: 70px;
  }
  .money_life .ttl_h4.mt03 {
    margin-top: 80px;
  }
  .money_life .ttl_h4.mt04 {
    margin-top: 77px;
  }
  .money_life .mv_inner {
    height: 628px;
    overflow: hidden;
    position: relative;
  }
  .money_life .mv_img {
    width: 1100px;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .money_life .mv_img {
    width: 100%;
    left: 0;
    bottom: 0;
    margin-right: 0;
    transform: inherit;
  }
  .money_life .mv_img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .money_life .mv_ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.money_life .ttl_h4:after {
  position: absolute;
  content: '';
  bottom: -5px;
  height: 5px;
  width: 62px;
  background: #39AD35;
  left: 50%;
  margin-left: -31px;
}
.txt_desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-top: -2px;
}
.txt_desc.f20 {
  font-size: 20px;
}
.txt_note {
  font-size: 14px;
  line-height: 29px;
}
.txt_note.indent {
  margin-left: 14px;
  text-indent: -14px;
  margin-top: 70px;
}
.txt_note.lh27 {
  line-height: 27px
}
.money_life .txt {
  font-size: 16px;
  line-height: 29px;
}
.box_red {
  background: #E71A41;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  height: 42px;
  border-radius: 6px;
  margin-bottom: 22px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.txt_img {
  margin-bottom: 38px;
}
.money_life .box p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.money_life .star_green {
  color: #39AD35;
}
.money_life .box_txtTop span {
  color: #39AD35;
}
.money_life .box .box_bdr {
  border-radius: 10px;
  padding: 28px 28px 28px 20px;
  border: 2px solid #F0F0F0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_bdrTtl {
  color: #39AD35;
  font-weight: bold;
  margin-top: -15px;
  font-size: 16px;
}
.money_life .box_bdrTxt {
  font-size: 14px;
  margin-right: 53px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.money_life .box_bdrImg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.money_life .box_list li {
  font-size: 14px;
  line-height: 29px;
  margin-left: 18px;
  text-indent: -18px;
}
.money_life .box_list li span {
  margin-right: 4px;
}
.money_life .box_list.f16 li {
  font-size: 16px;
  margin-left: 20px;
  text-indent: -20px;
}
.money_life .box_list.lh27 li {
  line-height: 27px;
}
.money_life .box_list.f16 li span {
  margin-right: 4px;
}
.money_life .box_list-type01 li {
  margin-left: 30px;
  text-indent: -30px;
}
.money_life .box_note {
  margin-left: 16px;
  text-indent: -16px;
  line-height: 27px;
}
.money_life .box_note a {
  display: inline;
  color: #0066AA;
}
.table_area {
  margin-bottom: 66px;
  margin-top: 30px;
}
.accor_area .table_area {
  margin: 0 10px;
}
.table_area table {
  width: 100%;
}
.table_area th {
  background: #FBE6EF;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  padding: 15px 14px 10px;
  vertical-align: middle;
  border: 2px solid #F0F0F0;
  border-right-color: #fff;
  font-weight: normal;
}
.table_area .w33 {
  width: 33.333333%;
}
.table_area .w30 {
  width: 30%;
}
.table_area .w35 {
  width: 35%;
}
.table_area .w17 {
  width: calc(35%/2);
}
.table_area .w50 {
  width: 50%;
}
.table_area .pt30 {
  padding-top: 30px;
}
.table_area .pb25 {
  padding-bottom: 25px;
}
.table_area .bdrB_white {
  border-bottom-color: #fff;
}
.table_area .bdrB_none {
  border-bottom-width: 0;
}
.table_area th:last-child {
  border-right-color: #f0f0f0;
}
.table_area td {
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  padding: 11px 8px 13px;
  vertical-align: middle;
  border: 2px solid #F0F0F0;
  border-top: 0;
}
.table_type1 th {
  height: 80px;
}
.table_type1 td {
  height: 80px;
}
.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.btn_area .btn {
  width: 400px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #fff;
  background: #E71A41;
  border: 3px solid #E71A41;
  border-radius: 999px;
  padding: 16px 34px 13px 10px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}
.btn_area .btn:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_arrow_down.svg) no-repeat center;
  background-size: 100% auto;
}
.btn_area .btn:hover {
  text-decoration: none;
  opacity: .7;
}
.btn_area .btn_type01 {
  background: #EA5404;
  border-color: #EA5404;
}
.btn_area .btn_type01:after {
  /*right: 5px;
  width: 46px;
  height: 46px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_arrow_circle.svg) no-repeat center;*/
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_blank_white.svg) no-repeat center;
  background-size: 100% auto;
}
.btn_area .btn_type02 {
  background: #fff;
  border-color: #EA5404;
  color: #EA5404;
}
.btn_area .btn_type02:after {
  /*right: 5px;
  width: 46px;
  height: 46px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_arrow_circle_01.svg) no-repeat center;*/
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_blank_orange.svg) no-repeat center;
  background-size: 100% auto;
}
.btn_area .btn.icon_card:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 17px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_card.svg) no-repeat center;
}
.money_life .step {
  padding: 35px 30px 30px;
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 0;
}
.money_life .step_grid {
  margin: 0 -2.0885%;
}
.money_life .step_item {
  max-width: 33.333333%;
  float: left;
  padding: 0 2.0885%;
}
.money_life .step_num {
  text-align: center;
  margin-bottom: 13px;
}
.money_life .step_txt {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 40px;
}
.precaution {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
  margin-top: 50px;
}
.precaution .mt70 {
  margin-top: 70px;
}
.sec02 .precaution {
  margin-top: 65px;
}
.precaution_head {
  background: #E71A41 url(/content/dam/au-com/pr/money_life/images/icon_caution.svg) no-repeat center;
  background-position: left 20px center;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 16px 20px 14px;
  position: relative;
  color: #fff;
  border-radius: 10px 10px 1px 1px;
}
.precaution_head:hover {
  cursor: pointer;
}
.precaution_head:not(.open) {
  border-radius: 10px;
}
.precaution_head:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 5px;
  background: #fff;
  border-radius: 99px;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
}
.precaution_head:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 5px;
  background: #fff;
  border-radius: 99px;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.precaution_head.open:after {
  display: none;
}
.precaution_head + .precaution_content {
  display: none;
}
.precaution_content {
  padding: 18px 20px 12px;
  border: 2px solid #F0F0F0;
  border-radius: 0 0 10px 10px;
  border-top-width: 0;
}
.precaution_list > li {
  font-size: 16px;
  line-height: 29px;
  margin-left: 16px;
  text-indent: -16px;
}
.precaution_list01 > li {
  font-size: 16px;
  line-height: 29px;
  margin-left: 18px;
  text-indent: -18px;
}
.precaution_list01 > li span {
  margin-right: 2px;
}
.precaution_list02.ml20 {
  margin-left: 20px;
}
.precaution_list02 > li {
  font-size: 16px;
  line-height: 29px;
  margin-left: 45px;
  text-indent: -45px;
}
.precaution__ttl {
  margin-bottom: 7px;
}
.money_life .model p {
  font-size: 16px;
  line-height: 29px;
}
.money_life_app {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.money_life_app:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  height: 15px;
  width: 100%;
  background: url(/content/dam/au-com/pr/money_life/images/bg_02.svg) no-repeat center;
  background-size: 100%;
}
.money_life_app:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 15px;
  width: 100%;
  background: url(/content/dam/au-com/pr/money_life/images/bg_02.svg) no-repeat center;
  background-size: 100%;
}
.money_life_app .app_txt {
  width: 60%;
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.money_life_app .app_txt01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}
.money_life_app .app_txt:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 54px;
  background: url(/content/dam/au-com/pr/money_life/images/icon_arrow_orange.svg) no-repeat center;
  background-size: contain;
}
.money_life_app .app_txt02 {
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
  color: #EA5404;
}
.money_life_app .app_link {
  width: 40%;
  text-align: center;
  padding: 23px 30px 20px 14px;
}
.boxBnr {
  border-radius: 10px;
  background: #DFF2FC;
  padding: 20px;
  margin-top: 60px;
}
.boxBnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 40px 30px 35px;
  position: relative;
}
.boxBnr_inner:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 135px;
  background: url(/content/dam/au-com/pr/money_life/images/img_animal.png) no-repeat center;
  right: -47px;
  bottom: -27px;
}
.boxBnr_txt {
  width: 60%;
}
.boxBnr_img {
  width: 40%;
  padding-left: 4px;
}
.social_area {
  background: #fff;
  margin-top: -4px;
  padding-top: 10px;
}
.social_area .inner {
  position: relative;
  padding-top: 30px;
}
.social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social_link a {
  margin: 0 20px;
}
.social_link a:hover {
  opacity: .7;
}
.social_ponta {
  position: absolute;
  right: 15px;
  top: -9px;
}
.social_link span {
  font-size: 12px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  display: block;
}
.socialBox {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 46px;
  color: #39AD35;
  font-weight: bold;
  height: 242px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .socialBox {
    height: 184px;
    margin-bottom: 35px;
  }
  .social_ponta img {
    vertical-align: bottom;
  }
}
.coupon.mt01 {
  margin-top: 95px;
}
.accor_area {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.accor_area + .accor_area {
  border-top: 0;
}
.accor_head {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  color: #39AD35;
  padding: 28px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 102px;
}
.accor_head:hover {
  cursor: pointer;
}
.accor_head.open {
  border-bottom: none;
}
.accor_head:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 5px;
  background: #39AD35;
  border-radius: 99px;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
}
.accor_head:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 5px;
  background: #39AD35;
  border-radius: 99px;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accor_head.open:after {
  display: none;
}
.accor_content {
  padding-bottom: 20px;
  display: none;
}
.btnBox {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
.btnBox .label {
  background: #DAF1FE;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-radius: 999px;
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-bottom: 30px;
}
.btnBox .label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 13px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/content/dam/au-com/pr/money_life/images/icon_triangle.svg) no-repeat center;
}
.btnBox .btnBox_txt {
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  position: relative;
}
.btnBox .btnBox_txt > span {
  background: url(/content/dam/au-com/pr/money_life/images/icon_line_01.svg) left center no-repeat, url(/content/dam/au-com/pr/money_life/images/icon_line.svg) right center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4px 35px;
}
.btnBox .btnBox_txt .btnBox_num {
  font-size: 26px;
  color: #EB5505;
}
.btnBox .btnBox_txtNote {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  margin-top: 10px;
}
.js-slider,
.js-slider-mr {
  position: relative;
}
.js-slider .slick-arrow,
.js-slider-mr .slick-arrow {
  position: absolute;
  font-size: 0;
  display: none;
  width: 46px;
  height: 81px;
  outline: none;
  border: 0;
}
.js-slider .slick-prev,
.js-slider-mr .slick-prev {
  background: url(/content/dam/au-com/pr/money_life/images/icon_slick_left.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.js-slider .slick-next,
.js-slider-mr .slick-next {
  background: url(/content/dam/au-com/pr/money_life/images/icon_slick_right.svg) no-repeat center;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
.js-slider .slick-dots, .js-slider-mr .slick-dots, .js-sliderStep .slick-dots {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.js-slider .slick-dots li, .js-slider-mr .slick-dots li, .js-sliderStep .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #EE869A;
  background: #fff;
}
.js-slider .slick-dots .slick-active,.js-slider-mr .slick-dots .slick-active, .js-sliderStep .slick-dots  .slick-active{
  background: #EE869A;
}
.js-sliderStep .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.anchor_link a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.anchor_link img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .txt_img img, .coupon img, .step .step_img img, .boxBnr img {
    max-width: 100%;
  }
  .money_life .bg_03 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .table_area.tbl_scroll {
    overflow-x: scroll;
    padding-bottom: 20px;
    position: relative;
  }
  .table_area.tbl_scroll:after {
    content: "";
    width: 126px;
    height: 50px;
    /*background: url(/content/dam/au-com/pr/money_life/images/icon_scr.svg) no-repeat;*/
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .table_area.tbl_scroll::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 15px;
  }
  .table_area.tbl_scroll::-webkit-scrollbar {
    height: 8px;
  }
  .table_area.tbl_scroll::-webkit-scrollbar-thumb {
    background-color: #A7A7A7;
    border-radius: 15px;
  }
  .table_area.tbl_scroll table {
    width: 800px;
  }
  .table_area.tbl_scroll.disable:after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sec_inner {
    padding: 40px;
  }
  .txt_desc {
    font-size: 22px;
  }
  .money_life .box .box_bdr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .money_life .box_bdrTxt {
    width: 50%;
    margin-right: 30px;
  }
  .money_life .box_bdrImg {
    width: calc(50% - 30px);
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .btnBox .btnBox_txtNote {
    text-align: left;
  }
  .money_life {
    margin-top: -10px;
  }
  .money_life .mv {
    height: auto;
    margin-bottom: 40px;
  }
  .money_life .mv_ttl {
    margin-top: 10.5%;
    margin-bottom: 15px;
    padding: 0;
  }
  .money_life .mv_img {
    margin-left: inherit;
    text-align: right;
    margin-right: -20px;
    margin-left: -20px;
  }
  .money_life .mv_img .view-sp {
    width: 100%;
  }
  .money_life .mv_img img {
    width: 100%;
    max-width: 100%;
  }
  .money_life img {
    max-width: 100%;
  }
  .money_life .mv_desc {
    font-size: 14px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    height: inherit;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .money_life .anchor .inner {
    padding: 0 20px;
  }
  ul.anchor_linkBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .anchor_linkBtn li {
    width: 100%;
    padding: 0;
  }
  .anchor_linkBtn li:first-child img {
    width: 60px;
  }
  .anchor_linkBtn li:nth-child(2) img {
    width: 102px;
  }
  .anchor_linkBtn li:nth-child(3) img {
    width: 85px;
  }
  .anchor_linkBtn li + li {
    margin-top: 15px;
  }
  .anchor_linkBtn .anchor_btn {
    height: 40px;
  }
  .anchor_link li {
    margin-right: 0;
  }
  ul.anchor_link {
    margin-left: -20px;
    margin-right: -20px;
  }
  .money_life .ttl_h2 {
    padding: 0 20px;
  }
  .money_life .ttl_h3 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .money_life .bg_01 {
    padding: 0 20px;
    margin-top: 70px;
    position: inherit;
    margin-left: 20px;
    margin-right: 20px;
  }
  .money_life .bg_01 img {
    width: 100%;
    max-width: inherit;
  }
  .money_life .sec + .sec {
    margin-top: 30px;
  }
  .sec_inner {
    padding: 57px 20px 30px;
  }
  .money_life .sec01 {
    margin-top: 0;
  }
  .txt_desc {
    font-size: 16px;
    line-height: 25px;
  }
  .txt_desc.f20 {
    font-size: 16px;
  }
  .box_red {
    font-size: 16px;
    line-height: 1;
    height: 30px;
  }
  .money_life .ttl_h4 {
    margin-top: 60px;
    font-size: 28px;
    border-bottom-width: 4px;
  }
  .money_life .ttl_h4:after {
    height: 4px;
  }
  .money_life .box_bdr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .money_life .box_bdrTxt {
    width: 100%;
    margin-right: 0;
  }
  .money_life .box_bdrImg {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .money_life .box .box_bdr {
    padding: 12px 15px;
    margin-top: 15px;
  }
  .coupon.mt01 {
    margin-top: 64px;
  }
  .box_bdrTtl {
    margin-top: 0;
  }
  .precaution.mt70 {
    margin-top: 50px !important;
  }
  .precaution {
    margin-bottom: 50px;
  }
  .btn_area {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn_area .btn {
    max-width: 100%;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 11px 13px;
  }
  .btn_area .btn + .btn {
    margin-top: 18px;
  }
  .btn_area .btn_type01:after, .btn_area .btn_type02:after {
    width: 20px;
    height: 20px;
  }
  .btn_area .btn.st01 {
    font-size: 14px;
    padding-left: 0;
  }
  .btn_area .btn.f14 {
    font-size: 14px;
  }
  .money_life_app {
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 16px;
  }
  .money_life_app .app_txt {
    width: 100%;
    padding: 0 10px;
  }
  .money_life_app .app_txt01 {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
  }
  .money_life_app .app_txt02 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
  }
  .money_life_app .app_txt:after {
    display: none;
  }
  .money_life_app .app_link .view-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .money_life_app .link_app {
    margin: 0 5px;
  }
  .money_life_app .app_link {
    width: 100%;
    padding: 14px 0 20px;
  }
  .money_life_app:before, .money_life_app:after {
    background-size: 200%;
    height:10px;
  }
  .boxBnr {
    margin-top: 30px;
    padding: 10px;
  }
  .boxBnr_txt {
    width: 100%;
  }
  .boxBnr_img {
    width: 100%;
    margin-top: 30px;
  }
  .boxBnr_inner {
    padding: 30px 20px 20px;
    text-align: center;
  }
  .boxBnr_inner:before {
    width: 80px;
    height: 86px;
    background-size: contain;
    right: -35px;
    bottom: -11px;
  }
  .accor_area {
    margin-left: -20px;
    margin-right: -20px;
  }
  .accor_head {
    font-size: 28px;
    line-height: 1.5;
    padding: 3px 42px;
    height: 90px;
  }
  .accor_head:before, .accor_head:after{
    width: 20px;
    height: 4px;
  }
  .accor_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btnBox .btnBox_txt {
    font-size: 16px;
    line-height: 33px;
  }
  .btnBox .btnBox_txt .btnBox_num {
    font-size: 26px;
  }
  .btnBox .btnBox_txt > span {
    display: inline-block;
    background: url(/content/dam/au-com/pr/money_life/images/icon_line_01.svg) left bottom 10px no-repeat, url(/content/dam/au-com/pr/money_life/images/icon_line.svg) right bottom 10px no-repeat;
    background-size: 22px 36px;
  }
  .btnBox .btnBox_txt:last-child {
    font-size: 18px;
    line-height: 33px;
  }
  .btnBox .label {
    margin-bottom: 10px;
  }
  .txt_note.indent {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  .accor_area .table_area {
    margin: 0;
  }
  .accor_area .table_area th {
    padding: 15px 14px 10px;
  }
  .precaution_list01 > li {
    font-size: 14px;
    line-height: 27px;
    text-indent: -14px;
    margin-left: 14px;
  }
  .precaution_list > li {
    font-size: 14px;
    line-height: 27px;
    text-indent: -14px;
    margin-left: 14px;
  }
  .precaution_list02 > li {
    font-size: 14px;
    line-height: 27px;
    text-indent: -30px;
    margin-left: 30px;
  }
  .precaution_content {
    padding: 10px;
  }
  .money_life .step_grid {
    margin: auto;
  }
  .money_life .step_item {
    width: 100%;
    padding: 0;
    max-width: 100%;
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    padding: 20px;
  }
  .money_life .step_item + .step_item {
    margin-top: 20px;
  }
  .money_life .step {
    border: none;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    margin-bottom: 30px;
  }
  .money_life .step_item .step_img img {
    max-width: inherit;
    width: 100%;
    margin: auto;
    display: block;
  }
  .money_life .model p {
    font-size: 14px;
    line-height: 27px;
  }
  .bg_03 {
    padding-top: 40px;
  }
  .money_life .step_num img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 375px) {
  .btn_area .btn.st01sp br {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .btn_area .btn.st01sp {
    padding-left: 5px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .social_link a {
    margin: 0 10px;
  }
  .money_life .mv_desc {
    font-size: 14px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box_red {
    padding-top: 4px;
  }
  .accor_head {
    padding: 13px 50px 7px;
  }
  .precaution_head {
    padding: 18px 20px 12px;
  }
  .money_life .mv_desc {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .money_life .mv_desc .inner {
    width: 100%;
    max-width: inherit;
  }
}
