/*!
 * ミツモア登録判断シミュレーター スタイル
 * kaigyo-tax.com / No.45
 * パレット: オフホワイト#F7F5F0 / ディープネイビー#1E3A5F / ティール#2E9E8F
 *           ソフトオレンジ#E8A33D / グレー#333333
 */

.mzs {
  background: #F7F5F0;
  border: 1px solid #E0DCD2;
  border-radius: 10px;
  padding: 24px 20px;
  margin: 32px 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

.mzs-title {
  font-size: 18px;
  font-weight: 700;
  color: #1E3A5F;
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 2px solid #1E3A5F;
}

.mzs-step {
  font-size: 13px;
  color: #6B6B6B;
  margin: 0 0 6px;
}

.mzs-bar {
  height: 4px;
  background: #E0DCD2;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 0 20px;
}

.mzs-bar span {
  display: block;
  height: 4px;
  background: #2E9E8F;
  transition: width .25s ease;
}

.mzs-q {
  font-size: 18px;
  font-weight: 700;
  color: #1E3A5F;
  margin: 0 0 16px;
}

.mzs-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mzs-opt {
  display: block;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #D5D0C4;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}

.mzs-opt:hover,
.mzs-opt:focus {
  border-color: #2E9E8F;
  background: #F0FAF8;
  outline: none;
}

.mzs-verdict {
  border-radius: 8px;
  padding: 18px 20px;
  margin: 0 0 20px;
}

.mzs-verdict.mzs-ok  { background: #E6F4F1; border-left: 5px solid #2E9E8F; }
.mzs-verdict.mzs-mid { background: #FBF1DF; border-left: 5px solid #E8A33D; }
.mzs-verdict.mzs-ng  { background: #EFEFEF; border-left: 5px solid #6B6B6B; }

.mzs-vlabel {
  font-size: 13px;
  color: #6B6B6B;
  margin: 0 0 4px;
}

.mzs-vtext {
  font-size: 20px;
  font-weight: 700;
  color: #1E3A5F;
  margin: 0;
}

.mzs-body { margin: 0 0 24px; }

.mzs-h {
  font-size: 16px;
  font-weight: 700;
  color: #1E3A5F;
  margin: 0 0 12px;
}

.mzs-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

.mzs-card {
  background: #FFFFFF;
  border: 1px solid #E0DCD2;
  border-radius: 8px;
  padding: 14px 16px;
}

.mzs-card span {
  display: block;
  font-size: 13px;
  color: #6B6B6B;
  margin-bottom: 4px;
}

.mzs-card strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1E3A5F;
}

.mzs-card strong.mzs-minus { color: #C0392B; }

.mzs-note {
  font-size: 13px;
  color: #6B6B6B;
  margin: 0 0 24px;
}

.mzs-cta {
  background: #FFFFFF;
  border: 1px solid #E0DCD2;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 16px;
}

.mzs-cta p { margin: 0 0 14px; font-size: 15px; }

.mzs-btn {
  display: block;
  text-align: center;
  background: #E8A33D;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  padding: 15px 20px;
  border-radius: 8px;
}

.mzs-btn:hover { background: #D4912E; }

.mzs-cta.mzs-alt a {
  display: block;
  color: #1E3A5F;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px dotted #D5D0C4;
}

.mzs-cta.mzs-alt a:last-child { border-bottom: none; }

.mzs-disc {
  font-size: 12px;
  color: #6B6B6B;
  line-height: 1.7;
  margin: 0 0 16px;
}

.mzs-again {
  background: transparent;
  border: 1px solid #D5D0C4;
  border-radius: 6px;
  padding: 9px 18px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.mzs-again:hover { border-color: #1E3A5F; }

@media screen and (max-width: 599px) {
  .mzs { padding: 20px 16px; }
  .mzs-title { font-size: 17px; }
  .mzs-q { font-size: 17px; }
  .mzs-card strong { font-size: 20px; }
}
