@charset "UTF-8";
html,
body,
div,
header,
footer,
figure,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
a,
img,
strong,
b,
em,
span table,
thead,
tbody,
td,
th {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

p:active,
a:active {
  outline: 0;
}

body {
  line-height: 1.8;
  color: #222;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.8;
}

li {
  list-style: none;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #2076c7;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}

button {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
button:hover,
button:focus {
  opacity: 0.7;
}

b,
strong,
em {
  font-weight: bold;
}

em {
  font-style: normal;
}

table {
  table-layout: initial;
}

.content-center {
  width: 940px;
  margin: 24px auto 40px;
}

.align-right {
  float: right !important;
}

.diff strong,
.diff span {
  color: #00aaeb;
}
.diff.up strong,
.diff.up span {
  color: #e3215a;
}

.balloon {
  display: none;
  position: absolute;
  width: 140px;
  padding: 4px 9px 9px 9px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
}
.balloon p {
  margin-top: 8px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}
.balloon p.hdg {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.balloon p a {
  display: block;
  width: 138px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: url(/retail/housing/simulation/common/images/icon_link.png) no-repeat 120px center;
}
.balloon:after {
  content: "";
  position: absolute;
}

header p {
  float: left;
  margin: 10px 30px 0 20px;
}
header h1 {
  float: left;
  margin-top: 20px;
  font-size: 22px;
}

#areaBreadCrumb {
  border-bottom: solid 1px #eee;
}
#areaBreadCrumb > div {
  padding: 9px 0;
}
#areaBreadCrumb span {
  margin-right: 10px;
  font-size: 12px;
  color: #1f1f1f;
}
#areaBreadCrumb span a {
  padding: 0 10px 0 0;
  border-right: solid 1px #e5e5e5;
  font-size: 12px;
}

#content {
  padding: 0;
}
#content > .note {
  margin-top: 2px;
  color: #222;
}

#nav-step {
  float: left;
  margin-top: 26px;
  background: url(/retail/housing/simulation/common/images/nav_arrow.png) no-repeat 207px center;
}
#nav-step li {
  float: left;
  margin-right: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #aeb0b1;
}
#nav-step li.current {
  color: #222;
}
#nav-step li.comp {
  color: #006dd0;
}

#storage-item {
  position: relative;
  margin: 12px 0;
  z-index: 2;
}
#storage-item.non-data a {
  cursor: default !important;
  text-decoration: none !important;
}
#storage-item.non-data:hover .balloon {
  display: block;
}
#storage-item .storage-item-list {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  width: 529px;
  padding: 8px 8px 6px;
  background-color: #0177d3;
  border-radius: 5px;
  box-sizing: content-box;
}
#storage-item .storage-item-list:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 9px;
  border-width: 0 11px 14px 11px;
  border-style: solid;
  border-color: #0177d3 transparent;
  display: block;
  width: 0;
}
#storage-item .storage-item-list > p {
  display: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 4px 0 10px 0;
}
#storage-item .storage-item-list ul li {
  position: relative;
  margin-bottom: 2px;
  padding: 14px 0 12px;
  background-color: #fff;
  border-radius: 5px;
}
#storage-item .storage-item-list ul li:after {
  clear: both;
  display: block;
  content: "";
}
#storage-item .storage-item-list ul li p {
  text-align: right;
}
#storage-item .storage-item-list ul li p.date {
  margin: 0 50px 10px 0;
  font-size: 13px;
  color: #555;
}
#storage-item .storage-item-list ul li p.date a {
  padding-left: 24px;
  background: url(/retail/housing/simulation/common/images/icon_reload.png) no-repeat 8px center;
}
#storage-item .storage-item-list .storage-item {
  width: 445px;
  height: 80px;
  margin-left: 15px;
  cursor: pointer;
}
#storage-item .storage-item-list .storage-item:hover {
  opacity: 0.6;
}
#storage-item .storage-item-list .storage-item .storage-totalamount {
  float: right;
  margin-top: 24px;
}
#storage-item .storage-item-list .storage-item .storage-totalamount p {
  font-size: 16px;
  color: #222;
}
#storage-item .storage-item-list .storage-item .storage-totalamount p strong {
  font-size: 24px;
  color: #e3215a;
}
#storage-item .storage-item-list .storage-item .storage-totalamount p span {
  color: #222;
  font-weight: bold;
}
#storage-item .storage-item-list table {
  float: left;
  width: 270px;
}
#storage-item .storage-item-list table th,
#storage-item .storage-item-list table td {
  height: 26px;
  font-weight: bold;
  background-color: transparent;
  padding: 0;
}
#storage-item .storage-item-list table th {
  text-align: left;
}
#storage-item .storage-item-list table td {
  text-align: right;
}
#storage-item .storage-item-list .btn-ratechange {
  display: none;
  width: 464px;
  height: 38px;
  margin: 5px 0 0 15px;
  border: none;
  background-color: #e8eaeb;
  font-weight: bold;
  color: #2076c7;
}
#storage-item .storage-item-list .show-ratechange .btn-ratechange {
  display: block;
}
#storage-item .storage-item-list .has-bonus {
  background: white url(/retail/housing/simulation/common/images/icon_bonus.png) no-repeat 14px 9px;
}
#storage-item .storage-item-list .has-mix {
  background: white url(/retail/housing/simulation/common/images/icon_mix.png) no-repeat 14px 9px;
}
#storage-item .storage-item-list .has-mix table {
  margin-top: 24px;
}
#storage-item .storage-item-list .has-mix tr:nth-child(2),
#storage-item .storage-item-list .has-mix tr:nth-child(3) {
  display: none;
}
#storage-item .storage-item-list .btn-delete {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  margin-top: -21px;
  padding-top: 29px;
  border: none;
  background: url(/retail/housing/simulation/common/images/icon_garbage.png) no-repeat center 4px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #0077d2;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount {
  margin-top: 1px;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p {
  font-size: 14px;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p span {
  font-size: 16px;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff {
  margin: 4px 0;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff em {
  padding-left: 20px;
  color: #00aaeb;
  background: url(/retail/housing/simulation/common/images/diff_arrow_s.png) no-repeat 0 3px;
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff em.up {
  color: #e3215a;
  background-image: url(/retail/housing/simulation/common/images/diff_arrow_up_s.png);
}
#storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff span {
  font-size: 14px;
}
#storage-item.show-item-list p .frame {
  background-color: #2076c7;
}
#storage-item.show-item-list p .frame .folder {
  background-position: 0 -14px;
}
#storage-item .storage-item-bg {
  display: none;
}
#storage-item.select-delete-item .storage-item-list-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#storage-item.select-delete-item .storage-item-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.5;
}
#storage-item.select-delete-item .storage-item-list {
  top: 50%;
  left: 50%;
  margin: -227px 0 0 -252px;
}
#storage-item.select-delete-item .storage-item-list:after {
  display: none;
}
#storage-item.select-delete-item .storage-item-list > p {
  display: block;
}

.balloon.save-balloon {
  top: 48px;
  left: -29px;
}
.balloon.save-balloon:after {
  top: -10px;
  left: 132px;
  width: 12px;
  height: 10px;
  background: url(/retail/housing/simulation/common/images/balloon_arrow_01.png) no-repeat 0 0;
}

.storage-btn {
  display: block;
  height: 40px;
  color: #555;
  font-size: 14px;
}
.storage-btn .frame {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-left: 7px;
  padding: 12px 0 0 10px;
  border: 1px solid #cdd6dd;
  border-radius: 3px;
  vertical-align: middle;
  box-sizing: content-box;
}
.storage-btn .frame .folder {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(/retail/housing/simulation/common/images/icon_storage.png) no-repeat 0 0;
}
.storage-btn .frame .length {
  display: none;
  position: absolute;
  top: -6px;
  right: -9px;
  width: 20px;
  height: 20px;
  background-color: #2076c7;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.storage-btn.has-data .frame .length {
  display: block;
}

#btn-result-open {
  display: block;
  max-width: 375px;
  width: 100%;
  line-height: 1.4;
  padding: 18px 10px;
  margin: 0 auto 24px;
  border: none;
  border-radius: 6px;
  background: #2076c7;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#btn-result-open span {
  margin-left: 2px;
  font-size: 14px;
  vertical-align: middle;
}
#btn-result-open:hover {
  background-color: #248ad8;
  text-decoration: none;
}

#result {
  overflow: hidden;
  margin-bottom: 24px;
}

#result,
#support {
  display: none;
}

.show-result #result,
.show-result #support,
.show-result #qa {
  display: block;
}

.result-hdg h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
}
.result-hdg p {
  float: left;
  font-size: 13px;
  color: #555;
  margin: 0 0 0 24px;
  line-height: 44px;
}
.result-hdg .result-btn-list {
  margin-bottom: 16px;
}

.result-btn-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
} /*  width: 470px; シミュレーション復帰次第戻し*/

.result-btn-list button {
  width: 230px;
  height: 44px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #cdd6dd;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 199px 12px;
}
.result-btn-list button.btn-save {
  margin-left: 0;
  background-image: url(/retail/housing/simulation/common/images/icon_save.gif);
}
.result-btn-list button.btn-print {
  background-image: url(/retail/housing/simulation/common/images/icon_print.gif);
}
.result-btn-list .btn-save-comp {
  display: none;
  width: 208px;
  height: 42px;
  padding-left: 20px;
  background: #e8f1f9 url(/retail/housing/simulation/common/images/icon_check.png) no-repeat right 15px center;
  border: 1px solid #cdd6dd;
  color: #2076c7;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  box-sizing: content-box;
}
.result-btn-list .saved .btn-save {
  display: none;
}
.result-btn-list .saved .btn-save-comp {
  display: block;
}

.result-loan {
  clear: both;
  margin-bottom: 25px;
}
.result-loan h3 {
  float: left;
  font-size: 16px;
  line-height: 40px;
}
.result-loan .edit-btn-list {
  float: right;
  width: 320px;
}
.result-loan button {
  float: left;
  width: 160px;
  height: 40px;
  color: #2076c7;
}
.result-loan button.btn-reset {
  border: none;
  background: transparent;
}
.result-loan button.btn-edit {
  padding-left: 35px;
  background: #f6f8f9 url(/retail/housing/simulation/common/images/icon_edit.png) no-repeat 18px center;
  border: 1px solid #cdd6dd;
  border-bottom: none;
}
.result-loan .loan2 {
  display: none;
  margin-top: 40px;
}

.result-type-stepDown .result-loan .term-box-wrap.result-stepDown-body,
.result-type-long .tbl-01 .data-rate-long,
.result-type-stepDown .tbl-01 .data-rate-stepDown {
  display: block;
}

.result-cost h4 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
.result-cost p {
  margin-bottom: 10px;
}

.notice-list {
  clear: both;
  margin-bottom: 15px;
}
.notice-list li {
  line-height: 22px;
  color: #222;
}

.btn-entry {
  clear: both;
  text-align: center;
}
.jpbank .btn-entry a {
  width: auto;
}
.jpbank .btn-entry .txt {
  margin-bottom: 6px;
  display: block;
}
.btn-entry a:hover,
.btn-entry a:focus {
  background-position: 0 -77px;
}

.campaign-banner {
  text-align: center;
  margin-top: 15px;
}

.support-comment-list {
  height: 78px;
  padding-top: 15px;
  background: url(/retail/housing/simulation/common/images/bg_support.png) repeat-x 0 0;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
}

ul.support-list {
  width: 100%;
  margin: 10px 0 20px;
  display: flex;
  justify-content: space-between;
}
.support-list li {
  width: 32%;
  padding: 16px;
  border: 1px solid #e0e5e9;
  border-radius: 4px;
}
.support-list li img {
  max-width: 100%;
}
.support-list li p {
  margin-bottom: 16px;
}
.support-list li p.ballon {
  margin-bottom: 25px;
  font-size: 16px;
}
.support-list li p.ballon img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.support-list li p.tel {
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #1975ce;
  background: url(/retail/housing/simulation/common/images/info_tel.png) no-repeat 0 0;
}
.support-list li p a {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: 18px 10px;
  background-color: #2076c7;
  background-position: 237px center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
}
.support-list li p a:hover,
.support-list li p a:focus {
  background-color: #3391db;
}

.support-list li.support-list-center p {
  margin-bottom: 5px;
  line-height: 1.4;
}
.support-list li.support-list-center p.ballon {
  margin-bottom: 12px;
}

ul.support-link-list {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.support-link-list li {
  width: 300px;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  box-sizing: content-box;
}
.support-link-list li p {
  margin-bottom: 8px;
}
.support-link-list li a {
  display: block;
  width: 100%;
  background: url(/common21/imgs/icon-arrow-right-blue.svg) no-repeat 98% center/14px;
  color: initial;
  padding: 16px 16px 8px;
}
.support-link-list li a:hover {
  opacity: 0.7;
}
.text-main {
  color: #2076c7;
}

.simulation-notice-txt {
  margin-bottom: 16px;
}

.simulation-notice-txt > em {
  color: #e3215a;
}

.jpbank-caution {
  margin: 0 0 22px;
  padding: 20px 20px;
  border: 1px solid #cdd6dd;
}
.jpbank-caution-list {
  display: flex;
}
.jpbank-caution-item {
  display: flex;
  align-items: flex-end;
}
.jpbank-caution-item + .jpbank-caution-item {
  margin-left: 30px;
}
.jpbank-caution-item > dt {
  font-weight: bold;
  font-size: 14px;
}
.jpbank-caution-item > dd {
  margin-left: 14px;
}
.jpbank-caution strong {
  color: #cc0000;
  line-height: 1.5;
}

/* caution
 */
#caution li.kariire,
#caution li.karikae,
#caution li.kuriage {
  display: none;
}
#caution li.step01,
#caution li.step02 {
  display: none;
}
#caution.step01 .step01 {
  display: block;
}
#caution.step02 .step01,
#caution.step02 .step02 {
  display: block;
}
#caution.step02 .step02-hidden {
  display: none;
}

.link-list-hdg {
  border-bottom: solid 4px #0076c7;
  margin-bottom: 10px;
  padding: 15px 0 2px 50px;
  background: url(/retail/housing/common/images/icon_link_loan_01.png) no-repeat 0 0;
}
.link-list-hdg a {
  font-size: 15px;
  font-weight: bold;
}

#footContainer {
  border-top: solid 7px #003268;
}

#footer {
  background-color: #f2f2ed;
}
#footer .footerBody {
  width: 940px;
  margin: 0 auto;
}

#footerNav2 {
  padding: 35px 0 30px 0;
}
.jpbank-clause {
  margin-top: 30px;
  text-align: center;
}
.jpbank-clause > a {
  font-size: 14px;
}
.jpbank-back {
  margin-top: 12px;
}
.jpbank-back > a {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
}
.jpbank-back > a::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  background-image: url(/retail/housing/simulation/common/images/icn_back_blue.png);
  content: "";
}
.print .jpbank-footer {
  display: none;
}
.jpbank-footer {
  position: relative;
}
.jpbank-footer::after {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 7px;
  background-image: url(/retail/housing/simulation/common/images/jpbank_bg_01.png);
  background-size: cover;
  content: "";
}
.jpbank-footer-inner {
  position: relative;
  width: 940px;
  margin: 0 auto 10px;
  text-align: center;
}
.jpbank-footer-logo {
  margin-bottom: 18px;
}
.jpbank-footer-inner small {
  color: #333;
  font-size: 11px;
}
#adobeExplain {
  background: url(/common13/imgs/img/thm_adb_pdf.png) no-repeat 0 0;
  padding-left: 40px;
  font-size: 10px;
  color: #333;
}
#adobeExplain p {
  font-size: 10px;
  line-height: 16px;
}
#adobeExplain p:first-child {
  margin-bottom: 13px;
}
#adobeExplain p a {
  color: #202020;
  padding: 1px 20px 3px 0;
  background: url(/common13/imgs/icon/icn_link_other_gray.png) no-repeat right 5px;
}
#adobeExplain p a:hover {
  color: #2076c7;
  text-decoration: none;
}

#footerBottom {
  background-color: #323b44;
  padding: 30px 0;
}
#footerBottom::after {
  content: "";
  display: block;
  clear: both;
}

#siteNav {
  margin: 5px 0 10px 0;
}
#siteNav li {
  display: inline;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
#siteNav li:first-child {
  border-left: none;
}
#siteNav li a {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
}

#selfInfo p {
  float: left;
  padding: 5px 10px;
  color: #9d9e9f;
  font-size: 10px;
  line-height: 16px;
}

#copyright {
  float: right;
  padding: 5px 0;
}
#copyright p {
  color: #9d9e9f;
  font-size: 10px;
  line-height: 16px;
}

#scrollToTop {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 0;
  margin-bottom: 0;
}
#scrollToTop p {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: right;
}
#qa .mogeko {
  display: block;
  width: 60px;
  height: 103px;
  margin-left: 15px;
  background-image: url(/retail/housing/simulation/common/images/mogeko.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#qa .balloon {
  /*top: -70px;
  right: 86px;
  display: block;*/
  top: -54px;
  right: 56px;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
#qa .balloon:after {
  top: 119px;
  right: -10px;
  width: 11px;
  height: 18px;
  background: url(/retail/housing/simulation/common/images/balloon_arrow_02.png) no-repeat 0 0;
}
#qa .balloon p a {
  height: 35px;
  line-height: 35px;
}
#qa .balloon.balloon-rate button,
#qa .balloon.balloon-save button {
  width: 160px;
  height: 38px;
  margin: 9px 0 -10px -10px;
  padding-left: 28px;
  color: #fff;
  background: #2076c7 url(/retail/housing/simulation/common/images/icon_close_02.png) no-repeat 48px center;
  border: none;
}
#qa .balloon.balloon-err button {
  margin-top: 9px;
  display: block;
  width: 138px;
  height: 42px;
  padding-top: 4px;
  color: #2076c7;
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
#qa .balloon.balloon-save {
  width: 100px;
}
#qa .balloon.balloon-save p {
  display: none;
}
#qa .balloon.balloon-save button {
  width: 120px;
  background-position: 28px center;
}
#qa .balloon.balloon-save:after {
  top: 22px;
}
#qa.show-ballon .balloon-rate {
  display: block;
}
#qa.show-save-01 .balloon-save {
  display: block;
}
#qa.show-save-01 .balloon-save .comment-01 {
  display: block;
}
#qa.show-save-02 .balloon-save {
  display: block;
}
#qa.show-save-02 .balloon-save:after {
  top: 14px;
}
#qa.show-save-02 .balloon-save .comment-02 {
  display: block;
}
#qa.show-err .balloon-err {
  display: block;
}
#qa .qa-content {
  width: 100%;
  margin-bottom: 20px;
  background-color: #2076c7;
  border-radius: 5px;
  padding: 4px;
}
#qa .qa-content > p,
#qa .qa-content > h2 {
  margin: 5px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#qa .qa-content > p {
  margin: 5px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#qa .qa-content .qa-list {
  padding: 12px;
  background-color: #fff;
}
#qa .qa-content .qa-list p a {
  display: block;
  margin: 0 auto;
  width: 229px;
  height: 48px;
  padding-right: 9px;
  border: 1px solid #cdd6dd;
  background: white url(/retail/housing/simulation/common/images/icon_link.png) no-repeat 215px 19px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  box-sizing: content-box;
}
#qa .qa-content ul li {
  margin-bottom: 14px;
  padding-top: 6px;
  padding-left: 37px;
  background: url(/common21/imgs/icon-faq-question.svg) no-repeat 0 0/ 30px;
  line-height: 1.5;
  font-size: 16px;
}
#qa .qa-content ul li a {
  font-size: 16px;
}
#qa .qa-content ul li a:hover {
  opacity: 0.7;
}
#qa.show-qa .qa-content {
  display: block;
}
#qa .qa-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
#qa .qa-bg.show {
  display: block;
}

#qa .jpbank-popup {
  display: none;
  position: absolute;
  bottom: 0;
  left: -190px;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 161px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  padding: 14px 9px 0;
}
#qa.show-qa .jpbank-popup {
  display: block;
}
#qa .jpbank-popup::after {
  position: absolute;
  top: 104px;
  right: -11px;
  width: 11px;
  height: 18px;
  background: url(/retail/housing/simulation/common/images/balloon_arrow_02.png) no-repeat 0 0;
  content: "";
}
#qa .jpbank-popup-txt {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.36;
  color: #8a8a8a;
}
#qa .jpbank-popup-btn {
  width: 113%;
  height: 38px;
  margin: 10px -10px 0;
  color: #fff;
  background: #2076c7 url(/retail/housing/simulation/common/images/icon_close_02.png) no-repeat 48px center;
  border: none;
}
#qa .jpbank-popup-link {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #cdd6dd;
  background: white url(/retail/housing/simulation/common/images/icon_link.png) no-repeat 137px 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#qa .jpbank-popup-link > a {
  display: block;
  margin-right: 30px;
}

#fixed-item .to-top {
  position: fixed;
  left: 50%;
  bottom: 56px;
  margin-left: 430px;
}
#fixed-item .to-top a {
  display: block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  text-align: center;
}

#click-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}
#click-area.show {
  display: block;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#modal.show {
  display: block;
}
#modal .modal-bg {
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.5;
}
#modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 424px;
  margin: -212px 0 0 -300px;
  background-color: #fff;
  text-align: center;
}
#modal .modal-content p {
  line-height: 1;
}
#modal .modal-content p.hdg {
  margin: 50px 0 30px 0;
  font-size: 22px;
}
#modal .modal-content p.clear {
  clear: both;
  margin-bottom: 24px;
}
#modal .modal-content .col2 {
  width: 540px;
  height: 175px;
  margin: 0 auto;
  background: url(/retail/housing/simulation/common/images/rate_arrow.png) no-repeat center 86px;
}
#modal .modal-content .box {
  float: left;
  width: 270px;
  padding: 45px 0 20px;
}
#modal .modal-content .box p {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
#modal .modal-content .box p:first-child {
  margin-bottom: 20px;
}
#modal .modal-content .box p strong {
  font-size: 24px;
  color: #2076c7;
}
#modal .modal-content .box p.date {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}
#modal .modal-content ul {
  width: 340px;
  margin: 0 auto;
}
#modal .modal-content ul li {
  float: left;
  margin-right: 24px;
}
#modal .modal-content ul li:last-child {
  margin-right: 0;
}
#modal .modal-content button {
  width: 158px;
  height: 46px;
  background-color: #f6f8f9;
  border: 1px solid #cdd6dd;
  color: #2076c7;
}

table {
  width: 100%;
  color: #222;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 14px;
  margin-bottom: 0;
}
table th,
table td {
  padding: 0;
  vertical-align: middle;
}
table strong {
  font-size: 20px;
  color: #2076c7;
}
table em {
  font-size: 16px;
}
table b {
  color: #222;
}
table .tr-02 {
  background-color: #f6f8f9;
}
table .tr-03 {
  background-color: #e8f1f9;
}

#result table {
  font-size: 15px;
}

.tbl-01 {
  clear: both;
  margin-bottom: 24px;
  border-top: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
}
.tbl-01 th,
.tbl-01 td {
  border-right: 1px solid #cdd6dd;
}
.tbl-01 th {
  width: 20%;
  padding: 4px;
  background-color: #e8f1f9;
}
.tbl-01 td {
  padding: 8px;
}
.tbl-01 th:last-child,
.tbl-01 td:last-child {
  border-right: none;
}

.w33 th {
  width: 33.333%;
}

.tbl-02 th,
.tbl-02 td {
  height: 40px;
  border-right: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
}
.tbl-02 thead th,
.tbl-02 tbody td {
  padding: 0 10px;
  text-align: right;
}
.tbl-02 tbody th,
.tbl-02 tbody td {
  font-weight: normal;
}
.tbl-02 tbody th {
  padding: 0;
  padding-left: 10px;
  background-color: inherit;
  border-left: 1px solid #cdd6dd;
  text-align: left;
  color: #222;
}
.tbl-02 tbody td span {
  color: #222;
}
.tbl-02 tbody td.diff {
  position: relative;
  padding-right: 50px;
  padding-left: 10px;
  /*border-right: 2px solid #00aaeb;
  border-left: 2px solid #00aaeb;*/
  background: #e8f1f9 url(/retail/housing/simulation/common/images/diff_arrow_m.png) no-repeat 5px 13px;
  font-weight: bold;
}
.tbl-02 tbody td.diff strong {
  font-size: 16px;
}
.tbl-02 tbody td.diff::after {
  position: absolute;
  top: 4px;
  right: 10px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/retail/housing/simulation/common/images/icon_reduce.png);
}
.tbl-02 tbody td.diff.up {
  background-image: url(/retail/housing/simulation/common/images/diff_arrow_up_m.png);
}
.tbl-02 tbody td.diff.up::after {
  background-image: url(/retail/housing/simulation/common/images/icon_reduce_up.png);
}
.tbl-02 tbody td.diff.short {
  background-image: url(/retail/housing/simulation/common/images/diff_arrow_short_m.png);
}
.tbl-02 tbody td.diff.short::after {
  background-image: url(/retail/housing/simulation/common/images/icon_short.png);
}
.tbl-02 tbody td.diff.short strong {
  color: #80c955;
}
.tbl-02 tbody td.diff.empty {
  background: #e8f1f9;
}
.tbl-02 tbody td.diff.empty::after {
  display: none;
}
.tbl-02 tr.tr-02 td {
  font-weight: bold;
  color: #222;
}

/**
 計算結果
 ステップダウンタイプ用のスタイル
 */

.result-loan .tbl-01 .data-rate-floating1,
.result-loan .tbl-02 .data-rate-floating1,
.result-loan .tbl-01 .data-rate-floating2,
.result-loan .tbl-02 .data-rate-floating2 {
  display: none;
}

.result-loan .tbl-01 .data-rate-long,
.result-loan .tbl-01 .data-rate-stepDown,
.result-loan .tbl-02 .result-stepDown-body,
.result-loan .tbl-02 .result-stepDown-row {
  display: none;
}

.result-type-stepDown .result-loan .term-box-wrap,
.result-type-stepDown .tbl-01 .data-rate-long,
.result-type-long .tbl-01 .data-rate,
.result-type-long .tbl-01 .data-rate-stepDown,
.result-type-stepDown .tbl-01 .data-rate,
.result-type-stepDown .tbl-02.tbl-02-01 thead .result-normal-row,
.result-type-stepDown .result-loan .tbl-02 tbody,
.result-loan .result-type-stepDown .tbl-02 tbody {
  display: none;
}

.result-type-stepDown .result-loan .term-box-wrap.result-stepDown-body {
  display: block;
}

.result-type-stepDown .tbl-02 .result-stepDown-body .result-stepDown-row,
.result-type-stepDown .tbl-02 thead .result-stepDown-row {
  display: table-row;
}

.result-loan .result-type-stepDown .tbl-02 .result-stepDown-body,
.result-type-stepDown .result-loan .tbl-02 .result-stepDown-body,
.result-type-stepDown .tbl-02 .result-stepDown-body,
.result-type-stepDown .result-loan .tbl-02 .result-stepDown-tbody,
.result-type-stepDown .result-loan > .tbl-02.tbl-karikae tbody {
  display: table-row-group;
}

.result-type-long .tbl-01 .data-rate-long,
.result-type-stepDown .tbl-01 .data-rate-stepDown {
  display: block;
}
.result-type-stepDown .tbl-02-01 .result-stepDown-row th:last-child,
.result-type-stepDown .tbl-02-01 .result-stepDown-row td:last-child {
  display: table-cell;
}

.result-stepDown-body .js-result-stepDown-term-template,
.result-stepDown-body .js-result-stepDown-template,
.result-stepDown-body .js-result-stepDown-karikae-template {
  display: none;
}

.result-type-stepDown .tbl-02-01 .result-stepDown-body .result-stepDown-row th {
  padding-left: 34px;
}

.result-type-stepDown .tbl-02 thead .result-stepDown-row td {
  border: 1px solid lightgray;
  padding-left: 20px;
}

.result-type-stepDown .tbl-01 .data-rate-stepDown {
  line-height: 1.5;
}

.tbl-02-01 {
  margin-bottom: 10px;
}
.tbl-02-01 thead th,
.tbl-02-01 thead td {
  height: 38px;
}
.tbl-02-01 thead th {
  background-color: inherit;
  border-top: 1px solid #cdd6dd;
  font-size: 14px;
}
.tbl-02-01 tbody tr:last-child th {
  padding-left: 34px;
}
.tbl-02-01 tr.tr-02 th {
  border-right: none;
}

.hide-rate2 .tbl-01 th {
  width: 25%;
  background-color: #e8f1f9;
}
.hide-rate2 .tbl-01 th:last-child,
.hide-rate2 .tbl-01 td:last-child {
  display: none;
}
.hide-rate2 .tbl-01 th:first-child,
.hide-rate2 .tbl-01 td:first-child {
  border-left: none;
}
.hide-rate2 .tbl-02-01 th:last-child,
.hide-rate2 .tbl-02-01 td:last-child {
  display: none;
}
.hide-rate2 .tbl-02-01 .tr-02 th:last-child,
.hide-rate2 .tbl-02-01 .tr-02 td:last-child {
  display: table-cell;
}
.hide-rate2 .tbl-hdg {
  height: 214px;
}
.hide-rate2 .tbl-hdg div {
  height: 130px;
  padding-top: 75px;
}
.hide-rate2 .tbl-hdg .tbl-hdg-rate2 {
  display: none;
}
.hide-rate2 .tbl-02-03 .tr-rate2 {
  display: none;
}

.tbl-02-02 {
  margin-bottom: 16px;
  border-top: 1px solid #cdd6dd;
}
.tbl-02-02 tbody td {
  width: 417px;
}
.tbl-02-02 tr.tr-03 td strong {
  font-size: 15px;
}
.tbl-02-02 tr.tr-03 td div {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tbl-02-02 tr.tr-03 td div span {
  height: 22px;
  background-color: #2076c7;
  border-radius: 6px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.tbl-02-02 tr.tr-03 td div span.icon_wd {
  padding: 0 5px;
}

.tbl-hdg {
  float: left;
  width: 185px;
  height: 340px;
  margin-top: 39px;
  border-top: 1px solid #cdd6dd;
}
.tbl-hdg div {
  height: 86px;
  padding: 36px 0 0 30px;
  background-color: #f6f8f9;
  border-left: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
  line-height: 28px;
  font-weight: bold;
  color: #222;
}
.tbl-hdg div strong {
  font-size: 20px;
  color: #2076c7;
}

.tbl-02-03 {
  border-collapse: separate;
}
.tbl-02-03 thead th,
.tbl-02-03 thead td {
  height: 38px;
  width: 220px;
}
.tbl-02-03 thead th {
  padding: 0;
  border-top: 1px solid #cdd6dd;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.tbl-02-03 thead th.diff {
  background-color: #00aaeb;
  border-left: 2px solid #00aaeb;
  border-right: 2px solid #00aaeb;
  border-color: #00aaeb;
  color: #fff;
}
.tbl-02-03 tbody tr:last-child td:last-child {
  border-bottom: 2px solid #00aaeb;
}
.tbl-02-03 tbody td.diff::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 234px;
  height: 41px;
  border-right: 2px solid #00aaeb;
  border-left: 2px solid #00aaeb;
}

.tbl-02-03-02 {
  float: left;
  width: 754px;
}
.tbl-02-03-02 thead th,
.tbl-02-03-02 thead td {
  width: 169px;
}
.tbl-02-03-02 thead th.diff,
.tbl-02-03-02 thead td.diff {
  width: 218px;
}
.tbl-02-03-02 thead th.th-02 {
  background-color: #f9fafa;
}
.tbl-02-03-02 thead th.th-03 {
  background-color: #e8f1f9;
}
.tbl-02-03-02 tbody tr:last-child th {
  padding-left: 34px;
}
.tbl-02-03-02 tbody tr td.diff::before {
  width: 225px;
}

.tbl-02-04 {
  margin-bottom: 10px;
}
.tbl-02-04 th,
.tbl-02-04 td {
  border-color: #c4c4c4;
}
.tbl-02-04 thead th {
  height: auto;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  border-bottom: none;
}
.tbl-02-04 thead th.th-02 {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.tbl-02-04 thead th.th-02 span {
  font-size: 10px;
}
.tbl-02-04 thead th.th-03 {
  background-color: #5ba8f1;
  border-color: #5ba8f1;
}
.tbl-02-04 thead th.diff {
  background-color: #2b85d9;
  border-color: #2b85d9;
}
.tbl-02-04 thead td:first-child {
  border-right: none;
}
.tbl-02-04 tbody th {
  border-left: none;
}
.tbl-02-04 tbody th.th-04 {
  padding: 0;
  background-color: #f6f8f9;
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}
.tbl-02-04 tbody th.th-04 span {
  font-size: 14px;
}
.tbl-02-04 tbody th.th-05 {
  padding: 0;
  background-color: #e8f1f9;
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}
.tbl-02-04 .th-term {
  padding: 0;
  background-color: #f6f8f9;
  border-left: 1px solid #c4c4c4;
  border-bottom: 3px solid #9e9e9e;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.tbl-02-04 .th-term strong {
  font-size: 20px;
  color: #222;
}
.tbl-02-04 .tr-bottom th {
  border-bottom: 3px solid #9e9e9e;
}
.tbl-02-04 .tr-bottom td {
  border-bottom: 3px solid #9e9e9e;
}
.tbl-02-04 .tr-bottom td.td-02 {
  border-bottom: 3px solid #5ba8f1;
}
.tbl-02-04 .tr-bottom td.diff {
  border-bottom: 3px solid #2b85d9;
}
.tbl-02-04 .tr-03 td:first-child {
  background-color: #fff;
  border-bottom: none;
}

.state-00 .term-02,
.state-00 .term-03,
.state-00 .term-04,
.state-00 .term-05,
.state-00 .term-06 {
  display: none;
}

.state-01 .term-03,
.state-01 .term-04,
.state-01 .term-05,
.state-01 .term-06 {
  display: none;
}

.state-02 .term-04,
.state-02 .term-05,
.state-02 .term-06 {
  display: none;
}

.state-03 .term-05,
.state-03 .term-06 {
  display: none;
}

.state-04 .term-06 {
  display: none;
}

.tbl-03 {
  margin: 20px 0 40px;
  border-top: 1px solid #cdd6dd;
  border-left: 1px solid #cdd6dd;
}
.tbl-03 th,
.tbl-03 td {
  border-right: 1px solid #cdd6dd;
}
.tbl-03 td {
  width: 25%;
  height: 60px;
  padding: 0 13px;
  border-bottom: 1px solid #cdd6dd;
}
.tbl-03 td a {
  display: block;
  width: 100%;
  background-image: url(/common21/imgs/icon-arrow-right-blue.svg);
  line-height: 21px;
}
.tbl-03 td.empty {
  display: none;
}

.price-color {
  color: #222;
}

.price-color-02 {
  color: #e3215a;
}

.color-00 {
  color: #aeb0b1;
}

.color-01 {
  color: #40b1a6;
}

.color-02 {
  color: #178378;
}

.color-03 {
  color: #78c800;
}

.color-04 {
  color: #69b000;
}

.color-05 {
  color: #555;
}

.color-06 {
  color: #888;
}

#simulation {
  clear: both;
  margin-bottom: 32px;
  border-radius: 12px;
  background-color: #e8f1f9;
  min-height: 574px;
  padding-bottom: 10px;
}

#simulation::after,
.loan1::after,
.loan2::after {
  content: "";
  display: block;
  clear: both;
}

.left-content {
  position: relative;
  width: 336px;
  margin-left: 10px;
  height: 100%;
}

.left-content ol {
  border: 1px solid #cdd6dd;
}

/*シミュレーション項目内タイトルタグ*/
.left-content-title h2 {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  line-height: 47px;
  font-weight: bold;
}
.current .step-title h3 {
  padding: 16px 0 14px;
  color: #222;
  font-weight: bold;
}
.current .step-title h3 .step-title__number {
  background-color: #222;
}
.step-title h3 .step-title__number {
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #2076c7;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
}
.step-title h3 {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #2076c7;
  padding: 16px 0 14px;
}
.comp .step-title p {
  color: #2076c7;
}
.comp .step-title h3 span {
  background-color: #2076c7;
}
.step-title h3 span {
  margin-right: 5px;
}


.left-content-title {
  height: 47px;
}
.left-content-title p {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  line-height: 47px;
  font-weight: bold;
}
.left-content-title .mix-loan-list {
  display: none;
  height: 41px;
  padding-top: 6px;
  padding-left: 5px;
}
.left-content-title .mix-loan-list li {
  float: left;
  height: 30px;
  padding: 11px 8px 0 9px;
  background-color: #deeaf5;
  box-sizing: content-box;
}
.left-content-title .mix-loan-list li.current {
  padding-top: 8px;
  background-color: #fff;
  border-top: 3px solid #2076c7;
}
.left-content-title .mix-loan-list li:first-child {
  padding-right: 35px;
}
.left-content-title .mix-loan-list li a {
  font-size: 14px;
}
.left-content-title .mix-loan-list li a.btn-loan2-close {
  position: relative;
  top: 2px;
}

.mix-btn {
  position: relative;
  margin-left: 10px;
}
.mix-btn .mix-btn-text {
  margin-top: 12px;
  line-height: 14px;
  display: none;
}
.mix-btn .mix-btn-text a {
  text-decoration: none;
  cursor: default;
}
.mix-btn .mix-btn-text span {
  position: relative;
  left: -2px;
  font-size: 11px;
  color: #484848;
}
.mix-active .mix-btn-text {
  display: block;
}
.mix.mix-active .mix-btn-text {
  display: none;
}

.mix-active .mix-btn-text a {
  cursor: pointer;
  text-decoration: underline;
}
.mix-active .mix-btn-text a:hover {
  text-decoration: underline;
}

ol.step-wrapper {
  width: 100%;
  border: 1px solid #cdd6dd;
  background-color: #fff;
}

.step-content--column {
  display: flex;
  padding-top: 15px;
}

.current .step-content,
.left-content > ol > li,
.left-content > .loan1 > ol > li,
.left-content .step-content > ul > li {
  background: #fff;
}
.left-content ol > li.current .step-content {
  border-bottom: 1px solid #cdd6dd;
}
.right-content {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin: 0 20px;
}

.right-content .note {
  text-align: left;
}

.right-content-title {
  display: none;
  height: 47px;
}
.right-content-title p {
  float: left;
  font-size: 20px;
  line-height: 47px;
}
.right-content-title p.note {
  float: right;
  font-size: 13px;
  color: #555;
}
.right-content-title::after {
  content: "";
  display: block;
  clear: both;
}

.graph-list {
  display: none;
  clear: both;
}
.graph-list > li {
  margin-bottom: 20px;
}
.graph-list > li:after {
  clear: both;
  display: block;
  content: "";
}
.graph-list .graph-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

p.graph-title {
  float: none;
  text-align: left;
}

.graph-list .graph-wrap {
  position: relative;
  height: 32px;
  margin-bottom: 10px;
}
.graph-list .graph-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.graph-list .graph-wrap .graph {
  width: 0;
  height: 32px;
}
.graph-list .graph-wrap .graph.graph-base {
  float: left;
}
.graph-list .graph-wrap .graph-price {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: right;
}
.graph-list .graph-wrap .graph-price span {
  font-size: 24px;
  line-height: 32px;
}
.graph-list .graph-wrap .graph-price.diff {
  position: absolute;
  top: -30px;
  right: 0;
  padding-left: 25px;
  background: url(/retail/housing/simulation/common/images/diff_arrow_l.png) no-repeat 0 5px;
}
.graph-list .graph-wrap .graph-price.diff span {
  font-size: 22px;
}
.graph-list .graph-wrap .graph-price.diff.up {
  background-image: url(/retail/housing/simulation/common/images/diff_arrow_up_l.png);
}
.graph-list .graph-wrap .graph-price.term {
  font-size: 14px;
}
.graph-list .graph-wrap .graph-price.term span {
  font-size: 18px;
}
.graph-list .graph-wrap .graph-price.result-current-termlist span {
  margin-left: 10px;
}
.graph-list .graph-00 .graph-wrap > .graph {
  background-color: #aeb0b1;
}
.graph-list .graph-01 .graph-wrap > .graph {
  background-color: #219287;
}
.graph-list .graph-01 .graph-wrap > .graph > .graph {
  background-color: #40b1a6;
}
.graph-list .graph-02 .graph-wrap > .graph {
  background-color: #69b000;
}
.graph-list .graph-02 .graph-wrap > .graph > .graph {
  background-color: #78c800;
}
.graph-list .graph-03 .graph-wrap > .graph {
  background-color: #d7dce0;
}
.graph-list .graph-03 .graph-wrap > .graph > .graph {
  background-color: #00aaeb;
}
.graph-list .graph-04 .graph-wrap > .graph {
  background-color: #eee;
}
.graph-list .graph-04 .graph-wrap > .graph > .graph {
  position: relative;
  background-color: #8edaf6;
}
.graph-list .graph-04 .graph-wrap > .graph > .graph::after {
  position: absolute;
  top: 0;
  left: 270px;
  content: "";
  display: block;
  width: 52px;
  height: 32px;
  background: url(/retail/housing/simulation/common/images/graph_short.png) no-repeat 0 0;
}
.graph-list ul li {
  float: left;
  margin-right: 22px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}
.graph-list ul li.align-right {
  margin-right: 0;
}
.graph-list .graph-list-02 li {
  float: none;
  margin-right: 0;
  font-weight: normal;
}
.graph-list .graph-list-02 .graph-title {
  margin-bottom: 4px;
  color: #222;
  font-size: 14px;
}
.graph-list .graph-list-02 .graph-wrap .graph.graph-base {
  background: transparent url(/retail/housing/simulation/common/images/graph_base.png) no-repeat 0 0;
}
.graph-list .graph-list-02 .graph-wrap .graph-term {
  float: left;
  display: block;
  width: 75px;
  line-height: 32px;
}
.graph-list .graph-list-02 .graph-wrap .graph-price {
  float: right;
  font-size: 14px;
}
.graph-list .graph-list-02 .graph-wrap .graph-price span {
  font-size: 18px;
}
.graph-list .graph-list-02 .graph-wrap .graph-price.diff {
  top: -25px;
  background-image: url(/retail/housing/simulation/common/images/diff_arrow_short_l.png);
}
.graph-list .graph-list-02 .graph-wrap .graph-price.diff span {
  color: #80c955;
}
.graph-list .note {
  font-size: 12px;
  color: #222;
}

.rate-list {
  display: none;
}
.rate-list li {
  float: left;
  width: calc(50% - 5px);
  min-height: 100px;
  padding: 20px 10px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.rate-list li:nth-child(2n + 1) {
  margin-right: 10px;
}
.rate-list .js-result-stepDown-template {
  display: none;
}
.rate-list .result-rate2,
.rate-list .result-rate-stepDown {
  display: none;
}
.rate-list.show-stepDown .result-rate1,
.rate-list .show-stepDown .result-rate1,
.rate-list.show-stepDown .result-rate2,
.rate-list .show-stepDown .result-rate2 {
  display: none;
}

.rate-list.show-stepDown .result-rate-stepDown,
.rate-list .show-stepDown .result-rate-stepDown {
  display: block;
}
.show-rate2 .result-rate2 {
  display: block;
}
.rate-list table {
  color: #222;
  margin: 0;
}
.rate-list table tr {
  height: 30px;
}
.rate-list table th,
.rate-list table td {
  vertical-align: top;
}
.rate-list table th {
  padding: 0;
  border: 0;
  text-align: left;
  background: #fff;
}
.rate-list table td {
  text-align: right;
  border: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.rate-list table thead th {
  display: block;
}
.rate-list table tbody th,
.rate-list table tbody td {
  font-weight: normal;
  width: 100%;
  display: block;
  line-height: 1.2;
}
.rate-list table tbody th {
  border-bottom: 1px solid #cdd6dd;
  padding-top: 8px;
}
.rate-list table tbody td span {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.rate-list table tbody td.diff span::before {
  padding-right: 10px;
  padding-top: 3px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.rate-list table tbody td.diff span::before {
  content: url(/retail/housing/simulation/common/images/diff_arrow_s.png);
}
.rate-list table tbody td.diff.up span::before {
  content: url(/retail/housing/simulation/common/images/diff_arrow_up_s.png);
}
.rate-list-mix::after {
  content: "";
  display: block;
  clear: both;
}
.rate-list.rate-list-mix .loan2-rate-hdg {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
}
/*.rate-list.rate-list-mix li {*/
/*height: 239px;*/
/*}*/
.rate-list.rate-list-mix li:last-child {
  display: block;
}
.rate-list.rate-list-mix table tr {
  height: 24px;
}
.rate-list.rate-list-mix div:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #666;
}
.rate-list .show-rate2 .result-rate2,
.rate-list.rate-list-mix div:last-child {
  padding-bottom: 10px;
}
.rate-list.rate-list-mix li.show-stepDown {
  height: auto;
}

.introduction {
  width: 478px;
  text-align: center;
  margin: 0 auto;
}
.introduction p {
  margin: 15px 0 25px;
  color: #222;
}
.introduction p.hdg {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.step01 .right-content-title,
.step02 .right-content-title,
.step03 .right-content-title {
  display: block;
}
.step01 .graph-list,
.step02 .graph-list,
.step03 .graph-list {
  display: block;
}

.kuriage-item {
  display: none;
}

button.kuriage-item {
  display: none !important;
}

.loan2 {
  display: none;
}

.loan2-notice {
  display: none;
  width: 270px;
}

.loan2 .loan2-notice {
  display: block;
}

#formtype-02,
#formtype-02-2 {
  background-color: #fff;
  border: 1px solid #cdd6dd;
}

#formtype-02-2,
.formtype-02-2-title {
  display: none;
}

#formtype-03,
.formtype-03-title {
  display: none;
}

#formtype-04.loan-type-stepDown > ul > .type04-select-bonus {
  display: none;
}

#formtype-05 {
  display: none;
}

.step01-state-02 .formtype-01,
.step01-state-02 .formtype-01-title {
  display: none;
}
.step01-state-02 #formtype-02,
.step01-state-02 .formtype-02-title {
  display: none;
}
.step01-state-02 #formtype-02-2,
.step01-state-02 .formtype-02-2-title {
  display: block;
}
.step01-state-02 #formtype-03,
.step01-state-02 .formtype-03-title {
  display: block;
}
.step01-state-02.mix #formtype-03 {
  display: none;
}

.mix .loan1 {
  display: none;
}
.mix .loan2 {
  display: block;
}
.mix.mix-loan1 .loan1 {
  display: block;
}
.mix.mix-loan1 .loan2 {
  display: none;
}
.mix .formtype-01 .left-content-title .mix-loan-list {
  display: block;
}
.mix .formtype-01 .left-content-title p {
  display: none;
}
.mix.step02-state-02 #formtype-04 {
  display: none;
}
.mix.step02-state-02 #formtype-05 {
  display: block;
}

input[type="text"],
input[type="number"],
select {
  width: 130px;
  height: 40px;
  margin-right: 9px;
  padding-left: 10px;
  border: 1px solid #b0bdcc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 18px;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
select:hover,
select:focus {
  border-color: #2076c7;
}

input[type="text"].input-02,
input[type="number"].input-02 {
  width: 155px;
  margin-left: 9px;
}

select.select-02 {
  width: 300px;
  font-size: 15px;
  margin-right: 0;
}

select.select-03 {
  width: 75px;
  margin: 0 5px;
  padding-left: 5px;
  background-position: 94% center;
}

input[type="text"].input-03 {
  width: 150px;
  margin: 0 5px 0 0;
}

.select-col2 > div {
  width: 276px;
}
.select-col2 select {
  float: left;
  width: 132px;
  margin: 0 0 5px 9px;
}
.select-col2 select.select-y {
  margin-left: 0;
}
.select-col2 select.first .group-01 {
  display: none;
}
.select-col2 select.last .group-02 {
  display: none;
}
.select-col2 select.last .group-02.group-01 {
  display: block;
}
.select-col2 .select-term-02 {
  display: none;
}
.select-col2.state-01 .select-term-01 {
  display: none;
}
.select-col2.state-01 .select-term-02 {
  display: block;
}

.err input[type="text"],
.err input[type="number"],
.err select {
  border-color: #be100a;
  background-color: #fff2f2;
}
.err .note {
  color: #be100a !important;
}
::placeholder,
select.placeholder {
  color: #666;
  font-size: 14px;
}
select optgroup {
  color: #fff;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
select optgroup.op-1b {
  background-color: #5b9800;
}
select optgroup.op-22a {
  background-color: #5b9800;
}
select optgroup.op-2b {
  background-color: #78c800;
}
select optgroup.op-23a {
  background-color: #78c800;
}
select optgroup.op-3b,
select optgroup.op-24a {
  background-color: #e3215a;
}
select optgroup.type-stepDown {
  background-color: #fe511b;
}
select optgroup option {
  color: #222;
  background-color: #fff;
  font-weight: bold;
}
select option {
  color: #222;
}
select option.op-placeholder {
  color: #a9a9a9;
}

select optgroup.op-RateType {
  color: #fff;
  background-color: #2076c7;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none;
    appearance: none;
    background: url(/retail/housing/simulation/common/images/select_arrow.png) no-repeat 96% center;
  }
}
button.btn-next {
  font-size: 16px;
  font-weight: bold;
  width: 160px;
  height: 47px;
  margin: 0 0 10px 10px;
  background-color: #2076c7;
  border: none;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
}
button.btn-next.btn-next-ml {
  margin-left: 34px;
}
button.btn-next:hover,
button.btn-next:focus {
  background-color: #3391db;
}

button.btn-back {
  width: 80px;
  height: 48px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #2076c7;
  border-radius: 6px;
  color: #2076c7;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
}

#kariire .karikae-item,
#kuriage .karikae-item {
  display: none;
}

.radio {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 6px;
  box-sizing: border-box;
}
.radio span {
  position: absolute;
  top: 12px;
  left: 34px;
  line-height: 18px;
  font-weight: normal;
}
.radio.active {
  border-color: #2076c7;
}
.radio.disabled {
  border-color: #ccc;
}
.radio.disabled span {
  color: #ccc;
}
.radio.break {
  display: inline-block;
  height: 40px;
  min-width: 200px;
}
.radio.break span {
  top: 18px;
}
.radio:not(.disabled):hover,
.radio:not(.disabled):focus {
  border-color: #2076c7;
}
.radio.focus {
  outline: 1px dotted #333;
}

@media (min-width: 1px) {
  .radio {
    position: relative;
  }
  .radio input[type="radio"] {
    margin: 0;
    opacity: 0;
  }
  .radio label::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #b0bdcc;
    border-radius: 50%;
  }
  .radio.active label::before {
    border: 1px solid #2076c7;
  }
  .radio.active label::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 16px;
    background-color: #2076c7;
    border-radius: 50%;
  }
  .radio.break label::before {
    top: 14px;
  }
  .radio.break.active label::after {
    top: 19px;
  }
}

.step-title,
.step-content {
  padding-left: 10px;
}

#formtype-02 .step-title,
#formtype-02-2 .step-title {
  border-bottom: 1px solid #cdd6dd;
}

.step-title {
  height: auto;
}
.js-step {
  border-top: 1px solid #cdd6dd;
}
.current .step-title {
  border-bottom: 1px solid #cdd6dd;
}
.js-step:first-of-type {
  border-top: none;
}
.step-title p {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #2076c7;
  padding: 16px 0 14px;
}
.step-title p .step-title__number {
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #2076c7;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
}
.current .step-title p .step-title__number {
  background-color: #222;
}

.step-content {
  overflow: hidden;
}
.step-content ul {
  padding-top: 5px;
}
.step-content ul li {
  margin-bottom: 18px;
}
.step-content ul li.select-col2 {
  margin-bottom: 10px;
}
.step-content p,
.step-content label {
  line-height: 1.4;
  font-weight: bold;
}
.step-content .note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
.step-content .note.break {
  clear: both;
  line-height: 17px;
}
.step-content .label-text {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 44px;
}
.step-content .label-text .required {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 8px;
  background-color: #e3215a;
  border-radius: 100px;
  font-size: 10px;
  color: #fff;
  margin-right: 8px;
}
.step-content .label-text .optional {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 8px;
  background-color: #adadad;
  border-radius: 100px;
  font-size: 10px;
  color: #fff;
  margin-right: 8px;
}
.step-content .label-text .attention {
  color: #e3215a;
}
.step-content .switch-text {
  clear: both;
  text-align: right;
  font-weight: normal;
}
.step-content .add-text {
  margin-left: -5px;
}
.step-content .add-text a {
  padding-left: 14px;
  background: url(/retail/housing/simulation/common/images/icon_close.png) no-repeat 0 3px;
  font-size: 12px;
  font-weight: normal;
}
.step-content .add-text.open {
  margin-bottom: 15px;
}
.step-content .add-text.open a {
  background-image: url(/retail/housing/simulation/common/images/icon_open.png);
}
.step-content .add-text.close {
  margin-top: 20px;
}
.step-content .add-loan-hdg {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.step-content.step-content-02 .input-item-02,
.step-content.step-content-02 .input-item-03,
.step-content.step-content-02 .input-item-04,
.step-content.step-content-02 .input-item-05 {
  display: none;
}
.step-content.step-content-02 .state-00 .input-item-02 {
  display: block;
}
.step-content.step-content-02 .state-00 .input-item-05 {
  display: none !important;
}
.step-content.step-content-02 .state-01 .input-item-02,
.step-content.step-content-02 .state-01 .input-item-03 {
  display: none !important;
}
.step-content.step-content-02 .state-01 .input-item-04 {
  display: block;
}
.step-content.step-content-03 .input-item-02 {
  display: none;
}
.step-content.step-content-03 .state-01 .input-item-02 {
  display: block;
}

.add-loan-list {
  display: none;
}
.add-loan-list .add-loan-02 {
  display: none;
}
.add-loan-list.state-02 .add-loan-02 {
  display: block;
}

.show-add-loan .add-loan-list {
  display: block;
}

.current .step-title {
  height: auto;
  background: #fff;
}
.current .step-title p {
  padding: 16px 0 14px;
  color: #222;
  font-weight: bold;
}
.current .step-content {
  overflow: auto;
}

.comp {
  cursor: pointer;
}
.comp .step-title {
  background: white url(/retail/housing/simulation/common/images/icon_check.png) no-repeat 280px center;
}
.comp .step-title p {
  color: #2076c7;
}
.comp .step-title p span {
  background-color: #2076c7;
}
.comp:hover {
  opacity: 0.7;
}

.formtype-01 .step-content {
  display: none;
  height: 0;
}

.slider {
  margin-top: 14px;
}
.slider p {
  margin-bottom: 10px;
}
.slider p.note {
  font-weight: normal;
  color: #555;
}
.slider ul {
  padding-top: 0;
}
.slider ul::after {
  content: "";
  display: block;
  clear: both;
}
.slider ul li {
  float: left;
  margin-bottom: 0;
}
.slider ul li label {
  line-height: 18px;
  display: block;
}
.slider ul li:first-child {
  margin-right: 15px;
}
.slider ul li:last-child span span {
  color: #7e7e7e;
}
.slider input[type="text"],
.slider input[type="number"] {
  width: 95px;
  margin: 6px 8px 0 0;
}

.slider-bar-base {
  width: 265px;
  height: 12px;
  margin: 15px 0;
  background-color: #178378;
  border-radius: 6px;
  clear: both;
}
.slider-bar-base .slider-bar {
  position: relative;
  width: 265px;
  height: 12px;
  background-color: #40b1a6;
  border-radius: 6px;
}
.slider-bar-base .slider-bar-handler {
  position: absolute;
  top: -7px;
  right: -12px;
}
.slider-bar-base .slider-bar-handler img {
  max-width: none;
}

.figre-wrapper {
  margin-bottom: 20px;
}

.figure {
  width: 100%;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}

.figure.state-01.show-graph {
  display: block;
}

.figure img {
  width: 100%;
}

.note-ownFunds10per {
  display: none;
}

.figure.state-01 {
  width: 100%;
}

.figure.state-01 {
  width: 575px;
}
#print-info {
  display: none;
}
#print-info p {
  margin-bottom: 10px;
}
#print-info .attention {
  color: #e3215a;
}

#print-btn-list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  padding: 60px 20px 0;
  background-color: rgba(74, 74, 74, 0.6);
}
#print-btn-list p {
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#print-btn-list button {
  width: 230px;
  margin-bottom: 8px;
  border: none;
  color: #2076c7;
}
#print-btn-list li:first-child button {
  height: 40px;
  background: #efefef url(/retail/housing/simulation/common/images/icn_back_blue.png) no-repeat 20px center;
  background-size: 12px 12px;
  text-align: left;
  padding-left: 45px;
}
#print-btn-list li:last-child button {
  height: 64px;
  color: #222;
  background: white url(/retail/housing/simulation/common/images/icon_print.gif) no-repeat 200px center;
}

.print {
  /*width: 1000px;
  margin: 0 auto;*/
  background-color: #4a4a4a;
  -webkit-print-color-adjust: exact;
}
.print #content > p,
.print #nav-step,
.print #storage-item,
.print .result-btn-list,
.print .edit-btn-list,
.print #areaBreadCrumb,
.print .campaign-banner,
.print .btn-entry,
.print .result-cost > p,
.print #support,
.print #caution,
.print #link-list,
.print #disClaim27,
.print #footContainer,
.print #qa,
.print .js-btn-edit {
  display: none !important;
}
.print header {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.print #content {
  padding: 10px 30px 30px;
  background-color: #fff;
}
.print #simulation {
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background: transparent;
  box-shadow: none;
  border: none;
}
.print #simulation .left-content {
  display: none;
}
.print #simulation .right-content {
  float: none;
  margin-left: 0;
}
.print #simulation .right-content .graph-list {
  height: auto;
}
.print #simulation .rate-list {
  display: none;
}
.print #result .result-hdg > p {
  display: none;
}
.print #print-btn-list {
  display: block;
}
.print #print-info {
  display: block;
}

/*-- 20160804追加? --*/
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.textF14px {
  font-size: 14px;
}
.bdr_gray1px {
  border: 1px solid #cdd6dd;
}

/** シミュレーション初回訪問時表示モーダル
----------------------------------------------------------------------*/
.simu_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.simu_modal_overlay .simu_modal_contnet {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 580px;
  margin: auto;
  background: #fff;
  border: 3px solid #2076c7;
  box-sizing: border-box;
  z-index: 10001;
}

.simu_modal_overlay .inner {
  padding: 21px 20px 20px 130px;
}

.simu_modal_overlay .img {
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}

.simu_modal_overlay h2 {
  margin-bottom: 9px;
  color: #0077d3;
  font-size: 18px;
  font-weight: bold;
}

.simu_modal_overlay .lead {
  margin-bottom: 16px;
  font-size: 14px;
}

.simu_modal_overlay .emphasis {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.simu_modal_overlay .emphasis > :nth-child(1) {
  margin-bottom: 4px;
}

.simu_modal_overlay .emphasis .underline {
  position: relative;
  display: inline-block;
}

.simu_modal_overlay .emphasis .underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #fcffb3;
  content: "";
  z-index: -1;
}

.simu_modal_overlay .emphasis em {
  color: #bd100a;
  font-size: 18px;
}

.simu_modal_overlay .emphasis .fs_middle {
  font-size: 24px;
  line-height: 1;
}

.simu_modal_overlay .emphasis .fs_large {
  font-size: 26px;
  line-height: 1;
}

.simu_modal_overlay .answer {
  margin-left: 48px;
}

.simu_modal_overlay .answer > a {
  display: inline-block;
  padding: 12px 61px;
  border-radius: 3px;
  background-color: #2076c7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.simu_modal_overlay .simu_modal_btn {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 33px;
  height: 33px;
  background-color: #0077d3;
  border: none;
}

.simu_modal_overlay .simu_modal_btn::before,
.simu_modal_overlay .simu_modal_btn::after {
  position: absolute;
  top: 45%;
  right: 25%;
  width: 18px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.simu_modal_overlay .simu_modal_btn::before {
  transform: rotate(45deg);
}

.simu_modal_overlay .simu_modal_btn::after {
  transform: rotate(-45deg);
}

.simu_modal_overlay .simu_modal_btn > span {
  position: absolute;
  bottom: -1000px;
  right: -1000px;
}

.text-bold {
  font-weight: bold;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.h1 {
  margin-bottom: 20px;
}


@media screen and (max-width: 1019px) {
  body {
    -webkit-text-size-adjust: none;
  }

  table th {
    background-color: transparent;
  }

  a {
    background-size: 11px 11px;
  }

  .close-btn {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #2076c7 !important;
    opacity: 1 !important;
  }
  .close-btn p {
    color: #fff;
    text-align: center;
    line-height: 48px;
  }
  .close-btn p span {
    padding-left: 20px;
    background: url(/retail/housing/simulation/common/images/sp/btn_close_w.png) no-repeat 0 4px;
    background-size: 12px 12px;
  }

  .content-center {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }

  header {
    height: auto;
    border-top-width: 5px;
  }
  header p {
    float: none;
    margin: 10px 0 0 0;
  }
  header h1 {
    float: none;
    margin: 10px 0 8px 0;
    font-size: 21px;
    line-height: 28px;
  }

  #content {
    padding: 15px 10px 17px 10px;
  }
  .jpbank #content {
    padding: 15px 0 17px 0;
  }

  #nav-step {
    margin-top: 15px;
    padding-left: 10px;
    background: url(/retail/housing/simulation/common/images/sp/nav_arrow.png) no-repeat 66px center !important;
    background-size: 23px 11px !important;
  }
  #nav-step li {
    margin-right: 40px;
    font-size: 14px;
  }

  #storage-item {
    position: relative;
  }
  #storage-item.non-data:hover .balloon {
    display: none;
  }
  #storage-item .storage-item-list {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0;
    overflow: auto;
  }
  #storage-item .storage-item-list:after {
    display: none;
  }
  #storage-item .storage-item-list > p {
    color: #4e4f4f;
    margin-bottom: 5px;
  }
  #storage-item .storage-item-list .storage-item-length {
    text-align: center;
    height: 35px;
    color: #4e4f4f;
    border-bottom: 1px solid #ccc;
    line-height: 35px;
  }
  #storage-item .storage-item-list ul {
    padding-bottom: 48px;
  }
  #storage-item .storage-item-list ul li {
    padding: 12px 50px 5px 12px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
  }
  #storage-item .storage-item-list ul li p.date {
    margin: 0;
  }
  #storage-item .storage-item-list ul li p.date a {
    padding-left: 22px;
    background: url(/retail/housing/simulation/common/images/sp/icon_reload.png) no-repeat 7px center;
    background-size: 12px;
  }
  #storage-item .storage-item-list .storage-item {
    width: auto !important;
    height: auto;
    margin-left: 0;
  }
  #storage-item .storage-item-list .storage-item .storage-totalamount {
    float: none;
    text-align: right;
    margin-top: 5px;
  }
  #storage-item .storage-item-list table {
    width: 100% !important;
  }
  #storage-item .storage-item-list table th,
  #storage-item .storage-item-list table td {
    height: 22px;
  }
  #storage-item .storage-item-list .btn-ratechange {
    display: none;
    width: 100% !important;
    margin: 4px 0;
  }
  #storage-item .storage-item-list .has-bonus {
    background: white url(/retail/housing/simulation/common/images/sp/icon_bonus.png) no-repeat 12px 9px;
    background-size: 52px 20px;
  }
  #storage-item .storage-item-list .btn-delete {
    background: url(/retail/housing/simulation/common/images/sp/icon_garbage.png) no-repeat center 4px;
    background-size: 16px 23px;
  }
  #storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff em {
    padding-left: 20px;
    background: url(/retail/housing/simulation/common/images/sp/diff_arrow_s.png) no-repeat 0 3px;
    background-size: 14px 13px;
  }
  #storage-item .storage-item-list.type-02 .storage-item .storage-totalamount p.diff em.up {
    color: #e3215a;
    background-image: url(/retail/housing/simulation/common/images/sp/diff_arrow_up_s.png);
  }
  #storage-item.select-delete-item .storage-item-bg {
    display: block;
    z-index: 3;
  }

  .balloon.save-balloon {
    width: 150px;
    border: none;
    top: 30px;
    left: -50px;
  }
  .balloon.save-balloon a {
    background: url(/retail/housing/simulation/common/images/sp/icon_link.png) no-repeat 135px center;
    background-size: 13px 11px;
  }
  .balloon.save-balloon:after {
    top: -9px;
    left: 90px;
    width: 18px;
    height: 9px;
    background-image: url(/retail/housing/simulation/common/images/sp/balloon_arrow_01.png);
    background-size: 18px 9px;
  }
  .balloon.save-balloon div {
    width: 100%;
    background-color: #2076c7;
    text-align: center;
    color: #fff;
    line-height: 42px;
  }
  .balloon.save-balloon div span {
    padding-left: 20px;
    background: url(/retail/housing/simulation/common/images/sp/btn_close_w.png) no-repeat 0 4px;
    background-size: 12px 12px;
    font-size: 14px;
  }

  .result-btn-list .balloon.save-balloon {
    top: 44px;
    left: -2px;
  }
  .result-btn-list .balloon.save-balloon:after {
    left: 75px;
  }
  .result-btn-list .balloon.save-balloon p {
    float: none;
    margin-left: 0;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .result-btn-list .balloon.save-balloon p.hdg {
    font-size: 14px;
  }

  .storage-btn {
    margin-right: 24px;
    padding-right: 10px;
    height: auto;
  }
  .storage-btn .length {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-color: #2076c7;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
  .storage-btn::after {
    content: "0";
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-color: #bbbcbc;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
  .storage-btn.has-data {
    margin-right: 10px;
    padding-right: 0;
    color: #2076c7;
  }
  .storage-btn.has-data .length {
    display: inline-block;
  }
  .storage-btn.has-data::after {
    display: none;
  }

  #click-area {
    display: none;
    z-index: 3;
  }

  #btn-result-open {
    width: 100%;
    height: 65px;
    background-position: 95% center;
  }

  #result,
  #support {
    padding: 0 10px;
  }

  .result-hdg {
    margin-bottom: 10px;
  }

  .result-hdg p {
    float: right;
  }
  .result-hdg .result-btn-list {
    margin-bottom: 0 !important;
  }

  .result-btn-list {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }
  .result-btn-list::after {
    clear: both;
    display: block;
    content: "";
  }
  .result-btn-list li {
    position: relative;
    width: 100%;
  }
  .result-btn-list button {
    width: 100%;
    height: 46px;
    border: none;
    background-position: 92% center;
  }
  .result-btn-list button.btn-save {
    padding: 0 12px 0 0;
    text-align: left;
    background-image: url(/retail/housing/simulation/common/images/sp/icon_save.png);
    background-size: 18px 14px;
    border: none;
    color: #2076c7;
    text-align: center;
  }
  .result-btn-list .btn-save-comp {
    width: auto;
    height: 46px;
    padding: 0 12px 0 0;
    border: none;
    border-right: 1px solid #ced1d3;
    background-position: 92% center;
    background-size: 16px 13px;
    line-height: 48px;
  }
  .result-btn-list .storage-btn {
    display: block;
    margin: 0 auto;
    border: none;
    height: 46px;
    padding: 10px 0;
    width: 110px;
  }

  .result-btn-list .storage-btn::after {
    position: static;
  }

  .result-loan h3 {
    float: none;
  }

  .result-loan .edit-btn-list {
    float: none;
    width: auto;
    height: auto;
    margin-top: -1px;
    margin-bottom: 20px;
    border: 1px solid #ced1d3;
  }
  .result-loan .edit-btn-list button {
    width: 100%;
    border: none;
    float: none;
  }

  .result-btn-list li + li {
    border-top: none;
  }
  .edit-btn-list li + li {
    border-top: 1px solid #ced1d3;
  }

  .result-loan button {
    float: left;
    width: 50%;
    height: 46px;
  }
  .result-loan button.btn-reset {
    padding: 0;
  }
  .result-loan button.btn-edit {
    padding: 0 14px 0 0;
    background: url(/retail/housing/simulation/common/images/sp/icon_edit.png) no-repeat 92% center;
    background-size: 16px 18px;
    border: none;
  }

  .result-cost h4 {
    margin-bottom: 10px;
  }

  .notice-list li {
    position: relative;
  }
  .notice-list li span {
    position: absolute;
    left: 0;
  }

  .btn-entry.simulation_styles {
    padding: 0;
  }
  .btn-entry.full-width {
    width: 100%;
  }
  .btn-entry.full-width > a {
    height: auto;
  }
  .btn-entry.full-width > a > img {
    width: 100%;
  }
  .btn-entry a {
    width: 290px;
    height: 78px;
    background: transparent;
    border-radius: 0;
  }

  .campaign-banner img {
    width: 100%;
  }

  .arrow-l {
    height: 70px;
    background: url(/retail/housing/simulation/common/images/sp/arrow_l.png) no-repeat center bottom;
    background-size: 80px 40px;
  }
  .arrow-l p {
    text-align: center;
    font-size: 16px;
  }

  .support-comment-list {
    height: auto;
    margin-bottom: 5px;
    background: transparent;
    flex-direction: column;
  }
  .support-comment-list li img {
    width: 75%;
    max-width: 300px;
  }
  .support-comment-list li:last-child {
    text-align: right;
  }

  .support-list {
    height: auto;
    margin-bottom: 0;
    width: 100%;
    flex-direction: column;
  }
  .support-list li {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    padding: 14px;
  }
  .support-list li p {
    margin-bottom: 12px;
  }
  .support-list li p.ballon {
    margin-bottom: 12px;
  }
  .support-list li p.ballon img {
    margin-right: 4px;
  }
  .support-list li p.tel {
    background: url(/retail/housing/simulation/common/images/sp/info_tel.png) no-repeat 0 0;
    background-size: 24px 24px;
  }
  .support-link--title {
    width: 100%;
    margin-top: 20px;
  }
  .support-link--title img {
    width: 290px;
  }
  .support-link-list {
    flex-direction: column;
  }
  .support-link-list li {
    width: 100%;
    margin-bottom: 8px;
  }
  .support-link-list li p a {
    background-image: url(/common21/imgs/icon-arrow-right-blue.svg);
  }

  .simulation-notice-txt {
    margin: 16px 10px;
  }

  .simulation-notice-txt > em {
    color: #c00;
  }

  #link-list {
    margin-bottom: 12px;
  }
  #link-list ul {
    border-top: 1px solid #bbb;
  }
  #link-list ul li {
    height: 37px;
    padding: 18px 10px 0 10px;
    border-bottom: 1px solid #bbb;
  }
  #link-list ul li a {
    display: block;
    background-image: url(/common21/imgs/icon-arrow-right-blue.svg);
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
  }
  #link-list ul li.break {
    height: 46px;
    padding-top: 9px;
  }

  .link-list-text {
    margin-bottom: 8px;
    padding: 0 10px;
  }

  .link-list-hdg {
    background-image: url(/retail/housing/simulation/common/images/sp/icon_link_loan_01.png);
    background-size: 40px 32px;
  }

  #footContainer {
    border-width: 3px;
  }

  #footer .footerBody {
    width: auto;
  }

  #footerNav2 {
    display: none;
  }

  #footerBottom {
    padding: 0;
  }

  .jpbank-clause {
    margin-top: 27px;
  }

  .jpbank-footer-inner {
    width: 100%;
  }

  .jpbank-footer-inner p {
    line-height: 1.3;
  }

  .jpbank-footer::after {
    top: 44px;
    background-size: contain;
  }

  #siteNav {
    margin: 0;
    background-color: #f2f2ed;
  }
  #siteNav li {
    display: block;
    padding: 0;
    border-left: none;
    border-bottom: solid 1px #ccc;
  }
  #siteNav li a {
    display: block;
    padding: 15px;
    color: #0076c6;
    text-decoration: underline;
    font-size: 14px;
  }

  #selfInfo {
    padding: 10px 0 0 10px;
  }
  #selfInfo p {
    float: none;
    padding: 5px 0 0 0;
    line-height: 14px;
  }

  #copyright {
    float: none;
    padding: 5px 10px;
  }
  #copyright p {
    line-height: 14px;
  }

  #scrollToTop p {
    width: auto;
    padding: 0;
  }
  #scrollToTop p a {
    bottom: 25px;
    right: 20px;
    margin: 0;
  }

  #qa {
    position: static;
    margin: 30px 10px 0;
  }
  #qa .qa-content {
    display: block;
    position: static;
    width: auto;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px;
  }
  #qa .qa-content::after {
    display: none;
  }

  #modal {
    background-color: #fff;
    overflow: auto;
  }
  #modal .modal-bg {
    z-index: 4;
  }
  #modal .modal-content {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #modal .modal-content p {
    line-height: 1.4;
  }
  #modal .modal-content p.hdg {
    margin: 35px 0 15px 0;
  }
  #modal .modal-content p.clear {
    margin-bottom: 15px;
  }
  #modal .modal-content .col2 {
    width: auto;
    height: auto;
    margin-top: 35px;
    background: url(/retail/housing/simulation/common/images/sp/rate_arrow.png) no-repeat center 94px;
    background-size: 25px 24px;
  }
  #modal .modal-content .box {
    float: none;
    width: auto;
    margin-bottom: 45px;
    padding: 0;
  }
  #modal .modal-content .box p {
    margin-bottom: 5px;
  }
  #modal .modal-content .box p:first-child {
    margin-bottom: 5px;
  }
  #modal .modal-content ul {
    width: 100%;
    height: 110px;
    margin: 0;
  }
  #modal .modal-content ul li {
    width: 44%;
    margin: 0 0 0 10px;
  }
  #modal .modal-content ul li:last-child {
    float: right;
    margin-right: 10px;
  }
  #modal .modal-content button {
    width: 100%;
  }

  #simulation {
    height: auto;
    margin: 0 10px 10px 10px;
    border: none;
  }

  .left-content,
  .right-content {
    width: auto;
    float: none;
    margin: 0;
  }

  .right-content {
    padding: 8px;
    width: 100%;
    max-width: none;
  }

  .left-content ol {
    border-top: 1px solid #ced1d3;
  }

  .left-content > ul > li:after {
    clear: both;
    display: block;
    content: "";
  }

  .left-content-title .mix-loan-list li a.btn-loan2-close {
    top: 1px;
  }
  .mix-btn .mix-btn-info {
    margin: 6px 9px 0 -5px;
  }

  .formtype-01-title .align-right,
  .formtype-03-title .align-right {
    margin-right: 8px;
  }
  .formtype-01-title .align-right a,
  .formtype-03-title .align-right a {
    font-size: 12px;
  }

  .graph-list {
    height: auto !important;
  }
  .graph-list > li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c9cbcc;
  }
  .graph-list .graph-wrap {
    height: auto;
    margin-bottom: 8px;
  }
  .graph-list .graph-wrap .graph-price {
    clear: both;
    float: none !important;
    text-align: right;
  }
  .graph-list .graph-wrap .graph-price.diff {
    position: static;
    float: right !important;
    background: url(/retail/housing/simulation/common/images/sp/diff_arrow_l.png) no-repeat 0 center;
    background-size: 18px 20px;
  }
  .graph-list .graph-wrap .graph-price.diff.up {
    background-image: url(/retail/housing/simulation/common/images/sp/diff_arrow_up_l.png);
  }
  .graph-list .graph-wrap .graph-price.term {
    position: static;
    float: right !important;
  }
  .graph-list .graph-wrap p {
    float: none;
    text-align: right;
    font-weight: bold;
  }
  .graph-list table th,
  .graph-list table td {
    height: 24px;
    font-weight: bold;
  }
  .graph-list table td {
    text-align: right;
  }

  .graph-title {
    position: static !important;
  }

  .rate-list {
    height: auto !important;
  }
  .rate-list li {
    float: none;
    width: auto;
    height: auto !important;
    padding: 14px 13px 10px 13px;
  }
  .rate-list li:first-child {
    margin: 0 0 4px 0;
  }

  .rate-list li:nth-child(2n + 1) {
    margin-right: 0;
  }

  input[type="text"],
  input[type="number"],
  select {
    width: 85%;
    height: 48px;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/retail/housing/simulation/common/images/sp/select_arrow.png) no-repeat 95% center;
    background-size: 12px 6px;
    color: #222;
  }
  select.select-02 {
    width: 100%;
  }

  .select-col2 > div {
    width: 100%;
  }
  .select-col2 select {
    width: 49%;
    margin-left: 2%;
  }

  input[type="text"].input-02,
  input[type="number"].input-02 {
    width: 60%;
  }

  input[type="text"].input-03,
  input[type="number"].input-03 {
    width: 54%;
  }

  button.btn-next {
    height: 48px;
    margin: 0 0 15px 10px;
  }
  button.btn-next.btn-next-ml {
    display: block;
    margin: 0 auto 15px auto;
  }

  button.btn-back {
    height: 49px;
  }

  .radio {
    display: block;
    float: left;
    width: 49%;
    height: 48px;
    margin: 0;
  }
  .radio:first-child {
    margin-right: 2%;
  }
  .radio span {
    top: 14px;
  }

  @media (min-width: 1px) {
    .radio label::before {
      top: 12px;
    }
    .radio.active label::after {
      top: 17px;
    }
  }

  .step-content--column {
    flex-direction: column;
  }

  .left-content-title h2 {
    font-size: 14px;
  }

  .step-title,
  .step-content,
  .js-step:last-of-type .step-title {
    margin-bottom: 0;
  }
  .current .step-content {
    background: #fff;
  }

  .step-content-01 .right-content,
  .step-content-02 .right-content,
  .step-content-03 .right-content {
    display: none;
  }

  .step-content .right-content {
    display: none;
  }

  .step-title {
    padding-left: 12px;
  }
  .step-title p span {
    margin-right: 5px;
  }

  .formtype-01 .step-title {
    border-top: none;
  }

  .current .step-content {
    height: auto !important;
  }

  .comp .step-title {
    background: white url(/retail/housing/simulation/common/images/sp/icon_check.png) no-repeat 95% center;
    background-size: 13px 9px;
  }

  .step-content {
    height: 0 !important;
    padding: 0 9px;
    border-bottom: none;
  }
  .step-content > ul > li:after {
    clear: both;
    display: block;
    content: "";
  }
  .step-content .add-text {
    margin-left: 0;
  }
  .step-content .add-text a {
    background: url(/retail/housing/simulation/common/images/sp/icon_close.png) no-repeat 0 3px;
    background-size: 10px;
  }
  .step-content .add-text.open a {
    background-image: url(/retail/housing/simulation/common/images/sp/icon_open.png);
  }
  .step-content .rate-list {
    display: block;
    padding: 0;
  }
  .step-content .rate-list li {
    margin-bottom: 10px;
    padding: 5px 9px 0 0 !important;
    border-bottom: none;
  }
  .step-content .rate-list li:first-child table tr:nth-child(even) {
    display: none;
  }

  .formtype-01 .input-item-02 > div:after {
    clear: both;
    display: block;
    content: "";
  }

  .slider-bar-base {
    position: relative;
    height: 15px;
    margin: 20px 0;
    border-radius: 10px;
  }
  .slider-bar-base .slider-bar {
    height: 15px;
    border-radius: 10px;
  }
  .slider-bar-base .slider-bar-handler {
    top: -11px;
    right: -15px;
  }

  .slider-bar-base .slider-bar-handler img {
    width: 35px;
    height: 36px;
  }

  .figure {
    position: static;
    margin-bottom: 10px;
  }
  .figure img {
    width: 100%;
    height: auto;
  }

  .figure.state-01 {
    width: auto;
  }

  .hide-rate2 .condition-list li:last-child {
    display: none;
  }

  .hide-rate2 .result-box.bg-color-rate2 {
    display: none;
  }

  #result table {
    font-size: 14px;
  }

  .table-bg--gray {
    background-color: #f6f8f9;
  }

  .table-bg--red {
    background-color: #fff2f4;
  }

  .result-loan .tbl-01 thead {
    display: none;
  }

  .result-loan .tbl-01 tr,
  .result-loan .tbl-01 td {
    width: 100%;
    display: block;
  }
  .result-loan .tbl-01 td {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: 2px solid #cdd6dd;
    border-left: none;
    border-right: none;
    padding: 12px 0 3px;
  }
  .result-loan .tbl-01 td:first-child {
    border-top: 2px solid #cdd6dd;
  }
  .result-loan .tbl-01 td::before {
    content: attr(data-label);
    font-size: 14px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    display: block;
  }
  .result-loan .tbl-01 td:first-child
  .tbl-02 thead th {
    padding: 2px 5px 0;
    font-size: 13px;
  }
  .tbl-02 tbody th,
  .tbl-02 thead td {
    padding-left: 7px;
    border-right: none;
    width: 30% !important;
  }
  .tbl-02 thead th {
    border-right: 1px solid #cdd6dd;
  }
  .tbl-02 tbody td {
    padding-right: 7px;
  }
  .tbl-02 thead th:first-of-type,
  .result-loan .tbl-02 tbody td:first-of-type {
    border-left: 1px solid #cdd6dd;
    width: 35% !important;
  }
  .tbl-02 .tr-02 td {
    border-left: none !important;
    word-break: keep-all;
  }
  .tbl-02 .tr-02.sp-bottom--none th,
  .tbl-02 .tr-02.sp-bottom--none td {
    border-bottom: none;
  }
  .tbl-02 .tr-02 th {
    word-break: keep-all;
  }

  .tbl-02 tbody td.diff {
    padding-right: 46px;
    background-color: #fff;
    background: #fafdff url(/retail/housing/simulation/common/images/sp/diff_arrow_s.png) no-repeat 0 center;
    background-size: 14px 13px;
  }
  .tbl-02 tbody td.diff::after {
    top: 6px;
    right: 7px;
  }
  .tbl-02 tbody td.diff.up {
    background-image: url(/retail/housing/simulation/common/images/sp/diff_arrow_up_s.png);
  }

  .tbl-02-01 tbody tr th {
    height: 45px;
  }
  .tbl-02-01 tbody tr:last-child th {
    padding-left: 15px;
  }

  .tbl-02-02 {
    margin-bottom: 10px;
  }
  .tbl-02-02 tr.tr-03 td div {
    float: right;
    width: 135px;
  }
  .tbl-02-02 tr.tr-03 td div span {
    border-radius: 2px;
    font-size: 11px;
  }

  .result-type-stepDown .result-box {
    padding-top: 8px;
  }
  .result-type-stepDown .result-box .tbl-02 thead,
  .result-type-stepDown .result-box .tbl-02 tbody {
    display: none;
  }

  .result-box .tbl-02 .result-stepDown-body tr.result-stepDown-heading th {
    font-weight: bold;
  }

  .result-box .tbl-02 .result-stepDown-body tr:not(.result-stepDown-heading) th {
    height: 36px;
    padding-left: 6px;
  }

  .result-box .tbl-02 .result-stepDown-body tr:not(.result-stepDown-heading) td {
    height: 36px;
  }

  .result-stepDown-body .result-stepDown-row .result-stepDown-rate {
    font-size: 16px;
  }

  .result-type-stepDown .result-box .tbl-02 .result-stepDown-body,
  .result-type-stepDown .tbl-02 .result-stepDown-total-body {
    display: table-row-group;
  }

  .result-type-stepDown .tbl-02 thead .result-stepDown-row td {
    border-right: none;
    padding: 0 5px;
    text-align: center;
  }
  .result-type-stepDown .tbl-02 thead .result-stepDown-row th {
    padding: 0 5px;
    text-align: center;
  }
  .result-type-stepDown .tbl-02-01 .result-stepDown-body .result-stepDown-row th {
    padding: 2px 5px;
    text-align: right;
    font-size: 13px;
  }

  .result-box {
    margin-bottom: 8px;
    padding: 0 8px 8px 8px;
  }
  .result-box .tbl-02 thead th {
    height: 35px;
    padding: 5px 0 0 0;
    border-right: none;
    text-align: center;
    font-size: 16px;
  }
  .result-box .tbl-02 thead th strong {
    font-size: 16px;
  }
  .result-box .tbl-02 tbody {
    background-color: #fff;
  }
  .result-box .tbl-02 tbody th {
    height: 45px;
    line-height: 17px;
  }

  .detail-hdg {
    height: 28px;
  }
  .detail-hdg h3 {
    float: left;
  }
  .detail-hdg button {
    float: right;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
  }
  .detail-hdg button span {
    display: block;
    width: 11px;
    height: 6px;
    margin: 0 auto;
    padding: 0;
    background: url(/retail/housing/simulation/common/images/sp/btn_open.png) no-repeat 0 0;
    background-size: 11px 12px;
    background-position: 0 -6px;
  }
  .detail-hdg button.open span {
    background-position: 0 0;
  }

  .term-box-wrap {
    clear: both;
    height: 0;
    overflow: auto;
  }

  .term-box {
    /*height: 735px;*/
    height: 47px;
    margin-bottom: 4px;
    overflow: hidden;
  }
  .term-box .term-hdg {
    position: relative;
    height: 45px;
    border: 1px solid #d3d3d3;
    background: linear-gradient(#d9effc, white);
    text-align: center;
  }
  .term-box .term-hdg::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/retail/housing/simulation/common/images/sp/table_open.png) no-repeat 0 0;
    background-size: 18px 36px;
  }
  .term-box .term-hdg.open::after {
    background-position: 0 -18px;
  }
  .term-box .term-hdg p {
    font-size: 16px;
    line-height: 45px;
    font-weight: bold;
    color: #4e4f4f;
  }
  .term-box .term-hdg p strong {
    color: #2076c7;
    font-size: 16px;
  }
  .term-box .term-hdg p span {
    color: #2076c7;
  }

  .simu_modal_overlay .simu_modal_contnet {
    width: 100%;
  }

  .simu_modal_overlay .inner {
    position: relative;
    max-width: 260px;
    margin: auto;
    padding: 9px 10px 10px 50px;
  }

  .simu_modal_overlay .img {
    top: 75px;
    left: 10px;
  }

  .simu_modal_overlay .img > img {
    width: 30px;
  }

  .simu_modal_overlay h2 {
    margin-bottom: 8px;
    margin-left: -28px;
    font-size: 16px;
  }

  .simu_modal_overlay .lead {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .simu_modal_overlay .sp_break {
    display: block;
  }

  .simu_modal_overlay .emphasis {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .simu_modal_overlay .emphasis > :nth-child(1) {
    margin-bottom: 4px;
  }

  .simu_modal_overlay .emphasis em {
    font-size: 12px;
  }

  .simu_modal_overlay .emphasis .fs_middle {
    font-size: 15px;
  }

  .simu_modal_overlay .emphasis .fs_large {
    font-size: 18px;
  }

  .simu_modal_overlay .answer {
    margin-left: 0;
  }

  .jpbank-caution-item {
    display: block;
  }

  .jpbank-caution-item + .jpbank-caution-item {
    margin-left: 30px;
  }

  .jpbank-caution-item > dd {
    margin-top: 12px;
    margin-left: 0;
  }

  .simulation_styles {
    padding: 0;
    margin-top: 20px;
  }

  #click-area {
    width: 100% !important;
    max-width: 100vw;
  }

  .block-inner-banner p {
    padding: 0 10px;
  }

  .block-inner-banner img {
    width: 100% !important;
  }
}

@media screen and (max-width: 350px) {
  .graph-list .graph-list-02 .graph-wrap .graph.graph-base {
    transform: scale(0.8) translateX(-10%);
  }
}

.graph-list__wrapper--sp {
  display: none;
}
@media screen and (max-width: 1019px) {
  .graph-list__wrapper--sp {
    display: block;
    padding: 8px;
    width: 100%;
  }
}


