@charset "utf-8";

.simulation {
  position: relative;
  background: #fff;
  max-width: 100%;
  min-height: 100vh;
  padding: 0;
  z-index: 0;
}

/* breadcrumbs */
.breadcrumbs {
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 12px 24px;
}

.breadcrumbs .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.breadcrumbs .list .list-item {
  display: inline-flex;
  position: relative;
  color: #000;
  align-items: flex-start;
  margin-right: 24px;
}

.breadcrumbs .list .list-item:nth-of-type(n+2):before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 48%;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
}

.breadcrumbs .list .list-item a,
.breadcrumbs .list .list-item span {
  display: flex;
  align-items: center;
  color: #000;
}

.breadcrumbs .list .list-item img {
  margin-right: 12px;
}

.breadcrumbs .list .list-item a {
  color: #3c5f9b;
  text-decoration: underline;
}

.breadcrumbs .list .list-item em {
  font-style: normal;
  font-weight: normal;
}

/* top */
.simulation > .top {
  margin: 0;
  padding: 0;
}

.simulation > .top .inner {
  display: flex;
  flex-flow: column;
  margin: auto;
}

.simulation > .top .inner .banner {
  display: flex;
  justify-content: center;
}

.simulation > .top .inner .banner img {
  width: 100%;
}

.simulation > .top .inner .info {
  text-align: center;
  margin: auto;
  padding: 48px 0;
}

.simulation > .top .inner .info .text {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.simulation > .top .inner .info .text.small {
  font-size: 1.3rem;
  margin-bottom: 0;
}

/* compensation */
.compensation {
  display: block;
  max-width: 720px;
  margin: auto;
  margin-bottom: 180px;
}

.compensation .inner {
  background-color: #FFF;
  padding: 50px 0 16px;
}

.compensation .inner .title {
  position: relative;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 18px;
}

.compensation .inner .title::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 114px;
  height: 4px;
  background: #3B499F;
}

.compensation .inner .list {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 46px;
}

.compensation .inner .list li span {
  display: block;
  font-size: 1.2rem;
  margin: 6px 0;
}

/* toggle */
.compensation .toggle .toggle-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 20px;
}

.compensation .toggle .toggle-inner {
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(193, 193, 193, 0.25);
  margin-bottom: 56px;
}

.compensation .toggle .toggle-inner .toggle-button {
  margin: 0;
}

.compensation .toggle .toggle-inner .toggle-button button {
  position: relative;
  color: #333333;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.compensation .toggle .toggle-inner .toggle-button button::before,
.compensation .toggle .toggle-inner .toggle-button button::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 19px;
  height: 2px;
  background: #6F6F6F;
}

.compensation .toggle .toggle-inner .toggle-button button::after {
  transform: rotate(90deg);
  transition: opacity 0.2s ease-in-out;
}

.compensation .toggle .toggle-inner.is-open .toggle-button button::after {
  opacity: 0;
}

.compensation .toggle .toggle-inner .toggle-button span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 14px;
  text-align: left;
}

/* terms */
.compensation .terms {
  display: none;
  height: auto;
  overflow: hidden;
}

.compensation .terms .terms-inner {
  position: relative;
  padding: 20px;
}

.compensation .terms .terms-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: #C8C8C8;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
}

.compensation .terms .terms-inner .terms-intro {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 46px;
}

.compensation .terms .terms-inner .terms-intro dt {
  font-size: 1.6rem;
  font-weight: 700;
}

.compensation .terms .terms-inner .terms-intro dd {
  margin-top: 8px;
  margin-bottom: 32px;
}

.compensation .terms .terms-inner .terms-list-car > dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 1.6rem;
}

.compensation .terms .terms-inner .terms-list-car > dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.2rem;
  left: 0.6rem;
  width: 4px;
  height: 4px;
  background: #707070;
  border-radius: 50%;
}

.compensation .terms .terms-inner .terms-list-car .terms-table-wrap {
  margin-bottom: 16px;
}

.compensation .terms .terms-inner .terms-list-car .terms-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.compensation .terms .terms-inner .terms-list-car .terms-table > thead > tr > th,
.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > td {
  background: #F0F0F0;
  font-size: 1.2rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}

.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > td {
  background: #FFF;
}

.compensation .terms .terms-inner .terms-list-car .terms-table > thead > tr > th,
.compensation .terms .terms-inner .terms-list-car .terms-table > thead > tr > td,
.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > th,
.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > td {
  border: 1px solid #C8C8C8;
  padding: 8px 12px;
}

.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > th,
.compensation .terms .terms-inner .terms-list-car .terms-table > tbody > tr > td {
  border: 1px solid #C8C8C8;
  padding: 18px 12px;
}

.compensation .terms .terms-inner .terms-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 42px 0 8px;
}

.compensation .terms .terms-inner .terms-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
}

.compensation .terms .terms-inner .terms-list-desc,
.compensation .terms .terms-inner .terms-list-caution {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.compensation .terms .terms-inner .terms-list-desc li,
.compensation .terms .terms-inner .terms-list-caution li {
  position: relative;
  padding-left: 1.4rem;
}

.compensation .terms .terms-inner .terms-list-desc li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8rem;
  left: 0.5rem;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.compensation .terms .terms-inner .terms-list-desc li .rarr {
  margin: 0 1.2rem;
}

.compensation .terms .terms-inner .terms-list-desc li .caution-text,
.compensation .terms .terms-inner .terms-list-caution li .caution-text {
  font-size: 1.2rem;
  margin: 10px 0 10px 0;
}

.compensation .terms .terms-inner .terms-list-caution li .caution-text .mark,
.compensation .terms .terms-inner .terms-list-caution li .caution-text .mark {
  margin-left: -1.2rem;
}

.compensation .terms .terms-inner .terms-list-caution li .mark {
  margin-left: -1.4rem;
}

.compensation .terms .terms-inner .toggle-close-button {
  margin-bottom: 12px;
}

.compensation .terms .terms-inner .toggle-close-button button {
  display: block;
  background: #3B499F;
  color:#fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 20px;
  width: 100%;
  max-width: 160px;
  margin: auto;
  padding: 8px 20px;
}

/* fixed-footer */
.fixed-footer {
  position: fixed;
  background:#EFF6FE;
  color:#3B499F;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #3A4AA0;
  border-bottom: 1px solid #C8C8C8;
  letter-spacing: 0;
  z-index: 1000;
  animation: animation-slide-up-01 0.8s ease-in-out forwards;
}

.fixed-footer .wrap {
  display: flex;
  align-items: center;
  max-width: 1030px;
  margin: auto;
  padding: 16px 0 25px;
}

.fixed-footer .inner {
  display: flex;
  flex: none;
}

.fixed-footer .title {
  display: flex;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  padding-right: 20px;
}

.fixed-footer .box-inner {
  display: flex;
  flex: auto;
}

.fixed-footer .box-inner .box.is-normal {
  position: relative;
  flex: 1;
  max-width: 248px;
  min-width: 190px;
  margin: 0;
  padding-right: 60px;
}

.fixed-footer .box-inner .box.is-normal::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #3B499F;
}

.fixed-footer .box-inner .box.is-group {
  position: relative;
  flex: 2;
  max-width: 260px;
  min-width: 156px;
  margin: 0;
  padding-right: 24px;
}

.fixed-footer .box-inner .box .box-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #3B499F;
  height: 60px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.fixed-footer .box-inner .box .box-text > p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.fixed-footer .box-inner .box .box-text > .annual-differ-fee {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.6rem;
}

.fixed-footer .box-inner .box .box-text > .annual-differ-fee > span {
  text-align: left;
}

.fixed-footer .box-inner .box .box-text > .annual-differ-fee > .bold {
  display: block;
  line-height: 1.2;
  text-align: left;
  margin-top: -2px;
}

.fixed-footer .box-inner .box .box-text > .annual-differ-fee > .bold em {
  color: #BF0C0C;
  font-size: 2.0rem;
}

.fixed-footer .box-inner .box .box-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fixed-footer .box-inner .box .box-amount .amount {
  display: block;
  position: relative;
  color: #BF0C0C;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}

.fixed-footer .box-inner .box .box-amount .amount.is-strike::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: -6px;
  right: -6px;
  height: 2px;
  margin: auto;
}

.fixed-footer .box-inner .box .box-amount .unit {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 8px;
  padding-top: 1px;
}

.fixed-footer .wrap .buttons {
  display: flex;
  flex-flow: column;
  flex: 1;
  max-width: 420px;
}

.fixed-footer .wrap .buttons.is-sp {
  display: none;
}

.fixed-footer .buttons .buttons-title {
  display: block;
  color:#000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}

.fixed-footer .buttons .buttons-inner {
  display: flex;
}

.fixed-footer .buttons .buttons-inner .button-area {
  flex-grow: 1;
  margin: 0;
}

.fixed-footer .buttons .buttons-inner .button-area .button {
  display: flex;
  flex-flow: column;
  align-items: center;
  color:#fff;
  background: #3B499F;
  border: 2px solid #3B499F;
  border-radius: 12px;
  max-width: 204px;
  min-width: 160px;
  min-height: 100px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.fixed-footer .buttons .buttons-inner .button-area.btn-type1 .button {
  color: #fff;
  background: #3B499F;
}

.fixed-footer .buttons .buttons-inner .button-area.btn-type2 .button {
  color: #3B499F;
  background: #fff;
  margin-left: 10px;
}

.fixed-footer .buttons .buttons-inner .button-area .button-text.small {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

.fixed-footer .buttons .buttons-inner .button-area .button-text.border {
  font-size: 2.0rem;
  line-height: 1.4;
  width: 156px;
  border-top: 1px solid #fff;
  padding-top: 8px;
}

.fixed-footer .buttons .buttons-inner .button-area .button-text.bold {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 0px;
}

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

  .simulation {
    max-width: 100%;
  }

  /* breadcrumbs */
  .breadcrumbs {
    font-size: 1.2rem;
    padding: 12px 28px;
    box-shadow: 0px 1px 2px rgba(90, 90, 90, 0.25);
    z-index: 1;
  }

  .breadcrumbs .list .list-item {
    margin-right: 18px;
  }

  .breadcrumbs .list .list-item:nth-of-type(n+2):before {
    width: 7px;
    height: 7px;
    left: -17px;
  }

  .breadcrumbs .list .list-item img {
    margin-right: 12px;
    width: 22px;
  }

  /* top */
  .simulation > .top .inner {
    padding: 0 30px;
  }

  .simulation > .top .inner .info {
    padding: 24px 0;
  }

  .simulation > .top .inner .info .text {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .simulation > .top .inner .info .text.small {
    font-size: 1.1rem;
  }

  /* compensation */
  .compensation {
    max-width: 100%;
    background-color: #F0F0F0;
    margin-bottom: 260px;
    padding: 0 28px;
  }

  .compensation .inner {
    padding: 34px 16px 26px;
  }

  .compensation .inner .title {
    font-size: 2.0rem;
  }

  .compensation .inner .title::after {
    width: 82px;
  }

  .compensation .inner .list {
    font-size: 1.3rem;
    margin-top: 26px;
    margin-bottom: 32px;
  }

  .compensation .inner .list li span {
    margin: 8px 0;
  }

  /* toggle */
  .compensation .toggle .toggle-list-title {
    font-size: 1.3rem;
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .compensation .toggle .toggle-inner {
    margin-bottom: 0;
  }

  .compensation .toggle .toggle-inner .toggle-button span {
    font-size: 1.4rem;
    padding: 12px 10px;
  }

  /* terms */
  .compensation .terms .terms-inner {
    padding: 16px;
  }

  .compensation .terms .terms-inner .terms-intro {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .compensation .terms .terms-inner .terms-intro dt {
    font-size: 1.4rem;
  }

  .compensation .terms .terms-inner .terms-intro dd {
    margin-top: 8px;
    margin-bottom: 32px;
  }

  .compensation .terms .terms-inner .terms-list-car > dt {
    font-size: 1.4rem;
    margin-bottom: 18px;
    padding-left: 1.6rem;
  }

  .compensation .terms .terms-inner .terms-list-car .terms-table-wrap {
    margin-bottom: 16px;
    overflow-x: auto;
  }

  .compensation .terms .terms-inner .terms-list-car .terms-table {
    width: 680px;
  }

  .compensation .terms .terms-inner .terms-title {
    font-size: 1.4rem;
    margin: 18px 0 10px;
  }

  .compensation .terms .terms-inner .terms-text {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }

  .compensation .terms .terms-inner .terms-list-desc,
  .compensation .terms .terms-inner .terms-list-caution {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .compensation .terms .terms-inner .terms-list-caution:last-of-type {
    margin-top: 20px;
  }

  .compensation .terms .terms-inner .terms-list-desc li .rarr {
    margin: 0 1.0rem;
  }

  .compensation .terms .terms-inner .toggle-close-button {
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .compensation .terms .terms-inner .toggle-close-button button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 134px;
  }

  /* fixed-footer */
  .fixed-footer .wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    margin: auto;
    padding: 12px 30px 25px;
  }

  .fixed-footer .inner {
    width: 100%;
    justify-content: center;
  }

  .fixed-footer .title {
    display: flex;
    font-size: 1.5rem;
    line-height: 1.75;
    padding-top: 50px;
    padding-right: 24px;
    display: none;
  }

  .fixed-footer .box-inner {
    width: 100%;
    justify-content: center;
  }

  .fixed-footer .box-inner .box.is-normal {
    min-width: 170px;
    margin: 0;
    padding-right: 44px;
  }

  .fixed-footer .box-inner .box.is-normal::after {
    top: 24px;
    right: 12px;
    border-width: 12px 0 12px 13px;
  }

  .fixed-footer .box-inner .box.is-group {
    flex: 1;
    min-width: 170px;
    padding-right: 0;
  }

  .fixed-footer .box-inner .box .box-text {
    height: 46px;
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  .fixed-footer .box-inner .box.is-group .box-text {
    flex-flow: column;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 0px;
  }

  .fixed-footer .box-inner .box .box-text > p {
    font-size: 1.0rem;
  }

  .fixed-footer .box-inner .box .box-text > .annual-differ-fee {
    display: inline-flex;
    align-items: baseline;
    font-size: 1.0rem;
    margin-left: 0.6rem;
  }

  .fixed-footer .box-inner .box .box-text > .annual-differ-fee > span {
    margin-right: 1.0rem;
  }

  .fixed-footer .box-inner .box .box-text > .annual-differ-fee > .bold {
    line-height: 1.5;
  }

  .fixed-footer .box-inner .box .box-text > .annual-differ-fee > .bold em {
    font-size: 1.2rem;
  }

  .fixed-footer .box-inner .box .box-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fixed-footer .box-inner .box .box-amount .amount {
    font-size: 1.6rem;
  }

  .fixed-footer .box-inner .box .box-amount .amount.is-strike::before {
    left: -3px;
    right: -3px;
    height: 1px;
  }

  .fixed-footer .box-inner .box .box-amount .unit {
    font-size: 1.0rem;
    margin-left: 8px;
    padding-top: 1px;
  }

  .fixed-footer .wrap .buttons.is-pc {
    display: none;
  }

  .fixed-footer .wrap .buttons.is-sp {
    display: flex;
  }

  .fixed-footer .buttons .buttons-inner {
    flex-flow: column;
  }

  .fixed-footer .buttons .buttons-inner .button-area {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .fixed-footer .buttons .buttons-inner .button-area .button {
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    padding: 8px 0;
  }

  .fixed-footer .buttons .buttons-inner .button-area.btn-type2 .button {
    flex-flow: row;
    justify-content: center;
    align-items: baseline;
    margin-top: 12px;
    margin-left: 0px;
    min-height: 42px;
  }

  .fixed-footer .buttons .buttons-inner .button-area .button-text.small {
    font-size: 1.0rem;
    margin-bottom: 6px;
  }

  .fixed-footer .buttons .buttons-inner .button-area .button-text.small br {
    display: none;
  }
  
  .fixed-footer .buttons .buttons-inner .button-area.btn-type2 .button-text.small {
    margin-bottom: 4px;
  }

  .fixed-footer .buttons .buttons-inner .button-area .button-text.border {
    font-size: 1.4rem;
    width: 230px;
    padding-top: 5px;
  }

  .fixed-footer .buttons .buttons-inner .button-area .button-text.bold {
    font-size: 1.4rem;
    margin-top: 0px;
  }
}

/*.headline__container {
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #F0F6FE;
}*/

.overview__container {
  text-align: center;
  max-width: 1100px;
  margin: auto;
  padding: 8px 0 24px 0;
}

.overview__container .info .text {
  font-size: 1.6rem;
  margin-bottom: 6px;
	margin-top:27px;
}

.overview__container .info .text.small {
  font-size: 1.3rem;
  margin-bottom: 27px;
	margin-top:0;
}

.headline__container {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 0 0;
  background-color: #F0F6FE;
  z-index: 0;
}

.simulator__wrapper .headline__container .inner {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
	align-items: flex-end;
}

.headline__top-text-pc {
  margin: 0;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #3B499E;
}

.headline__middle-text {
  position: relative;
  margin: 0;
    margin-top: 0px;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.01em;
  z-index: 10;
}

.headline__bottom-text {
  position: relative;
  margin: 0;
    margin-top: 0px;
  margin-top: 16px;
  font-size: 42px;
  font-weight: 600;
  z-index: 10;
	margin-bottom:40px;
}

.headline__bottom-text {
  letter-spacing: -0.15rem;
	margin-bottom: 8px;
}

.headline-family__img {
  position: unset;
  max-width: 162px;
	width: 22vw;
}

.simulator__wrapper .estimate {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  padding-bottom: 200px;
  max-width: 1320px;
	width:100%;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

.simulator__wrapper .overview__container {
  padding: 8px 0 0px 0;
}

.is-sp{
	display:none;
}

.is-pc{
	display:block;
}

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

.headline__container {
  padding: 0;
}
	
.simulator__wrapper .headline__container .inner{
	width:100%;
	margin:0 auto;
	display:block;
}
	
.simulator__wrapper .headline__container .inner img{
	width:100%;
}
	
.breadcrumbs .list {
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
}
	
.breadcrumbs {
  padding: 10px;
  box-shadow: none;
}
	
.simulator__wrapper .overview__container .info{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
	
.is-sp{
	display:block;
}

.is-pc{
	display:none;
}

    .headline__container {
        padding: 24px 48px 0;
    }
    .headline__top-text-pc {
        display: none;
    }
    .headline__top-text-sp { 
        display: block;
        margin-top: 12px;
        padding: 4px;
        font-size: 4vw;
        color: white;
        background-color: #3B499E;
        border-radius: 4vw;
    }
    .headline__middle-text {
        font-size: 4.3vw;
    }
    .headline__bottom-text {
        font-size: 7vw;
    }
    .headline-family__img {
        display: block;
        position: relative;
        margin: auto;
        margin-top: auto;
        margin-left: auto;
        width: 43vw;
    }
    .headline-family__img-sp {
        display: block;
        position: relative;
        padding-right: 48px;
        margin: auto;
        margin-top: 24px;
        width: max(43vw, 240px);
        z-index: 0;
    }
	
.compensation {
  margin-bottom: 202px;
  padding: 0 28px 40px;
}
}





@media screen and (max-width: 430px){
.headline__container {
  padding: 20px 24px 0;
}
	
.simulator__wrapper .headline__container .inner {
  width: 100%;
  margin: 0 auto;
  display: block;
}
	
.simulator__wrapper .headline__container .inner img{
	width:80%;
}
	
.breadcrumbs {
  padding: 10px;
  box-shadow: none;
}
	
.simulator__wrapper .overview__container .info{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
	
.simulator__wrapper .headline__container .inner {
  width: 95%;
  margin: 0 auto;
  display: block;
}
	
.is-sp{
	display:block;
}

.is-pc{
	display:none;
}

}

/*230512*/
@media only screen and (max-width: 767px){
.fixed-footer .wrap {
  padding: 12px 10px;
}
	
.fixed-footer .wrap .buttons.is-sp {
  display: flex;
  flex: unset;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
}
	
.fixed-footer .title {
  padding-right: 8px;
}
	
.fixed-footer .buttons .buttons-inner {
  flex-flow: unset;
  width: 90%;
}
	
.fixed-footer .buttons .buttons-inner .button-area {
  width: 47%;
  justify-content: flex-start;
}
	
.fixed-footer .buttons .buttons-inner .button-area .button {
  min-width: unset;
  min-height: unset;
}
	
.fixed-footer .buttons .buttons-inner .button-area .button-text.small br {
  display: block;
}
	
.fixed-footer .buttons .buttons-inner .button-area.btn-type2 .button {
  flex-flow: unset;
  justify-content: center;
  margin-top: 0;
  align-items: center;
  min-height: unset;
  width: 100%;
  flex-wrap: wrap;
  letter-spacing: -0.05rem;
}
	
.fixed-footer .buttons .buttons-inner .button-area .button-text.border {
  width: 90%;
}
	
.fixed-footer .buttons .buttons-inner .button-area.btn-type1 .button {
  margin-right: 10px;
}
	  
.breadcrumbs{
  z-index: 0;
}  
	  
	  
	  
	  
}




@media screen and (max-width: 430px){
.headline__container {
  padding: 10px 24px 0;
}
	
.headline__middle-text {
  margin-top: 10px;
  line-height: 1.2;
}
	
.headline__bottom-text {
  line-height: 1.2;
  margin-top: 10px;
}
	
.simulator__wrapper .headline__container .inner img {
  width: 46%;
}
	
	
}
