<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.section__ttl {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  margin-bottom: 24px;
  color: #333333;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .section__ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.section__ttl:after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  border-radius: 30px;
  background: #00549D;
  margin-top: 16px;
}
@media print, screen and (min-width: 751px) {
  .section__ttl:after {
    width: 96px;
    margin-top: 24px;
  }
}

.intro-txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.9rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .intro-txt {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 22px;
  }
}

.tab-container {
  display: flex;
  border-bottom: solid 3px #00549D;
}
@media (max-width: 750px) {
  .tab-container {
    padding: 0 20px;
    border-bottom: solid 2px #00549D;
    background: #FFF;
  }
}
.tab-container .tab {
  width: 50%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 2.4rem;
  color: #707070;
  background: #DFE8EF;
}
@media (max-width: 750px) {
  .tab-container .tab {
    height: 60px;
    font-size: 2rem;
  }
}
.tab-container .tab:first-child {
  border-radius: 20px 0 0 0;
}
@media (max-width: 750px) {
  .tab-container .tab:first-child {
    border-radius: 10px 0 0 0;
  }
}
.tab-container .tab:last-child {
  border-radius: 0 20px 0 0;
}
@media (max-width: 750px) {
  .tab-container .tab:last-child {
    border-radius: 0 10px 0 0;
  }
}
.tab-container .tab.active {
  background-color: #00549D;
  color: #FFF;
}

.simulation-form {
  display: block;
  padding-top: 80px;
}
@media (max-width: 750px) {
  .simulation-form {
    background: #F0F4F7;
    padding-top: 40px;
  }
}
.simulation-form .form-inner {
  margin: 0 auto;
  max-width: 843px;
  width: calc(100% - 80px);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .simulation-form .form-inner {
    width: 100%;
  }
}
.simulation-form .form-inner .flex-left {
  width: 29%;
  flex: 0 0 29%;
}
@media (max-width: 750px) {
  .simulation-form .form-inner .flex-left {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 4px;
  }
}
.simulation-form .form-inner .flex-right {
  width: 68%;
  flex: 0 0 68%;
}
@media (max-width: 750px) {
  .simulation-form .form-inner .flex-right {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
}
.simulation-form .flex-item {
  display: flex;
  align-items: center;
}
.simulation-form input[type=text] {
  width: calc(100% - 5.8rem);
  margin-right: 1rem;
}
@media (max-width: 750px) {
  .simulation-form input[type=text] {
    width: calc(100% - 5rem);
  }
}
.simulation-form .radio-container {
  margin-right: 24px;
}
@media (max-width: 750px) {
  .simulation-form .radio-container {
    margin-right: 16px;
  }
}
.simulation-form select {
  width: 276px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .simulation-form select {
    width: 4.4rem;
  }
}
.simulation-form .footnote {
  color: #707070;
  font-size: 1.5rem;
  line-height: 2.55rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media (max-width: 750px) {
  .simulation-form .footnote {
    color: #3B4043;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
.simulation-form .footnotes-ul {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #707070;
  font-size: 1.5rem;
  line-height: 2.55rem;
}
@media (max-width: 750px) {
  .simulation-form .footnotes-ul {
    color: #3B4043;
  }
}
.simulation-form .footnotes-ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.simulation-form .footnote-style2 {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ W2 JIS2004";
  line-height: 1.8rem;
}
@media (max-width: 750px) {
  .simulation-form .footnote-style2 {
    font-size: 1.3rem;
    color: #707070;
  }
}

.sub-section__ttl {
  font-size: 2.2rem;
  display: flex;
  display: -webkit-flex;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  letter-spacing: 0.08em;
  margin-bottom: 1em;
  line-height: 1.1818181818;
  color: #333333;
}
@media print, screen and (min-width: 751px) {
  .sub-section__ttl {
    font-size: 2.4rem;
  }
}
.sub-section__ttl:before {
  content: "";
  display: block;
  width: 5px;
  background: #00549D;
  border-radius: 30px;
  margin-right: 8px;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 751px) {
  .sub-section__ttl:before {
    width: 6px;
    height: 24px;
    margin-right: 16px;
  }
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .button-container {
    display: block;
  }
}
@media print, screen and (min-width: 751px) {
  .button-container .btn-lrg-sub1 {
    width: auto;
    margin: 15px 7.5px;
  }
}

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

.form-container {
  background: #F0F4F7;
  border-radius: 20px;
  padding-bottom: 79px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .form-container {
    background: #F0F4F7;
    padding-bottom: 40px;
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-bottom: 80px;
    border-radius: 0;
  }
}
.form-container .form-label {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media (max-width: 750px) {
  .form-container .form-label {
    font-size: 1.9rem;
  }
}
@media (max-width: 750px) {
  .form-container .unit {
    font-size: 1.7rem;
  }
}

.result-container {
  background: #FFF;
  border-radius: 20px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (min-width: 751px) {
  .result-container {
    padding: 80px;
    max-width: 996px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .result-container {
    width: 100%;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.result-container .result-inner {
  max-width: 840px;
  margin: 0 auto;
}
.result-container p, .result-container ul {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .result-container p, .result-container ul {
    margin-bottom: 24px;
    font-size: 1.7rem;
  }
}
.result-container .footnote {
  color: #707070;
  font-family: "ヒラギノ角ゴ W2 JIS2004";
  font-size: 2rem;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .result-container .footnote {
    color: #3B4043;
    font-size: 1.3rem;
    font-family: "ヒラギノ角ゴ W2 JIS2004";
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.result-container .table-container {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .result-container .table-container {
    padding-bottom: 20px;
  }
}

.triangle-down {
  display: block;
  width: 100%;
  height: 152px;
  background: url("../img/common/ico-triangle-down@2x.png");
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: center center;
}
@media (max-width: 750px) {
  .triangle-down {
    height: 124px;
    background-size: 80px;
  }
}

.simulation-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .simulation-table {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.simulation-table th {
  background: #F0F4F7;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.simulation-table td, .simulation-table th {
  border: solid 3px #DFE8EF;
  border-bottom: none;
  border-right: none;
  padding: 16px 24px;
}
@media (max-width: 750px) {
  .simulation-table td, .simulation-table th {
    padding: 18px 11px;
  }
}
.simulation-table td:last-child, .simulation-table th:last-child {
  border-right: solid 3px #DFE8EF;
}
.simulation-table tr:first-child th:first-child, .simulation-table tr:first-child td:first-child {
  border-radius: 30px 0 0 0;
}
@media (max-width: 750px) {
  .simulation-table tr:first-child th:first-child, .simulation-table tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
  }
}
.simulation-table tr:first-child th:last-child, .simulation-table tr:first-child td:last-child {
  border-radius: 0 30px 0 0;
}
@media (max-width: 750px) {
  .simulation-table tr:first-child th:last-child, .simulation-table tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
  }
}
.simulation-table tr:last-child td, .simulation-table tr:last-child th {
  border-bottom: solid 3px #DFE8EF;
}
.simulation-table tr:last-child th:first-child, .simulation-table tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
@media (max-width: 750px) {
  .simulation-table tr:last-child th:first-child, .simulation-table tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
  }
}
.simulation-table tr:last-child th:last-child, .simulation-table tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}
@media (max-width: 750px) {
  .simulation-table tr:last-child th:last-child, .simulation-table tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
  }
}

.scroll-pane {
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .scroll-pane {
    margin-bottom: 48px;
  }
}

.simulation-table.table2 {
  min-width: 836px;
}
@media (max-width: 750px) {
  .simulation-table.table2 {
    min-width: 543px;
  }
}
.simulation-table.table2 th {
  text-align: center;
}
@media (min-width: 751px) {
  .simulation-table.table2 th {
    padding: 16px 16px;
  }
}
.simulation-table.table2 th, .simulation-table.table2 td {
  white-space: nowrap;
}
.simulation-table.table2 td {
  text-align: right;
}
@media (min-width: 751px) {
  .simulation-table.table2 td {
    padding: 16px 10px;
  }
}

.hidden {
  display: none;
}

#footer {
  margin-top: 0;
}

.simulation-form .errornote {
  color: #d61518;
  font-size: 1.5rem;
}
@media (max-width: 750px) {
.simulation-form .errornote {
  color: #d61518;
  font-size: 1.3rem;
  }
}

/*-------------------------------
各シミュレーションページのスタイル
---------------------------------*/
.equal-business-simulation .simulation-table.table1 th {
  width: 37%;
  text-align: center;
}
@media (max-width: 750px) {
  .equal-business-simulation .simulation-table.table1 th {
    width: 45%;
  }
}
.revolving-card-simulation .simulation-table.table1 th {
  width: 37%;
  text-align: center;
}
@media (max-width: 750px) {
  .revolving-card-simulation .simulation-table.table1 th {
    width: 45%;
  }
}
.revolving-card-simulation .simulation-table.table2 td {
  text-align: right;
}

.revolving-realestate-simulation .simulation-table.table1 th {
  width: 37%;
  text-align: center;
}
@media (max-width: 750px) {
  .revolving-realestate-simulation .simulation-table.table1 th {
    width: 45%;
  }
}
.revolving-realestate-simulation .simulation-table.table2 td {
  text-align: right;
}


/* 追加CSS（改修4月10日）、ボタンの追加と調整 */

.button-container .revolving_show_btn,
.button-container .revolving_retry_btn,
.button-container .equal_show_btn,
.button-container .equal_retry_btn {
  width: 45%;
  margin: 15px 7.5px;
}

.button-container .btn-lrg-sub1 span {
  font-size: 18px;
}

.button-container .entry_button {
  width: 45%;
  max-width: 100%;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  cursor: pointer;
  margin: 0 7.5px;
  transition: 0.3s ease;
  font-size: 18px;
  position: relative;
  background: linear-gradient(to left, #C2182D 0%, #F26D27 100%);
  border-radius: 92px;
  line-height: 1.2;
  padding: 17px 25px;
  transition: .3s;
}

.button-container .entry_button:hover {
  opacity: .8;
}

@media (max-width: 750px) {
  .button-container {
    display: flex;
    flex-direction: column;
  }
  .button-container .revolving_show_btn,
  .button-container .revolving_retry_btn,
  .button-container .entry_button,
  .button-container .equal_show_btn,
  .button-container .equal_retry_btn {
    width: 40%;
    min-height: 57px;
    width: 100%;
    margin: 10px 0;
  }

  .button-container .revolving_show_btn span,
  .button-container .revolving_retry_btn span,
  .button-container .entry_button,
  .button-container .equal_show_btn,
  .button-container .equal_retry_btn {
    font-size: 16px;
  }
}
</pre></body></html>