/* QUALITY */
.quality__mainvisual {
  padding: 18px 15px;
  font-size: 35px;
  text-align: center;
}
.quality__mainvisual img {
  max-width: 134px;
}
@media screen and (min-width: 768px) {
  .quality__mainvisual {
    margin-bottom: 48px;
    padding: 10px 15px;
  }
  .quality__mainvisual img {
    max-width: 250px;
  }
}
.quality__head {
  padding: 0;
}
.quality__pageLinks {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 780px;
}
.quality__pageLinks .row {
  margin: 0 -3px;
}
.quality__pageLinks .row > div {
  padding: 0 3px;
}
.quality__pageLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #0b439a;
  border-radius: 10px;
}
.quality__pageLinks a.current {
  color: #fff;
  background-color: #1f2e55;
}
@media screen and (min-width: 768px) {
  .quality__pageLinks a {
    width: 100%;
    height: 45px;
    font-size: 19px;
  }
}

/* FLOW */
.flowBlock {
  padding: 30px 0;
}
.flowBlock .title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}
.flowBlock .freeArea {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: dotted #d6d8da;
  position: relative;
}
.flowBlock .flowItem.last dl {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flowBlock .flowItem.last dl::after {
  content: none;
}
.flowBlock .flowItem dl, .flowBlock .flowItem dt, .flowBlock .flowItem dd {
  margin: 0;
  padding: 0;
}
.flowBlock .flowItem dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.flowBlock .flowItem dl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 20px 0 20px;
  border-color: #d6d8da transparent transparent transparent;
  position: absolute;
  left: calc( 50% - 20px );
  top: calc( 100% - 6px );
}
.flowBlock .flowItem dt {
  margin-bottom: 6px;
  text-align: center;
}
.flowBlock .flowItem dt span {
  display: inline-block;
  padding: 5px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #0b439a;
}
.flowBlock .flowItem dd {
  font-size: 12px;
}
.flowBlock .freeArea .flowItem span {
  color: #0b439a;
  background-color: #edf0f4;
}
.flowBlock .chargeArea .flowItem dt span {
  color: #fff;
  background-color: #0b439a;
}
.flowBlock .freeMsg {
  margin-top: 19px;
}
.flowBlock .freeMsg p {
  color: #0b439a;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0b439a;
}
@media screen and (min-width: 768px) {
  .flowBlock {
    padding: 60px 0;
  }
  .flowBlock .title {
    margin-bottom: 92px;
    font-size: 35px;
  }
  .flowBlock .freeArea {
    margin: 0 auto 56px;
    padding: 0 0 53px;
    width: 100%;
    max-width: 820px;
  }
  .flowBlock .chargeArea {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 820px;
  }
  .flowBlock .flowItem dl {
    margin-bottom: 58px;
    padding-bottom: 54px;
  }
  .flowBlock .flowItem dl::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 26px 0 26px;
    border-color: #d6d8da transparent transparent transparent;
    left: calc( 50% - 26px );
    top: calc( 100% - 10px );
  }
  .flowBlock .flowItem dt {
    margin-bottom: 15px;
  }
  .flowBlock .flowItem dt span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 257px;
    height: 35px;
    font-size: 19px;
  }
  .flowBlock .flowItem dd {
    font-size: 15px;
    text-align: center;
    line-height: 1.55;
  }
  .flowBlock .freeMsg {
    margin-top: 0;
    height: 100%;
    position: absolute;
    right: -13px;
    top: 0;
    z-index: 1;
  }
  .flowBlock .freeMsg::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #0b439a;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
  }
  .flowBlock .freeMsg::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6.5px 0 6.5px;
    border-color: #0b429a transparent transparent transparent;
    position: absolute;
    left: calc( 50% - 6px );
    bottom: 0;
    z-index: 1;
  }
  .flowBlock .freeMsg p {
    margin-top: 200px;
    padding: 25px 2px;
    width: 36px;
    line-height: 1;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
}

/* SUPPORT BANNER */
.supportBanner {
  display: flex;
  align-items: center;
  margin-top: 78px;
  padding: 35px 20px 20px;
  width: 100%;
  height: 190px;
  background-image: url(../images/flow/bnr_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  border: 1px solid #0b439a;
}
.supportBanner div {
  width: 100%;
}
.supportBanner h3 {
  margin-bottom: 30px;
  color: #0b439a;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
}
.supportBanner p {
  text-align: center;
}
.supportBanner a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 274px;
  height: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: #0b439a;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .supportBanner {
    justify-content: flex-start;
    margin-top: 82px;
    padding: 5px 0 0 56px;
    width: 100%;
    height: 165px;
    background-image: url(../images/flow/bnr_bg.png);
  }
  .supportBanner div {
    margin: 0;
    width: 100%;
    max-width: 525px;
    text-align: center;
  }
  .supportBanner h3 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 30px;
  }
  .supportBanner a {
    margin: 0 auto;
    width: 350px;
    height: 40px;
    font-size: 19px;
  }
}
/* HEIMQUALITY */
.heimqualityBlock {
  margin-bottom: 60px;
  padding: 42px 0 0;
}
.heimqualityBlock h2 {
  margin-bottom: 3px;
  color: #1f2e55;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.heimqualityBlock h2 img {
  width: 184px;
}
.heimqualityBlock .leadTxt {
  margin-bottom: 20px;
  color: #303741;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.heimqualityBlock.bl02 {
  padding: 0;
}
.heimqualityBlock.bl02 h2 {
  margin-bottom: 15px;
}
.heimqualityBlock.bl02 .leadTxt {
  margin-bottom: 10px;
}

.heimqualityBox {
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 0 4px;
}
.heimqualityBox h3 {
  margin-bottom: 9px;
  color: #0b439a;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}
.heimqualityBox p {
  margin-bottom: 14px;
  color: #303741;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heimqualityBlock {
    margin-bottom: 186px;
    padding: 78px 0 0;
  }
  .heimqualityBlock h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .heimqualityBlock h2 img {
    width: 289px;
  }
  .heimqualityBlock .leadTxt {
    margin-bottom: 64px;
    font-size: 14px;
    text-align: center;
  }
  .heimqualityBlock.bl02 {
    padding: 0;
    margin-bottom: 80px;
  }
  .heimqualityBlock.bl02 h2 {
    margin-bottom: 22px;
  }
  .heimqualityBlock.bl02 .leadTxt {
    margin-bottom: -2px;
  }

  .heimqualityBox {
    margin-top: 44px;
  }
  .heimqualityBox h3 {
    margin-bottom: 18px;
    font-size: 31px;
    text-align: center;
  }
  .heimqualityBox p {
    margin-bottom: 2px;
    font-size: 15px;
    text-align: center;
  }
}
/* SUPPORT */
.supportBlock {
  margin-bottom: 60px;
  padding: 36px 0 0;
}
.supportBlock h2 {
  margin-bottom: 3px;
  color: #1f2e55;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.supportBlock .leadTxt {
  margin-bottom: 20px;
  color: #303741;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .supportBlock {
    margin-bottom: 120px;
    padding: 54px 0 0;
  }
  .supportBlock h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .supportBlock .leadTxt {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
  }
}
.supportBox {
  margin-bottom: 36px;
  background-color: #edf0f4;
}
.supportBox .txtarea {
  padding: 20px 5px 20px 10px;
}
.supportBox h3 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.supportBox p {
  font-size: 13px;
  line-height: 1.4;
}
.supportBox p:not(:last-child) {
  margin-bottom: 16px;
}
.supportBox img {
  width: 100%;
}
.supportBox dl {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.supportBox dl dt {
  padding: 0 10px 0 0;
  width: calc( 100% - 8.5em );
  border-right: 1px solid #545454;
}
.supportBox dl dd {
  padding: 0 0 0 5px;
  width: 8.5em;
  font-size: 12px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .supportBox {
    margin-bottom: 92px;
  }
  .supportBox .row {
    margin: 0;
  }
  .supportBox .row > div {
    padding: 0;
  }
  .supportBox .row .col-md-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .supportBox .row .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
  }
  .supportBox .row .col-md-4 img {
    width: 88%;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .supportBox .txtarea {
    padding: 40px 0 28px 20px;
  }
  .supportBox h3 {
    margin-bottom: 12px;
  }
  .supportBox p {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .supportBox dl {
    margin-top: 24px;
    width: 100%;
    max-width: 460px;
  }
  .supportBox dl dt {
    width: calc( 100% - 175px );
  }
  .supportBox dl dd {
    width: 175px;
    font-size: 19px;
    letter-spacing: 0.05em;
  }
}
/*# sourceMappingURL=quality.css.map */