@charset "utf-8";

.simulation-expected-living-period-label {
  font-size: 11px;
  line-height: 1.2;
}

.simulation-plan-icon {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.simulation-plan-name {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.simulation-cost-emphasis {
  font-family: var(--gothic);
  font-weight: 600;
}

.simulation-selected-options {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#content .box_simulation table#ippanroom td.simulation-expected-living-period {
  padding: 10px;
  border-bottom: 1px dotted;
  text-align: center;
}

#ippanroom .simulation-expected-living-period-empty {
  padding: 10px;
  border-bottom: none;
}

#ippanroom .simulation-upfront-cost {
  border-top: none;
}

.simulation-notification {
  display: inline-block;
  padding: 4px 40px;
  border-radius: 30px;
  color: #fff;
  background-color: #e9479c;
}

/* 費用シミュレーションの入力フォーム・結果表 */
.box_simulation {
  padding: 19px 30px 5px;
  border: 1px solid #aaa;
}

#content .box_simulation h3 {
  margin-top: 0;
  padding: 0;
  border-bottom: none;
  font-size: 20px;
  text-align: center;
}

#content .box_simulation h3::after {
  border-bottom: none;
}

#content .box_simulation .txt {
  text-align: center;
}

.txt_campaign {
  margin-bottom: 0;
  color: #e9479c;
}

.campaign-text {
  color: #e9479c;
  font-size: 12px;
  line-height: 1;
}

.campaign-price,
.txt_campaign,
.campaign-text {
  display: none !important;
}

.box_simulation table td {
  background: #fff;
  text-align: left;
  line-height: 1.2;
}

.plan_koumoku {
  width: 20%;
}

.plan_month,
.plan_half,
.plan_full {
  box-sizing: border-box;
  width: 26.6%;
  padding: 10px 0;
  background: #c8f5ea;
  text-align: center;
  vertical-align: middle;
}

.box_simulation .th-plan {
  display: flex;
  align-items: center;
  justify-content: center;
}

.break-on-mobile {
  display: none;
}

.mod_form_simlation {
  width: auto;
  margin: 0 auto;
}

.mod_form_simlation,
.box_simulation table.mod_form_simlation td {
  border: none;
  background: none;
}

.mod_form_simlation td {
  width: 220px;
  padding-top: 0;
}

.mod_form_simlation td:first-child {
  width: 120px;
  padding-right: 0;
  text-align: right;
}

.mod_form_simlation select {
  width: 200px;
  padding: 5px;
  border: 1px solid #858585;
  border-radius: 5px;
  background: #fff;
}

#fullUpfrontCost span {
  color: #e9479c;
  font-weight: 700;
}

#content .box_simulation table#ippanroom,
#content .box_simulation table#senyoukaigoroom {
  margin-bottom: 10px;
}

#content .box_simulation table#ippanroom td,
#content .box_simulation table#senyoukaigoroom td {
  text-align: right;
}

#content .box_simulation table#senyoukaigoroom th {
  background: #fbfbfc;
}

#content .box_simulation table#senyoukaigoroom tr.widefix th:first-child {
  width: 25%;
}

#content .box_simulation table#senyoukaigoroom tr.widefix th:nth-child(2) {
  background: #eeeef8;
}

#content .box_simulation table#senyoukaigoroom tr.widefix th:last-child {
  width: 37.5%;
  background: #fed2e9;
}

#content .box_simulation table th {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}

content ul.note-list{
	margin-bottom: 0;
}

@media (max-width: 520px) {
  .box_simulation {
    padding: 19px 10px 25px;
  }

  #content .box_simulation .txt {
    text-align: left;
  }

  .box_simulation .th-plan {
    flex-direction: column;
    text-align: center;
  }

  .box_simulation table#ippanroom,
  .box_simulation table#senyoukaigoroom {
    font-size: 14px;
  }

  .break-on-mobile {
    display: block;
  }

  .simulation-plan-icon {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .simulation-plan-name {
    font-size: 14px;
  }
}
