@charset "utf-8";

/* ----- override ----- */
.c-noteList-03 .c-noteList-01 {
	margin-top: 0;
}

.c-noteList-03 .c-noteList-01 > li:before {
	display: none;
}

/* ========== font ========== */
.fs18 { font-size: 18px !important; }
.fs14 { font-size: 14px !important; }

/* ========== px ========== */
@media only screen and (min-width: 640px) {
  .c-mt0-pc { margin-top: 0 !important; }
  .c-mt5-pc { margin-top: 5px !important; }
  .c-mt10-pc { margin-top: 10px !important; }
  .c-mt15-pc { margin-top: 15px !important; }
  .c-mt20-pc { margin-top: 20px !important; }
  .c-mt25-pc { margin-top: 25px !important; }
  .c-mt30-pc { margin-top: 30px !important; }
  .c-mt35-pc { margin-top: 35px !important; }
  .c-mt40-pc { margin-top: 40px !important; }
  .c-mt45-pc { margin-top: 45px !important; }
  .c-mt50-pc { margin-top: 50px !important; }
  .c-mt55-pc { margin-top: 55px !important; }
  .c-mt60-pc { margin-top: 60px !important; }
  .c-mt65-pc { margin-top: 65px !important; }
  .c-mt70-pc { margin-top: 70px !important; }
  .c-mt75-pc { margin-top: 75px !important; }
  .c-mt80-pc { margin-top: 80px !important; }
  .c-mt85-pc { margin-top: 85px !important; }
  .c-mt90-pc { margin-top: 90px !important; }
  .c-mt95-pc { margin-top: 95px !important; }
  .c-mt100-pc { margin-top: 100px !important; }
}

@media only screen and (max-width: 640px) {
  .c-mt0-sp { margin-top: 0 !important; }
  .c-mt5-sp { margin-top: 5px !important; }
  .c-mt10-sp { margin-top: 10px !important; }
  .c-mt15-sp { margin-top: 15px !important; }
  .c-mt20-sp { margin-top: 20px !important; }
  .c-mt25-sp { margin-top: 25px !important; }
  .c-mt30-sp { margin-top: 30px !important; }
  .c-mt35-sp { margin-top: 35px !important; }
  .c-mt40-sp { margin-top: 40px !important; }
  .c-mt45-sp { margin-top: 45px !important; }
  .c-mt50-sp { margin-top: 50px !important; }
  .c-mt55-sp { margin-top: 55px !important; }
  .c-mt60-sp { margin-top: 60px !important; }
  .c-mt65-sp { margin-top: 65px !important; }
  .c-mt70-sp { margin-top: 70px !important; }
  .c-mt75-sp { margin-top: 75px !important; }
  .c-mt80-sp { margin-top: 80px !important; }
  .c-mt85-sp { margin-top: 85px !important; }
  .c-mt90-sp { margin-top: 90px !important; }
  .c-mt95-sp { margin-top: 95px !important; }
  .c-mt100-sp { margin-top: 100px !important; }
}

.c-mb-0 { margin-bottom: 0; }

/* ========== heading ========== */
.c-heading4-01.c-heading-loan h4 {
  font-size: 18px;
}
@media only screen and (min-width: 640px) {
  .c-heading4-01.c-heading-loan h4 {
    font-size: 24px;
  }
}

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== STEP ========== */
.c-steps-loan {
  margin-top: 40px;
}

.c-steps-loan-sub {
  color: #ed7b00;
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}

.c-steps-loan-sub.inner-head {
  padding-left: 0;
  border-bottom: 1px solid #888;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.c-steps-loan-sub::before {
  content: "";
  position: absolute;
  background-image: url(/products/loan/request/img/icon_step_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 13.5px;
  height: 20px;
  top: -1px;
  left: 0;
}

.c-steps-loan-sub.inner-head::before {
  display: none;
}

.c-steps-loan-sub h2{
  font-size: inherit;
  font-weight: bold;
  margin: 0 0 11px;
}
@media only screen and (min-width: 640px) {
  .c-steps-loan-sub {
    font-size: 24px;
  }
}

.c-steps-loan-item {
  border: 4px solid #d4d5d5;
  border-radius: 10px;
  padding: 13px 9px 15px;
  position: relative;
}
.c-steps-loan-item + .c-steps-loan-item {
  margin-top: 40px;
}
.c-steps-loan-item + .c-steps-loan-item.single-block {
  margin-top: 20px;
}

@media only screen and (min-width: 640px) {
  .c-steps-loan-item {
    border: 4px solid #d4d5d5;
    padding: 32px 40px 40px;
  }
  .c-steps-loan-item + .c-steps-loan-item {
    margin-top: 80px;
  }
  .c-steps-loan-item + .c-steps-loan-item.single-block {
    margin-top: 40px;
  }
}
.c-steps-loan-item.single-block:after,
.c-steps-loan-item:last-child:after {
  content: none;
}
.c-steps-loan-item-ttl-01 {
  border-bottom: 1px solid #888;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 4px;
}
.c-steps-loan-item-ttl-01 h3 {
  font-size: 25px;
  font-weight: bold;
}
.c-steps-loan-item-ttl-01-sub {
  color: #888;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-right: 9px;
}
@media only screen and (min-width: 640px) {
  .c-steps-loan-item-ttl-01 h3 {
    font-size: 36px;
  }
  .c-steps-loan-item-ttl-01-sub {
    font-size: 24px;
    margin-right: 14px;
  }
}

.c-steps-loan-item-ttl-02 {
  background-color: #eb7000;
  display: block;
  padding: 9px 0;
}
.c-steps-loan-item-ttl-02 h2,
.c-steps-loan-item-ttl-02 h4 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .c-steps-loan-item-ttl-02 {
    padding: 13px 0 12px;
  }
  .c-steps-loan-item-ttl-02 h2,
  .c-steps-loan-item-ttl-02 h4 {
    font-size: 20px;
  }
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #eeeeee;
  border-bottom: 0;
  margin: 20px auto;
}
/* ========== ACC ========== */
.question,
.answer-wrap {
    margin-bottom: 0!important;
    border: 1px solid #bcbcbc;
    border-top: 0;
}
ul.questions.questions-loan > li + li {
    margin-top: 0!important;
}
ul.questions.questions-loan > li:first-child {
    border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
    ul.questions.questions-loan {
        padding: 0;
    }
}
ul.questions.questions-loan {
    padding: 0;
}
ul.questions.questions-loan > li {
    list-style: none;
}
ul.questions.questions-loan > li + li {
    margin-top: 1em;
}
.question {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.text {
    padding: 1.5em 2.5em 1.5em 0.7em;
    font-weight: bold;
    font-size: 1em;
}
.text .em {
    font-weight: bold;
}
.text span {
  display: block;
  font-weight: normal;
  font-size: .85em;
}
@media only screen and (min-width: 640px) {
  .text {
    font-size: 20px;
    padding: 24px 20px 22px;
  }
  .text span {
    display: inline-block;
    font-size: 14px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
    .text {
        width: 85%;
    }
}
.question {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0.25em;
}
.question.opened {
  background-color: #eee;
}
.question.opened .text {
    background-image: url("/products/homeloan/interest/img/icon-chevron-up-black.png");
    background-repeat: no-repeat;
}
.question .text {
    margin-bottom: 0;
    color: #222;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url("/products/homeloan/interest/img/icon-chevron-down-black.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 1.125em;
    -moz-background-size: auto 1.125em;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (min-width: 640px) {
  .question:hover {
    background-color: #eee;
  }
}

.answer-wrap {
    display: none;
}
.answer {
    padding: 20px 10px 15px;
}
.answer >*:first-child,
.answer >*:first-child >*:first-child {
  margin-top: 0
}
@media only screen and (min-width: 640px) {
  .answer {
    padding: 40px 30px 25px;
  }
}

/* ========== ANCHOR ========== */
@media only screen and (min-width: 990px) {
  .c-anchor-loan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  }
}

.c-anchor-loan-item {
  border: 1px solid #e50000;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .c-anchor-loan-item + .c-anchor-loan-item {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item {
    min-width: 350px;
  }
}

.c-anchor-loan-item-ttl {
  background-color: #ffdfdb;
  border-bottom: 1px solid #e50000;
  color: #e50000;
  font-size: 11px;
  padding: 11px 0;
}
.c-anchor-loan-item-ttl span {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item-ttl {
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 0 12px;
  }
  .c-anchor-loan-item-ttl span {
    font-size: 20px;
  }
}

/*-- orange --*/
.c-anchor-loan-item.orange {
  border: 1px solid #eb7000;
}
.c-anchor-loan-item.orange .c-anchor-loan-item-ttl {
  background-color: #fce7cd;
  color: #eb7000;
}

.c-anchor-loan-item-box {
  padding: 10px 0;
}
.c-anchor-loan-item-inr >*:first-child,
.c-anchor-loan-item-inr >*:first-child >*:first-child {
  margin-top: 0
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item-box {
    min-width: 340px;
    min-height: 180px;
    position: relative;
  }
  .c-anchor-loan-item-inr {
    min-width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

.c-anchor-loan-item-inr-txt {
  font-size: 67.5%;
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item-inr-txt {
    font-size: 100%;
  }
}

.c-anchor-loan-item-sub {
  border: 1px solid #eb7000;
  border-radius: 4px;
  color: #eb7000;
  display: inline-block;
  font-size: 10px;
  margin-top: 5px;
  padding: 2px 4px;
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item-sub {
    font-size: 14px;
    margin-top: 8px;
    padding: 2px 6px;
  }
}

.c-anchor-loan-item-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  margin-top: 14px;
}

.c-anchor-loan-item-2col-item {
  width: 48%;
}
.c-anchor-loan-item-2col-item:last-child {
  border-left: 1px solid #eb7000;
}

.c-anchor-loan-item-2col-item-txt {
  font-size: 87.5%;
  margin-bottom: 0;
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan-item-2col-item-txt {
    font-size: 100.5%;
  }
}

/*-- common打消し --*/
.c-anchor-loan .c-anchorList-01,
.c-anchor-loan .c-anchorList-01 li {
  margin-top: 0;
}
.c-anchorList-01-small {
  font-size: 67.5%;
  margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .c-anchor-loan .c-anchorList-01 li {
    font-size: 75%;
  }
  .c-anchor-loan .c-anchorList-01 a {
    padding: 1px 0 1px 18px;
  }
  .c-anchor-loan .c-anchorList-01 a:before {
    width: 14px;
    background-size: auto 14px;
  }
  .c-anchorList-01-small {
    font-size: 63.5%;
  }
}
@media only screen and (min-width: 990px) {
  .c-anchor-loan .c-noteList-01 li {
    font-size: 12px;
  }
}

/*----*/
.c-relative {
  position: relative;
}
.c-absolute {
  position: absolute;
  content: "";
}
/* anchorLink */
.c-anchor-item img {
  width: 20px;
  height: 20px;
}
.c-anchor-item.pc {
  top: 0;
  width: 22%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}
.c-anchor_01.pc {
  left: 7px;
}
.c-anchor_02.pc {
  left: 26%;
}
.c-anchor_03.pc {
  left: 62%;
  transform: translateX(-50%);
}
.c-anchor_04.pc {
  right: 2%;
}
.c-anchor-item.sp {
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25%;
  padding-right: 20px;
}
.c-anchor_01.sp {
  top: 0;
}
.c-anchor_02.sp {
  top: 25%;
}
.c-anchor_03.sp {
  top: 62%;
  transform: translateY(-50%);
}
.c-anchor_04.sp {
  bottom: 0;
}