<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------------------- */

/* reset
/* --------------------------------------------- */
body,
html,
div,
table,
img,
ul,
ol,
li,
p,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
address,
dl,
dt,
dd,
textarea,
form {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
dt,
dd,
textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

th {
  font-weight: normal;
  text-align: left;
}

label {
  cursor: pointer;
}

input {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
}

p {
  line-height: 1.35;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #0F0F0F;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.231;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* --------------------------------------------- */

/* header
/* --------------------------------------------- */

.header-lp {
  border: 1px solid #d6d9db;
  padding: 10px 0;
}

.header-lp__inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 730px;
}

.header-lp__logo-wrap {
  align-items: center;
  display: flex;
}

.header-lp__logo-wrap img {
  image-rendering: -webkit-optimize-contrast;
}

.header-lp__logo-wrap:last-child {
  margin-left: 10px;
}

.header-lp__logo-wrap-inner {
  width: 100%;
}

.header-lp__logo-wrap:first-child:last-child {
  flex-grow: 1;
  justify-content: flex-end;
}

.header-lp__logo-wrap:first-child:last-child .header-lp__logo-wrap-inner {
  width: auto;
}


@media only screen and (max-width: 768px) {
  .header-lp {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .header-lp__logo-wrap:last-child img {
    width: auto;
    height: 40px;
  }
}

/* --------------------------------------------- */

/* main-visual-eraberu
/* --------------------------------------------- */
@media only screen and (max-width: 768px) {
  .main-visual-eraberu {
    margin-top: 74px;
  }
}

.main-visual-eraberu__inner {
  margin: auto;
  max-width: 730px;
  position: relative;
}

/* --------------------------------------------- */

/* simulation
/* --------------------------------------------- */
.box-simulation {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px #aaa;
  box-sizing: border-box;
  min-height: 448px;
  padding: 15px 20px;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 54%;
}

.box-simulation &gt; :last-child {
  margin-bottom: 0;
}

.box-simulation-txt-01 {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.box-simulation-txt-02 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.box-simulation-txt-02 &gt; a {
  text-decoration: underline;
  color: inherit;
}


.box-simulation h3 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 13px;
  text-align: center;
}

.box-simulation h3 &gt; img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 22px;
  width: 289px;
}

.box-simulation h3::after {
  background-image: linear-gradient(to right, #006fbc, #006fbc 3px, transparent 3px, transparent 10px);
  background-repeat: repeat-x;
  background-size: 5px 10px;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main-visual-eraberu h2 img {
    width: 100%;
  }

  .box-simulation-wrap {
    position: relative;
    z-index: 1;
  }

  .box-simulation {
    margin: 0 auto;
    min-height: 0;
    padding: 26px 10px;
    position: static;
    width: 92%;
  }

  .box-simulation-txt-01 {
    margin-bottom: 12px;
  }

  .box-simulation h3 {
    margin-bottom: 12px;
  }
}

.btn-box-simulation {
  font-size: 1.6rem;
  margin-bottom: 14px;
  text-align: center;
}

.btn-box-simulation &gt; button {
  background: #4BACE8;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  min-width: 324px;
  padding: 8px 20px;
  position: relative;
  text-align: center;
}

.btn-box-simulation &gt; button:hover,
.btn-box-simulation &gt; button:focus,
.btn-box-simulation &gt; button:active {
  opacity: 0.75;
}

.btn-box-simulation &gt; button &gt; b,
.btn-box-simulation &gt; button &gt; span {
  display: inline-block;
}

.btn-box-simulation &gt; button:disabled {
  opacity: 0.5;
}

.box-simulation .btn-simulation-inner {
  font-size: 1.6rem;
  padding: 7px 20px;
}

.box-simulation__inner {
  background: #efefef;
  margin-top: 10px;
  padding: 10px 15px;
}

.box-simulation__inner p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn-box-simulation {
    margin-bottom: 15px;
  }

  .box-simulation .btn-simulation-inner {
    font-size: 1.6rem;
    padding-right: 40px;
  }
}

.form-simulation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}

.form-simulation-select {
  position: relative;
  width: 32%;
}

.form-simulation-select__item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fdd;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 8px 18px;
  text-align: center;
  width: 100%;
}

.form-simulation-select select::-ms-expand {
  display: none;
}

.form-simulation-select::after {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.box-simulation-more {
  text-align: center;
   margin-top: -3px;
}

.box-simulation-more-box {
  margin-top: 5px;
  background: #efefef;
  padding: 10px;
}

.box-simulation-more-box p {
  font-size: 1.1rem;
  text-align: left;
}

.box-simulation-more-box-button {
  margin-top: 5px;
}

.box-simulation-more-box-button a {
  display: block;
  box-sizing: border-box;
  background: #4BACE8;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  min-width: 225px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.box-simulation-more-box-button a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px#FFF;
  border-right: solid 2px #FFF;
  right: 12px;
  top: 42%;
  transform: rotate(45deg);
}

.box-simulation-more-box-button a:hover,
.box-simulation-more-box-button a:focus {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .form-simulation {
    display: block;
    margin-bottom: 15px;
  }

  .form-simulation &gt; :last-child {
    margin-bottom: 0;
  }

  .form-simulation-select {
    margin-bottom: 10px;
    width: 100%;
  }

  .form-simulation-select__item {
    padding: 11px;
  }
}

.table-simulation {
  margin-bottom: 14px;
}

.table-simulation .table-simulation-col-01 {
  width: 20%;
}

.table-simulation .table-simulation-col-02,
.table-simulation .table-simulation-col-03 {
  width: 40%;
}

.table-simulation th,
.table-simulation td {
  background-color: #efefef;
  font-size: 1.4rem;
  text-align: center;
}

.table-simulation .table-simulation-col-th {
  background-color: #006fbc;
  color: #fff;
  padding: 7px 0;
  font-size: 1.3rem;
}

.table-simulation td,
.table-simulation .table-simulation-row-th {
  font-weight: bold;
  padding: 2px 0;
}

.table-simulation .color-money {
  color: #d7333b;
}

@media only screen and (max-width: 768px) {
  .table-simulation {
    margin-bottom: 15px;
  }

  .table-simulation th,
  .table-simulation td {
    padding: 4px 0;
  }
}

/* --------------------------------------------- */

/* hdiv-h3-unique
/* --------------------------------------------- */
.hdiv-h3-unique {
  background-color: #ecf9ff;
  border-bottom: 3px solid #00b2ef;
  border-top: 3px solid #00b2ef;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 60px auto 54px;
  max-width: 730px;
  padding: 24px 0 14px;
  text-align: center;
}

.hdiv-h3-unique b {
  color: #e6002d;
}

.hdiv-h3-unique em {
  color: #006fbc;
  font-size: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .hdiv-h3-unique {
    font-size: 1.6rem;
    margin-top: 70px;
  }

  .hdiv-h3-unique em {
    font-size: 2.8rem;
  }
}

/* --------------------------------------------- */

/* txt-simulation
/* --------------------------------------------- */
.txt-simulation-area {
  margin: 40px 0 43px;
  text-align: center;
}

.txt-simulation-wrap {
  box-sizing: border-box;
  display: inline-block;
  max-width: 730px;
  padding: 0 53px;
  position: relative;
  text-align: center;
}

.txt-simulation-wrap::before,
.txt-simulation-wrap::after {
  background-color: #006fbc;
  content: '';
  display: inline-block;
  height: 80px;
  position: absolute;
  width: 3px;
}

.txt-simulation-wrap::before {
  left: 19px;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  -ms-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

.txt-simulation-wrap::after {
  right: 27px;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

.txt-simulation {
  color: #333;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 107px;
  position: relative;
}

.txt-simulation::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/eraberu/blaze_common/images/icn-simulation-01.png?20201019);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 44px;
  left: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
}

.txt-simulation::after {
  background-image: url(https://d18f657670wm8u.cloudfront.net/eraberu/blaze_common/images/icn-simulation-02.png?20201019);
  content: '';
  display: inline-block;
  height: 39px;
  position: absolute;
  right: -26px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 47px;
}

.txt-simulation b,
.txt-simulation em {
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .txt-simulation-area {
    margin-bottom: 37px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt-simulation-wrap {
    padding: 0 30px;
  }

  .txt-simulation-wrap::before {
    height: 59px;
    left: 12px;
  }

  .txt-simulation-wrap::after {
    height: 59px;
    right: 14px;
  }

  .txt-simulation {
    font-size: 2rem;
    line-height: 1.7;
    padding: 0 32px;
  }

  .txt-simulation::before {
    background-repeat: no-repeat;
    background-size: contain;
    height: 29px;
    left: 10px;
    width: 23px;
  }

  .txt-simulation::after {
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    right: -15px;
    width: 28px;
  }

  .txt-simulation b,
  .txt-simulation em {
    font-size: 2rem;
  }
}

/* --------------------------------------------- */

/* marker
/* --------------------------------------------- */

.marker {
  background-image: linear-gradient(transparent 60%, #fff831 0%);
  display: inline;
}

/* --------------------------------------------- */

/* list-note-A
/* --------------------------------------------- */
.list-note-A {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.list-note-A &gt; li {
  display: flex;
  margin-bottom: 6px;
}

.list-note-A &gt; li:last-child {
  margin-bottom: 0;
}

.list-note-A &gt; li .mark {
  flex-shrink: 0;
  margin-right: 6px;
}

/* --------------------------------------------- */

/* box-merit
/* --------------------------------------------- */

.box-merit-wrap {
  margin-bottom: 43px;
}

.box-merit {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px #aaa;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 580px;
  padding: 38px 100px;
}

.box-merit &gt; :last-child {
  margin-bottom: 0;
}

.list-merit &gt; :last-child {
  margin-bottom: 0;
}

.list-merit__item {
  display: flex;
  font-size: 2rem;
  margin-bottom: 22px;
}

.list-merit__icon {
  height: 32px;
  width: 36px;
}

.list-merit__txt {
  /* flex: 1; */
  margin-left: 17px;
  position: relative;
  top: 5px;
}

.list-merit__txt b {
  color: #006fbc;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .box-merit-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-merit {
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .list-merit {
    /* display: inline-block; */
  }

  .list-merit__item {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .list-merit__txt {
    margin-left: 13px;
  }

  .list-merit__item b {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------- */

/* btn-simulation
/* --------------------------------------------- */
.btn-simulation-area {
  background: #ecf9ff;
  color: #333;
  margin-bottom: 60px;
  padding: 40px 15px;
  text-align: center;
}

.btn-simulation-area-inner {
  margin: auto;
  max-width: 730px;
}

.btn-simulation-area-bnr {
  margin-bottom: 35px;
  display: block;
}

.btn-simulation {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}
.btn-simulation-inner {
  align-items: center;
  background: #ff8200;
  border-radius: 10px;
  box-shadow: 0 2px 5px #aaa;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn-simulation.is-disabled .btn-simulation-inner {
  background-color: #999;
  pointer-events: none;
}


/* .btn-simulation-inner {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
} */

.btn-simulation:hover .btn-simulation-inner,
.btn-simulation:focus .btn-simulation-inner {
  opacity: 0.7;
}

.btn-simulation-inner::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  content: "";
  height: 0;
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  width: 0;
}

.btn-simulation-area-title {
  color: #006fbc;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 20px;
  max-width: 730px;
  text-align: center;
}

.btn-simulation-area-text {
  font-size: 1.6rem;
  margin: 0 auto 10px;
  max-width: 730px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .btn-simulation-area {
    margin-bottom: 70px;
  }

  .btn-simulation-inner {
    font-size: 2rem;
    padding-right: 40px;
  }

  .btn-simulation-inner::after {
    content: "";
    display: block;
    min-height: 60px; /* 80 - 10(padding-top) - 10(padding-bottom) */
  }

  .btn-simulation-area-title {
    font-size: 2rem;
  }
}

/* --------------------------------------------- */

/* box-input
/* --------------------------------------------- */
.box-input {
  background-color: #fff;
  border: 3px solid #00b2ef;
  margin: 0 auto 20px;
  max-width: 730px;
  padding: 20px;
  text-align: center;
}

.box-input__item {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: left;
}

.box-input__item:last-child {
  margin-bottom: 0;
}

.box-input__text {
  line-height: 1.5;
  margin-right: 10px;
  min-width: 270px;
}

.box-input__input {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 40px;
  padding: 10px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .box-input__text {
    margin: 0 0 5px;
    min-width: auto;
    text-align: center;
  }

  .box-input__item {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

/* --------------------------------------------- */

/* box-point
/* --------------------------------------------- */
.box-point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 730px;
}

.box-point {
  border: 3px solid #006fbc;
  border-radius: 10px;
  color: #636666;
  display: block;
  margin-top: 20px;
  min-height: 252px;
  position: relative;
  text-decoration: none;
  width: 227px;
}

.box-point.is-active::before {
  border-color: #006fbc transparent transparent transparent;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  bottom: -21px;
  content: "";
  height: 0;
  left: calc(50% - 12px);
  position: absolute;
  width: 0;
}

.box-point.is-active,
.box-point.is-active:hover,
.box-point.is-active:focus {
  background: #006fbc;
  border: 3px solid #006fbc;
}

.box-point.is-active *,
.box-point.is-active:hover *,
.box-point.is-active:focus * {
  background: #006fbc;
  color: #fff;
}

.box-point.is-active .box-point__lead {
  border-bottom: 2px dotted #fff;
}

.box-point:hover,
.box-point:focus {
  background: #4c9ad0;
  border: 3px solid #4c9ad0;
}

.box-point:hover *,
.box-point:focus * {
  background: #4c9ad0;
  color: #fff;
}

.box-point:hover .box-point__lead,
.box-point:focus .box-point__lead {
  border-bottom: 2px dotted #fff;
}

.box-point:nth-child(-n+3) {
  margin-top: 0;
}

.box-point__heading {
  background-color: #006fbc;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  left: -1px;
  min-height: 38px;
  padding: 3px 0 3px 30px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 117px;
}

.box-point__heading::before {
  background-image: url("https://d18f657670wm8u.cloudfront.net/eraberu/blaze_common/images/icn-point-01.png?20201019");
  content: '';
  height: 18px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 23px;
}

.box-point__heading b {
  font-size: 2.4rem;
}

.box-point__lead {
  border-bottom: 2px dotted #006fbc;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 15px;
  padding: 25px 0 20px;
  position: relative;
  text-align: center;
}

.box-point__lead b {
  color: #ff8200;
  font-size: 2.4rem;
}

.box-point__body {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 11px 20px;
}

.box-point__body &gt; :last-child {
  margin-bottom: 0;
}

.box-point-item {
  display: none;
}

.box-point-item.is-active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .box-point-wrap {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-point {
    margin-bottom: 20px;
    min-height: 0;
    width: 100%;
  }

  .box-point.is-active::before {
    display: none;
  }

  .box-point__head {
    display: flex;
  }

  .box-point__heading {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 121px;
  }

  .box-point__heading::before {
    display: none;
  }

  .box-point__lead {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 17px;
    padding: 9px 0;
    text-align: center;
    width: 100%;
  }

  .box-point__lead &gt; b {
    font-size: 2rem;
  }

  .box-point__body {
    font-size: 1.6rem;
    margin: 11px 10px;
  }
}

/* --------------------------------------------- */

/* box-line
/* --------------------------------------------- */
.box-line {
  background: #fdfbf7;
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .box-line {
    padding-top: 40px;
  }
}

/* --------------------------------------------- */

/* box-support
/* --------------------------------------------- */
.box-support {
  background: #eaeaea url(https://d18f657670wm8u.cloudfront.net/eraberu/ldp/ld_common/images/index/bg-support.jpg?20210212) no-repeat right top;
  height: 224px;
  margin: 80px auto 30px;
  max-width: 960px;
  padding: 20px 20px 0;
  position: relative;
}

.box-support__inner {
  max-width: 595px;
  text-align: center;
}

.box-support__content {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.box-support__title {
  background: #ccc;
  margin-bottom: 10px;
  padding: 8px;
}

.box-support__pc {
  display: block;
}

.box-support__sp {
  display: none;
}

.box-support-cid {
  width: 130px;
}

.box-support-cid__title {
  background: #777;
  color: #fff;
  font-size: 1.2rem;
  padding: 6px;
}

.box-support-cid__note {
  background: #fff;
  font-size: 1.4rem;
  padding: 6px;
}

@media only screen and (max-width: 960px) {
  .box-support {
    background: #eaeaea;
  }

  .box-support__inner {
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .box-support {
    background: #eaeaea;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
  }

  .box-support__title {
    background: #ccc;
    margin-bottom: 10px;
    padding: 15px;
  }

  .box-support__content {
    display: inline-block;
    padding: 0 14px 20px;
  }

  .box-support__text {
    display: flex;
    justify-content: center;
    padding: 0 14px;
  }

  .box-support__inner {
    max-width: none;
    text-align: center;
  }

  .box-support__pc {
    display: none;
  }

  .box-support__sp {
    display: block;
  }

  .box-support-cid {
    margin-top: 8px;
    width: 100%;
  }

  .box-support-cid__title {
    font-size: 1.6rem;
    padding: 6px;
  }

  .box-support-cid__note {
    font-size: 2rem;
    padding: 6px;
  }
}

@media only screen and (max-width: 392px) {
  .box-support__content {
    width: 100%; /* for IE */
  }
}

/* --------------------------------------------- */

/* box-code
/* --------------------------------------------- */
.box-code {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 30px;
  max-width: 960px;
}

.box-code__text {
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
  .box-code {
    padding-right: 13px;
  }
}

/* --------------------------------------------- */

/* box-company
/* --------------------------------------------- */

.box-company {
  background-color: #eaeaea;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 auto 60px;
  max-width: 960px;
  padding: 13px 20px;
}

.box-company p {
  line-height: 1.5;
}

.box-company dl {
  color: #5d5148;
  margin-bottom: 10px;
}

.box-company dt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.box-company__text {
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .box-company {
    margin: 0 0 30px;
  }
}

/* --------------------------------------------- */

/* footer
/* --------------------------------------------- */
.footer-lp {
  border-top: 1px solid #d6d9db;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 17px 11%;
  text-align: center;
}

/* --------------------------------------------- */

/* Utility
/* --------------------------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

.alignC {
  text-align: center !important;
}

.img-2x {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 346px;
}

/* --------------------------------------------- */

/* content
/* --------------------------------------------- */
.content {
  max-width: 750px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* --------------------------------------------- */

/* f_componets.cssの内容を一部、移植
/* --------------------------------------------- */
.hdiv-h3-unique {
  margin-bottom: 57px;
  padding: 24px 0 14px;
  background-color: #ecf9ff;
  border-top: 3px solid #00b2ef;
  border-bottom: 3px solid #00b2ef;
  text-align: center;
  font-size: 1.538em;
  font-weight: bold;
  line-height: 1.7;
}

.hdiv-h3-unique b {
  color: #e6002d;
}

.hdiv-h3-unique em {
  color: #006fbc;
  font-size: 1.901em;
}

@media only screen and (max-width: 768px) {
  .hdiv-h3-unique {
    margin-bottom: 53px;
    font-size: 1.231em;
  }
  .hdiv-h3-unique em {
    font-size: 1.75em;
  }
}

.lyt-point-B {
  margin: 100px 0 107px;
}

.lyt-point-B .hdg-05:not(:first-of-type){
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .lyt-point-B {
    margin: 70px 0 50px;
  }

  .lyt-point-B .hdg-05:not(:first-of-type){
    margin-top: 60px;
  }
}

.hdiv-h3-unique02 {
  text-align: center;
  margin-top: 68px;
}

@media only screen and (max-width: 768px) {

  .hdiv-h3-unique02 {
    margin-top: 49px;
  }
}

.marker {
  background-image: linear-gradient(transparent 60%, #fff831 0%);
  display: inline;
}

.box-point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 76px;
}

.box-point {
  border: 3px solid #006fbc;
  border-radius: 10px;
  margin-top: 20px;
  width: 227px;
  min-height: 252px;
  box-sizing: border-box;
}

.box-point:nth-child(-n+3) {
  margin-top: 0;
}

.box-point__heading {
  position: relative;
  top: -1px;
  left: -1px;
  width: 117px;
  background-color: #006fbc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.385em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
}

.box-point__heading &gt; p {
  padding-left: 30px;
  position: relative;
  display: inline;
}

.box-point__heading &gt; p::before {
  position: absolute;
  top: 2px;
  left: 1px;
  content: '';
  background-image: url("https://d18f657670wm8u.cloudfront.net/eraberu/blaze_common/images/icn-point-01.png?20201019");
  width: 23px;
  height: 18px;
}

.box-point__heading &gt; p &gt; span {
  font-size: 1.333em;
}

.box-point__lead {
  position: relative;
  padding: 25px 0 20px;
  text-align: center;
  font-size: 1.538em;
  font-weight: bold;
  margin: 0 10px;
}

.box-point__lead b {
  color: #ff8200;
  font-size: 1.201em;
}

.box-point__lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #006fbc, #006fbc 3px, transparent 3px, transparent 10px);
  background-size: 5px 10px;
  background-repeat: repeat-x;
  content: '';
}

.box-point__body {
  margin: 11px 20px;
  font-size: 1.231em;
}

.box-point__body &gt; :last-child {
  margin-bottom: 0;
}

.box-point__body &gt; p {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .box-point-wrap {
    display: block;
  }
  .box-point {
    width: 100%;
    margin-bottom: 20px;
    min-height: 0;
  }
  .box-point__head {
    display: flex;
  }
  .box-point__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.385em;
  }
  .box-point__heading &gt; p {
    padding-top: 0;
    padding-left: 0;
    position: relative;
    display: block;
  }
  .box-point__heading &gt; p::before {
    display: none;
  }
  .box-point__heading &gt; p &gt; span {
    font-size: 1.333em;
  }
  .box-point__lead {
    padding: 9px 0;
    text-align: center;
    font-size: 1.231em;
    font-weight: bold;
    margin: 0 17px;
    width: 100%;
  }
  .box-point__lead b {
    color: #ff8200;
    font-size: 1.25em;
  }
  .box-point__lead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #006fbc, #006fbc 3px, transparent 3px, transparent 10px);
    background-size: 5px 10px;
    background-repeat: repeat-x;
    content: '';
  }
  .box-point__body {
    margin: 11px 10px;
    font-size: 1.231em;
  }
}

.visible-hidden {
  visibility: hidden;
}

.box-point02-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}

.box-point02 {
  display: flex;
  flex-direction: column;
  border: 3px solid #006fbc;
  background-color: #006fbc;
  text-align: center;
  border-radius: 10px;
  width: 227px;
  min-height: 252px;
  box-sizing: border-box;
  padding: 15px 11px;
  box-shadow: 0 5px 6px #707070;
  transition: all .2s;
  text-decoration: none;
}

.box-point02:hover {
  text-decoration: none!important;
  transform: translateY(5px);
  box-shadow: 0 0 6px #707070;
}

.box-point02:nth-child(-n+3) {
  margin-top: 0;
}

.title-01 {
  background-color: #006fbc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.385em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.title-01 &gt; p {
  position: relative;
  display: inline;
}

.title-01 &gt; p &gt; span {
  font-size: 24px;
}

.box-point02__lead {
  position: relative;
  padding: 25px 0 20px;
  text-align: center;
  font-size: 1.538em;
  font-weight: bold;
  margin: 0 10px;
}

.box-point02__lead b {
  color: #ff8200;
  font-size: 1.201em;
}

.box-point02__lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #006fbc, #006fbc 3px, transparent 3px, transparent 10px);
  background-size: 5px 10px;
  background-repeat: repeat-x;
  content: '';
}

.box-content-01 {
  margin: 11px 0;
  padding: 7px 5px;
  font-size: 1.231em;
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-content-01 &gt; :last-child {
  margin-bottom: 0;
}

.box-content-01 &gt; p {
  line-height: 1.5;
  color: #333;
  font-size: 19px;
}

.title-01 &gt; p img{
  width: 22px;
  height: 18px;
  margin-right: 5px;
}

.box-content-01 &gt; p b{
  color: #ff9700;
  font-size: 24px;
}

.main-visual-img-pc {
  position: relative;
  background: linear-gradient(180deg, #E3F7FF 0%, #E3F7FF 94%, transparent 94%, transparent 100%);
}

.main-visual-img-pc &gt; img {
  max-width: 1280px;
  margin: 0 auto 5%;
}

.main-visual-logo {
  background-color: #00B8EE;
  padding: 29px 0;
  position: absolute;
  width: 100%;
  bottom: -19%;
  z-index: -1;
  text-align: center;
}

.main-visual-logo img {
  width: 40%;
  max-width: 523px;
}

@media only screen and (max-width: 768px) {
  .box-point02-wrap {
    display: block;
    margin-top: 23px;
  }

  .box-point02 {
    width: 100%;
    margin-bottom: 13px;
    min-height: 0;
    flex-direction: row;
    align-items: center;
    padding: 3px 0;
  }

  .head-01 {
    display: flex;
  }

  .title-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    padding: 0 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.385em;
  }

  .title-01 &gt; p {
    padding-top: 0;
    padding-left: 0;
    position: relative;
    display: block;
  }

  .title-01 &gt; p &gt; span {
    font-size: 24px;
  }

  .box-point02__lead {
    padding: 9px 0;
    text-align: center;
    font-size: 1.231em;
    font-weight: bold;
    margin: 0 17px;
    width: 100%;
  }

  .box-point02__lead b {
    color: #ff8200;
    font-size: 1.25em;
  }

  .box-point02__lead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #006fbc, #006fbc 3px, transparent 3px, transparent 10px);
    background-size: 5px 10px;
    background-repeat: repeat-x;
    content: '';
  }

  .box-content-01 {
    font-size: 1.231em;
    margin: 0;
    padding: 15px 10px;
  }

  .box-content-01 &gt; p {
    font-size: 17px;
  }

  .box-content-01 &gt; p b {
    font-size: 22px;
  }

  .box-icon-01 {
    padding: 10px;
  }

  .box-icon-01 img {
    width: 14px;
    height: 14px;
    max-width: none;
  }
}

.hdg-05 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #006fbc;
  display: flex;
  align-items: center;
  padding: 20px 23px;
  border-radius: 12px;
}

.hlabel {
  display: flex;
  flex-direction: column;
  min-width: 100px;
}

.htext {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .hdg-05 {
    padding: 10px;
    font-size: 18px;
  }

  .hlabel {
    min-width: 60px;
  }

  .htext {
    margin-left: 10px;
  }
}

.txt-02 {
  margin-top: 30px;
}

.txt-02 p{
  font-size: 15px;
}

.txt-02 p &gt; a{
  color: #006fbc!important;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .txt-02 {
    font-size: 14px;
  }
}

.media-01 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {

  .media-01 {
    margin-top: 20px;
  }
}

.new-line-pc {
  display: block;
}

.new-line-sp {
  display: inline;
}

.new-line {
  display: block;
}

@media only screen and (max-width: 768px) {
  .new-line-pc {
    display: inline;
  }

  .new-line-sp {
    display: block;
  }
}

.p-list02 {
  margin-top: 15px;
}

.p-list02 li{
  display: flex;
  font-size: 13px;
}

.box-merit-wrap {
  margin-bottom: 43px;
}

.box-merit {
  margin: 0 auto;
  padding: 38px 100px;
  max-width: 580px;
  background-color: #fff;
  box-shadow: 0 0 6px #aaa;
  border-radius: 10px;
  box-sizing: border-box;
}

.box-merit &gt; :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-merit {
    padding: 0;
    box-shadow: none;
    text-align: center;
  }
}

.box-simulation .box-simulation-txt-02 {
  margin-bottom: 0;
}

.set-TopicPath-01_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.set-TopicPath-01_inner #set-TopicPath-01 {
  font-size: 85%;
}

.set-TopicPath-01_inner #set-TopicPath-01 div.div-A {
  padding: 10px 0 8px 0;
}

.set-TopicPath-01_inner #set-TopicPath-01 div.div-A span {
  margin-right: 5px;
}

.set-TopicPath-01_inner #set-TopicPath-01 div.div-A a.home {
  display: inline-block;
  color: inherit;
  padding-left: 18px;
  background: url(https://d18f657670wm8u.cloudfront.net/ins_common/images/icn-newin-01.gif?20101216) 3px 3px no-repeat;
  line-height: 1.5;
}

.set-TopicPath-01_inner #set-TopicPath-01 div.div-A a:link, .set-TopicPath-01_inner #set-TopicPath-01 div.div-A a:visited {
  margin-right: 5px;
  color: #7C8080;
  text-decoration: underline;
}

.set-TopicPath-01_inner #set-TopicPath-01 div.div-A em {
  font-style: normal;
  font-weight: bold;
}

.set-TopicPath-01_inner .cf-AlertBox-01 {
  border-color: #64a5dc;
}

.box-simulation {
  position: relative;
  min-height: auto;
}

.box-simulation-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 0 65px;
}

.box-simulation-content {
  background-color: #E3F7FF;
  margin-bottom: 70px;
}

p.box-simulation-txt-02 {
  text-align: left;
}

#cf-Area-DocumentBody.blaze .box-simulation-txt-02 a:link {
  color: #568FC9 !important;
}


.box-simulation-content .box-simulation {
  position: relative;
  box-shadow: none;
  padding: 45px 28px 24px;
}

p.box-simulation-title {
  color: #4ABAFF;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -33%;
  transform: translate(50%, -50%);
  line-height: 1;
  border-radius: 50px;
  background-color: #fff;
  padding: 13px 28px;
  box-shadow: 0px 10px 15px #4abaff4d;
  box-sizing: border-box;
  text-align: center;
}

p.box-simulation-title::after {
  position:absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  left: 45%;
}

p.box-simulation-title .red {
  color: #D7333B;
}

.box-simulation-content .box-simulation.box-simulation-left {
  width: 536px;
}

.box-simulation-content .box-simulation.box-simulation-right {
  width: 402px;
  padding: 78px 33px 24.27px 29px;
}

.box-simulation-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.box-simulation-caption {
  width: 151px;
}

.box-simulation-caption p {
  text-align: left;
  font-size: 15px;
  line-height: 1.65;
}

.box-simulation-caption p .strong {
 color: #4ABAFF;
}

.box-simulation.box-simulation-right p.box-simulation-title {
  top: 11px;
  padding: 14px 44px;
  line-height: 1.1;
  left: -31%;
  font-size: 20px;
}

.box-simulation.box-simulation-right .btn-box-simulation &gt; button {
  width: 100%;
}

.lyt-column-A {
  background-color: #FFFCEB;
}

.box-simulation-txt-02 &gt; a {
  color: #568FC9;
}

.btn-box-simulation &gt; button:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #FFF;
  border-right: solid 2px#FFF;
  right: 12px;
  top: 42%;
  transform: rotate(45deg);
}

@media screen and (max-width:768px) {
  .box-simulation-right .box-simulation-more-box-button a {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width:940px) {
  .box-simulation-wrap {
    display: block;
    padding-bottom: 48px;
  }

  .box-simulation {
    top: auto;
    left: auto;
    right: auto;
  }

  .box-simulation-content .box-simulation {
    margin: auto;
  }

  .box-simulation-content .box-simulation.box-simulation-left {
    width: 95%;
    margin-bottom: 65px;
    padding: 37px 15px 24px;
  }

  .box-simulation-content .box-simulation.box-simulation-right {
    width: 95%;
    padding : 61px 17px 28px;
  }

  .box-simulation-left p.box-simulation-title {
    font-size: 18px;
    width: 98%;
    transform: none;
    left: 1%;
    top: -38px;
    padding: 12px 11px;
  }

  .box-simulation.box-simulation-right p.box-simulation-title {
    width: 90%;
    transform: none;
    left: 5%;
    top: -16%;
    padding: 14px 35px;
  }

  .box-simulation-img {
    width: 40%;
    text-align: center;
  }

  .box-simulation-caption {
    width: 60%;
  }
  .box-simulation-content {
    margin-bottom: 0;
  }

  .set-TopicPath-01_inner {
    padding-top: 59px;
  }

  .box-simulation-more-box-button a {
    font-size: 18px;
  }

  .btn-box-simulation &gt; button {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (min-width:1280px) {
  .main-visual-img-pc &gt; img {
    margin-bottom: 73px;
  }
}
</pre></body></html>