/* ----------------
メインビジュアル
----------------- */
.mainVisual {
  background: url(../images/main.png), url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center;
}
.mainVisual-in {
  padding: 100px 0;
}
.main-text {
  margin: 0;
  max-width: 680px;
}
.performance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 680px;
  padding-top: 20px;
}
.performance-item {
  position: relative;
  line-height: 1.1;
  text-align: center;
  width: 33%;
}
.performance-item__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}
.performance-label {
  font-weight: 600;
  font-size: 1.6rem;
  text-shadow: 1px 1px 12px #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  min-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance-item__num {
  font-size: 1.4rem;
}
.performance-item .num {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 5.0rem;
  font-weight: 600;
  text-shadow: 2px 2px 12px #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.performance-item .num-unit {
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 12px #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media(max-width: 991px) {
  .mainVisual {
    background-size: cover;
  }
  .main-text {
    width: 70%;
  }
}
@media(max-width: 767px) {
  .performance-item__text {
    top: 16%;
  }
  .performance-label {
    font-size: 4vw;
  }
  .performance-item .num {
    font-size: 10vw;
  }
  .performance-item .num-unit {
    font-size: 3vw;
  }
}
@media(max-width: 599px) {
  .mainVisual {
    background: url(../images/main-sp-bg.jpg) no-repeat;
    background-size: cover;
  }
  .mainVisual-in {
    padding: 40px 0;
  }
  /* .performance-item__text {
    top: 22%;
  } */
  .performance-label,
  .performance-item .num-unit {
    font-weight: 600;
  }
  .performance-item .num {
    text-shadow: 1px 1px 12px #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
}

/* ----------------
お問い合わせエリア
----------------- */
/* .tel-box {
  background-image: -moz-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -webkit-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -ms-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  padding: 50px 0 60px 0;
}
.tel-box p {
  margin: 0;
  color: #fff;
}
.tel-box__heading {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}
.tel-number {
  font-weight: 600;
  font-size: 5rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel-number::before {
  content: "";
  display: inline-block;
  background: url(../images/tel-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  margin: 10px 5px 0 0;
}
.tel-number a {
  color: #fff;
  text-decoration: none;
}
.tel-hour {
  text-align: center;
  font-size: 1.4rem;
}
@media(max-width: 599px) {
  .tel-box {
    padding: 30px 0 40px 0;
  }
  .tel-box__heading {
    font-size: 6vw;
  }
  .tel-number {
    font-size: 10vw;
  }
  .tel-number::before {
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin: 5px 5px 0 0;
  }
} */

/* お問い合わせボタン */
/* .contact-box {
  position: relative;
  background: #fff;
  margin: -10px 0 0 0;
  border-radius: 10px 10px 0 0;
  padding: 30px 0 100px;
}
.contact-box__in {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.btn-box {
  position: relative;
  width: 49%;
}
.btn {
  display: block;
  padding: 20px 0px;
  font-size: 2rem;
  background: #f1f1f1;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
}
.btn-primary {
  background: #fd7734;
}
.btn-secondary {
  background: #ff9822;
}
.btn-tag {
  background: #f2f384;
  display: inline-block;
  border-radius: 20px;
  font-size: 1.2rem;
  padding: 0 1em;
  position: absolute;
  bottom: -12px;
  right: 5px;
}
@media(max-width: 599px) {
  .contact-box {
    padding: 30px 0 20px;
  }
  .btn {
    font-size: 4.2vw;
  }
  .btn-tag {
    bottom: -10px;
  }
} */
.sim-icon-x::before {
  content: "";
  display: inline-block;
  background: url(../images/calculator-icon-header.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 32px;
  width: 32px;
  height: 36px;
}
@media(max-width: 599px) {
  .sim-icon-x::before {
    min-width: 22px;
    width: 22px;
    height: 26px;
  }
}

/* ----------------
メインエリア
----------------- */

/* 背景 */
.section {
  padding: 60px 0 60px 0;
}
.section-b {
  background-image: -moz-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -webkit-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -ms-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  padding: 60px 0;
}
@media(max-width: 599px) {
  .section {
    padding: 40px 0 0 0;
  }
}

/* はじめに */
.greeting::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%3Cpath%20fill%3D%22%2324b87f%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C128L80%2C138.7C160%2C149%2C320%2C171%2C480%2C160C640%2C149%2C800%2C107%2C960%2C96C1120%2C85%2C1280%2C107%2C1360%2C117.3L1440%2C128L1440%2C320L1360%2C320C1280%2C320%2C1120%2C320%2C960%2C320C800%2C320%2C640%2C320%2C480%2C320C320%2C320%2C160%2C320%2C80%2C320L0%2C320Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 140px 0 0 0;
  margin: 30px 0 0 0;
}
.greeting-box {
  background: #24b87f;
  padding: 0 10px 40px 10px;
}
.greeting-text {
  color: #fff;
  text-align: center;
  margin: 0 0 -40px 0;
  font-size: 2rem;
}
.greeting-text p {
  margin: 0 0 10px 0;
}
@media(min-width: 1500px) {
  .greeting::before {
    padding: 180px 0 0 0;
  }
}
@media(min-width: 1950px) {
  .greeting::before {
    padding: 220px 0 0 0;
  }
  .greeting-text {
    margin: -80px 0 0 0;
  }
}
@media(min-width: 2000px) {
  .greeting::before {
    padding: 240px 0 0 0;
  }
}
@media(max-width: 599px) {
  .greeting::before {
    background-position: right 35% top 0;
    margin: -20px 0 0 0;
  }
  .greeting-text {
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .greeting-text br {
    display: none;
  }
}

/* サービス内容 */
.service {
  padding: 60px 0 0 0;
}
.section-heading {
  padding-bottom: 35px;
}
.section-b .section-title,
.section-b .section-title__ja {
  color: #fff;
}
.section-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
  font-size: 7rem;
  text-align: center;
  line-height: 1.2;
}
.section-title__ja {
  font-size: 3.5rem;
  text-align: center;
  display: block;
}
.service-list__item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 2px rgba(106, 106, 106, 0.7);
  padding: 30px 10px;
}
.service-number {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: block;
  font-size: 7rem;
  color: #1bae86;
  text-align: center;
  line-height: 1.2;
}
.service-number::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #1bae86;
  border-radius: 10px;
  margin: 0 auto;
}
.service-name {
  line-height: 150%;
  font-size: 2.5rem;
  height: 4rem;
  text-align: center;
  margin-bottom: 0;
}
.service-list__item .picture {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.service-img {
  /* width: 100%; */
  height: 240px;
  object-fit: contain;
}
.service-text p {
  margin: 0;
}
.service::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C128L80%2C138.7C160%2C149%2C320%2C171%2C480%2C160C640%2C149%2C800%2C107%2C960%2C96C1120%2C85%2C1280%2C107%2C1360%2C117.3L1440%2C128L1440%2C320L1360%2C320C1280%2C320%2C1120%2C320%2C960%2C320C800%2C320%2C640%2C320%2C480%2C320C320%2C320%2C160%2C320%2C80%2C320L0%2C320Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 140px 0 0 0;
  margin: 50px 0 -50px 0;
}
@media(min-width: 600px) {
  .service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-list__item {
    width: 49%;
    margin-bottom: 2%;
  }
  .service-text {
    padding: 0 10px;
  }
}
@media(min-width: 1500px) {
  .service::after {
    padding: 180px 0 0 0;
  }
}
@media(min-width: 1950px) {
  .service::after {
    padding: 220px 0 0 0;
  }
}
@media(min-width: 2000px) {
  .service::after {
    padding: 240px 0 0 0;
  }
}
@media(max-width: 599px) {
  .section-title {
    font-size: 14vw;
  }
  .section-title__ja {
    font-size: 6vw;
  }
  .service::after {
    background-position: right 35% top 0;
    margin: 0 0 -50px 0;
  }
  .service {
    padding: 30px 0 0 0;
  }
  .section-heading {
    padding-bottom: 25px;
  }
  .service-list__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* ご相談事例 */
.cases {
  margin: 60px 0 0 0;
  border-top: solid 1px #c2c2c2;
}
.cases-img {
  max-width: 286px;
  width: 100%;
  margin: 0 auto 10px auto;
}
.cases-note {
  margin: 0;
  font-size: .8rem;
  width: 100%;
}
.cases-table {
  margin: 0 0 10px 0;
  border-top: solid 1px #aaa;
}
.cases-label {
  background: #f2fdfb;
  font-weight: 600;
}
.cases-cel {
  margin: 0;
  letter-spacing: 0;
}
.cases-label,
.cases-cel {
  padding: 15px 1em;
  border-bottom: solid 1px #aaa;
  display: flex;
  align-items: center;
}
.cases-cel .before {
  font-size: 1.2rem;
}
.cases-cel .after {
  font-size: 1.6rem;
  color: #0e9f90;
}
.cases-cel .right-arrow {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 8px 0 5px;
}
.cases-cel .right-arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #b7b7b7;
}
.cases-cel .right-arrow:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #b7b7b7;
  border-right: 3px solid #b7b7b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -7px;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cases-figure {
  padding: 10px 0;
}
.cases-figure__list {
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.cases-figure__item {
  margin-bottom: 20px;
}
.cases-list__item:not(:last-of-type) {
  border-bottom: solid 1px #c2c2c2;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.cases-icon .icon01 {
  max-width: 130px;
}
.cases-icon .icon02 {
  max-width: 110px;
}
.refund {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}
.refund-label {
  font-weight: 600;
  font-size: 2rem;
}
.refund-number {
  margin: 0;
  line-height: 6rem;
  font-weight: 600;
  font-size: 3rem;
}
.refund-strong {
  font-size: 6rem;
  color: #0d9f90;
  line-height: 100%;
  letter-spacing: 0;
}
@media(min-width: 600px) {
  .cases-figure__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(min-width: 768px) {
  .cases-list__body {
    display: flex;
    flex-wrap: wrap;
  }
  .cases-table {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 15px;
  }
  .cases-label {
    width: 20%;
  }
  .cases-cel {
    width: 80%;
  }
}
@media(min-width: 900px) {
  .cases-figure__list {
    display: flex;
    justify-content: space-around;
  }
}
@media(max-width: 767px) {
  .cases-list__body {
    display: flex;
    flex-direction: column;
  }
  .cases-img {
    order: 1;
  }
  .cases-table {
    order: 3;
  }
  .cases-note {
    order: 2;
    padding-bottom: 1em;
    font-size: 1.0rem;
  }
}
@media(max-width: 599px) {
  .cases {
    margin: 30px 0 0 0;
  }
  .cases-figure__item {
    margin-bottom: 40px;
  }
  .cases-list__item:not(:last-of-type) {
    padding-bottom: 0;
  }
  .cases-icon {
    text-align: center;
  }
  .cases-cel .before {
    font-size: 1.4rem;
  }
  .cases-cel .after {
    font-size: 2.0rem;
    color: #0e9f90;
  }
  .refund {
    line-height: 0;
    padding-top: 10px;
  }
  .refund-label {
    font-size: 1.6rem;
  }
  .refund-number {
    font-size: 2.0rem;
  }
  .refund-strong {
    font-size: 2.8rem;
  }
}

/* お客様の声 */
.voice-list__item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin: 0 0 15px 0;
}
.voice-user {
  display: flex;
}
.voice-user__icon {
  min-width: 80px;
  width: 80px;
}
.about-user {
  padding-left: 15px;
}
.voice-title {
  margin: 0 0 4px 0;
  font-size: 2rem;
  line-height: 120%;
}
/* .user-age,
.user-refund {
  margin: 0;
} */
/* .user-age .label,
.user-refund .label {
  margin-right: 1em;
} */
.review {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ffb53e;
  font-size: 2rem;
  line-height: 150%;
}
.review-comment p {
  margin: 1em 0 5px 0;
  font-size: 1.2rem;
}
@media(min-width: 600px) {
  .voice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice-list__item {
    width: 49%;
  }
}
@media(max-width: 767px) {
  .voice {
    padding: 40px 0 30px 0;
  }
  .voice-title {
    /* font-size: 1.6rem; */
  }
  /* .user-age,
  .user-refund {
    font-size: 1.4rem;
  } */
  .review-comment p {
    font-size: 1.4rem;
  }
}
@media(max-width: 599px) {
  .voice-user__icon {
    min-width: 60px;
    width: 60px;
  }
}


/* サービスの流れ */
.flow-list {
  counter-reset: number 0;
}
.flow-list__item {
  position: relative;
  border: solid 2px #24b87f;
  border-radius: 20px;
  padding: 15px 15px 10px 15px;
}
.flow-list__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #0d9f90;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: -10px;
}
.flow-icon {
  max-width: 60px;
  margin: 0 auto;
  padding: 10px 0;
}
.flow-text {
  margin: 0;
  text-align: center;
}
@media(min-width: 600px) {
  .flow {
    padding: 60px 0 30px 0;
  }
  .flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flow-list__item {
    width: 28%;
    margin-bottom: 30px;
  }
  .arrow-sp {
    display: none;
  }
  .arrow:not(.arrow-sp) {
    display: flex;
    align-items: center;
  }
  .arrow::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 45px;
    border-color: transparent transparent transparent #0d9f90;
    margin-bottom: 20px;
  }
}
@media(max-width: 599px) {
  .flow {
    padding-bottom: 40px;
  }
  .flow-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 40px;
  }
  .flow-list__item::before {
    width: 40px;
    height: 40px;
  }
  .flow-icon {
    max-width: 50px;
  }
  .flow-text {
    flex: 1;
    text-align: left;
    padding-left: 1.5em;
  }
  .arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #0d9f90 transparent transparent transparent;
    margin: 0 auto;
  }
}

/* プラン */
.plan-type {
  max-width: 660px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px;
  margin: 0 auto;
}
.box-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  margin: 0 auto;
}
.plan-main__item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.plan-main__item .plan-label__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-main__item .plan-label {
  font-size: 3.0rem;
  font-weight: 600;
  padding: 0 5px;
}
.plan-main__item .plan-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #ffb53e;
}
.plan-main__item .plan-num__box {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
  font-size: 4.0rem;
  font-weight: 600;
  color: #ffb53e;
}
.plan-main__item .plan-num {
  font-size: 9.0rem;
  letter-spacing: 0;
  margin: 0 5px 0 0;
}
.plan-type__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0;
}
/* .plan-main {
  display: flex;
  justify-content: center;
  align-items: center;
} */
/* .plan-main__item {
  text-align: center;
  width: 33%;
} */
.price-ex .plan-label {
  font-weight: 600;
  font-size: 2rem;
}
.price-ex .plan-num__box {
  color: #0d9f90;
  margin: 0;
  line-height: 6rem;
  font-weight: 600;
  font-size: 3rem;
}
.price-ex .plan-num {
  font-size: 8rem;
  line-height: 100%;
  letter-spacing: 0;
}
.price-ex .plan-main__or {
  font-weight: 600;
  font-size: 3rem;
  padding: 0 10px;
  margin: 40px 0 0 0;
}
.price-ex .plan-type__text {
  text-align: center;
  font-size: 1.8rem;
  margin: 15px auto 0 auto;
  padding: 5px 1em;
  background: #25b87f42;
  border-radius: 100px;
  display: block;
  max-width: 500px;
  line-height: 1.4;
}
.plan-ex {
  background: #fff;
  margin: 40px auto 0 auto;
  border-radius: 5px;
  border: solid 1px #fff;
  overflow: hidden;
}
.plan-ex__heading {
  margin: 0;
  padding: .5em 1em;
  background: #0e9f90;
  color: #fff;
}
.ex-num {
  display: inline-block;
  padding: 0 1em;
  border-radius: 100px;
  border: solid 1px #fff;
  margin-right: 15px;
}
.plan-ex__tbl {
  margin: 0;
  border-bottom: solid 1px #aaa;
  display: flex;
  flex-wrap: wrap;
}
.plan-ex__tbl .plan-ex__item {
  padding-bottom: 10px;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  flex: 1;
  align-items: center;
}
.plan-ex__tbl .plan-ex__item:nth-of-type(odd) {
  flex: 2;
}
.plan-ex__tbl:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.plan-ex__label {
  color: #0e9f90;
  width: 9em;
  /* flex: 0.7; */
}
.plan-ex__item .right-arrow {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 8px 0 5px;
}
.plan-ex__item .right-arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #b7b7b7;
}
.plan-ex__item .right-arrow:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #b7b7b7;
  border-right: 3px solid #b7b7b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -7px;
}
.plan-ex__empty {
  margin-left: .5em;
}
.plan-ex__box {
  display: flex;
  /* padding: 1em; */
}
.plan-ex__list,
.price-ex {
  padding: 20px;
}
.plan-ex__list{
  flex: 1.5;
}
.price-ex {
  flex: 1;
}
.price-ex__tbl {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
.price-ex__label {
  color: #0e9f90;
  margin-right: 5px;
  font-weight: 600;
}
.price-ex__item {
  margin: 0;
  letter-spacing: 0;
}
.price-ex .plan-num__box {
  padding: 20px 0 0 0;
  text-align: center;
}
@media(max-width: 840px) {
  .plan-ex__box {
    flex-direction: column;
  }
  .price-ex__tbl {
    justify-content: center;
    font-size: 2.2rem;
  }
  .plan-num__box {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .plan {
    padding: 40px 0 30px 0;
  }
}
@media(max-width: 599px) {
  .plan-ex__tbl {
    display: grid;
    grid-template: auto / 2fr 1fr;
  }
  .plan-ex__label {
    grid-column: 1 / -1;
  }
  .plan-ex__item:nth-child(2) {
    grid-column: 1;
  }
  .plan-ex__item:nth-child(3) {
    grid-column: 2;
  }
  .btn-box .btn .sim-icon {
    display: none;
  }
}
@media(max-width: 499px) {
  .plan-main__item .plan-label {
    font-size: 2.2rem;
  }
  .plan-main__item .plan-num {
    font-size: 6.0rem;
  }
  .plan-main__item .plan-num__box {
    font-size: 3.0rem;
  }
  .plan-ex {
    margin: 20px auto 0 auto;
  }
  .price-ex {
    padding: 10px;
  }
}

/* 掲載実績 */
.media {
  display: none;
}
.media-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media-list__item {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
@media(min-width: 600px) {
  .media-list::before {
    content: "";
    width: 24%;
    display: inline-block;
    order: 3;
  }
  .media-list::after {
    content: "";
    width: 24%;
    display: inline-block;
    order: 4;
  }
}
@media(max-width: 599px) {
  .media {
    padding: 40px 0;
  }
  .media-list__item {
    width: 49%;
    margin-bottom: 10px;
    min-height: 80px;
  }
}

/* Q&A */
.qa-list {
  border-bottom: solid 1px #7e7e7e;
}
.qa-title {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  border-top: solid 1px #7e7e7e;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
}
.qa-title::before {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.0rem;
  content: "Q";
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: #0d9f90;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.qa-title::after {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.6rem;
  content: "+";
  display: inline-block;
  color: #0d9f90;
}
.q-text {
  flex: 1;
}
.qa-title.open::after {
  content: "ー";
  font-size: 2.0rem;
}
.qa-title .qa-text {
  padding: 0 1em 0 0;
}
.qa-text {
  margin: 0;
}
.qa-text ul {
  list-style: disc;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
}
.qa-ans {
  padding: 2em;
  background: #f0f9f8;
  padding: 15px;
  display: none;
}
@media(max-width: 767px) {
  .qa-title {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .qa-title::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 599px) {
  .qa {
    padding-bottom: 40px;
  }
}

/* ----------------
シミュレーション
----------------- */
.sim-header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}
.sim-photo {
  min-width: 82px;
  width: 82px;
}
.sim-text {
  padding-left: 15px;
  margin: 0;
}
.sim-box {
  /* max-width: 767px; */
  margin: 0 auto;
  padding: 0 0 60px 0;
}
.sim-heading {
  background-image: -moz-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -webkit-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -ms-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  color: #fff;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  padding: .4em 0;
  margin: 0 0 15px 0;
  border-radius: 8px;
}
#sim-wrap {
  /* padding-bottom: 20px; */
}
.sim-form {
  background: #e4ffea;
  border-radius: 8px;
  margin-bottom: 20px;
}
.sim-form__in {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 15px;
}
.sim-form__title {
  font-size: 2.0rem;
  color: #17a189;
  background: #fff;
  border-radius: 8px;
  width: 240px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.sim-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.sim-label {
  font-size: 1.6rem;
  font-weight: 600;
}
.sim-input__num {
  margin: 0;
  display: flex;
  align-items: center;
}
.number-input {
  margin-right: 10px;
}
.unit {
  width: 2.2em;
  text-align: right;
  font-weight: 600;
  font-size: 1.6rem;
}
.range-box {
  position: relative;
  padding: 20px 0 40px 0;
}
.calc-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #16a98a;
  color: #fff;
  border: 0;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: .8em .5em;
  border-radius: 10px;
  display: block;
  box-shadow: 0 0 9px #63b9a7;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc-btn__icon::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/calculator-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.calc-btn:hover {
  opacity: .8;
}
.memory {
  display: flex;
  justify-content: space-between;
  margin: -10px auto 0 auto;
}
.memory span {
  font-size: .8rem;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
.memory-start {
  width: 49%;
}
.borrowing-box .memory-start {
  width: 48%;
}
.memory-middle {
  flex: 1;
}
.memory-start,
.memory-middle {
  font-size: .8rem;
  letter-spacing: 0;
  border-left: solid 2px #fff;
  display: block;
  height: 30px;
  padding-left: 5px;
}
.memory-end {
  font-size: .8rem;
  letter-spacing: 0;
  border-right: solid 2px #fff;
  display: block;
  height: 30px;
  padding-right: 5px;
}
input[type=number] {
  font-size: 16px;
  border: solid 4px #15a88a;
  border-radius: 12px;
  padding: .8em 1em;
  min-width: 140px;
}
input[type=number]:focus {
  outline: none;
}
.slider-container {
  position: relative;
}
.slider-container .bar {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 7px;
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #16a98a;
  overflow: hidden;
}
.slider-container .bar .fill {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #15a88a;
}
.slider-container .input-range {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
}
.slider-container .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background-color: #15a88a;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: rotate(-45deg) translate(0%, 0%);
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
  transition: .3s ease-in-out;
}
.slider-container .input-range:active::-webkit-slider-thumb,
.slider-container .input-range::-webkit-slider-thumb:hover {
  /* border-bottom-left-radius: 0; */
  /* transform: rotate(-45deg) translate(75%, -75%); */
}
.slider-container .input-range:active::-webkit-slider-thumb {
  /* box-shadow: 0 0 0 10px rgba(255,255,255,1); */
}
@media(min-width: 600px) {
  input[type=number] {
    font-size: 1.8rem;
    padding: .4em 1em;
    min-width: 160px;
  }
}
@media(min-width: 768px) {
  #sim-wrap {
      display: flex;
      justify-content: space-between;
  }
  .sim-form {
    width: 49%;
  }
}

/* シミュレーション結果 */
#result-wrap {
  padding: 0 0 40px 0;
}
.calc-resultBox {
    box-shadow: 0 0 9px #dadada;
    border: solid 2px #17a189;
    border-radius: 8px;
    margin-bottom: 20px;
}
.calc-resultBox .sim-form__title {
  background: #e4ffea;
}

#result {
  /* max-width: 767px; */
  margin: 0 auto 40px auto;
  border-radius: 12px;
  box-shadow: 0 0 9px #dadada;
}
.calc-result {
  padding-top: 20px;
}
.result-box {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 15px;
}
.result-heading {
  color: #ff9822;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
}
.result-box__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
  margin: 10px 0;
}
.result-interest {
  border-bottom: solid 1px #d7d7d7;
}
.result-repayment {
  border-bottom: solid 8px #efefef;
}
.result-box__item dt,
.result-box__item dd {
  font-weight: 600;
  line-height: 1.4;
}
.calc-label {
  font-size: 1.6rem;
}
.calc-num {
  margin-left: auto;
}
.calc-num .num {
  font-size: 2.4rem;
  letter-spacing: 0;
  /* margin-right: 5px; */
}
.sim-result {
  font-size: 2.4rem;
}
/* .difference {
  color: #0ebbc6;
  font-size: 1.4rem;
  text-align: right;
}
.difference .num {
  font-size: 1.8rem;
} */
.cut-label::after {
  content: "削減";
  display: inline-block;
  background: #dd5353;
  color: #fff;
  border-radius: 6px;
  padding: 0 5px;
}
@media(max-width: 767px) {
  .calc-btn {
      font-size: 2rem;
  }
}
@media(max-width: 599px) {
  .sim-label,
  .calc-label {
    font-size: 1.8rem;
  }
  .sim-text {
    font-size: 1.4rem;
  }
  .memory span {
    font-size: 1.2rem;
  }
}
@media(min-width: 768px) {
  #result-wrap {
    display: flex;
    justify-content: space-between;
  }
  .calc-resultBox {
    width: 49%;
  }
}