@charset "UTF-8";
h1 {
  width: 200px;
  margin: 0 auto 0% auto;
  padding: 3% 0 0 0;
}

main {
  width: 779px;
  margin: 0 auto;
  font-size: 16px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 2%;
}

.consept {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 8% 0 8% 0;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  background: #373130;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 3%;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1%;
  padding: 0%;
  text-align: center;
}

dl dt {
  font-weight: 500;
}
dl dd {
  margin-bottom: 2%;
}

p {
  margin-bottom: 10px;
}

.warp {
  margin-bottom: 8%;
}
.warp table {
  width: 100%;
  background: #fff;
  border: 1px solid #373130;
  border-radius: 4px;
  margin-bottom: 30px;
}
.warp table th {
  width: 25%;
  padding-bottom: 10px;
}
.warp table td {
  padding-bottom: 10px;
}
.warp table th {
  padding-bottom: 10px;
  border: 1px solid #373130;
  background: #373130;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  border-right: 1px solid #fff;
}
.warp table th:last-child {
  border-right: 1px solid #373130;
}
.warp table td {
  padding-bottom: 10px;
  border: 1px solid #373130;
  padding: 6px 12px;
}
.warp table th.with {
  width: 10%;
}
.warp table td.ttl_bg {
  background: #f6f5ea;
  font-weight: 600;
  width: 10%;
}
.warp a {
  width: 100%;
  display: block;
  background: #06c755;
  color: #fff;
  padding: 10px 0px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}
.warp a i {
  font-size: 18px;
}
.warp dl {
  margin-bottom: 30px;
}
.warp dl dt {
  margin-bottom: 10px;
}
.warp p {
  margin-bottom: 10px;
}
.warp ol {
  padding: 0%;
  margin: 0%;
  margin-bottom: 3%;
}
.warp ol li {
  list-style: disc;
  margin-left: 25px;
}
.warp ol.nm li {
  list-style: decimal;
}
.warp .attention-list {
  width: 540px;
  margin: 0 auto;
}
.warp .attention-list li {
  font-size: 14px;
}
.warp .teams {
  background: #f6f5ea;
  padding: 3%;
  border-radius: 10px;
  font-size: 14px;
}
.warp .flow-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 520px;
}
.warp .flow-list li {
  margin-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: #f6f5ea;
  border: 1px solid #373130;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.5;
}
.warp .flow-list li:not(:last-child) {
  margin-bottom: 36px;
}
.warp .flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #373130;
}
.warp .flow-step__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #373130;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: kiro, sans-serif;
}
.warp .flow-step__text {
  flex: 1;
}
.warp strong {
  font-weight: 700;
}

.btn {
  padding: 3% 0;
  display: flex;
  gap: 1%;
}
.btn a {
  width: 100%;
  display: block;
  background: #06c755;
  color: #fff;
  padding: 15px 0px;
  border-radius: 100px;
  text-align: left;
  margin: 0 auto 3% auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 11%;
}
.btn a i {
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}
.btn a:nth-child(1) {
  background: #d4adb6;
}
.btn a:nth-child(2) {
  background: #a796be;
}

:root {
  --ink: #2b2621;
  --muted: #7d7266;
  --paper: #f5ecdb;
  --card: #fffdf8;
  --line: #e6dbc4;
  /* HPのアイボリー背景に合わせたチャコールブラウン */
  --bar: #625250;
  --bar-ink: #fffdf8;
  --kyoto: #c48a96;
  --kyoto-deep: #a46774;
  --osaka: #9089b5;
  --osaka-deep: #726a9c;
}

* {
  box-sizing: border-box;
}

.simulator {
  width: 520px;
  margin: 0 auto;
}
.simulator .simulator-text {
  text-align: center;
  margin-bottom: 2%;
}
.simulator .areabar {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}
.simulator .area-btn {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  border: none;
  color: white;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  line-height: 1.4;
  opacity: 0.45;
  transition: opacity 0.15s;
}
.simulator .area-btn.active {
  opacity: 1;
}
.simulator .area-btn.kyoto {
  background: var(--kyoto-deep);
}
.simulator .area-btn.osaka {
  background: var(--osaka-deep);
}
.simulator .area-btn .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
}
.simulator .sub {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 22px;
}
.simulator .section-bar {
  background: var(--bar);
  color: var(--bar-ink);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 13px;
  border-radius: 10px;
  margin: 26px 0 16px;
}
.simulator .card {
  background: var(--card);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 16px;
}
.simulator .field {
  margin-bottom: 18px;
}
.simulator .field:last-child {
  margin-bottom: 0;
}
.simulator label.field-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.simulator select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 16px;
  background: var(--paper);
  color: var(--ink);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%237d7266'%3E%3Cpath d='M5.5 7.5l4.5 5 4.5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.simulator .stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.simulator .stepper button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: white;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.simulator .stepper .value {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.simulator .stepper .value small {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 2px;
}
.simulator .toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.simulator .toggle-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.simulator .toggle-row input {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  accent-color: var(--ink);
  flex-shrink: 0;
}
.simulator .toggle-text {
  font-size: 14px;
}
.simulator .toggle-text .amt {
  font-weight: 700;
}
.simulator .result {
  background: var(--bar);
  color: var(--bar-ink);
  border-radius: 14px;
  padding: 24px 22px;
  text-align: center;
}
.simulator .result .label {
  font-size: 14px;
  color: #e9e1d7;
}
.simulator .result .amount {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 700;
  margin: 4px 0 2px;
  color: var(--bar-ink);
}
.simulator .result .duration {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #e9e1d7;
}
.simulator .breakdown {
  text-align: left;
  border-top: 1px solid rgba(255, 253, 248, 0.35);
  padding-top: 12px;
  font-size: 14px;
}
.simulator .breakdown div {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}
.simulator .breakdown .b-muted {
  color: #d0c5ba;
}
.simulator .note-list {
  font-size: 14px;
  color: var(--muted);
  margin-top: 18px;
  line-height: 1.8;
}
.simulator .note-list li {
  margin-bottom: 2px;
}/*# sourceMappingURL=style_pc.css.map */