@charset "Shift_JIS";
/* Updated 2026/01/19.T */
#footer-content {
  margin-top: 1px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 92px;
  }
}

.content-block01 {
  max-width: 1160px;
}

.section-main {
  overflow: hidden;
}

/*-------------------------------------
text
-------------------------------------*/
@font-face {
  src: url("/kojin/gaika/credit-tsumitate/fonts/NotoSansJP-Black.woff") format("woff");
  font-family: "noto-sans-black";
  font-weight: 900;
}

._t-boldBlack {
  font-family: "noto-sans-black" !important;
}

._t-orange03 {
  color: #E95501 !important;
}

.list-notice01,
.list-notice02 {
  color: #56635F;
}

.list-notice01.-red01 {
  color: #C83030;
}

.list-num03 > .item {
  padding-left: 3em;
}

.list-num03 > .item > .mark {
  width: 3em;
}

/*-------------------------------------
ttl
-------------------------------------*/
.ttl-img01 {
  text-align: center;
  padding: 10px 0;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .ttl-img01 {
    text-align: left;
  }
}

.ttl01 {
  color: #141D1D;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .ttl01 {
    font-size: 6.93vw;
  }
}

/*-------------------------------------
btn
-------------------------------------*/
.btn-type01 > .inner {
  min-height: 56px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .btn-type01.-large01 {
    max-width: 100%;
  }
}

/*-------------------------------------
card
-------------------------------------*/
.card-block01 {
  display: flex;
  max-width: 100%;
}

.card-block01 > .inner {
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px;
  background: #FFF;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
  box-shadow: 0 8px 10px rgba(20, 29, 29, 0.08);
}

.card-block01 > .inner .head {
  text-align: center;
}

.card-block01 > .inner .num + .ttl01 {
  margin-top: 20px;
}

/*-------------------------------------
KV
-------------------------------------*/
.kv-area01 {
  position: relative;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .kv-area01::before {
    content: "";
    width: 218vw;
    height: 66vw;
    background: linear-gradient(343.38deg, rgba(255, 255, 255, 0) 14.02%, rgba(255, 254, 254, 0.2) 93.6%), linear-gradient(270.26deg, #E5D9E1 12.05%, #CFDDE2 44.68%, #CFE8DD 64.51%, #E7F0D5 97.97%);
    filter: blur(50px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    margin-top: -90px;
    top: calc(50% - (60vw / 2));
    left: calc(50% - (190vw / 2));
    position: absolute;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area01 {
    background: url(/kojin/gaika/credit-tsumitate/imgs/index_bg_01_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}

.kv-area01 > .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 68px 0 38px;
  position: relative;
  z-index: 1;
}

.kv-area01 > .inner .wrap01 {
  text-align: center;
}

.kv-area01 > .inner .wrap02 {
  max-width: 680px;
  margin: 32px auto 0;
  text-align: center;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area01 > .inner .wrap02 {
    margin-top: 52px;
  }
  .kv-area01 > .inner .wrap02 > .img {
    padding: 0 16px;
  }
}

.kv-area01 > .inner .wrap02 .btn-type01 {
  width: 100%;
  background: linear-gradient(to right, #ff5f04 0%, #ff8742 100%);
  box-shadow: 0 6px 8px rgba(193, 93, 0, 0.3);
}

/* PC Only */
@media screen and (min-width: 768px) {
  .kv-area01 > .inner .wrap02 .btn-type01 {
    transition: opacity .3s ease-out;
  }
  .kv-area01 > .inner .wrap02 .btn-type01:hover {
    background: linear-gradient(to right, #ff5f04 0%, #ff8742 100%) !important;
    opacity: 0.7;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area01 > .inner {
    padding: 34px 30px 37px;
  }
}

/*-------------------------------------
merit
-------------------------------------*/
.merit-section01 {
  padding-bottom: 40px;
}

.merit-list {
  margin-top: 30px;
}

.merit-list:not(:first-child) > * {
  margin-top: 30px;
}

.merit-list > .card-block01 > .inner {
  padding: 0 20px 30px;
  overflow: hidden;
}

.merit-list > .card-block01 .head01 {
  width: 332px;
  height: 77px;
  margin: 0 -20px;
  padding: 12px 5px 34px;
  background: linear-gradient(90deg, #E7F0D5 0%, #CFE8DD 21.15%, #CFDCE2 49.52%, #E5D9E1 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.merit-list > .card-block01 .title01 {
  color: #141D1D;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .merit-list > .card-block01 .title01 {
    margin-top: -24px;
  }
}

.merit-list > .card-block01 .title01 ._t-boldBlack {
  font-size: 2.6rem;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .merit-list > .card-block01 .title01 ._t-boldBlack {
    font-size: 6.93vw;
  }
}

.merit-list > .card-block01 .title01 + .text-block01 {
  margin-top: 20px;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .merit-list > .card-block01 .title01 {
    font-size: 5.33vw;
  }
}

.merit-list > .card-block01.-thin > .inner {
  padding: 0 10px 34px;
}

.merit-list > .card-block01.-thin .head01 {
  margin: 0 -10px;
}

.merit-list > .arrow {
  text-align: center;
}

.merit-list .point-box01 {
  display: flex;
  flex-flow: column wrap;
  max-width: 800px;
  margin: 20px auto 0;
  padding: 20px 0;
  background: #FFF;
  text-align: center;
  border: 1px solid #CFDCE2;
}

.merit-list .point-box01 > .txt01 {
  color: #141D1D;
  font-size: 1.8rem;
  font-weight: bold;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .merit-list .point-box01 > .txt01 {
    font-size: 4.8vw;
  }
}

.merit-list .point-box01 > .img {
  margin-top: 10px;
}

/*-------------------------------------
feature
-------------------------------------*/
.feature-section01 > .inner {
  padding: 60px 0;
}

.feature-box01 {
  display: flex;
  margin-top: 20px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .feature-box01 {
    flex-flow: column wrap;
  }
}

.feature-box01 > .card-block01 {
  width: 100%;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .feature-box01 > .card-block01 {
    width: calc(100% / 3 - 8px);
  }
}

/* PC Only */
@media screen and (min-width: 768px) {
  .feature-box01 > .card-block01:not(:first-child) {
    margin-left: 24px;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .feature-box01 > .card-block01:not(:first-child) {
    margin-top: 20px;
  }
}

.feature-box01 > .card-block01 > .inner {
  padding: 20px;
  background: #F3F8F6;
}

.feature-box01 > .card-block01 > .inner .ttl {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 -20px;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .feature-box01 > .card-block01 > .inner .ttl {
    font-size: 5.33vw;
  }
  .feature-box01 > .card-block01 > .inner .ttl ._fs26 {
    font-size: 6.93vw !important;
  }
}

.feature-box01 > .card-block01 > .inner .text-block01 {
  margin-top: 10px;
}

/*-------------------------------------
howto
-------------------------------------*/
.howto-section01 {
  padding: 18.67vw 0 24vw;
  background: #F3F8F6;
  position: relative;
}

.howto-section01::before, .howto-section01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.howto-section01::before {
  height: 18.67vw;
  background: linear-gradient(90deg, #E7F0D5 53.07%, #CFE8DD 76.53%, #CFDCE2 88.27%, #E5D9E1 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 0;
}

.howto-section01::after {
  height: 24vw;
  background: linear-gradient(-90deg, #E7F0D5 53.07%, #CFE8DD 76.53%, #CFDCE2 88.27%, #E5D9E1 100%);
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  bottom: 0;
}

.howto-section01 .content-block01 {
  position: relative;
  z-index: 1;
}

.flow-box01 {
  display: flex;
  flex-flow: column wrap;
  margin-top: 30px;
}

.flow-box01 > *:not(:first-child) {
  margin-top: 40px;
}

.flow-box01 + .btn-list01 {
  margin-top: 40px;
}

/*-------------------------------------
bnr
-------------------------------------*/
.bnr-block01 {
  padding: 30px 0 40px;
  text-align: center;
}

/*-------------------------------------
faq
-------------------------------------*/
.faq-section01 {
  padding: 60px 0 20px;
}

.faq-box01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding: 24px 20px;
  background: #FFF;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.faq-box01 > .toggle-block01.card-normal03 {
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #D5DEDB;
}

.faq-box01 > .toggle-block01.card-normal03:not(:first-child) {
  margin-top: 24px;
}

.faq-box01 > .toggle-block01.card-normal03 > .inner > .header {
  padding: 18px 0;
  border-radius: 0;
}

.faq-box01 > .toggle-block01.card-normal03 > .inner > .header[role=tab]:after {
  right: 0;
}

.faq-box01 > .toggle-block01.card-normal03 > .inner > .body {
  padding: 18px 0;
}

/*-------------------------------------
detail
-------------------------------------*/
.detail-section01 {
  padding: 60px 0 80px;
  background: linear-gradient(179.33deg, #FFFFFF 82.14%, #CFE8DD 120.51%);
}

.detail-section01 .ttl-img01 + .card-normal01 {
  margin-top: 30px;
}

.detail-section01 .card-normal01.toggle-block01 {
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(20, 29, 29, 0.08);
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .detail-section01 .card-normal01.toggle-block01 > .inner > .header {
    text-align: left;
  }
}

.detail-section01 .card-normal01.toggle-block01 > .inner > .header > .title {
  font-size: 1.6rem;
}

.detail-section01 .card-normal01.toggle-block01 > .inner > .body:not(:first-child)::before {
  width: 100%;
  left: 0;
}

.detail-section01 .card-normal01:not(.-red01) > .inner > .header > .title > .inner {
  color: #141D1D;
}

.detail-section01 .list-notice01 {
  font-size: 1.2rem;
}

.detail-section01 .list-num02 > .item > .child > .title {
  font-weight: bold;
}

.detail-section01 .list-num02 > .item > .child > .title > .mark {
  background: #E9F3CC;
}

.detail-section01 .list-circle01.-green02 > .item::before {
  width: 4px;
  height: 4px;
  background: #004831;
  margin-top: .2em;
}

.detail-section01 .list-circle01.-green02 > .item > .child > .title {
  color: #004831;
  font-weight: bold;
}

.detail-section01 .list-circle01.-black01 > .item > .child > .title {
  font-weight: bold;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .detail-section01 .table-scroll01 {
    margin-right: 0;
  }
  .detail-section01 .table-type01.-round01 {
    width: 900px;
  }
}

.detail-section01 .table-type01.-round01 {
  border-collapse: separate;
  border: 0;
}

.detail-section01 .table-type01.-round01 .header.-green02 {
  font-weight: normal;
}

.detail-section01 .table-type01.-round01 thead tr.row:first-child th.header:first-child {
  border-radius: 12px 0 0 0;
}

.detail-section01 .table-type01.-round01 thead tr.row:first-child th.header:last-child {
  border-radius: 0 12px 0 0;
  border-right: 1px solid #d5dedb;
}

.detail-section01 .table-type01.-round01 tbody tr.row:last-child th.header:first-child {
  border-bottom: 1px solid #d5dedb;
  border-radius: 0 0 0 12px;
}

.detail-section01 .table-type01.-round01 tbody tr.row:last-child td.data {
  border-bottom: 1px solid #d5dedb;
}

.detail-section01 .table-type01.-round01 tbody tr.row:last-child td.data:last-child {
  border-right: 1px solid #d5dedb;
  border-radius: 0 0 12px 0;
}

.detail-section01 .table-type01.-round01 tbody tr.row:not(:last-child) td.data:last-child {
  border-right: 1px solid #d5dedb;
}

.detail-section01 .table-type01.-round01 tbody tr.row td.data.-noBorder {
  border-right: 0 !important;
}

.detail-section01 .table-type01.-round01 tbody tr.row td.data.-border01 {
  border-bottom: 1px solid #d5dedb !important;
}

.detail-section01 .table-type01.-round01 tbody tr.row td.data.-noRound01 {
  border-radius: 0 !important;
}

.detail-section01 .table-type01.-round01 tbody tr.row td.data.-round01 {
  border-radius: 0 0 12px 0;
}

.detail-section01 .schedule > .item {
  display: flex;
  position: relative;
  padding: 4px 0;
}

.detail-section01 .schedule > .item > .label {
  width: 34px;
  position: relative;
}

.detail-section01 .schedule > .item > .label > .inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  height: calc(100% - 34px);
  padding: 0 4px;
  color: #004831;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}

.detail-section01 .schedule > .item > .label::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  bottom: 4px;
  left: 0;
}

.detail-section01 .schedule > .item.-month01 > .label > .inner {
  background: #E7F0D5;
}

.detail-section01 .schedule > .item.-month01 > .label::after {
  background: #E7F0D5;
}

.detail-section01 .schedule > .item.-month02 > .label > .inner {
  background: #CFDCE2;
}

.detail-section01 .schedule > .item.-month02 > .label::after {
  background: #CFDCE2;
}

.detail-section01 .schedule > .item.-month03 > .label > .inner {
  background: #E5D9E1;
}

.detail-section01 .schedule > .item.-month03 > .label::after {
  background: #E5D9E1;
}

.detail-section01 .schedule > .item > .text {
  margin-left: 20px;
  padding: 26px 0;
  flex: 1;
  border-bottom: 1px solid #D5DEDB;
}

.detail-section01 .schedule > .item > .text .blk01:not(:first-child) {
  margin-top: 10px;
}

.detail-section01 .schedule > .item > .text .blk01 .date {
  display: inline-block;
  padding: 8px 20px;
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  background: #CFE8DD;
  border-radius: 60px;
}

.detail-section01 .schedule > .item > .text .blk01 .dl {
  margin-top: 8px;
}

.detail-section01 .schedule > .item > .text .blk01 .dl > .title {
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
}

.detail-section01 .schedule > .item > .text .blk01 .dl > .detail {
  margin-top: 8px;
  font-size: 1.6rem;
}

/*-------------------------------------
simulation
-------------------------------------*/
.simulation {
  box-shadow: 0px 8px 10px rgba(20, 29, 29, 0.08);
}

.simulation ._inner-molecule {
  max-width: 800px;
  margin: 0 auto;
}

.simulation.card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation.card-normal01 > .inner > .header > .title {
    font-size: 4.27vw;
  }
}

.simulation.card-normal01 > .inner > .body {
  padding: 32px 8px !important;
}

.simulation.card-normal01 > .inner > .body:not(:first-child)::before {
  width: 100%;
  left: 0;
}

.simulation .step-ttl01 > .ico {
  display: block;
  width: 70px;
  height: 24px;
  background: linear-gradient(269.99deg, #E5D9E1 0.04%, #CFDCE2 37.51%, #CFE8DD 59.61%, #E7F0D5 99.96%);
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.simulation .step-ttl01 > .txt {
  display: block;
  margin-top: 8px;
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .step-ttl01 > .txt {
    font-size: 4.27vw;
  }
}

.simulation .input-list01 {
  margin-top: 16px;
  border: 1px solid #CFDCE2;
  border-radius: 8px;
}

.simulation .input-list01 > .form-radio01 {
  display: block;
  padding: 12px 10px 12px 20px;
}

.simulation .input-list01 > .form-radio01:not(:first-child) {
  border-top: 1px solid #CFDCE2;
}

.simulation .input-list01 > .form-radio01 > .radio + ::before {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.simulation .input-list01 > .form-radio01 > .radio + ::after {
  width: 8px;
  height: 8px;
  left: calc((16px - 8px) / 2);
  top: 50%;
  transform: translateY(-50%);
}

.simulation .input-list01 > .form-radio01 .wrap01 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.simulation .input-list01 > .form-radio01 .wrap01 > .ico {
  display: block;
}

.simulation .input-list01 > .form-radio01 .wrap01 .txt01 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.simulation .input-list01 > .form-radio01 .wrap01 .txt01 .point {
  padding-left: 2em;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .input-list01 > .form-radio01 .wrap01 .txt01 .point {
    display: block;
    padding-left: 0;
  }
}

.simulation .input-list01 > .form-radio01 .wrap01 .list-notice01 {
  width: 100%;
}

.simulation .input-list01 > .form-radio01 .wrap01 .type {
  display: inline-block;
  min-width: 60px;
}

.simulation .input-list01 > .form-radio01 .wrap01 .card {
  flex-shrink: 0;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .input-list01 > .form-radio01 .wrap01 .card {
    width: 16vw;
  }
}

.simulation .input-list01 > .form-radio01 .wrap01 .card + .type {
  max-width: 280px;
  margin-left: 20px;
  flex: 1;
}

.simulation .step-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #004831;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50%;
}

.simulation .step-btn:disabled {
  background: #d5dedb;
  cursor: default;
}

.simulation .control {
  margin-top: 16px;
  border: 1px solid #B3C8C1;
  border-radius: 8px;
  overflow: hidden;
}

.simulation .control > .ttl {
  padding: 12px;
  background: #D5DEDB;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #B3C8C1;
}

.simulation .control > .box {
  padding: 12px;
  background: #FFF;
  text-align: center;
}

.simulation .control > .box .input-txt01 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.simulation .control > .box .input-txt01 input.text {
  width: 93px;
  height: 34px;
  border: 1px solid #6E6E6E;
  border-radius: 4px;
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.simulation .control > .box .input-txt01 .unit {
  margin-left: 4px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.simulation .control > .box .form-error01 {
  margin-top: 12px;
}

.simulation .result {
  margin-top: 32px;
  text-align: center;
}

.simulation .result > .inner {
  padding: 20px 12px;
  background: #F5F5F5;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .result > .inner {
    font-size: 4.27vw;
  }
  .simulation .result > .inner ._fsS {
    font-size: 3.73vw !important;
  }
}

.simulation .result > .inner .txt-mark01 {
  display: inline-block;
  margin: 0 2px;
  padding: 2px;
  color: #004831;
  background: linear-gradient(269.99deg, #E5D9E1 0.04%, #CFDCE2 37.51%, #CFE8DD 59.61%, #E7F0D5 99.96%);
}

.simulation .result > .inner .box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 16px;
}

.simulation .result > .inner .box > .result-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 55px;
  background: #FFF;
  border: 1px solid #6E6E6E;
  border-radius: 4px;
  color: #E95501;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .result > .inner .box > .result-text {
    width: 40.53vw;
    font-size: 8vw;
  }
}

.simulation .result > .inner .box > .unit {
  margin-left: 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .result > .inner .box > .unit {
    font-size: 4.8vw;
  }
}

.simulation .range-row {
  display: flex;
  max-width: 290px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 12px auto 0;
  padding-bottom: 24px;
  position: relative;
}

.simulation .range-row > *:not(:first-child) {
  margin-left: 16px;
}

.simulation .range-row .range {
  width: 190px;
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 100, 68, 0.38);
  outline: none;
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .simulation .range-row .range {
    width: 42vw;
  }
}

.simulation .range-row .range::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.simulation .range-row .range::-webkit-slider-thumb {
  appearance: none;
  width: 3px;
  height: 3px;
  background: #004831;
  border-radius: 50%;
  border: 0;
  transform: scale(6);
}

.simulation .range-row .range::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 100, 68, 0.38);
}

.simulation .range-row .range::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: #004831;
}

.simulation .range-row .range::-moz-range-thumb {
  width: 3px;
  height: 3px;
  background: #004831;
  border-radius: 50%;
  border: 0;
  transform: scale(6);
  cursor: pointer;
}

.simulation .range-row .num {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.simulation .range-row .num.-min {
  left: 28px;
}

.simulation .range-row .num.-max {
  right: 28px;
}

.simulation .error {
  display: none;
}

.simulation .error.is-show {
  display: block;
}

/*-----------------------------------
slide
-----------------------------------*/
.slide .slick-track {
  display: flex;
  flex-flow: row wrap;
}

.slide .slick-slide {
  height: auto !important;
  margin-right: 16px;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .slide .carousel-block02 {
    margin-left: -18px;
    margin-right: -18px;
    overflow: visible;
  }
}

.slide .carousel-block02 > .list > .slick-arrow {
  background-color: #FFF;
  box-shadow: 0px 8px 10px rgba(20, 29, 29, 0.2);
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .slide .carousel-block02 > .list > .slick-arrow.slick-prev {
    left: 4%;
  }
  .slide .carousel-block02 > .list > .slick-arrow.slick-next {
    right: 4%;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .slide .carousel-block02 > .list .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.slide .carousel-block02 > .list .slick-slide {
  width: 270px;
  padding: 24px 18px;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
}

.slide .carousel-block02 > .list .slick-slide .ttl {
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.slide .carousel-block02 > .list .slick-slide .img {
  margin-top: 12px;
}

.slide .carousel-block02 > .list .slick-slide .step {
  margin-top: 20px;
  color: #004831;
  font-size: 3.6rem;
  font-family: "roboto-bold";
}

.slide .carousel-block02 > .list .slick-slide .step > .txt01 {
  font-size: 2.4rem;
}

.slide .carousel-block02 > .list .slick-slide .text {
  color: #6E6E6E;
  font-size: 1.4rem;
}

.slide .carousel-block02 > .list .slick-slide .text .list-notice01 {
  font-size: 1.2rem;
}

/*-------------------------------------
modal
-------------------------------------*/
.modal-switch01.-decoration {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.modal-switch01.-decoration:hover {
  text-decoration: none;
}

.modal-block01.-gaika01 > .inner > .header {
  padding-left: 24px;
}

.modal-block01.-gaika01 > .inner > .header > .title {
  padding-left: 0;
  text-align: left;
  color: #004831;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .modal-block01.-gaika01 > .inner > .header {
    padding-left: 4%;
  }
  .modal-block01.-gaika01 > .inner > .header > .title > .inner {
    font-size: 1.9rem;
  }
}

/*-------------------------------------
Fixed
-------------------------------------*/
#footer-fixed .panel {
  padding: 16px 5.33% 14px !important;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
