@charset "utf-8";



/* ▼ 【固定】コンテンツ全体ラップ */
.privacy-page-content {
  background-color: #fff;
  color: #333;
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 768px) {
  .privacy-page-content {
    margin: 1rem;
  }
}

/* ▼ 【固定】セレクトボックス*/
.company-tab-select {
  width: 100%;
  padding: 0.6em 1em;
  font-size: 14px;
  border: 1px solid #007b43;
  border-radius: 9999px;
  background-color: #007b43;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: border-color 0.3s, background-color 0.3s;
}

.company-tab-select:focus {
  outline: none;
  border-color: #004e2f;
  background-color: #00915e;
}

.company-tab-select option {
  color: #333;
  background-color: #f9f9f9;
}

/* 【固定】パンくずナビ ----------------------*/
.breadcrumb {
  font-size: 12px;
  color: #fff;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: transparent;
  z-index: 10;
  position: relative;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  margin-right: 0.5em;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 0.5em;
  color: #ccc;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

/* ▼ 【固定】下部固定アイコン対応（読み込みファイルで使用される） */
.bottom-icon-box {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 375px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 10;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
}

@media (min-height: 641px) {
  .bottom-icon-box {
    width: 90%;
    margin: 0 auto;
  }

  .privacy-page-content {
    padding-bottom: 90px;
  }
}

@media (max-height: 640px) {
  .page-wrapper,
  .phone-frame {
    height: auto !important;
    overflow-y: auto !important;
    display: block !important;
  }

  .bottom-icon-box {
    position: static !important;
    margin: 16px 12px;
    transform: none !important;
    left: auto !important;
  }

  .privacy-page-content {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  html, body {
    height: auto !important;
    overflow-y: auto !important;
  }

  .page-wrapper {
    height: auto !important;
    min-height: 100vh;
    display: block !important;
    overflow: visible !important;
  }

  .phone-frame {
    height: auto !important;
    overflow: hidden;
  }

  .bottom-icon-box {
    position: static !important;
    margin: 24px auto;
    max-width: 375px;
    transform: none !important;
    left: auto !important;
  }

  .privacy-page-content {
    padding-bottom: 0 !important;
  }
}

/* テキストカラー */

.text-green {
  color: #007b43;
  text-align: center;
}

.section-title-green {
  font-size: 20px;
  font-weight: bold;
  color: #007b43; /* 常盤色 */
  text-align: center;
  position: relative;
  margin: 0 auto 1.5em;
  display: block;
  width: fit-content;
}

.section-title-green::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 5px;
  background-color: #007b43;
  border-radius: 4px;
}

.text-black {
  color: #333;
}

.visit-lead {
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  margin: 1.5em 0 1.5em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .visit-lead {
    font-size: 1.05rem;
  }
}

.section-subtitle,
.lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 0.5em;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

/* フォント */

.section-subtitle {
  font-weight: bold;
  color: #007b43; /* アクセントグリーン */
  font-size: 1.2rem;
}
/* テキストカラー */

/* ライン */

.section-line {
  border: none;
  border-top: 1px solid #ccc; /* 線の色は必要に応じて変更 */
  margin: 1.0em 0 0.1em;       /* 上下の間隔を少し調整 */
}

/* ライン */


/* 概要 */

.event-info-list {
  list-style: none;
  padding: 0;
  margin: 1.5em 0 2em;
  font-size: 1rem;
  line-height: 1.8;
}

.event-info-list li {
  margin-bottom: 0.5em;
}

.event-info-list .label {
  display: inline-block;
  min-width: 8em;
  font-weight: bold;
  color: #007b43;
}

/* 概要 */



.page-links-rounded {
  display: flex;
  gap: 0.5em;
  margin: 1.5em 0;
}

.page-links-rounded a {
  display: inline-flex;
  align-items: center; /* 垂直方向中央揃え */
  justify-content: center;
  padding: 0.4em 1.0em;
  background-color: #007b43;
  color: white;
  text-decoration: none;
  border-radius: 2em;
  font-size: 14px;
  line-height: 1; /* テキスト高さ揃え */
  height: 1.6em;
  white-space: nowrap;
  vertical-align: middle; /* インライン要素の縦揃え */
  transition: background-color 0.3s;
}

.page-links-rounded a:hover {
  background-color: #005e35;
}
