@charset "utf-8";

.u-nopc {
  display: none;
}

.p-simulator__heading {
  padding-left: 40px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
}
.p-simulator__heading::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: #e6e6e6;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-simulator__subheading {
  padding-bottom: 6px;
  margin-top: 24px;
  border-bottom: 3px dotted #ccc;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7222222222;
}
.p-simulator-table {
  margin-top: 17px;
}
.p-simulator-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
}
.p-simulator-table table tr th, .p-simulator-table table tr td {
  align-items: center;
  padding: 0 28px;
}
.p-simulator-table table tr th:last-of-type, .p-simulator-table table tr td:last-of-type {
  width: 290px;
}
.p-simulator-table table tr th {
  background: #808080;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6875;
  text-align: center;
}
.p-simulator-table table tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #e6e6e6;
}
.p-simulator-table table tr:nth-of-type(3) td {
  background: #f3f3f3;
}
.p-simulator-table table tr:nth-of-type(n+4) td {
  padding-top: 13px;
  padding-bottom: 13px;
}
.p-simulator-table table tr:nth-of-type(n+4) td .p-simulator-table__select {
  max-width: 112px;
}
.p-simulator-table table tr:nth-of-type(n+4) td .p-simulator-table__select select {
  padding: 1px 29px 1px 20px;
}
.p-simulator-table__heading {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
}
.p-simulator-table__summary {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6666666667;
}
.p-simulator-table__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-simulator-table__select {
  width: 100%;
  position: relative;
}
.p-simulator-table__select::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  margin: auto;
  background: url("../img/simulator/table_bg_select_arrow.svg") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.p-simulator-table__select select {
  width: 100%;
  padding: 5px 29px 5px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6875;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-simulator-table__select select:disabled {
  color: #808080;
}
.p-simulator-table__lead {
  flex: 1;
  margin-right: 18px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6428571429;
}
.p-simulator-table__lead.is-center {
  text-align: center;
}
.p-simulator-table__buttons {
  padding-top: 30px;
}
.p-simulator-table__buttons button {
  display: block;
  width: 100%;
  max-width: 192px;
  padding: 12px 10px;
  margin: 10px auto 0 auto;
  background: #fece00;
  border: 0;
  box-shadow: 0 2px 0 0 #ccc;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6875;
}
.p-simulator-table__buttons button:hover {
  opacity: 0.7;
}
.p-simulator-result {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.p-simulator-result__wrap {
  min-width: 464px;
  padding: 10px 28px;
  margin: 0 auto;
  border: 1px solid #707070;
}
.p-simulator-result__lead {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
  text-align: center;
}
.p-simulator-result__lead em {
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.p-simulator-result__lead strong {
  display: inline-block;
  margin: 0 12px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 2px;
  left: 0;
}
.p-simulator-detail {
  margin-top: 35px;
}
.p-simulator-detail table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.p-simulator-detail table tr {
  position: relative;
}
.p-simulator-detail table tr th, .p-simulator-detail table tr td {
  padding: 5px 16px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
}
.p-simulator-detail table tr th {
  text-align: center;
}
.p-simulator-detail table tr td:last-of-type {
  text-align: right;
}
.p-simulator-detail table tr.is-border {
  border-top: 1px solid #e6e6e6;
}
.p-simulator-bottom {
  margin-top: 40px;
}
.p-simulator-bottom__heading {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7222222222;
}
.p-simulator-bottom__heading a {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 600;
  text-decoration: none !important;
}
.p-simulator-bottom__heading a:hover {
  border-color: #fece00;
  color: #fece00;
}
.p-simulator-bottom__remarks {
  margin-top: 16px;
}
.p-simulator-bottom__remarks li {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .u-nosp {
    display: none;
  }
  .u-nopc {
    display: inherit;
  }
  .p-simulator__subheading {
    font-size: 16px;
    line-height: 1.6875;
  }
  .p-simulator-table table {
    border-collapse: inherit;
    border-spacing: 0;
  }
  .p-simulator-table table tr th, .p-simulator-table table tr td {
    display: block;
    padding: 0 24px;
  }
  .p-simulator-table table tr th:last-of-type, .p-simulator-table table tr td:last-of-type {
    width: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .p-simulator-table table tr th {
    display: none;
  }
  .p-simulator-table table tr td {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .p-simulator-table table tr:nth-of-type(n+4) td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-simulator-table table tr:nth-of-type(n+4) td:last-of-type {
    padding-bottom: 20px;
  }
  .p-simulator-table__heading {
    text-align: center;
  }
  .p-simulator-table__lead {
    max-width: 122px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.6875;
  }
  .p-simulator-table__lead.is-center {
    text-align: left;
  }
  .p-simulator-table__buttons {
    padding-top: 14px;
  }
  .p-simulator-table__buttons button {
    padding: 7px 10px;
  }
  .p-simulator-table__buttons button:hover {
    opacity: 1;
  }
  .p-simulator-result {
    margin-top: 24px;
  }
  .p-simulator-result__wrap {
    width: 100%;
    min-width: inherit;
    padding: 16px 28px;
  }
  .p-simulator-result__lead strong {
    margin: 0 4px;
  }
  .p-simulator-detail {
    margin-top: 30px;
  }
  .p-simulator-bottom__heading a {
    padding-bottom: 3px;
  }
  .p-simulator-bottom__heading a:hover {
    border-color: #000;
    color: #000;
  }
  .p-simulator-bottom__remarks {
    margin-top: 35px;
  }
}