﻿/* Asia/Tokyo, 2025-11-01 12:49(UTC+09:00) common.css */
html {
  -webkit-text-size-adjust: 100%;
  font-size: clamp(55%, 52% + 1vw, 62.5%);
  scroll-behavior: smooth;
  scroll-padding-top: var(--fixed-header, 100px);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", "Roboto", "Meiryo", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: clamp(1.6rem, 1.45rem + 0.3vw, 1.9rem);
  line-height: 1.65;
  color: #333;
  background: #fff;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
p {
  margin: 1rem 0;
}
ul,
ol {
  margin: 0;
  margin-left: 1.6em;
  padding: 0;
  list-style: disc outside;
}
li {
  padding-left: 0;
  text-indent: 0;
}
li ul,
li ol {
  margin-left: 1.6em;
}
.main-nav ul,
.drawer ul,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
sup {
  color: #a50000;
}

:root {
  --content-max-width: 1100px;
  --st-fz: clamp(1.8rem, 1.6rem + 1vw, 2.4rem);
  --st-border-w: clamp(6px, 0.7vw, 8px);
  --st-pl: clamp(0.8rem, 0.5rem + 0.5vw, 1.2rem);
  --st-mb: clamp(1.6rem, 1.2rem + 1vw, 2.4rem);
  --section-pt: 1rem;
  --section-pb: 1.5rem;
  --para-gap: 0.6rem;
  --lead-mb: 0.8rem;
}
.container {
  width: 100%;
  max-width: var(--content-max-width);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}
section.container {
  width: 100%;
  max-width: var(--content-max-width);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
  padding-block: var(--section-pt) var(--section-pb);
  box-sizing: border-box;
}
.section-title {
  font-size: clamp(2.4rem, 2rem + 1vw, 3.2rem);
  line-height: 1.35;
  border-left: 8px solid #006a99;
  padding-left: clamp(1rem, 3vw, 2rem);
  margin: 0 0 2rem 0;
}
.page-body {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #333;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.page-body p {
  margin: 0;
}
.page-body p + p {
  margin-top: var(--para-gap);
}
.lead {
  margin: 0 0 var(--lead-mb);
  line-height: 1.9;
}
.page-body h2 {
  font-size: 2.2rem;
  margin: 2rem 0 0.8rem;
}
.page-body h3 {
  font-size: 1.9rem;
  margin: 1.2rem 0 0.6rem;
}

.list {
  list-style: disc;
  margin: 0 0 1.2rem 1.6em;
  padding: 0;
}
.u-right {
  text-align: right;
}
.u-center {
  text-align: center;
}
.u-strong {
  font-weight: 700;
}
.u-red {
  color: #c50f0f;
}
.u-green {
  color: #117713;
}
.image-link {
  display: inline-flex;
  align-items: center;
}

.mark-list,
.bullet-list,
.note-list,
.alpha-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mark-list li,
.bullet-list li,
.note-list li,
.alpha-list li {
  position: relative;
  margin: 0.6rem 0;
  padding-left: 1.6em;
  line-height: 1.8;
}
.mark-list li::before,
.bullet-list li::before {
  content: "\25C6";
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #006a99;
  font-weight: 700;
}
.bullet-list .mark {
  display: none;
}
.mark-list .txt,
.bullet-list .txt {
  white-space: pre-wrap;
}

.page-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.page-header .page-title {
  font-size: 3.2rem;
  line-height: 1.35;
  border-left: 8px solid #0071bc;
  padding-left: 1.2rem;
  margin: 2rem 0 1rem;
}

.copyright {
  display: block;
  text-align: center;
  margin-top: 1.6rem;
  white-space: normal;
}
.copyright .serial {
  display: inline;
  margin-left: 0.5em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .copyright .serial {
    display: block;
    margin: 0.2rem 0 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: var(--content-max-width);
  aspect-ratio: 1100/367;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: center/contain no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease-out;
  background-image: url("/images/dronetop.webp");
}
.hero-box {
  max-width: 80%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  --hero-offset-pc: 3rem;
  --hero-offset-tablet: 10rem;
  --hero-offset-mobile: 4rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.hero-box--wide {
  padding: 3.5rem 4rem;
}

.hero-box.hero-box--wide small {
  color: #b22222; /* 濃いめの赤 */
  font-size: 3rem; /* フォールバック（古いブラウザ用） */
  font-size: clamp(2rem, 3.33vw, 3rem); /* 画面幅に応じて 2〜3rem で変動 */
  margin: 0.2rem;
}

.hero-box h1 {
  font-size: 4.5rem;
  line-height: 1.3;
  color: #004728;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
.hero-box .hero-title {
  font-size: 4.5rem;
  line-height: 1.3;
  color: #004728;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
  margin: 0;
}
.hero-box small {
  font-size: 2.5rem;
  font-weight: 500;
  margin: -2rem 0 -1rem;
  color: #000;
}
.btn-primary {
  align-self: center;
  display: inline-block;
  padding: 1.6rem 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #eeff00;
  background: #117713;
  border-radius: 12px;
  transition: 0.25s;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #0c5d0f;
}
@media (max-width: 899px) {
  .hero {
    margin-bottom: 0;
  }
  .hero-box {
    align-items: center;
    border-radius: 12px;
    padding: 2rem;
  }
  .hero-box h1,
  .hero-box .hero-title {
    font-size: 4.5rem;
  }
  .about {
    padding-top: 0;
    margin-top: -1px;
  }
  .btn-primary {
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .hero-box {
    max-width: 100%;
    max-height: 100%;
    padding: 1rem 1rem;
    gap: 0.8rem;
  }
  .hero-box h1,
  .hero-box .hero-title {
    font-size: 3rem;
  }
  .hero-box small {
    font-size: 1.8rem;
    margin: -1rem 0 0.1rem 0;
    color: #000;
  }
  .btn-primary {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .hero-box {
    max-width: 100%;
    max-height: 100%;
    padding: 1.5rem 2rem;
  }
  .hero-box h1,
  .hero-box .hero-title {
    font-size: 2.5rem;
    margin: 0rem;
    -webkit-text-stroke: 1.5px #fff;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
      -1px -1px 0 #fff;
  }
  .hero-box small {
    font-size: 1.5rem;
  }
  .btn-primary {
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    margin: -0.5rem;
    border-radius: 6px;
  }
}

.about {
  background: #fff;
  padding: 3rem 0 1.5rem;
  margin: 0;
}
.hero + section {
  padding: 3rem 0 1.5rem;
  background: #fff;
}
.hero + section.container {
  max-width: var(--content-max-width);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}
.hero + section .container {
  max-width: var(--content-max-width);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}
.contact {
  background: #fff5d6;
  padding: 2rem 0;
  text-align: center;
  margin: 2rem 0;
}
.contact .section-title {
  text-align: left;
}
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.contact-card {
  flex: 1 1 48%;
  background: #fff;
  border: 2px solid #117713;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.contact-head {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
.contact-head .contact-hl {
  color: #117713;
  font-size: 3rem;
}
.tel a {
  color: #ff0000;
  font-size: 4rem;
  text-decoration: none;
}
.small {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .contact-card .contact-head + p {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 600px) {
  .contact-cards .contact-card:first-child p:nth-last-child(2) {
    margin-bottom: 0.4rem;
  }
  .contact-cards .contact-card:first-child p:last-child {
    margin-top: 0.4rem;
  }
}

.site-footer {
  background: #117713;
  color: #fff;
  padding: 3rem 0;
  font-size: 1.6rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.6rem;
  margin: 0 auto;
}
.footer-links a {
  color: #fff;
}
.footer-links a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact-card {
    flex-basis: 100%;
  }
  .about {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .tel a {
    color: #ff0000;
    font-size: 2.5rem;
    text-decoration: none;
  }
  .contact-head .contact-hl {
    color: #117713;
    font-size: 2rem;
  }
}

.to-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #117713;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  right: 1rem;
  bottom: 1rem;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.to-top:hover,
.to-top:focus {
  opacity: 0.8;
}
.to-top:focus-visible {
  outline: 3px solid #fff;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
}
.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0em 4rem 2.5rem;
  row-gap: 0.8rem;
  column-gap: 4rem;
}
.main-nav li {
  position: relative;
}
.main-nav li + li::before,
.main-nav li:first-child::before,
.main-nav li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 1.8rem;
  background: #c4c4c4;
  transform: translateY(-50%);
}
.main-nav li + li::before,
.main-nav li:first-child::before {
  left: -2rem;
}
.main-nav li:last-child::after {
  right: -2rem;
}
.main-nav a {
  display: block;
  font-size: 2.5rem;
  color: #333;
  padding: 0.4rem 1rem;
  position: relative;
  transition: 0.25s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 3px;
  background: #0075c9;
  transition: width 0.25s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #e6f3ff;
  color: #0075c9;
}
.main-nav a:hover::after,
.main-nav a:focus::after {
  width: 100%;
}

.menu-toggle {
  position: absolute;
  right: 0.5rem;
  top: 60%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  line-height: 0;
  display: none;
}
.menu-toggle img {
  width: 45px;
  height: auto;
  transition: transform 0.2s;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 170px;
  height: 100vh;
  padding: 5rem 2rem max(2rem, env(safe-area-inset-right)) 2rem;
  background: #fff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  z-index: 1100;
  transform: translateX(210px);
  transition: transform 0.3s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.drawer.open {
  right: 0;
  transform: translateX(0);
}
.drawer ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 1rem 0 0;
  padding: 0;
}
.drawer a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  padding: 0.6rem 2.4rem 0.6rem 0.2rem;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease,
    padding-left 0.25s ease;
  outline: none;
  white-space: normal;
}
.drawer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 3px;
  background: #0075c9;
  transition: width 0.25s;
}
.drawer a::before {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid currentColor;
  opacity: 0.75;
  pointer-events: none;
  transition: transform 0.15s ease, opacity 0.2s ease;
}
.drawer a:hover,
.drawer a:focus {
  color: #0075c9;
  background: #e6f3ff;
  padding-left: 0.8rem;
}
.drawer a:hover::after,
.drawer a:focus::after {
  width: 100%;
}
.drawer a:hover::before,
.drawer a:focus::before {
  opacity: 1;
  transform: translateY(-50%) translateX(1px);
}
.drawer-close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  line-height: 0;
}
.drawer-close img {
  width: 40px;
  height: 40px;
  outline: none;
}
.drawer.open ~ .to-top,
.drawer.open ~ .to-top.show {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.drawer.open ~ .floating-cta {
  display: none;
}

.agency-insurer .info-block p,
.agency-insurer .info-block address {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@supports not (overflow-wrap: anywhere) {
  .agency-insurer .info-block p,
  .agency-insurer .info-block address {
    word-break: break-all;
  }
}

@media (max-width: 900px) {
  .main-nav ul {
    row-gap: 0.6rem;
    column-gap: 2.4rem;
  }
}
@media (max-width: 600px) {
  .menu-toggle {
    display: block;
  }
  .main-nav ul {
    display: none;
  }
}
.site-logo {
  width: 100%;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.agency-insurer {
  background: #f8f8f8;
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.1;
  user-select: none;
}
.agency-insurer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
}
.info-block {
  flex: 1 1 320px;
  max-width: 500px;
}
.info-name {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
}
.info-name::before {
  content: "\3010";
  margin-right: 0.25em;
}
.info-name::after {
  content: "\3011";
  margin-left: 0.25em;
}
.info-block address {
  font-style: normal;
  margin: 0;
}
.info-block a {
  font-size: 1.6rem;
  margin: 0;
  word-break: break-all;
}
.info-block p {
  margin: 0;
}
@media (max-width: 768px) {
  .agency-insurer .container {
    flex-direction: column;
    gap: 0;
  }
  .info-block {
    flex: 1 1 100%;
    max-width: none;
  }
  .info-block .info-name {
    display: inline;
  }
  .info-block h2.info-name,
  .info-block p.info-name {
    margin: 0;
  }
}

.disclaimer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
.disclaimer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.disclaimer li {
  position: relative;
  padding-left: 2rem;
}
.disclaimer li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.15em;
  line-height: 1;
}

.floating-cta {
  display: none;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 600px),
  (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
  .floating-cta {
    position: fixed;
    z-index: 1500;
    right: 1rem;
    bottom: 8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    pointer-events: none;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .floating-cta .cta-btn {
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transition: opacity 0.2s ease;
    line-height: 1.2;
  }
  .floating-cta .cta-btn:hover,
  .floating-cta .cta-btn:focus {
    opacity: 0.8;
  }
  .floating-cta .menu-btn {
    background: #ecebe8;
  }
  .floating-cta .menu-btn img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0;
    object-fit: contain;
  }
  .fee-btn {
    background: #0057a4;
  }
  .apply-btn {
    background: #c50f0f;
  }
}

.reference-image {
  max-width: var(--content-max-width);
  margin-inline: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.reference-image img {
  display: inline-block;
  width: 94%;
  height: auto;
}
.reference-image picture img {
  transition: opacity 0.3s ease;
}
.reference-image:hover picture img {
  opacity: 0.8;
}

.br-sp {
  display: none;
}
@media (max-width: 600px) {
  .br-sp {
    display: inline;
  }
}

@media (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
  .menu-toggle {
    display: block;
  }
  .main-nav ul {
    display: none;
  }
  .site-header {
    position: static;
  }
  html {
    scroll-padding-top: 0 !important;
  }
}

.main-nav a:hover,
.main-nav a:focus,
.drawer a:hover,
.drawer a:focus {
  text-decoration: none;
}

@media (max-width: 600px) {
  .container {
    padding-inline: 1rem;
  }
  .disclaimer {
    padding-inline: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.menu-toggle,
.drawer-close {
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle:focus:not(:focus-visible),
.drawer-close:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
  text-decoration: none;
}

@media (max-width: 600px) {
  .page-header .page-title {
    font-size: 2.6rem;
    border-left-width: 6px;
  }
  .page-header .little-bigger {
    font-size: 1.8rem;
  }
}

#request-banner {
  padding: 4rem 0 0rem;
  background: #fff;
}

.result-card {
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: var(--radius, 0.5rem);
  padding: clamp(1.6rem, 2.5vw, 2.4rem);
  margin: 1.6rem 0 2.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.result-meta {
  margin: 1.2rem 0 0;
}
.meta-row {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  gap: 1rem;
  padding: 0.6rem 0;
}
.meta-row dt {
  font-weight: 700;
  color: #111;
}
.meta-row dd {
  margin: 0;
}
.next-steps {
  margin: 0.2rem 0 0 1.2rem;
  padding: 0;
}
.next-steps li {
  list-style: disc;
  margin: 0.3rem 0;
  white-space: normal;
}
.result-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.2rem;
}
code#errorCode {
  background: #fff5f5;
  border: 1px solid var(--danger, #c50f0f);
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
}
.btn-return {
  align-self: center;
  display: inline-block;
  padding: 1.6rem 4rem;
  font-size: clamp(2rem, 1.6rem + 0.8vw, 2.4rem);
  line-height: 1.2;
  font-weight: 500;
  color: #eeff00;
  background: var(--brand);
  border-radius: 6px;
  transition: 0.25s;
  text-decoration: none;
}
.btn-return:hover,
.btn-return:focus {
  background: var(--brand-strong);
}
@media (max-width: 480px) {
  .btn-return {
    padding: 0.5rem 2rem;
    margin-top: 0.4rem;
    font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  }
}

#global-scrollbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  display: none;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  border-top: 1px solid #e0e0e0;
  -webkit-overflow-scrolling: touch;
}
#global-scrollbar .global-scroll-ind,
.table-scroll-bottom .local-scroll-ind {
  position: absolute;
  bottom: 1px;
  height: 4px;
  background: #0075c9;
  border-radius: 2px;
  pointer-events: none;
}
.table-scroll-bottom {
  overflow-x: auto;
}
.asterisk-note {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.1;
}
.asterisk-note::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #a50000;
}

@media (max-width: 768px) {
.asterisk-note {
    position: relative;
    padding-left: 1.8em;
    line-height: 1.1;
    margin: 0.4rem 0;
  }
}

.asterisk-note-paren {
  position: relative;
  padding-left: 2.2em;
  line-height: 1.1;
}

.asterisk-note-paren::before {
  content: "(※)";
  position: absolute;
  left: 0;
  color: #a50000;
}

@media (max-width: 768px) {
  .asterisk-note-paren {
    position: relative;
    padding-left: 2.2em;
    line-height: 1.1;
    margin: 0.4rem 0;
  }
}

.asterisk-note-diamond {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.1;
}

.asterisk-note-diamond::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #006a99;
}

@media (max-width: 768px) {
  .asterisk-note-diamond {
    position: relative;
    padding-left: 2.2em;
    line-height: 1.1;
    margin: 0.4rem 0;
  }
}
