@charset "UTF-8";
/* common */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, icomoon, Arial, sans-serif;
}

main {
  overflow: hidden;
}

.page-refinance svg {
  vertical-align: baseline;
}

.container {
  margin: 0 auto;
  width: 100%;
}
.container-wide {
  margin: 0 auto;
}

/* heading */
.heading-anker {
  text-align: center;
}
.heading-anker-icon svg {
  width: 100%;
}
.heading-anker-text_1 {
  font-family: "Spartan", sans-serif;
}
.heading-anker-text_2 {
  font-family: "Noto Sans JP";
}
.heading-product {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFE100));
  background: -webkit-linear-gradient(transparent 75%, #FFE100 75%);
  background: linear-gradient(transparent 75%, #FFE100 75%);
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.heading-merit {
  text-align: center;
  margin: 0 auto;
}
.heading-merit-text2 {
  font-weight: bold;
  text-align: center;
}
.heading-merit-text3 {
  font-weight: bold;
  text-align: center;
}
.heading-merit-text3 p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FCD445));
  background: -webkit-linear-gradient(transparent 75%, #FCD445 75%);
  background: linear-gradient(transparent 75%, #FCD445 75%);
  display: inline;
}

.headingLead-direct {
  text-align: center;
  position: relative;
}
.headingLead-direct::before, .headingLead-direct::after {
  display: block;
  height: 3px;
  width: calc(50% - 4.5vw);
  background: #039;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.headingLead-direct::before {
  left: 0;
}
.headingLead-direct::after {
  right: 0;
}
.headingLead-direct-img {
  color: #039;
  width: 11vw;
  margin: 0 auto;
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
  z-index: 1;
}
.headingLead-direct-img svg {
  width: 100%;
  height: auto;
}
.headingLead-direct-img img {
  vertical-align: bottom;
}

@media not all and (min-width: 768px) {
  .headingLead-direct::before, .headingLead-direct::after {
    height: 2px;
    width: calc(50% - 5vw);
  }
  .headingLead-direct::before {
    left: -4%;
  }
  .headingLead-direct::after {
    right: -4%;
  }
}
/* mv */
.section-mainvisual-notice {
  margin-top: 1.25em;
}

.mainvisual {
  border-top: 4px solid #333;
  background: #F2F2F2 url(../images/bgi_main-wide.webp) no-repeat center center/cover;
  position: relative;
}
.mainvisual-inner {
  margin: 0 auto;
  max-width: 1132px;
  position: relative;
  z-index: 10;
}
.mainvisual-col {
  background: #FFF;
  border-top: 8px solid #039;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 auto;
  max-width: 674px;
  width: 59.54%;
}
.mainvisual-heading {
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.mainvisual-heading_sub {
  border-bottom: 1px solid #DDD;
  margin-bottom: 0.75em;
  padding: 0.7em 0 0.5em;
}
.mainvisual-heading_main {
  font-weight: 700;
  text-align: center;
  padding-right: 1.5%;
  position: relative;
}
.mainvisual-heading_main sup {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
}

.fv-product {
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.fv-product-name {
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.fv-product-name_main {
  letter-spacing: -0.05em;
}
.fv-product-name_sub {
  display: inline-block;
}
.fv-product-name_time {
  background: #FFF;
  border-radius: 1em;
  color: #000;
  display: inline-block;
  margin: auto auto 0;
  padding: 0.5em 1em;
}
.fv-product-rate {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.fv-product-rate sup {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.fv-product .text-rate-00 {
  position: relative;
  font-weight: bold;
  color: #231815;
  line-height: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
  -webkit-align-items: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}
.fv-product .text-rate-00 .before {
  font-family: "Noto Sans JP";
}
.fv-product .text-rate-00 .after {
  font-family: "Noto Sans JP";
}
.fv-product .text-rate-00 .number {
  color: #F03;
  display: inline-block !important;
  font-family: "Spartan", sans-serif;
  line-height: 1;
  position: relative;
}
.fv-product .text-rate-00 .number::before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 115%;
  background: #FFE100;
  position: absolute;
  bottom: 0.15em;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 1150px) {
  .mainvisual-inner {
    padding: 30px 0;
  }
  .mainvisual-heading_sub {
    font-size: 25px;
  }
  .mainvisual-heading_main {
    margin: 0 25px;
    font-size: 51px;
  }
  .mainvisual-heading sup {
    font-size: 14px;
  }
  .mainvisual-text {
    padding: 15px 25px 20px;
  }
  .fv-product {
    border-radius: 5px;
  }
  .fv-product-name {
    font-size: 23px;
    letter-spacing: 0.02em;
    padding: 15px 22px 14px;
  }
  .fv-product-name_sub {
    font-size: 18px;
    margin-top: 0.6em;
  }
  .fv-product-name_time {
    font-size: 15px;
  }
  .fv-product-rate {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 15px 20px 9px 22px;
  }
  .fv-product-rate sup {
    font-size: 14px;
  }
  .fv-product-rate .note-rate {
    font-size: 13px;
  }
  .text-rate-00 .before {
    font-size: 22px;
    margin-right: 0.45em;
  }
  .text-rate-00 .before span {
    display: inline-block;
    font-size: 44px;
    margin-top: 0.1em;
  }
  .text-rate-00 .number {
    font-size: 77px;
  }
  .text-rate-00 .after {
    font-size: 42px;
  }
}
@media screen and (min-width: 1133px) {
  .mainvisual {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1130px) {
  .mainvisual {
    background-size: cover;
    background-position: 22% 50%;
  }
  .mainvisual-inner {
    max-width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .mainvisual-inner {
    padding: 2.08vw 0;
  }
  .mainvisual-heading_main {
    font-size: 14px;
    margin: 0 2.77vw;
    padding-right: 1.5em;
  }
  .mainvisual-text {
    padding: 1.2vw 1.4vw 1.2vw;
  }
  .fv-product {
    border-radius: 5px;
  }
  .fv-product-name {
    letter-spacing: 0.25vw;
    padding: 1.04vw 1.59vw 0.97vw;
  }
  .fv-product-name_main {
    font-size: 1.4vw;
    font-size: clamp(1rem, 0.1204rem + 1.8325vw, 1.4375rem);
  }
  .fv-product-name_sub {
    font-size: clamp(0.75rem, -0.0039rem + 1.5707vw, 1.125rem);
  }
  .fv-product-name_time {
    font-size: clamp(0.6875rem, 0.1849rem + 1.0471vw, 0.9375rem);
  }
  .fv-product-rate {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 15px 20px 9px 22px;
  }
  .fv-product-rate sup {
    font-size: 14px;
    font-size: clamp(0.625rem, 0.1224rem + 1.0471vw, 0.875rem);
  }
  .fv-product-rate .note-rate {
    font-size: 13px;
    font-size: clamp(0.625rem, 0.248rem + 0.7853vw, 0.8125rem);
  }
  .text-rate-00 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-rate-00 .before {
    font-size: 2.08vw;
    font-size: clamp(0.75rem, -0.5065rem + 2.6178vw, 1.375rem);
    margin-right: 0.5em;
  }
  .text-rate-00 .before span {
    font-size: 3.05vw;
    font-size: clamp(1.375rem, -1.3894rem + 5.7592vw, 2.75rem);
  }
  .text-rate-00 .number {
    font-size: 4.4vw;
    font-size: clamp(2.375rem, -2.5255rem + 10.2094vw, 4.8125rem);
  }
  .text-rate-00 .after {
    font-size: 2.4vw;
    font-size: clamp(1.4375rem, -0.9499rem + 4.9738vw, 2.625rem);
  }
}
@media not all and (min-width: 768px) {
  .mainvisual {
    background-image: url(../images/bgi_main-sp.webp);
    padding: 14px 0 15px 15px;
  }
  .mainvisual-inner {
    max-width: 100%;
  }
  .mainvisual-col {
    border-top-width: 4px;
    margin: 0;
    width: 58.66%;
    width: 58.6666666667vw;
  }
  .mainvisual-heading_sub {
    padding: 0.7em 0 0.8em;
  }
  .mainvisual-heading_sub img {
    max-width: 80%;
  }
  .mainvisual-heading_main {
    margin: 3.4666666667vw 5.3333333333vw 1.8666666667vw;
  }
  .mainvisual-heading_main img {
    width: 100%;
  }
  .mainvisual-heading_main sup {
    font-size: 10px;
    right: -1.5em;
  }
  .mainvisual-text {
    padding: 1.2vw 2.5vw 2vw;
  }
  .fv-product {
    border-radius: 5px;
    display: block;
    overflow: hidden;
  }
  .fv-product-name {
    font-size: 2.8vw;
    letter-spacing: 0.5vw;
    padding: 1.86vw 0;
  }
  .fv-product-name_main {
    font-size: 4.26vw;
  }
  .fv-product-name_sub {
    font-size: 3.2vw;
  }
  .fv-product-name_time {
    font-size: 2.93vw;
    letter-spacing: -0.01em;
    margin-top: 0.5em;
    padding: 0.25em 1em 0.5em;
  }
  .fv-product-text {
    font-size: 2.26vw;
    line-height: 1.42;
    letter-spacing: 0.025vw;
    margin-top: 1.5vw;
  }
  .fv-product-text span {
    display: inline-block;
  }
  .fv-product-rate {
    padding: 9px 11px 7px;
  }
  .fv-product-rate .note-rate {
    font-size: 10px;
    font-size: 2.66vw;
  }
  .fv-product .text-rate-00 {
    justify-self: center;
  }
  .fv-product .text-rate-00 .before {
    font-size: 12px;
    font-size: 3.2vw;
    margin-right: 0.45em;
  }
  .fv-product .text-rate-00 .before span {
    display: inline-block;
    font-size: 22px;
    font-size: 5.86vw;
    margin-top: 0.15em;
  }
  .fv-product .text-rate-00 .number {
    font-size: 38px;
    font-size: 10.13vw;
  }
  .fv-product .text-rate-00 .after {
    font-size: 23px;
    font-size: 6.13vw;
  }
}
/**/
.section-point {
  counter-reset: li;
}

.li-notice {
  list-style-type: none;
}
.li-notice > li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  line-height: 1.666;
}
.li-notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.li-notice[start="3"] > li {
  padding-left: 2em;
}
.li-notice[start="3"] > li::before {
  content: "※3";
}
.li-notice-num-countroot {
  counter-reset: li;
}
.li-notice-num-countroot[start="4"] {
  counter-reset: li 3;
}
.li-notice-num > li {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.666;
}
.li-notice-num > li:before {
  content: "※" counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}
.li-notice-disc {
  list-style-type: disc;
}
.li-notice-disc > li {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 1.666;
}
.li-notice-disc > li:before {
  content: "・";
  margin-left: 0.7em;
  position: absolute;
  left: -0.8em;
}

.text-round-01 {
  border: 1px solid #000;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 3em;
  padding: 0.75em 0.6em;
  display: inline-block;
  text-align: center;
}
.text-rate-01 {
  font-weight: bold;
  color: #231815;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.text-rate-01 .before {
  font-family: "Noto Sans JP";
  font-size: 3.5vw;
}
.text-rate-01 .number {
  color: #F03;
  font-family: "Spartan", sans-serif;
  font-size: 8vw;
  -webkit-transform: translateY(0.05em);
      -ms-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.text-rate-01 .string {
  font-family: "Spartan", sans-serif;
  font-size: 6.5vw;
  -webkit-transform: translateY(0.05em);
      -ms-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.text-rate-01 .after {
  font-family: "Noto Sans JP";
  font-size: 3.5vw;
}
.text-rate-01_red .number {
  color: #E9561E;
}
.text-rate-08, .text-rate-09 {
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.text-rate-08 .text, .text-rate-09 .text {
  font-family: "Noto Sans JP";
  font-size: 3.2vw;
  font-size: 4.2666666667vw;
}
.text-rate-08 .number, .text-rate-09 .number {
  font-family: "Spartan", sans-serif;
  font-size: 4.5vw;
  font-size: 7.4666666667vw;
  letter-spacing: 0;
}
.text-rate-08 .symbol, .text-rate-09 .symbol {
  font-size: 2.4vw;
  font-size: inherit;
}
.text-rate-08 {
  color: #231815;
}
.text-rate-08 .number {
  color: #F03;
  display: inline-block;
  -webkit-transform: translateY(0.05em);
      -ms-transform: translateY(0.05em);
          transform: translateY(0.05em);
}
.text-rate-09 {
  color: #FFF;
}
.text-rate-09 .number {
  font-size: 9.6vw;
}
.text-deco-005 {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.16;
  color: #231815;
  font-family: "Noto Sans JP";
  width: 100%;
  background: #F2F2F2;
  border-radius: 6px;
}
.text-deco-005 .before {
  margin-right: 0.25em;
  font-size: 24px;
}
.text-deco-005 .after {
  margin-left: 0.1em;
  font-size: 24px;
}
.text-deco-005 .symbol {
  font-size: 24px;
  color: #F03;
}
.text-deco-005 .number {
  font-size: 35px;
  color: #F03;
  font-family: "Spartan", sans-serif;
  display: inline-block;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .text-rate-08 .text {
    font-size: 2vw;
  }
  .text-rate-08 .number {
    font-size: 3.6vw;
  }
  .text-rate-08 .symbol {
    font-size: 1.6vw;
  }
  .text-rate-09 .text {
    font-size: 3.2vw;
  }
  .text-rate-09 .number {
    font-size: 4.5vw;
  }
  .text-rate-09 .symbol {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 960px) {
  .text-rate-08, .text-rate-09 {
    letter-spacing: 0.1em;
  }
  .text-rate-08 .text, .text-rate-09 .text {
    font-size: 24px;
  }
  .text-rate-08 .number, .text-rate-09 .number {
    font-size: 35px;
    margin-bottom: -10px;
  }
  .text-rate-08 .symbol, .text-rate-09 .symbol {
    font-size: 16px;
  }
  .text-rate-09 .symbol {
    font-size: 26px;
  }
  .text-rate-09 .number {
    font-size: 57px;
  }
}
.is-under-tablet {
  display: block;
}

.is-over-tablet {
  display: none;
}

.section-btn {
  background: #E7F4FC;
}
.section-refinance1 {
  padding-bottom: 60px;
  margin-top: 130px;
}
.section-refinance3 {
  padding-bottom: 60px;
}

.block-center {
  text-align: center;
}

.link-external {
  display: inline-block;
}
.link-external:after {
  font-family: FontAwesome;
  content: "\f08e";
  color: #757373;
  font-size: 100%;
}

@media not all and (min-width: 960px) {
  .container {
    padding: 0 4%;
  }
  .text-round-01 {
    min-width: 9em;
    font-size: 2.93vw;
  }
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
  .container-wide {
    width: 100%;
  }
  .text-round-01 {
    font-size: 16px;
    padding: 0.33em 0.6em;
    min-width: 156px;
  }
  .text-rate-01 .before {
    font-size: 26px;
    margin-right: 0.5em;
  }
  .text-rate-01 .number {
    font-size: 49px;
    margin-bottom: -10px;
  }
  .text-rate-01 .string {
    font-size: 49px;
    margin-bottom: -10px;
  }
  .text-rate-01 .after {
    font-size: 26px;
  }
  .section-refinance1 {
    padding-bottom: 148px;
  }
  .section-refinance3 {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1150px) {
  .container-wide {
    width: 1150px;
  }
}
@media screen and (min-width: 768px) {
  .headingLead-direct .headingLead-direct-img {
    -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
            transform: translateY(-9px);
    z-index: 1;
    width: 82px;
    height: 82px;
  }
  .heading-product {
    font-size: 28px;
    letter-spacing: 0.15em;
  }
  .heading-merit {
    -webkit-transform: translateY(-41px);
        -ms-transform: translateY(-41px);
            transform: translateY(-41px);
    margin-bottom: -43px;
    max-width: 960px;
  }
  .heading-merit-text2 {
    font-size: 30px;
    line-height: 1.16;
    margin-top: 1.7em;
    letter-spacing: 0.1em;
  }
  .heading-merit-text3 {
    margin-top: 2em;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .li-notice > li {
    font-size: 12px;
  }
  .li-notice-num > li {
    padding-left: 2em;
    font-size: 12px;
  }
  .li-notice-disc {
    font-size: 12px;
  }
  .text-deco-005 {
    padding: 10px 10px;
    letter-spacing: 0.02em;
  }
  .text-deco-005 .before {
    margin-right: 0.25em;
    font-size: 24px;
  }
  .text-deco-005 .after {
    margin-left: 0.1em;
    font-size: 24px;
  }
  .text-deco-005 .symbol {
    font-size: 24px;
  }
  .text-deco-005 .number {
    letter-spacing: 0.02em;
    font-size: 35px;
  }
  .is-under-tablet {
    display: none;
  }
  .is-over-tablet {
    display: block;
  }
  .section-anker {
    padding-bottom: 143px;
  }
  .section-faq {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .section-btn {
    padding: 4px 0 24px;
  }
  .section-term {
    margin-top: 4.25em;
  }
  .section-term .product {
    margin-top: 2.75em;
  }
  .mt-block-01 {
    margin-top: 40px;
  }
  .mt-block-02 {
    margin-top: 60px;
  }
  .mt-block-03 {
    margin-top: 30px;
  }
  .mt-block-04 {
    margin-top: 35px;
  }
  .mt-block-05 {
    margin-top: 35px;
  }
  .mt-block-06 {
    margin-top: 40px;
  }
  .mt-block-07 {
    margin-top: 10px;
  }
  .mt-block-08 {
    margin-top: 70px;
  }
}
@media not all and (min-width: 768px) {
  .heading-anker {
    margin-top: 30px;
  }
  .heading-anker-text {
    letter-spacing: 0.1vw;
  }
  .heading-anker-text .text_1 {
    font-size: 8.933vw;
  }
  .heading-anker-text .text_2 {
    font-size: 5.6vw;
  }
  .heading-product {
    font-size: 20px;
    font-size: 5.33vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .heading-merit {
    -webkit-transform: translateY(-6vw);
        -ms-transform: translateY(-6vw);
            transform: translateY(-6vw);
    margin-bottom: -6vw;
    margin-top: 1px;
  }
  .heading-merit-text2 {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 1.1em;
  }
  .heading-merit-text3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: 1.45em;
  }
  .li-notice > li {
    font-size: 10px;
  }
  .li-notice-num > li {
    padding-left: 2em;
    font-size: 10px;
  }
  .li-notice-disc {
    font-size: 10px;
  }
  .text-round-01 {
    padding: 0.3em 0.6em;
  }
  .text-rate-00 .before {
    font-size: 4.4vw;
  }
  .text-rate-00 .number {
    font-size: 8vw;
  }
  .text-rate-00 .number::before {
    height: 5px;
  }
  .text-rate-00 .after {
    font-size: 4.4vw;
  }
  .text-rate-00 .notice {
    font-size: 1.2vw;
  }
  .text-deco-005 {
    padding: 0.6em;
  }
  .text-deco-005 .before {
    margin-right: 0.25em;
    font-size: 3.2vw;
  }
  .text-deco-005 .after {
    margin-left: 0.1em;
    font-size: 3.2vw;
  }
  .text-deco-005 .symbol {
    font-size: 3.2vw;
  }
  .text-deco-005 .number {
    font-size: 4.2vw;
  }
  .section-refinance1 {
    padding-bottom: 77px;
    margin-top: 80px;
  }
  .section-refinance3 {
    padding-bottom: 50px;
  }
  .section-anker {
    padding-bottom: calc(7vw + 20px);
  }
  .section-faq {
    padding-top: 35px;
    padding-bottom: 18px;
  }
  .section-btn {
    padding: 9px 0 19px;
  }
  .section-term {
    margin-top: 4em;
  }
  .section-term .product {
    margin-top: 2em;
  }
  .mt-block-01 {
    margin-top: 20px;
  }
  .mt-block-02 {
    margin-top: 35px;
  }
  .mt-block-03 {
    margin-top: 15px;
  }
  .mt-block-04 {
    margin-top: 30px;
  }
  .mt-block-05 {
    margin-top: 15px;
  }
  .mt-block-06 {
    margin-top: 15px;
  }
  .mt-block-07 {
    margin-top: 6px;
  }
  .mt-block-08 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .text-round-01 {
    font-size: 1.6vw;
    padding: 0.56em 0.6em;
    min-width: 20vw;
  }
  .text-rate-01 .before {
    font-size: 2.4vw;
  }
  .text-rate-01 .number {
    font-size: 4.5vw;
  }
  .text-rate-01 .string {
    font-size: 4.5vw;
  }
  .text-rate-01 .after {
    font-size: 2.4vw;
  }
}
/* point1 */
.product {
  position: relative;
  padding: 15px;
  border: 1px solid #878787;
  background: #FFF;
  border-radius: 6px;
}
.product-inner .product-col {
  width: 100%;
}
.product-item .product-item-label {
  margin-right: 20px;
}
.product-date {
  text-align: right;
}
.product-link {
  list-style-type: none;
}
.product-link li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  width: 14px;
  height: 14px;
  background-image: url(../images/link-arrow.svg);
  margin-right: 0.2em;
}
.product-link a {
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-link a:hover {
  opacity: 0.5;
}
.product-refinancing {
  background: #FFF;
  border: 1px solid #878787;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product-refinancing-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product-refinancing-row .product-refinancing-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-refinancing-label {
  margin-right: 0.5em;
}
.product-refinancing .product-date {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  margin-bottom: -3em;
}

@media screen and (min-width: 960px) {
  .product-refinancing {
    margin-bottom: 20px;
    padding: 37px 30px 49px;
  }
  .product-refinancing-box {
    margin-top: 50px;
    min-width: 46.75%;
  }
  .product-refinancing-box_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-refinancing-box_row .product-refinancing-box:not(:first-of-type) {
    position: relative;
  }
  .product-refinancing-box_row .product-refinancing-box:not(:first-of-type)::before {
    background: #878787;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
  }
  .product-refinancing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-refinancing-row .product-refinancing-col {
    width: 100%;
  }
  .product-refinancing-row .product-refinancing-col:last-of-type {
    margin-left: 45px;
  }
  .product-refinancing-row .product-refinancing-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-refinancing-label {
    margin-right: 25px;
  }
  .product-refinancing .product-date {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .product {
    padding: 35px 20px 30px;
    margin-bottom: 20px;
  }
  .product-link li::before {
    width: 12px;
    height: 12px;
  }
  .product-link a {
    font-size: 14px;
  }
  .product-col .product-item:not(:first-of-type) {
    margin-top: 20px;
  }
  .product-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .product-inner .product-col:nth-of-type(1) {
    width: 40%;
  }
  .product-inner .product-col:nth-of-type(2) {
    width: 54%;
  }
  .product-date {
    text-align: right;
    font-size: 14px;
    margin-bottom: -2.2em;
    letter-spacing: 0.05em;
  }
}
@media not all and (min-width: 768px) {
  .product {
    padding: 24px 12px;
    margin-bottom: 14px;
  }
  .product-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .product-col:first-of-type .product-item {
    margin-top: 0px;
  }
  .product-inner {
    margin-bottom: 20px;
  }
  .product-date {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .product-refinancing {
    margin-bottom: 2vw;
    padding: 5.3vw 8vw 7vw;
  }
  .product-refinancing:nth-child(n+1) {
    margin-top: 7vw;
  }
  .product-refinancing-box {
    margin-top: 7.6vw;
  }
  .product-refinancing-box + .product-refinancing-box {
    margin-top: 1em;
  }
  .product-refinancing-row {
    margin-top: 3.2vw;
  }
  .product-refinancing-row .product-refinancing-col {
    line-height: 1;
  }
  .product-refinancing-row .product-refinancing-col:not(:first-of-type) {
    margin-top: 3.2vw;
  }
  .product-refinancing-row .product-refinancing-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-refinancing-label {
    margin-right: 3.2vw;
  }
  .product-refinancing-text {
    margin-bottom: -0.5vw;
  }
  .product-refinancing .product-date {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .product {
    padding: 35px 20px 30px;
  }
  .product .product-col .product-item:not(:first-of-type) {
    margin-top: 2vw;
  }
  .product-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-item .product-item-label-1 {
    margin-left: 4.5vw;
  }
  .product-refinancing {
    margin-bottom: 2vw;
    padding: 5.2vw 2.5vw 6.25vw;
  }
  .product-refinancing-box {
    margin-top: 2.6vw;
  }
  .product-refinancing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.6vw;
  }
  .product-refinancing-row .product-refinancing-col {
    width: 100%;
  }
  .product-refinancing-row .product-refinancing-col:last-of-type {
    margin-left: 4.6vw;
  }
  .product-refinancing-row .product-refinancing-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-refinancing-label {
    margin-right: 2.6vw;
  }
  .product-refinancing .product-date {
    font-size: 1.5vw;
  }
}
/* point2 */
.section-refinance2 {
  padding-bottom: 60px;
  background: #f2f2f2;
}

@media screen and (min-width: 960px) {
  .section-refinance2 {
    padding-bottom: 129px;
  }
}
@media not all and (min-width: 768px) {
  .section-refinance2 {
    padding-bottom: 77px;
  }
  .block-notice {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .block-notice {
    margin-top: 1.2em;
  }
}
.simulate {
  width: 100%;
}
.simulate .simulate-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.simulate .simulate-item .baloon-01,
.simulate .simulate-item .baloon-02,
.simulate .simulate-item .baloon-03 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media screen and (min-width: 960px) {
  .simulate .simulate-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .simulate .simulate-item {
    gap: 0 3%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .simulate .simulate-item {
    display: block;
    margin: 0 auto 20px;
    margin-bottom: 5.3333333333vw;
    width: 72.4637681159%;
  }
}
.baloon-01 {
  border-radius: 6px;
  border: 1px solid #888;
  font-weight: bold;
  letter-spacing: 0.1vw;
  font-size: 0;
  text-align: center;
  padding: 3.7vw 1.5vw 5vw;
  padding-top: 5.8666666667vw;
  padding-bottom: 4.5333333333vw;
}
.baloon-01 span,
.baloon-01 div {
  font-size: 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 1;
}
.baloon-01 .baloon-01-icon {
  width: 10.6vw;
  width: 16vw;
  margin: 0 auto 1em;
}
.baloon-01 .baloon-01-icon svg {
  width: 100%;
  height: auto;
}
.baloon-01 .baloon-01-text1 {
  margin-top: 16px;
}
.baloon-01 .baloon-01-text2 {
  display: inline-block;
  margin-top: 0.25em;
}
.baloon-01 .baloon-01-text3 {
  display: inline-block;
  margin-top: 0.25em;
}
.baloon-01-arrow {
  position: relative;
  background: #fff;
  border: 1px solid #888;
}
.baloon-01-arrow::after, .baloon-01-arrow::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.baloon-01-arrow::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.baloon-01-arrow::before {
  border-color: rgba(136, 136, 136, 0);
  border-top-color: #888;
  border-width: 11px;
  margin-left: -11px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .baloon-01 {
    padding: 3.1vw 1vw 4.3vw;
  }
  .baloon-01 .baloon-01-icon {
    margin-bottom: 0;
  }
  .baloon-01 span,
  .baloon-01 div {
    font-size: 2vw;
  }
  .baloon-01 .baloon-01-text2 {
    display: inline-block;
  }
  .baloon-01 .baloon-01-text3 {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .baloon-01 {
    padding: 30px 10px 42px;
  }
  .baloon-01 span,
  .baloon-01 div {
    font-size: 20px;
  }
  .baloon-01 .baloon-01-icon {
    margin-bottom: 10px;
    width: 120px;
  }
  .baloon-01 .baloon-01-text1 {
    margin-top: 12px;
  }
  .baloon-01 .baloon-01-text2 {
    margin-top: 12px;
  }
  .baloon-01 .baloon-01-text3 {
    margin-top: 12px;
  }
}
.baloon-02 {
  font-weight: bold;
  border-radius: 6px;
  background: #FFE100;
  color: #231815;
  letter-spacing: 0.1vw;
  font-size: 0;
  text-align: center;
  padding: 4vw 1vw 5vw;
  padding-top: 4.2666666667vw;
  padding-bottom: 4.5333333333vw;
  margin-top: 27px;
}
.baloon-02 span,
.baloon-02 div {
  font-size: 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 1;
}
.baloon-02 .baloon-02-text1 {
  margin-bottom: 1em;
}
.baloon-02 .baloon-02-text1 .name {
  display: inline-block;
  font-size: 83.33%;
  font-size: inherit;
  line-height: 1.3;
  white-space: nowrap;
}
.baloon-02 .baloon-02-text2 {
  display: inline-block;
  margin-top: 0.5em;
}
.baloon-02 .baloon-02-text3 {
  display: inline-block;
  margin-top: 0.5em;
}
.baloon-02-arrow {
  position: relative;
}
.baloon-02-arrow::after, .baloon-02-arrow::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #FFE100;
}
.baloon-02-arrow::after {
  border-width: 10px;
  margin-left: -10px;
}
.baloon-02-arrow::before {
  border-width: 11px;
  margin-left: -11px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .baloon-02 {
    padding: 3.3vw 1vw;
    margin-top: 0;
  }
  .baloon-02 span,
  .baloon-02 div {
    font-size: 2.5vw;
  }
  .baloon-02 .baloon-02-text2 {
    display: inline-block;
  }
  .baloon-02 .baloon-02-text3 {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .baloon-02 {
    padding: 18px 10px 29px;
    margin-top: 0;
  }
  .baloon-02 span,
  .baloon-02 div {
    font-size: 24px;
  }
  .baloon-02 .baloon-02-text2 {
    display: inline-block;
  }
  .baloon-02 .baloon-02-text3 {
    display: inline-block;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .baloon-01-arrow {
    position: relative;
    background: #fff;
    border: 1px solid #888;
  }
  .baloon-01-arrow::after, .baloon-01-arrow::before {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .baloon-01-arrow::after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-left: 0;
  }
  .baloon-01-arrow::before {
    border-color: rgba(136, 136, 136, 0);
    border-left-color: #888;
    border-width: 17px;
    margin-left: 0;
  }
  .baloon-02-arrow::after, .baloon-02-arrow::before {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #FFE100;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .baloon-02-arrow::after {
    border-width: 16px;
    margin-left: 0;
  }
  .baloon-02-arrow::before {
    border-width: 17px;
    margin-left: 0;
  }
}
.baloon-03 {
  font-weight: bold;
  border-radius: 6px;
  background: #039;
  color: #FFF;
  letter-spacing: 0.32vw;
  text-align: center;
  padding: 4vw 1vw 3vw;
  padding-top: 5.0666666667vw;
  padding-bottom: 4.2666666667vw;
  position: relative;
  font-size: 0;
  margin-top: 27px;
}
.baloon-03 .icon {
  position: absolute;
  top: -5.3333333333vw;
  right: -12.2666666667vw;
  width: 26.4vw;
}
.baloon-03 span,
.baloon-03 div {
  font-size: 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 1;
}
.baloon-03 sup {
  font-size: 65%;
}
.baloon-03 .baloon-03-text1 {
  margin-bottom: 1em;
}
.baloon-03 .baloon-03-text2 {
  margin-top: 0.5em;
}
.baloon-03 .baloon-03-text3 {
  color: #FFF;
  margin-top: 0.25em;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .baloon-03 {
    margin-top: 0;
  }
  .baloon-03 .icon {
    top: -14%;
    right: -13%;
    width: 45%;
  }
  .baloon-03 span, .baloon-03 div {
    font-size: 2.5vw;
  }
  .baloon-03 .baloon-03-text2 {
    display: inline-block;
  }
  .baloon-03 .baloon-03-text3 {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .baloon-03 {
    padding: 30px 10px 32px;
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  .baloon-03 .icon {
    top: -50px;
    right: -78px;
    width: 130px;
  }
  .baloon-03 span, .baloon-03 div {
    font-size: 24px;
  }
  .baloon-03 .baloon-03-text2 {
    margin-top: 0.5em;
    display: inline-block;
  }
  .baloon-03 .baloon-03-text3 {
    margin-top: 0.75em;
    display: block;
  }
}
/* point3 */
.point3-content-item {
  width: 100%;
}
.point3-content-item img {
  width: 100%;
  height: auto;
}
.point3-content-main {
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .point3-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .point3-content .point3-item {
    width: 50%;
  }
  .point3-content-item:first-of-type {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-right: 2.5%;
  }
  .point3-content-main {
    font-size: 2vw;
    letter-spacing: 0.1em;
  }
  .point3-content-img {
    padding: 3.5vw 3vw;
  }
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
  .container-wide {
    width: 100%;
  }
  .point3-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .point3-content .point3-item {
    width: 50%;
  }
  .point3-content .point3-content-item:first-of-type {
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 25px;
  }
  .point3-content .point3-content-main {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .point3-content .point3-content-img {
    padding: 0;
  }
}
@media not all and (min-width: 768px) {
  .point3-content-main {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .point3-content-main p {
    font-size: 15px;
    font-size: 4vw;
    font-size: clamp(1.042rem, 0.71rem + 1.28vw, 1.38rem);
  }
  .point3-content-item:not(:first-of-type) {
    margin-top: 15px;
  }
  .point3-content-img {
    padding: 0;
    text-align: center;
  }
  .point3-content-img img {
    max-width: 74.13vw;
  }
}
/* faq */
.faq svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.faq-item {
  margin-top: 2px;
}
.faq-title {
  padding: 1.1em 20px 1.1em 8px;
  background: #F2F2F2;
  cursor: pointer;
}
.faq-title-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-title-iconbefore {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.faq-title-iconafter {
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url("../images/icon-acc-open.svg");
  background-size: 100%;
}
.faq-title-iconafter.is-running {
  background: url("../images/icon-acc-close.svg");
}
.faq-title-text {
  font-weight: bold;
  padding-right: 1em;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-answer {
  display: none;
  padding: 1em 1em 2em 8px;
}
.faq-answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-answer .faq-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-answer .faq-content-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.32;
  margin-bottom: 1em;
  margin-top: 0.3em;
  letter-spacing: 0.025em;
}
.faq-answer .faq-content-text {
  font-size: 14px;
  line-height: 1.72;
}
.faq-answer .faq-content-text p:not(:first-of-type) {
  margin-top: 1em;
}
.faq-answer .faq-content-text .faq-define dt {
  margin-left: -0.5em;
}
.faq-answer .faq-content-text .faq-define dd {
  padding-left: 1em;
}
.faq-answer .faq-content-text .faq-define:not(:first-of-type) {
  margin-top: 1em;
}
.faq-answer .faq-content-text .faq-define.faq-define-samemargin {
  margin-top: 1em;
}
.faq-answer .faq-refer {
  font-size: 10px;
  padding-left: 0;
}
.faq-answer-iconbefore {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.faq-answer-iconafter {
  width: 25px;
  margin-left: auto;
}
.faq-answer-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-reference {
  margin-top: 1em;
  list-style: none;
}
.faq-content-link li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.32;
  margin-top: 0.6em;
}
.faq-content-link li:before {
  content: "■";
  margin-right: 0.2em;
}

@media screen and (min-width: 768px) {
  .faq-reference {
    margin-top: 1em;
  }
  .faq-item {
    margin-top: 5px;
  }
  .faq-title {
    padding: 1.1em 20px 1.1em 14px;
    background: #F2F2F2;
  }
  .faq-title .faq-title-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-title .faq-title-iconbefore {
    width: 45px;
    height: 45px;
    margin-right: 22px;
  }
  .faq-title .faq-title-iconafter {
    width: 25px;
    height: 25px;
  }
  .faq-title .faq-title-text {
    padding-right: 1em;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.025em;
  }
  .faq-answer {
    padding: 34px 40px 2em 14px;
  }
  .faq-answer .faq-answer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-answer .faq-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .faq-answer .faq-content-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.32;
    margin-bottom: 25px;
    margin-top: 0.3em;
    letter-spacing: -0.01em;
  }
  .faq-answer .faq-content-text {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
  .faq-answer .faq-content-text p:not(:first-of-type) {
    margin-top: 1em;
  }
  .faq-answer .faq-content-text .faq-define dt {
    margin-left: -0.5em;
  }
  .faq-answer .faq-content-text .faq-define dd {
    padding-left: 0.8em;
  }
  .faq-answer .faq-content-text .faq-define:not(:first-of-type) {
    margin-top: 35px;
  }
  .faq-answer .faq-content-text .faq-define.faq-define-samemargin {
    margin-top: 35px;
  }
  .faq-answer .faq-refer {
    font-size: 12px;
    padding-left: 0;
    margin-top: 4px;
  }
  .faq-answer .faq-answer-iconbefore {
    width: 45px;
    margin-right: 22px;
  }
  .faq-answer .faq-answer-iconafter {
    width: 25px;
    margin-left: auto;
  }
  .faq-answer .faq-answer-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.01em;
  }
  .faq-content-link {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}