.inacome-page {
  color: #1f2933;
  background: #fff;
}
.inacome-page img {
  max-width: 100%;
  height: auto;
}
.inacome-page a {
  overflow-wrap: anywhere;
}
.inacome-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 1px !important;
  line-height: 1 !important;
}

.main {
    font-size: 16px;
}

.s-section1__mainv {
    position: relative;
    display: inline-block;
    background: #f0f7ff;
    width: 100%;
    text-align: center;
    padding: 60px 0%;
}
.s-section1__mainv {
    height: calc(45% - 50px);
    border-radius: 24px;
    overflow: hidden;
    position: relative !important;
    transition: all 1.5s;
    aspect-ratio: 31 / 13;
    top: 25px;
    left: 0px;
    transform: translate(0);
}
.page-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.page-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .s-section1__mainv {
        padding: 40px 10px;
    }
    .page-title {
        font-size: 15px;
    }
    .page-subtitle {
        font-size: 10px;
    }
}

.topics {
    margin: 70px auto;
    width: 65vw;
}
.c_ttl-mid {
    font-size: 22px;
    letter-spacing: 2px;
    color: #0d3aa0 !important;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d3aa0;
    font-weight: 700;
}
@media (max-width: 768px) {
    .c_ttl-mid {
        font-size: 15px;
    }
}
.section-content {
    margin-bottom: 40px;
}
.section-content h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #0d3aa0;
}
.section-content p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}
.section-content ul {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
.section-content ul {
    list-style: none;
    padding-left: 0;
}
.section-content li {
    background: #f0f7ff;
    padding: 20px;
    border-radius: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.welcome-box {
    background-color: #ffffff;
    padding: 10px 0px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.case-examples {
    background-color: #f0f7ff;
    padding: 35px;
    border-top: 2px dashed #b5d8ff;
    border-bottom: 2px dashed #b5d8ff;
    border-radius: 0px;    margin-bottom: 70px;
}
.case-examples h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #f57c00;
}
.case-examples ul {
    list-style-type: '・';
    padding-left: 20px;    font-weight: 500;
    margin-bottom: 10px;
}
.case-examples li {
    background: none;
    padding: 0;
    margin-bottom: 5px;font-weight: 500;
}

.flow-step {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    transition: box-shadow 0.3s;
}
.flow-step:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.step-number {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #0d3aa0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}
.flow-title {
    font-size: 12px;
    font-weight: 700;
}

.download-section {
    text-align: left;
    margin: 10px 0;
}
.download-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: ##4999e9;    

    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 5px;
}
a.download-button.form-button.form {
    background-color: #b6b6b6;
}
.download-button:hover {
    transform: scale(1.02);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.form-button {
    background-color: #1d80eb;
}

.schedule-list, .past-cases {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}
.non-public {
    color: #d32f2f;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.contact-container {
    background-color: #fff;
    border: 2px solid #000000;
    padding: 30px;
    max-width: 100%;
    margin: 40px auto 0;
    transition: background-color 0.3s ease;
    text-align: center;
}
.contact-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.contact-info {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 30px;
}
.contact-info a {
    color: #0d3aa0;
    text-decoration: none;
    font-weight: bold;
}
.contact-info a:hover {
    text-decoration: underline;
}
.section-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 15px;
    border-left: none;
    position: relative;
}
.section-content h3::before {
    content: ''; /* Essential for pseudo-elements to display */
    display: inline-block; /* Allows setting width, height, and border-radius */
    width: 10px; /* Adjust the size of the circle */
    height: 10px; /* Adjust the size of the circle */
    background-color: #0d3aa0; /* Blue color for the circle */
    border-radius: 50%; /* Makes it a perfect circle */
    position: absolute; /* Position the circle relative to the h3 */
    left: 0; /* Align to the left of the h3 */
    top: 50%; /* Vertically center the circle */
    transform: translateY(-50%); /* Fine-tune vertical centering */
}
p.target {
    margin-bottom: 20px;
}
ul.rod {
  display: flex;
  gap: 20px;
}
li.semibox {
padding: 20px 0px;
    background: #b5d8ff;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
ul.rod > li { /* ul.rod の直接の子要素である li を指します */
  flex: 1;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 20px solid #333;
    margin: 30px auto;
    display: block;
}
/* テーブル全体と行のスタイル */
.info-table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 50px;
}

.table-row {
    display: grid; /* グリッドコンテナとして設定 */
    grid-template-columns: 30% 1fr; /* 左側の項目名に200px、右側に残り */
    border-bottom: 1px solid #eee; /* 各行の下線 */
}

.table-row:last-child {
    border-bottom: none; /* 最後の行の下線はなし */
}

/* 項目名のセル */
.table-label {
    background-color: #f5f5f5; /* 項目名の背景色 */
    padding: 15px;
    font-weight: bold;
    display: flex; /* 垂直中央揃えのため */
    align-items: center; /* 垂直中央揃え */
    border-right: 1px solid #eee; /* 項目名と内容の間の縦線 */
}

/* 内容のセル */
.table-content {
    padding: 30px;
}

/* 内容内の既存の section-content などのパディングを調整（二重にならないように） */
.table-content .section-content {
    padding: 0; /* table-content でパディングを設定しているので、ここでリセット */
    margin-bottom: 0; /* 必要に応じて調整 */
}

/* スマートフォン表示用のスタイル (例: 767px以下の画面幅) */
@media (max-width: 767px) {
    .table-row {
        grid-template-columns: 1fr; /* 1カラム表示にする（項目名と内容が縦に並ぶ） */
        border-bottom: 1px solid #ddd; /* 各行の下線 */
    }

    .table-label {
        border-right: none; /* スマホ表示では縦線は不要 */
        border-bottom: 1px solid #eee; /* 項目名と内容の間に線を入れる場合 */
        background-color: #e0e0e0; /* スマホ表示の項目名背景色を少し変えるなど */
    }
}


/* 既存のCSS（青い丸、ダウンロードボタンなど）は必要に応じて調整して維持 */

/* section-content h3 の青い丸のCSS は、h3を table-label の外に移動したので、不要になります。
   もし table-label 内に h3 などを使いたい場合は、そのスタイルを調整してください。
   今回は table-label はシンプルなテキストとして扱います。
*/

/* li.semibox の中央寄せのCSS */

/* flow-step の番号とタイトルのスタイル */
.flow-step {
    margin-bottom: 10px;
}
.step-header {
    display: flex;
    align-items: center;
}
.step-number {
    background-color: #0d3aa0;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
    flex-shrink: 0;
}
.flow-title {
    margin: 0;
    font-size: 15px;
}

/* download-button のスタイル */
.download-button {
    display: inline-block;
    padding: 20px 15px;
    background-color: #0d3aa0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    width: 70%;
}
.download-button:hover {
    opacity: 0.8;
}

/* contact-container のスタイル */
.contact-container {
    /* table-content がパディングを持つので、ここではリセットするか、必要に応じて調整 */
    padding: 0; /* table-content のパディングに任せる */
    border: none; /* table-row と table-label/content でボーダーを管理するため */
    background-color: transparent; /* table-row に背景色を任せる */
    margin-top: 0;
}
.contact-title {
    color: #0d3aa0;
    border-bottom: 2px solid #0d3aa0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.contact-info {
    line-height: 1.4;
}
h2.title-ani-tar.title-ani.sbttl.c_ttl-mid.sankou {
    margin-top: 5%;
    margin-bottom:10px;
}
/* non-public のスタイル */
.non-public {
    padding: 15px;
    color: #e65100;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
p.tabletext {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}
li.third {
    padding: 10px;
    border-radius: 0px;
}
p.tabletext {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}
h2.title-ani-tar.title-ani.sbttl.c_ttl-mid.sucs {
    margin-top: 50px;
}
.contact-title {
    color: #0d3aa0;
    border-bottom: 2px solid #0d3aa0;
    padding-bottom: 2%;
    margin-bottom: 3%;
}
p.west {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
}
@media (max-width: 767px) {
.topics {
    margin: 70px auto;
    width: 90vw;
}
}
.hero-banner {
  background-color: #e0f0ff; /* 薄いブルー */
  height:65vh;
display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
    padding: 16vh 0 0 0;margin-top: 3%;
}

.hero-content {
  max-width:100%;
}

.page-title {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-subtitle {
    font-size: 1.2vw;
    line-height: 1.5;
    margin: 3%;
    line-height: 40px;
}
li.sche {
    background: #fff;
    padding: 0;
    list-style: disc;
    padding-left: 10px;
    margin-left: 30px;
}
.table-label {
    background-color: #f5f5f5;
    padding: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    text-align: center;
    width: 100%;
    display: grid;
}

a.download-button.form-button.sankou {
    background: #8fd6e6;
    width: 100%;
}
@media (max-width: 768px) {
    ul.rod {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0;
  list-style: none;
}

ul.rod li {
  background: #cce5ff;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  flex: 1 1 calc(50% - 10px); /* スマホでは2つ並ぶように調整 */
  box-sizing: border-box;
}
  .hero-banner {
    height: auto;
    padding: 20px 10px;
  }

  .page-title {
    font-size: 12px;
  }
li.semibox {
    padding: 20px 0px;
    background: #b5d8ff;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}
    .page-title {
font-size: 18px;
        text-align: left;
        margin: 7% 3%;
        line-height: 40px;
        color: #fff;
  }      

.hero-content {
max-width: 100%;
        margin-top: 10% !important;
        padding: 0 5%;
}
    .page-subtitle {
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        border-top: 1px solid #fff;
        padding: 2% 0;
        border-bottom: 1px solid #fff;
    }
  .section-content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}
    .c_ttl-mid {
        font-size: 16px;
    }
    .c_ttl-mid {
    letter-spacing: 2px;
    color: #0d3aa0 !important;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d3aa0;
    font-weight: 700;
}
.section-content ul {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}
.section-content h3 {
    font-size: 14px;
}
p {
    font-size: 14px;
}
.table-content {
padding: 30px 0;
}
.download-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0d3aa0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}
.download-button {
    font-size: 14px;
}
p.tabletext {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}
.flow-title {
    margin: 0;
    font-size: 13px
}
.contact-container.last {
    display: none;
}
  .hero-banner {
    background-color: #016bcf;
    height: 530px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16vh 0 0 0;
    margin-top: 3%;
}
}
.download-section a.disabled-link {
  pointer-events: none;  /* クリック無効化 */
  opacity: 0.6;          /* 見た目で無効感（任意） */
  cursor: default;       /* ポインターを矢印に（任意） */
  transition: all 0.2s ease;
}
.download-section a.disabled-link:hover {
  transform: scale(1.03); /* マウスオンで少し大きく（動き） */
}

.inacome-page--local-coord2026 {
  min-height: 60vh;
}

/* html-bg-white-fix 2026-08-12 柿森: 琴平vendor(kotohira-js-index)の html{background:#ebebeb} を打ち消し、ヘッダーの透け灰色を白に */
html{background-color:#ffffff !important;}
