@charset "UTF-8";
/* =========================================
   変数定義
========================================= */
/* =========================================
   Mixin
========================================= */
/* =========================================
   全体設定
========================================= */
body {
  font-family: "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.result-page-wrap {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #f9f9f9;
  color: #333;
  overflow-x: hidden; }

.header {
  background: #fff;
  border-bottom: 1px solid #eaeaea; }

.result-main {
  width: 100%;
  background: #fff; }

.result-container {
  padding: 0 15px 40px; }

/* =========================================
   タイトルバー
========================================= */
.result-title-bar {
  width: 100%;
  background: linear-gradient(90deg, #a8c96c 0%, #367d46 100%);
  padding: 15px 0;
  text-align: center;
  margin-bottom: 25px; }
  .result-title-bar h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
    text-shadow: none; }

/* =========================================
   1. 計算結果ボックス (全ページ共通ベース)
========================================= */
.result-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 15px rgba(239, 130, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 25px;
  text-align: center;
  border-top: 6px solid #ef8200;
  /* --- 共通テキストスタイル --- */
  /* --- Success Page用 (金額表示など) --- */
  /* ----------------------------------
     No Target Page用 (見込みなし)
  ---------------------------------- */
  /* ----------------------------------
     Agency Page用 (退職代行)
  ---------------------------------- */
  /* ----------------------------------
     Status Page用 (地位確認) - 修正箇所
  ---------------------------------- */ }
  .result-box .highlight-orange {
    color: #ef8200;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(transparent 70%, rgba(239, 130, 0, 0.2) 70%); }
  .result-box .marker-yellow {
    background: linear-gradient(transparent 60%, #fff33f 60%);
    font-weight: bold;
    padding: 0 2px; }
  .result-box .text-red {
    color: #e60012;
    font-weight: bold; }
  .result-box__lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: bold;
    color: #444;
    letter-spacing: 0.05em;
    font-feature-settings: "palt"; }
    .result-box__lead .highlight-amount {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      font-size: 46px;
      color: #ef8200;
      font-weight: 900;
      line-height: 1.1;
      margin: 0 6px;
      letter-spacing: -1px;
      vertical-align: -4px;
      background: none; }
  .result-box__warning {
    position: relative;
    font-size: 14px;
    color: #e60012;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 25px;
    padding: 10px 15px 20px 15px;
    background-color: #fff5f5;
    border: 1px solid #ffe0e0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .result-box__warning::before {
      content: "\f017";
      font-family: "Font Awesome 6 Free";
      font-weight: 400;
      font-size: 24px;
      color: #e60012;
      margin-bottom: 5px;
      display: block; }
    .result-box__warning .marker-red {
      background: none;
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 2px;
      text-decoration: underline;
      text-decoration-style: wavy;
      text-decoration-color: rgba(230, 0, 18, 0.5);
      text-decoration-thickness: 1px;
      text-underline-offset: 4px; }
  .result-box__note {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2px; }
  .result-box.result-box--notarget {
    padding: 30px 20px;
    text-align: left; }
    .result-box.result-box--notarget .notarget-lead {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 25px;
      text-align: left; }
    .result-box.result-box--notarget .notarget-content {
      font-size: 13px;
      line-height: 1.7; }
      .result-box.result-box--notarget .notarget-content p {
        margin-bottom: 0; }
      .result-box.result-box--notarget .notarget-content .mb-10 {
        margin-bottom: 10px; }
      .result-box.result-box--notarget .notarget-content .mb-15 {
        margin-bottom: 15px; }
      .result-box.result-box--notarget .notarget-content .notarget-sub {
        font-weight: bold;
        margin-top: 15px; }
  .result-box.result-box--agency .agency-content {
    margin-top: 25px;
    text-align: left; }
  .result-box.result-box--agency .agency-merit {
    background-color: #f0fbf4;
    border: 1px solid #d4edda;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0; }
    .result-box.result-box--agency .agency-merit .merit-head {
      font-weight: bold;
      color: #367d46;
      margin-bottom: 10px;
      font-size: 14px;
      text-align: center; }
    .result-box.result-box--agency .agency-merit ul {
      list-style: none;
      padding: 0; }
      .result-box.result-box--agency .agency-merit ul li {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
        display: flex;
        align-items: center; }
        .result-box.result-box--agency .agency-merit ul li:last-child {
          margin-bottom: 0; }
        .result-box.result-box--agency .agency-merit ul li .check-icon {
          color: #367d46;
          font-weight: bold;
          margin-right: 8px;
          font-size: 16px; }
  .result-box.result-box--agency .agency-message {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    text-align: center;
    font-weight: bold; }
  .result-box.result-box--status .status-content {
    margin-top: 25px;
    text-align: left; }
  .result-box.result-box--status .status-message {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
  .result-box.result-box--status .status-merit {
    background-color: #f4f8fa;
    border: 1px solid #dcebf5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px; }
    .result-box.result-box--status .status-merit .merit-head {
      font-weight: bold;
      color: #0068b7;
      margin-bottom: 10px;
      font-size: 14px;
      text-align: center; }
    .result-box.result-box--status .status-merit ul {
      list-style: none;
      padding: 0; }
      .result-box.result-box--status .status-merit ul li {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
        display: flex;
        align-items: center; }
        .result-box.result-box--status .status-merit ul li:last-child {
          margin-bottom: 0; }
        .result-box.result-box--status .status-merit ul li .check-icon {
          color: #0068b7;
          font-weight: bold;
          margin-right: 8px;
          font-size: 16px; }

/* =========================================
   2. 監修者情報
========================================= */
.section-supervisor {
  background-color: #fff;
  padding: 0 0 20px !important;
  box-sizing: border-box; }
  .section-supervisor .supervisor-card {
    width: 355px;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
    .section-supervisor .supervisor-card .supervisor-inner {
      display: flex;
      align-items: center;
      padding-right: 40px; }
      .section-supervisor .supervisor-card .supervisor-inner .supervisor-img {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
        margin-right: 15px; }
        .section-supervisor .supervisor-card .supervisor-inner .supervisor-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50%;
          border: 1px solid #eee; }
      .section-supervisor .supervisor-card .supervisor-inner .supervisor-txt {
        flex: 1; }
        .section-supervisor .supervisor-card .supervisor-inner .supervisor-txt .firm-name {
          font-family: sans-serif;
          font-weight: bold;
          font-size: 14px;
          color: #b24350;
          margin-bottom: 5px; }
        .section-supervisor .supervisor-card .supervisor-inner .supervisor-txt .lawyer-name {
          font-family: sans-serif;
          font-size: 13px;
          color: #333;
          line-height: 1.5; }
          .section-supervisor .supervisor-card .supervisor-inner .supervisor-txt .lawyer-name .name-placeholder {
            font-size: 15px;
            font-weight: bold; }
          .section-supervisor .supervisor-card .supervisor-inner .supervisor-txt .lawyer-name .lawyer-group {
            font-size: 11px;
            color: #666; }
    .section-supervisor .supervisor-card .supervisor-badge {
      position: absolute;
      top: 0;
      right: 10px;
      width: 65px;
      height: 65px;
      background-color: #b24350;
      color: #fff;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 1.2;
      padding-bottom: 10px;
      box-sizing: border-box;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%); }
      .section-supervisor .supervisor-card .supervisor-badge .badge-sub {
        font-size: 12px;
        display: block;
        transform: scale(0.9);
        opacity: 0.9;
        margin-bottom: 2px; }
      .section-supervisor .supervisor-card .supervisor-badge .badge-main {
        font-size: 14px;
        font-weight: bold; }

/* =========================================
   3. CTAエリア
========================================= */
.result-cta {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fffcf8;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #fff1df; }
  .result-cta__head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6; }
    .result-cta__head .highlight-orange {
      color: #ef8200;
      font-size: 20px;
      font-weight: 900; }
  .result-cta__banner {
    background-color: #ef8200;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(239, 130, 0, 0.3);
    width: 100%;
    max-width: 300px; }
    .result-cta__banner::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      border-top: 8px solid #ef8200;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
  .result-cta__tel {
    margin-bottom: 25px; }
    .result-cta__tel .tel-link {
      text-decoration: none;
      color: #ef8200;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      margin-bottom: 8px; }
    .result-cta__tel .tel-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 10px; }
      .result-cta__tel .tel-icon i {
        font-size: 28px;
        margin-bottom: 2px; }
      .result-cta__tel .tel-icon span {
        font-size: 10px;
        font-weight: bold;
        background: #ef8200;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px; }
    .result-cta__tel .tel-number {
      font-family: "Roboto", sans-serif;
      font-size: 35px;
      font-weight: 900;
      letter-spacing: -1px; }
    .result-cta__tel .tel-time {
      font-size: 12px;
      color: #666;
      font-weight: bold; }
  .result-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .result-cta__buttons .btn-cta {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 0;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      font-size: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s; }
      .result-cta__buttons .btn-cta:active {
        transform: translateY(2px);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
      .result-cta__buttons .btn-cta i {
        margin-right: 8px;
        font-size: 20px; }
    .result-cta__buttons .btn-web {
      background: #367d46; }
    .result-cta__buttons .btn-line {
      background: #00c300; }

/* =========================================
   4. 詳細・注意事項
========================================= */
.result-detail {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  font-size: 13px;
  line-height: 1.7;
  color: #555; }
  .result-detail .detail-lead {
    margin-bottom: 20px;
    font-weight: bold;
    color: #333; }
  .result-detail .detail-note {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 6px; }
    .result-detail .detail-note .note-title {
      font-weight: bold;
      margin-bottom: 8px;
      color: #333; }
    .result-detail .detail-note ul {
      list-style: none;
      padding: 0; }
      .result-detail .detail-note ul li {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 1.6; }

/* =========================================
   5. リンク集
========================================= */
.result-nav {
  margin-bottom: 30px; }
  .result-nav .nav-list {
    list-style: none;
    padding: 0; }
    .result-nav .nav-list li {
      margin-bottom: 10px; }
    .result-nav .nav-list a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 16px 20px;
      border: 1px solid #eaeaea;
      border-radius: 8px;
      text-decoration: none;
      color: #367d46;
      font-size: 14px;
      font-weight: bold;
      transition: background 0.2s, box-shadow 0.2s;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); }
      .result-nav .nav-list a:hover {
        background: #f9f9f9;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); }
      .result-nav .nav-list a i {
        font-size: 12px;
        color: #bbb; }

/* =========================================
   6. 免責事項
========================================= */
.result-disclaimer {
  padding: 25px 15px;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 40px;
  border-top: none; }
  .result-disclaimer .disclaimer-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333; }
  .result-disclaimer .disclaimer-text {
    font-size: 11px;
    color: #666;
    line-height: 1.7; }
    .result-disclaimer .disclaimer-text p {
      margin-bottom: 10px; }
      .result-disclaimer .disclaimer-text p:last-child {
        margin-bottom: 0; }
