
/* ITSP ブランド（ロゴ: 緑 #76A821 / 黒 / 白）— アーバン・フラット */
:root {
  --itsp-green: #76a821;
  --itsp-green-hover: #65901c;
  --itsp-green-soft: rgba(118, 168, 33, 0.14);
  --itsp-green-focus: rgba(118, 168, 33, 0.28);
  --itsp-black: #000000;
  --itsp-gray-900: #111827;
  --itsp-gray-600: #4b5563;
  --itsp-gray-500: #6b7280;
  --itsp-surface: #ffffff;
  --itsp-bg: #f3f4f1;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Arial, sans-serif;
  background-color: #f0f2f5;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* LIFF 勤怠アプリ: 背景とコンテナをブランド調に */
body.has-line-app-footer .container {
  max-width: 720px;
  background: transparent;
  box-shadow: none;
  padding: 12px 12px 24px;
  border-radius: 0;
}

.completion-box {
  text-align: center;
}

p {
  line-height: 1.6;
}

h1 {
  text-align: center;
  color: #333;
  font-size: 1.2em;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

h2 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.confirm-item {
  margin-bottom: 15px;
}

.confirm-item .label {
  font-weight: bold;
  color: #555;
  display: block;
  margin-bottom: 15px;
}

.confirm-item .value {
  color: #333;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  word-wrap: break-word;
}

.image-preview {
  text-align: center;
  margin-bottom: 20px;
}

.image-preview img {
  max-width: 150px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.btn-submit {
  background-color: #0003A8;
  border-radius: 50%;
}

.btn-back {
  background-color: #aaa;
  border-radius: 50%;
}

.store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-item {
  display: block;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative; /* 矢印の位置調整のため */
}

.store-item:hover {
  background-color: #eef5ff;
  border-color: #007bff;
}

.store-name {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  padding-right: 20px; /* 矢印のスペース確保 */
}

.store-details {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.store-item::after {
  content: '›'; /* より適切な矢印文字 */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-weight: bold;
  font-size: 1.5em;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1em;
}

.radio-group label {
  margin-right: 15px;
  font-weight: normal;
}

.error-messages {
  color: red;
  margin-bottom: 15px;
  background-color: #ffebee;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.selected-pharmacy {
  text-align: center;
  margin: -15px 0 20px 0;
  padding: 10px;
  background-color: #f0f8ff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.btn {
  display: block;
  width: calc(100% - 30px);
  padding: 15px;
  margin: 15px auto;
  border-radius: 50%;
  border: none;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  max-width: 370px;
  background-color: #0003A8;
}

.submit-btn {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  border-radius: 50%;
  border: none;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  max-width: 400px;
  background-color: #0003A8;
}

.btn-camera { background-color: #0003A8; }

.btn-gallery { background-color: #0003A8; }

.btn-move { background-color: #0003A8; margin-top: 15px; }

.btn:hover { opacity: 0.9; }

.file-input { display: none; }

.status-red { background-color: #F7A7A7; }

.status-yellow { background-color: #FFDDAA; }

.status-blue { background-color: #A7C7F7; }

.status-green { background-color: #B8E0B8; }

.status-gray { background-color: #ddd; }

.status-style {
  border-radius: 10px;
  padding: 8px;
}

.card {
  display: flex; /* Flexboxを有効にする */
  justify-content: space-between; /* 子要素を両端に配置する */
  align-items: center; /* 垂直方向の中央揃え (任意) */
  padding-right: 20px;
}

.logout-btn {
  display: block;
  width: 80px;
  padding: 8px;
  margin: 0 0 0 auto;
  border-radius: 50%;
  border: none;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #666;
}

.disable-font-color {
  color: #333;
}

/* 固定フッター（LIFF 風メニュー） */
body.has-line-app-footer {
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  min-height: 100vh;
  box-sizing: border-box;
  background-color: var(--itsp-bg);
}

.line-app-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  min-height: 56px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: var(--itsp-surface);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
}

.line-app-footer__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  min-width: 0;
  text-decoration: none;
  color: #6b7280;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.line-app-footer__item:active {
  background: #f3f4f6;
}

.line-app-footer__item.is-active {
  color: var(--itsp-green);
}

.line-app-footer__icon {
  font-size: 22px;
  line-height: 1;
}

.line-app-footer__label {
  display: block;
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 各申請フォームの readonly 氏名は入力欄に見せない */
.form-readonly-input {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-readonly-input:focus {
  outline: none;
  border: 0 !important;
  box-shadow: none !important;
}

/* 休日出勤申請（シンプルモダン） */
.holiday-work-page {
  max-width: 680px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, sans-serif;
}

.holiday-work-card {
  background: var(--itsp-surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border-top: 3px solid var(--itsp-green);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.holiday-work-title {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--itsp-black);
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.holiday-work-subtitle {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 14px;
}

.holiday-work-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.holiday-work-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.holiday-work-field {
  display: block;
}

.holiday-work-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.holiday-work-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.holiday-work-input:focus {
  outline: none;
  border-color: var(--itsp-green);
  box-shadow: 0 0 0 3px var(--itsp-green-soft);
}

.holiday-work-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
}

.holiday-work-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #374151;
}

.holiday-work-help {
  margin: -2px 0 10px;
  color: #6b7280;
  font-size: 12px;
}

.holiday-work-textarea {
  resize: vertical;
  min-height: 112px;
}

.holiday-work-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  min-height: 44px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: var(--itsp-green);
  box-shadow: 0 6px 20px var(--itsp-green-focus);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.holiday-work-submit:hover {
  background: var(--itsp-green-hover);
}

.holiday-work-form-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 12px;
  margin-top: 4px;
}

.holiday-work-form-actions .holiday-work-submit,
.holiday-work-form-actions a.holiday-work-button--secondary {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

a.holiday-work-button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  padding: 11px 18px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  color: #374151;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

a.holiday-work-button--secondary:hover {
  background: #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

a.holiday-work-button--secondary:active {
  background: #d1d5db;
}

.special-leave-edit-card .holiday-work-alert {
  margin-bottom: 16px;
}

.special-leave-edit-section {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.special-leave-edit-section--form {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 0;
}

.special-leave-edit-section__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--itsp-black, #111827);
}

.holiday-work-page form.button_to {
  display: inline-block;
  margin: 0;
}

.special-leave-edit-cancel-button {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #b91c1c;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.special-leave-edit-cancel-button:hover {
  background: #991b1b;
}

.special-leave-date-add-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.special-leave-date-add-row .holiday-work-input[type="date"] {
  flex: 1 1 200px;
}

.special-leave-add-btn {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 16px;
  min-height: 44px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  background: #f9fafb;
}

.special-leave-add-btn:hover {
  background: #f3f4f6;
}

.special-leave-date-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.special-leave-date-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  font-size: 15px;
  color: #111827;
}

.special-leave-date-remove {
  border: 0;
  background: transparent;
  color: var(--itsp-green);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
}

.special-leave-date-remove:hover {
  text-decoration: underline;
}

.special-leave-date-empty {
  margin: 0;
  color: #9ca3af;
  font-size: 14px;
}

/* 勤怠報告（シンプルモダン） */
.attendance-page {
  max-width: 680px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, sans-serif;
}

.attendance-card {
  background: var(--itsp-surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border-top: 3px solid var(--itsp-green);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.attendance-title {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--itsp-black);
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.attendance-subtitle {
  margin: 0 0 6px;
  color: #6b7280;
  font-size: 14px;
}

.attendance-link-wrap {
  margin: 0 0 14px;
}

.attendance-link {
  color: var(--itsp-green);
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.attendance-link:hover {
  text-decoration: underline;
}

.attendance-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.attendance-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.attendance-field {
  display: block;
}

.attendance-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.attendance-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.attendance-input:focus {
  outline: none;
  border-color: var(--itsp-green);
  box-shadow: 0 0 0 3px var(--itsp-green-soft);
}

.attendance-textarea {
  resize: vertical;
  min-height: 112px;
}

.attendance-help {
  margin: 4px 0 10px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.attendance-submit {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  min-height: 44px;
  cursor: pointer;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--itsp-green);
  box-shadow: 0 6px 20px var(--itsp-green-focus);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.attendance-submit:hover {
  background: var(--itsp-green-hover);
}

/* 欠勤の区分: 種別で「欠勤」を選んだときだけ表示（初期は非表示） */
.attendance-absence-span.is-collapsed {
  display: none !important;
}

.attendance-absence-span__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.attendance-absence-span__legend {
  padding: 0;
  margin-bottom: 8px;
}

.attendance-absence-span__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attendance-absence-span__option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fafafa;
  color: var(--itsp-gray-900, #111827);
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.attendance-absence-span__option:focus-within {
  border-color: var(--itsp-green);
}

.attendance-absence-span__option:has(input:checked) {
  border-color: var(--itsp-green);
  background: var(--itsp-green-soft, rgba(118, 168, 33, 0.14));
}

.attendance-absence-span__option input {
  width: 18px;
  height: 18px;
  accent-color: var(--itsp-green);
  flex-shrink: 0;
}

/* 作業時間報告（シンプルモダン） */
.work-time-report-page {
  max-width: 680px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, sans-serif;
}

.work-time-report-card {
  background: var(--itsp-surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border-top: 3px solid var(--itsp-green);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.work-time-report-card--center {
  text-align: center;
}

.work-time-report-title {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--itsp-black);
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.work-time-report-card--center .work-time-report-title {
  text-align: center;
}

.work-time-report-title--success {
  color: var(--itsp-green);
}

.work-time-report-subtitle {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 14px;
}

.work-time-report-note {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

.work-time-report-complete-text {
  margin: 0 0 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

.work-time-report-close-link {
  display: inline-block;
  color: var(--itsp-green);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.work-time-report-close-link:hover {
  text-decoration: underline;
}

.work-time-report-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.work-time-report-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.work-time-report-field {
  display: block;
}

.work-time-report-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.work-time-report-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.work-time-report-input:focus {
  outline: none;
  border-color: var(--itsp-green);
  box-shadow: 0 0 0 3px var(--itsp-green-soft);
}

.work-time-report-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
}

.work-time-report-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #374151;
}

.work-time-report-hint {
  display: block;
  color: #6b7280;
  margin-top: 6px;
  font-size: 13px;
}

.work-time-report-textarea {
  resize: vertical;
  min-height: 112px;
}

.work-time-report-submit {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  min-height: 44px;
  cursor: pointer;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--itsp-green);
  box-shadow: 0 6px 20px var(--itsp-green-focus);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.work-time-report-submit:hover {
  background: var(--itsp-green-hover);
}

/* 送信履歴（ブランド調） */
.send-history-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 8px 0 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
}

.send-history-page__flash-notice {
  background: #ecfccb;
  color: #365314;
  border: 1px solid #d9f99d;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
}

.send-history-page__title {
  font-size: 28px;
  margin: 0 0 8px;
  color: var(--itsp-black);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.send-history-page__lead {
  color: var(--itsp-gray-600);
  margin: 0 0 20px;
  line-height: 1.6;
}

.send-history-page__link {
  color: var(--itsp-green);
  font-weight: 600;
  text-decoration: none;
}

.send-history-page__link:hover {
  text-decoration: underline;
}

.send-history-page__muted {
  color: var(--itsp-gray-500);
}

.send-history-page__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.send-history-page__card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border-top: 3px solid var(--itsp-green);
  padding: 16px;
  background: var(--itsp-surface);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.send-history-page__card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  margin-bottom: 8px;
}

.send-history-page__meta {
  color: var(--itsp-gray-500);
  font-size: 14px;
}

.send-history-page__badge {
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--itsp-green-soft);
  color: var(--itsp-gray-900);
  font-weight: 600;
}

.send-history-page__row {
  margin: 0 0 6px 0;
}

.send-history-page__row:last-child {
  margin-bottom: 0;
}

.send-history-page__row--pre {
  white-space: pre-wrap;
  margin: 0;
}

.send-history-page__label {
  color: var(--itsp-gray-500);
}

.send-history-page__card--cancelled {
  border-top-color: #9ca3af;
  opacity: 0.95;
}

.send-history-page__badge--cancelled {
  background: #f3f4f6;
  color: #4b5563;
}

.send-history-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.send-history-page__actions form.button_to {
  display: inline;
  margin: 0;
}

.send-history-page__button-danger {
  border: 0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #b91c1c;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.send-history-page__button-danger:hover {
  background: #991b1b;
}

/* 送信完了（共通） */
.line-complete-page {
  max-width: 680px;
  margin: 40px auto;
  padding: 24px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
}

.line-complete-page__title {
  font-size: 28px;
  color: var(--itsp-green);
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.line-complete-page__text {
  color: #374151;
  margin: 0 0 12px;
  line-height: 1.6;
}

.line-complete-page__text--spaced {
  margin-bottom: 20px;
}

.line-complete-page__link {
  color: var(--itsp-green);
  font-weight: 600;
  text-decoration: none;
}

.line-complete-page__link:hover {
  text-decoration: underline;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
