/* Global styles */
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    color: #000;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1000px) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0;
        padding: 0;
        padding-top: 192px;
        color: #000;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

.blue-link {
    text-decoration: underline;
    color: #0C305C;
}

.black-link {
    text-decoration: underline;
}

.orange {
    color: #FE6011;
}

.orange2 {
    color: #FA8C0F;
}

.ttl {
    border-bottom: solid 1px #D6D6D6;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
    text-align: left;
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.num-list {
    width: 80%;
    margin: auto;
    text-align: left;
}

/* Header styles 
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0px 20px;
    background: #fff;
    color: #333;
}

.header .logo img {
    height: 40px;
}

.nav a {
    margin: 10px;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
 Header styles */

/* 固定メニュー */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    height: 60px;
    box-sizing: border-box; /* 幅の計算を正しく行う */
    overflow: hidden; /* 不要なはみ出しを防ぐ */
}

/* ロゴのスタイル */
.logo {
    flex-shrink: 0; /* ロゴが縮まないようにする */
}

.logo img {
    height: 40px;
}

/* ナビゲーションメニュー */
.nav {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* はみ出し防止 */
    max-width: 100%; /* ナビゲーションがはみ出ないようにする */
}

/* ナビゲーションリンク */
.nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap; /* テキストが折り返されないように */
}

.nav img {
    height: 36px;
}

.nav .manyual-pdf {
    height: 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1000px) {
    .header {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .nav {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
        align-items: center; /* メニューを中央配置 */
    }

    .nav a {
        font-size: 14px;
    }
}

/* 固定メニュー */


/* Contact section */
.contact-section {
    text-align: center;
    padding: 20px 20px;
    background-color: #E6F5FA;
}

.contact-section h1 {
    font-size: 24px;
    color: #fff;
    background: linear-gradient(to right, #3296FA, #28468C);
    padding: 10px;
    border-radius: 5px;
}

.contact-section p {
    padding: 5px;
    border-radius: 5px;
}

/* Graph Contact section */
.contact-section-graph {
    text-align: center;
    padding: 20px 20px;
    background: linear-gradient(#FFF, #E4F2FD);
}

.sub-contact-section {
    text-align: center;
    background-color: #fff;
}

.section-title-bar {
    background: #3296FA; 
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    text-align: left;
    width: 90%;
    margin: 0 auto 20px;
}

.sub-contact-section h1 {
    font-size: 24px;
    color: #fff;
    background: linear-gradient(to right, #3296FA, #28468C);
    padding: 10px;
    margin-top: 10px;
}

.sub-contact-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.sub-contact-section p {
    margin-top: 10px;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
}

.sub-contact-section hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px auto; 
    width: 62%;
}

.sub-contact-section-step {
    width: 62%;
    margin: 20px auto; 
}

.sub-contact-section-text {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.sub-contact-section-text-center {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.notice {
    font-size: 12px;
}

.notice-orange {
    font-size: 12px;
    color: #FE6011;
}

.hotline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.hotline h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 900;
}

.hotline-info {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.hotline-info .phone-number {
    font-weight: bold;
    font-size: 24px;
}

.hotline-info .phone-number-line {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.hotline-div {
    padding: 10px;
}

.reception-time {
    margin-top: 0px;
}

.insection {
    padding-bottom: 30px;
}

/* CTA section */
.cta-section {
    text-align: center;
    padding: 36px;
    background: #3296FA;
    color: #fff;
}
.cta-section-h2 {
    margin-top: 0px;
}

.cta-section-2 {
    text-align: center;
    padding: 36px;
    background: #F6C721;
    color: #333333;
}
.cta-section-2-h2 {
    margin-top: 0px;
    font-weight: 900;
}

.cta-section-3 {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 10px;
    background: #F5F5F5;
    color: #333333;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background: #FF6414;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}

.cta-button::after {
    content: '▶';
    margin-left: 10px;
}

.cta-button-no-arrow {
    display: inline-block;
    padding: 10px 60px;
    background: #FF6414;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}

.cta-button-3 {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}


/* Footer styles */
.footer {
    padding: 20px;
    background: #fff;
    margin: 0 auto;
    width: 1076px;
}

.footer .footer-info {
    font-size: 12px;
    margin-top: 0px;
    text-align: left;
    color:#ccc;
}

.footer-nav {
    text-align: left;
    margin-bottom: 10px;
}

.social-links {
    text-align: right;
}

.social-links img {
    height: 24px;
    margin: 0 5px;
}

.l-footerList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.l-footerList__item {
    font-size: 14px;
    line-height: 3;
    position: relative;
  }

  .l-footerList__item::after {
    content: "";
    border-right: 1px solid #ADADAD;
    padding-right: 16px;
  }

  .l-footerList__item:last-of-type::after {
    content: none;
  }

  .l-footerLogo {
    margin-top: 24px;
    margin-bottom: 12px;
    width: 100px;
  }

  .l-footerLogo img {
    width: 100%;
  }



  /* TOP画面 */
.top-container {
    display: flex; /* Flexboxを適用 */
    width: 100%;
    margin-top: 10px;
}
.section-blue,
.section-light-blue {
    width: 50%; /* 幅を50%に設定 */
    display: flex;
    flex-direction: column; /* 縦方向のレイアウト */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-orange,
.section-light-orange {
    width: 50%; /* 幅を50%に設定 */
    display: flex;
    flex-direction: column; /* 縦方向のレイアウト */
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Orange Section Styles */
.section-orange {
    background-color: #F6C721;
    color: #333;
}

.section-orange .section-orange-content {
    max-width: 80%;
}

.section-orange h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    margin-top: 0px;
    font-weight: 900;
}

.section-orange h3 {
    margin-bottom: 0px;
    font-size: 1.8rem;
}
.section-orange ul {
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
}

.section-orange ul li {
    margin-bottom: 10px;
}

.section-orange ul li span {
    font-weight: 800;
    color: #343434;
    border-bottom: 1px solid #343434;
}

/* Blue Section Styles */
.section-blue {
    background-color: #28468C;
    color: white;
}

.section-blue-text {
    text-shadow: 1px 2px 2px black;
}
.section-blue .section-blue-content {
    max-width: 80%;
}

.section-blue h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    margin-top: 0px;
}

.section-blue h3 {
    margin-bottom: 0px;
    font-size: 1.8rem;
}
.section-blue ul {
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
}

.section-blue ul li {
    margin-bottom: 10px;
}

.section-blue ul li span {
    font-weight: bold;
    color: #FFD63E;
    border-bottom: inset;
}

/* Orange Button */
.btn-orange {
    background-color: #FF6414;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1rem;
}

.btn-orange::after {
    content: '▶';
    margin-left: 10px;
}

.btn-orange:hover {
    background-color: #e64a19;
}

/* Section 2: Light Blue Background */
.section-light-blue {
    background-color: #3296FA;
    color: white;
}

.section-light-orange {
    background-color: #F6C721;
    color: #333333;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}

.step {
    background-color: white;
    color: #333;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .top-container {
        flex-direction: column; /* 横並びから縦並びに変更 */
        height: auto; /* 高さを自動調整 */
    }

    .section-blue,
    .section-light-blue {
        width: 100%; /* 幅を100%に変更 */
        padding: 1.5rem;
    }

    .section-orange,
    .section-light-orange {
        width: 100%; /* 幅を100%に変更 */
        padding: 1.5rem;
    }

    .section-blue h1 {
        font-size: 2.2rem;
    }

    .section-blue h3 {
        font-size: 1.5rem;
    }
}

/* Button Container */
.button-container {
    text-align: center;
}

/* Button Container */
.button-container2 {
    text-align: center;
    margin-bottom: 16px;
}

/* Custom Button */
.custom-button {
    display: inline-block;
    background-color: #FF6414; /* オレンジ色 */
    color: white;
    text-decoration: none;
    padding: 0.8rem 3.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-button:hover {
    background-color: #e64a19; /* ホバー時に少し濃い色 */
}

.custom-button .sub-text {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}

.custom-button .arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 1.2rem;
}

.top-title {
    color: #28468C;
    font-size: 30px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 0px;
}

.top-title2 {
    color: #FE6011 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    margin-top: 30px !important;
}

.top-section-container {
    display: flex; /* Flexboxを適用 */
    width: 100%;
    margin-top: 10px;
}
.section-text {
    width: 60%; /* 幅を50%に設定 */
    display: flex;
    flex-direction: column; /* 縦方向のレイアウト */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-img {
    width: 40%; /* 幅を50%に設定 */
    display: flex;
    flex-direction: column; /* 縦方向のレイアウト */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-img-content {
    width: 80%;
}

@media (max-width: 768px) {
    .top-section-container {
        flex-direction: column; /* 横並びから縦並びに変更 */
        height: auto; /* 高さを自動調整 */
    }

    .section-text,
    .section-img {
        width: 90%; /* 幅を100%に変更 */
        padding: 1.5rem;
    }

    .section-text h1 {
        font-size: 1.5rem;
    }
}

.step-container {
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 600px;
    gap: 1rem;
}

.step-number {
    background-color: #3296FA;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
}

.step-number2 {
    background-color: #FA8C0F;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.step-title {
    color: #4DA5F2;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.step-title2 {
    color: #FA8C0F;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.step-description {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0px !important; 
    text-align: left;
}

.graph-titie {
    display: flex;
    justify-content: center;
}

.graph-titie-section1 {
    background-color: #666666;
    color: #fff;
    text-align: left;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    margin-bottom: 0px;
}

.graph-titie-section2 {
    background-color: #029BCC;
    color: #fff;
    text-align: left;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    margin-bottom: 0px;
}

.graph-titie-section3 {
    background-color: #FAD237;
    color: #333;
    text-align: left;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    margin-bottom: 0px;
}

.graph-titie-section4 {
    background-color: #FA8C0F;
    color: #fff;
    text-align: left;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    margin-bottom: 0px;
}

.graph-section {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

.graph-section-inner {
    padding: 0px 60px;
}

/* Instructions */
.instructions h3 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
}

.instructions ol {
    background-color: #F6F6F6;
    text-align: left;
    margin-top: 5px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.instructions ol li {
    margin-bottom: 0.3rem;
}

/* Checkpoint */
.checkpoint {
    background-color: #FFFCF2;
    border: 1px solid #FE6011;
    margin: 5px 0 40px 0;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.checkpoint-titile {
    color: #FF5733;
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
}

.checkpoint .highlight {
    color: #FF5733;
    font-weight: bold;
}

/* Container */
.table-container {
    width: 100%;
    overflow-x: auto;
}

/* Table */
.cost-table {
    /*width: 1200px;/* 20250117前田変更 →20250208須賀無効*/
    width: 610px;
    /*margin: 0px auto; 20250208須賀無効*/
    margin-left: 10%; /* 左に10%の余白 */
    margin-right: 10%; /* 右に10%の余白 */
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed; /* 前田追加 */
}

.cost-table th:first-child,
.cost-table td:first-child {
    width: 40%; /* 左の列 */
}

.cost-table tbody th,
.cost-table tbody td,
.cost-table tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table tbody th,
.cost-table tbody td input,
.cost-table tbody tr input{
    width: 60%;
}


/* 20250117前田追加 */
.cost-table2 {
    float:left;
    width: 300px;
    margin: 20px auto 40px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
}

/* 20250119前田追加 */
.cost-table3 {
    float:left;
    width: 220px;
    margin: 20px auto 40px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
    border-collapse: collapse;
    margin-right: 4px;
}

/* 20250119前田追加 */
.cost-table4 {
    float:left;
    width: 140px;
    margin: 20px auto 40px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
}

/* 20250121前田追加 */
.cost-table5 {
    float:left;
    width: 362px;
    margin: 20px auto 40px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
}

/* 20250121前田追加 */
.cost-table6 {
    float:left;
    width: 450px;
    margin: 0px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
}

.cost-table7 {
    float:left;
    width: 108px;
    margin: 20px auto 40px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
}

.cost-table th, 
.cost-table td {
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    /* padding: 0.5rem; 20250208須賀削除*/
    font-size: 12px;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* 20250117前田追加 */
.cost-table2 th, 
.cost-table2 td {
    height: 20px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.206rem;
    font-size: 12px;
    vertical-align: top;
}

/* 20250119前田追加 */
.cost-table3 th, 
.cost-table3 td {
    height: 20px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.206rem 0px;
    font-size: 12px;
    vertical-align: top;
}

.cost-table3-left {
    width: 3%;
}

.cost-table3-center {
    width: 0%;
}

.cost-table3-right {
    width: 2%;
}

/* 20250119前田追加 */
.cost-table4 th, 
.cost-table4 td {
    height: 20px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.208rem 0px;
    font-size: 12px;
    vertical-align: top;
}
/* 20250121前田追加 */
.cost-table5 th, 
.cost-table5 td {
    height: 20px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.208rem 0px;
    font-size: 12px;
    vertical-align: top;
    padding-right: 5px;
}
/* 20250121前田追加 */
.cost-table6 th, 
.cost-table6 td {
    height: 35px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.5rem;
    font-size: 12px;
    vertical-align: top;
}

.cost-table7 th, 
.cost-table7 td {
    height: 20px;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    padding: 0.208rem 0px;
    font-size: 12px;
    vertical-align: top;
}

/* Header Colors */
.main-header {
    background-color: #9B9B9B;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    padding: 0.75em !important;
}

.main-header4 {
    background-color: #FE6011;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    padding: 0.75em !important;
}

.sub-header {
    background-color: #595757;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    padding: 0.75em !important;
}

.sub-header2 {
    background-color: #029BCC;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    padding: 0.75em !important;
}

.other-header {
    background-color: #fff;
    color: black;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #000000;
    text-align: center !important; 
    padding: 0.75em !important;
}

.left-header {
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    padding: 0.75em !important;
}

.other-header-step4 {
    background-color: #fff;
    text-align: center !important; 
    padding: 0.75em !important;
    font-weight: 400 !important;
}

.left-header-step4 {
    border-radius: 10px 10px 0px 0px; 
    padding: 0.75em !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.total-row {
    background-color: #fff;
    font-weight: bold;
}


.table-ttl{
    border-bottom: solid 1px #D6D6D6;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
    text-align: left;
    color:#595757;
    margin: auto;
    padding-top: 30px;
}

.table-notice-mini {
    font-size: 9px !important;
}

.tabel-border-solid {
    border-top: solid 1px #D6D6D6;
}

.tabel-border-dotted {
    border-top: dotted 1px #D6D6D6;
}

.table-caption {
    width: 19%;
}

.table-content {
    width: 27%;
}

.table-caption-step3 {
    width: 18%;
}

.table-content-step3 {
    width: 27%;
}

.table-content-sub-step3 {
    width: 14%;
}

.gray1-row {
    background-color: #F6F6F6;
}

.gray1-row_year {
    background-color: #F6F6F6;
    font-size: 20px;
     font-weight: bold;
     text-align: center;
}

.gray2-row {
    background-color: #F0F0F0;
}

.gray3-row {
    background-color: #9B9B9B;
    color: white;
}

.gray4-row {
    background-color: #595757;
    color: white;
}

.blue1-row {
    background-color: #E6F5FA;
}

.blue2-row {
    background-color: #CCEBF5;
}

.blue4-row {
    background-color: #029BCC;
    color: white;
}

.yellow-row-sum {
    background-color: #FFFCF2;
}

.yellow1-row {
    background-color: #FFFCF2;
}
.yellow1-row_left {
    background-color: #FFFCF2;
    text-align: left !important;
}

.yellow4-row {
    background-color: #FE6011;
    color: white;
}

.yellow5-row {
    background-color: #FAD237;
    color: #000;
}

.yellow6-row {
    background-color: #FFFADC;
    color: #000;
}

.sub-row {
    font-size: 10px !important;
}

.num-row {
    text-align: left !important;
    padding-left: 0px !important;
    margin-top: 0px;
}

.num-element {
    width:10px !important;
}

/* Input Styles */
input[type="number"], input[type="text"] {
    /* width: 60%; */
    /* padding: 0.5rem; */
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    text-align: right;
    margin-right: 5px;
}

/* 前田追加 */
.text-row td {/* テキストの行 */
    background-color: #fff;
    font-weight: bold;
    text-align: left;
}

/* 年度のテキストボックス */
input.year{
	width:60px;
	text-align:right;
}

/* 文字入力のテキストボックス */
input.text-input{
	text-align:left;
}

/* 割合入力テキストボックス */
input.ratio{
	width:27px;
	text-align:right;
    margin-right: 2px;
}

/* 価格のテキストボックス */
input.price{
	width:80px;
	text-align:right;
}

/* 比率ボタン左寄せ */
td.button{
	text-align:left;
}

/* ステップ画像 */
.step{
    width: 800px;
    height: 200px;
}

/* ステップ画像 */
.center{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}



/* 前田追加ここまで */

div.isred {
    font-weight: bold;
    color: red;
    font-size:22px;
}
div.isblack {
    font-weight: bold;
    font-size:22px;
}

/* Required Mark */
.required {
    color: red;
    font-weight: bold;
    margin-right: 0.3rem;
    font-size: 12px;
}

.required-any {
    font-weight: bold;
    margin-right: 0.3rem;
    font-size: 12px;
}

/* Rates and Sub-values */
.rate {
    font-size: 0.8rem;
    color: #555;
}

.sub-value {
    font-weight: bold;
    color: #333;
}

/* Total Row */
.total-cell {
    font-weight: bold;
    padding: 0.75em !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cost-table th, .cost-table td {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    input[type="number"], input[type="text"] {
        font-size: 0.8rem;
    }
}

.accordion-detail {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.accordion-button-gray {
    display: inline-block;
    padding: 4px 10px;
    background: #999999;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordion-button-orange {
    display: inline-block;
    padding: 4px 10px;
    background: #FA8C0F;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.graph-button-gray {
    display: inline-block;
    padding: 4px 10px;
    background: #999999;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ？をマウスオーバーすると表示されるCSS　ここから */
.tooltip { /* 補足説明するテキストのスタイル */
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    font-size: 0.9em;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 60%;
    background: #9B9B9B;
    margin-left: 5px;
  }
   
  .description_right { /* ツールチップのスタイル */
    width: 250px; /* 横幅 */
    position: absolute;
    top: 50%;
    left: 80%; /* X軸の位置 */
    transform: translateY(-50%);
    padding: 8px;
    border-radius: 10px; /* 角の丸み */
    background-color: #666;
    /*20241215 澁谷変更 START
    font-size: 0.7em; */
    font-size:1em;
    /*20241215 澁谷変更 END */
    color: #fff;
    text-align: left;
    visibility: hidden; /* ツールチップを非表示に */
    opacity: 0; /* 不透明度を0％に */
    z-index: 1;
    transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
  }

  .description_left { /* ツールチップのスタイル */
    width: 250px; /* 横幅 */
    position: absolute;
    top: 80%;
    right: 80%; /* X軸の位置 */
    transform: translateY(-50%);
    padding: 8px;
    border-radius: 10px; /* 角の丸み */
    background-color: #666;
    /*20241215 澁谷変更 START
    font-size: 0.7em; */
    font-size:1em;
    /*20241215 澁谷変更 END */
    color: #fff;
    text-align: left;
    visibility: hidden; /* ツールチップを非表示に */
    opacity: 0; /* 不透明度を0％に */
    z-index: 1;
    transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
  }


   
  .tooltip:hover .description_right { /* マウスオーバー時のスタイル */
    left: 100%; /* X軸の位置 */
    visibility: visible; /* ツールチップを表示 */
    opacity: 1; /* 不透明度を100％に */
  }

  .tooltip:hover .description_left { /* マウスオーバー時のスタイル */
    right: 100%; /* X軸の位置 */
    visibility: visible; /* ツールチップを表示 */
    opacity: 1; /* 不透明度を100％に */
  }

  /* ？をマウスオーバーすると表示されるCSS　ここまで */

.button-under-graph {
    clear:both;/* 20250118前田追加 */
    display: flex;
    justify-content: center;
}

button {
    border: 1px solid;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}
/* 保存するボタン */
.save-button {
    background-color: #FFF;
    border-color: #FF6600; /* オレンジ枠 */
    color: #FF6600; /* オレンジ文字 */
    font-weight: 700;
    width: 200px;
    margin: 0px 10px;
}

.save-button:hover {
    background-color: #FF6600;
    color: white;
}

/* クリアボタン */
.clear-button {
    background-color: #FFF;
    border-color: #595757; /* 黒枠 */
    color: #595757; /* 黒文字 */
    font-weight: 700;
    width: 200px;
    margin: 0px 10px;
}

.clear-button:hover {
    background-color: #595757;
    color: white;
}

.top-space {
    margin-top: 60px;
}

.accordion-button-icon {
    width: 13px;
    margin-left: 4px;
    vertical-align: middle;
    margin-right: -4px;
}

.sum-title {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: solid 1px #D6D6D6;
    text-align: left;
}

.sum-explanation-solid {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #D6D6D6;
    text-align: left;
    padding-bottom: 15px;
}

.sum-explanation-dotted {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #D6D6D6;
    text-align: left;
    padding-bottom: 15px;
}

.sub-section-text {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.sum-table {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0px 0;
}

.sum-input {
    margin-bottom: 5px;
    padding: 0.2rem !important;
    border: 1px solid #fff !important;
}

.print-button {
    background-color: #FFF;
    border-color: #595757;
    color: #595757;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    margin: 0px 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-width: thin;
}

.print-button:hover {
    background-color: #595757;
    color: white;
}

.step4-text {
    background-color: #fff;
    width: 60%;
    margin: auto;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.chartarea {
    margin:auto;
    padding-top: 20px;
    margin-bottom: 20px;
}

.chartarea-style {
    padding: 0px 20px;
}

/* 青色申告番号 */
.blueNumber{
    width: 60px !important;
    /* max-width: 50px !important; 最大幅も指定してみる */
    text-align: left !important;
}


/* 業種選択セクションのスタイル */
.industry-selection {
    background: #fdf7dc;
    border: 1px solid #f0c36d;
    padding: 20px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
}

/* 業種選択のタイトル */
.industry-selection h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 業種選択のオプション */
.industry-options {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* ラジオボタンのカスタムデザイン */
.industry-options input[type="radio"] {
    appearance: none; /* デフォルトのデザインを削除 */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid black; 
    border-radius: 50%; /* 丸い形状 */
    position: relative;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

/* ラジオボタンをクリック（選択）したときのデザイン */
.industry-options input[type="radio"]:checked {
    border-color: black; /* 選択時の枠線を黒に */
}

/* ラジオボタンの中のチェックマーク（隙間を開ける） */
.industry-options input[type="radio"]::before {
    content: "";
    width: 8px; /* 内側の黒い部分を小さく */
    height: 8px;
    background: black; /* 内部の色 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; /* 初期状態は非表示 */
    transition: opacity 0.2s ease-in-out;
}

/* 選択されたときにチェックマークを表示 */
.industry-options input[type="radio"]:checked::before {
    opacity: 1; /* 選択時に表示 */
}

/* 原価報告書のチェックボックス */
.cost-report {
    margin-top: 10px;
}

/* 注意書きのスタイル */
.warning-text {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 60px;
}

/* セクション全体のスタイル */
.content-section {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

.content-section p {
    padding: 0px;
    padding-bottom: 15px;
}

/* 強調テキスト */
.content-section strong {
    font-size: 16px;
    font-weight: bold;
}

/* コスト項目リストのスタイル */
.cost-items {
    border: 1px solid #000;
    padding: 15px;
    margin: 15px 0;
    list-style-type: disc;
    list-style-position: inside; /* ドットをリストの内側に */
    margin-bottom: 30px;
}

/* 各リスト項目のスタイル */
.cost-items li {
    margin: 5px 0;
    padding-left: 0; /* 左の余白を削除 */
}

/* 注意書きのスタイル */
.note {
    font-size: 14px;
    color: #666;
}

/* ボタンコンテナ */
.save-button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

/* 情報テキスト */
.info-text-step1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 強調テキスト */
.highlight-step1 {
    color: #ff6600;
}

/* 注意テキスト */
.notice-step1 {
    text-align: center;
    font-size: 10px;
    color: #000;
    margin-bottom: 20px;
}

/* グラフ確認ボタン */
.graph-button-step1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* チェックボックスとラベル */
.graph-button-step1 input[type="checkbox"] {
    /*display: none;*/
    background: white;
    color: #FE6011;
}

.graph-button-step1 input[type="checkbox"]:checked + .graph-label {
    background: #FE6011;
}
/* チェックボックスのデフォルトのデザインを非表示に */
.graph-label-step1 input[type="checkbox"] {
    display: none;
}

/* カスタムチェックボックスのデザイン */
.graph-label-step1 {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    background-color: #FE6011;
    transition: 0.3s;
}

/* カスタムチェックボックス */
.graph-label-step1 .checkbox-custom {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 3px;
    margin-right: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* チェックが入ったときの色（オレンジに変更） */
.graph-label-step1 input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #FE6011; /* チェックボックスの背景をオレンジ */
    border-color: #FE6011;
}

/* チェックが入ったときのチェックマーク */
.graph-label-step1 input[type="checkbox"]:checked + .checkbox-custom::before {
    content: "✔"; /* チェックマークを追加 */
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.buttons-block {
    background: #F6F6F6;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 保存するボタン */
.save-button-step1 {
    background-color: #FFF;
    border-color: #FF6600; /* オレンジ枠 */
    color: #FF6600; /* オレンジ文字 */
    font-weight: 700;
    width: 150px;
    margin: 0px 10px;
}

.save-button-step1:hover {
    background-color: #FF6600;
    color: white;
}

/* クリアボタン */
.clear-button-step1 {
    background-color: #FFF;
    border-color: #595757; /* 黒枠 */
    color: #595757; /* 黒文字 */
    font-weight: 700;
    width: 150px;
    margin: 0px 10px;
}

.clear-button-step1:hover {
    background-color: #595757;
    color: white;
}

.print-button-step1 {
    background-color: #FFF;
    border-color: #595757;
    color: #595757;
    font-weight: 700;
    font-size: 16px;
    width: 150px;
    margin: 0px 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-width: thin;
}

.print-button-step1:hover {
    background-color: #595757;
    color: white;
}

.cost-table-container {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    width: 100%;
}
.required-box {
    background-color: #FFFADC; /* 背景色を淡いピンクに */
    border: 1px solid #ccc; /* 枠線を薄いグレーに */
    padding: 2px;
    font-size: 14px;
}
.required-box-cost3 {
    background-color: #FFFADC; /* 背景色を淡いピンクに */
    border: 1px solid #ccc; /* 枠線を薄いグレーに */
    padding: 2px;
    font-size: 12px;
}
.checkbox-mini {
    width: 12% !important;
}

.required-label-sample {
    display: inline-block;
    background-color: #FFFADC;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 24px;
    border: 1px solid #ccc;
    text-align: center;
}

/* 進むボタン（画面中央） */
.custom-button-step1 {
    margin: 0 auto; /* 画面中央に配置 */
    background-color: #f26522;
    color: white;
    padding: 12px 24px;
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-button-step1:hover {
    background-color: #d8561d;
}

/* 戻るボタン（白・枠あり） */
.back-button-step1 {
    position: absolute;
    left: 0%;
    background: white;
    color: #595757;
    border: 2px solid #ccc;
    padding: 12px 24px;
    padding-right: 40px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.back-button-step1:hover {
    background: #f8f8f8;
}

/* ボタンのコンテナ（横並びにする） */
.button-container-step1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 900px; /* 適切な幅を設定 */
    margin: 0 auto; /* 中央配置 */
}

.icon-step1 {
    margin: 0 5px;
    height: 15px;
}

.cost-table-under {
    width: 760px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed; 
}
/* 列の幅を 5:4:4:2:2 に指定 */
.cost-table-under th:nth-child(1),
.cost-table-under td:nth-child(1) {
    width: 40.7%; /* 1列目: 5 */
}

.cost-table-under th:nth-child(2),
.cost-table-under td:nth-child(2) {
    width: 28.6%; /* 2列目: 4 */
}

.cost-table-under th:nth-child(3),
.cost-table-under td:nth-child(3) {
    width: 28.6%; /* 3列目: 4 */
}

.cost-table-under th:nth-child(4),
.cost-table-under td:nth-child(4) {
    width: 12.3%; /* 4列目: 2 */
}

.cost-table-under th:nth-child(5),
.cost-table-under td:nth-child(5) {
    width: 12.3%; /* 5列目: 2 */
}

.cost-table-under tbody th,
.cost-table-under tbody td,
.cost-table-under tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table-under th, 
.cost-table-under td {
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Contact section */
.contact-section-2 {
    text-align: center;
    padding: 20px 20px;
    background-color: #FFFADC;
}

.contact-section-2 h1 {
    font-size: 24px;
    color: #fff;
    background: linear-gradient(to right, #3296FA, #28468C);
    padding: 10px;
    border-radius: 5px;
}

.contact-section-2 p {
    padding: 5px;
    border-radius: 5px;
}

.contact-section-3 {
    text-align: center;
    padding: 20px 20px;
    background-color: #f5f5f5;
}

.contact-section-3 h1 {
    font-size: 24px;
    color: #fff;
    background: linear-gradient(to right, #3296FA, #28468C);
    padding: 10px;
    border-radius: 5px;
}

.contact-section-3 h2 {
    font-size: 28px;
    color: #333;
    padding: 10px;
    border-radius: 5px;
}

.contact-section-3 p {
    padding: 5px;
    border-radius: 5px;
}

.section-title-bar-2 {
    background: #F6C721; 
    color: #343434;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    text-align: left;
    width: 90%;
    margin: 0 auto 20px;
}

.sub-contact-section-2 {
    text-align: center;
    background-color: #fff;
}

.sub-contact-section-2 h1 {
    font-size: 24px;
    color: #fff;
    background: linear-gradient(to right, #FAD237, #FE6011);
    padding: 10px;
    margin-top: 10px;
}

.sub-contact-section-2 h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.sub-contact-section-2 p {
    margin-top: 10px;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
}

.sub-contact-section-2 hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px auto; 
    width: 62%;
}

.sub-contact-section-2-center {
    margin: 0 auto;
    font-size: 14px !important;
    width: 60%;
}

.sub-contact-section-3 {
    text-align: center;
    background-color: #fff;
}

.sub-contact-section-3 h1 {
    font-size: 24px;
    color: #fff;
    background: #333;
    padding: 10px;
    margin-top: 10px;
}

.sub-contact-section-3 p {
    margin-top: 10px;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
}

.num-list-ol {
    padding-bottom: 20px; 
}

/* ボタンの基本スタイル */
.add-item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #FE6011; /* オレンジの文字色 */
    background-color: white;
    border: 2px solid #FE6011; /* オレンジの枠線 */
    border-radius: 8px; /* 角を少し丸く */
    cursor: pointer;
    transition: 0.3s;
    width: 230px; /* ボタンの幅を調整 */
    font-family: 'Noto Sans JP', sans-serif;
}



/* テキストのスタイル */
.add-item-button-text {
    flex-grow: 1;
    text-align: center;
}

/* アイコンのスタイル */
.add-item-button-icon {
    display: flex;
    justify-content: center;
    font-size: 18px;
    width: 12px;
    height: 25px;
}

/* ボタンホバー時のアイコン */
.add-item-button:hover .button-icon {
    background-color: white;
    color: #FE6011;
}

.add-item-button-section {
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ（必要に応じて） */
}


/* ボタンの基本スタイル */
.remove-item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #FE6011;
    background-color: white;
    border: 1px solid #FE6011;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    width: 180px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 3px;
}



/* テキストのスタイル */
.remove-item-button-text {
    flex-grow: 1;
    text-align: center;
}

/* アイコンのスタイル */
.remove-item-button-icon {
    display: flex;
    justify-content: center;
    font-size: 18px;
    width: 20px;
    height: 20px;
}

/* ボタンホバー時のアイコン */
.remove-item-button:hover .button-icon {
    background-color: white;
    color: #FE6011;
}

.remove-item-button-section {
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ（必要に応じて） */
}

/* ボタンの基本スタイル */
.import-item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #FE6011; /* オレンジの文字色 */
    background-color: white;
    border: 2px solid #FE6011; /* オレンジの枠線 */
    border-radius: 8px; /* 角を少し丸く */
    cursor: pointer;
    transition: 0.3s;
    width: 372px; /* ボタンの幅を調整 */
    font-family: 'Noto Sans JP', sans-serif;
}


/* テキストのスタイル */
.import-item-button-text {
    flex-grow: 1;
    text-align: center;
}

/* アイコンのスタイル */
.import-item-button-icon {
    display: flex;
    justify-content: center;
    font-size: 18px;
    width: 12px;
    height: 25px;
}

/* ボタンホバー時のアイコン */
.import-item-button:hover .button-icon {
    background-color: white;
    color: #FE6011;
}

.import-item-button-section {
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ（必要に応じて） */
}

.sub-header-cost-table2 {
    background-color: #595757;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    height: 14px;
    font-size: 14px !important;
}

.sub-header-cost-table3 {
    background-color: white;
    color: #595757;
    /* border: 1px solid #595757;*/
    outline: 1px solid #595757;
    outline-offset: -1px;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    height: 14px;
    font-size: 14px !important;
}

.sub-header-cost-table5 {
    background-color: #9B9B9B;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important; 
    height: 14px;
    font-size: 14px !important;
}

.cost-table2-width-left {
    width: 60%;
}

.cost-table2-width-right {
    width: 40%;
}

.cost-table2 tbody th,
.cost-table2 tbody td,
.cost-table2 tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table3 tbody th,
.cost-table3 tbody td,
.cost-table3 tbody tr {
    border-top: dotted 1px #D6D6D6;
    padding-right: 5px;
}

.cost-table4 tbody th,
.cost-table4 tbody td,
.cost-table4 tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table5 tbody th,
.cost-table5 tbody td,
.cost-table5 tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table7 tbody th,
.cost-table7 tbody td,
.cost-table7 tbody tr {
    border-top: dotted 1px #D6D6D6;
}

.cost-table3-sub-header2 {
    background-color: #FA8C0E;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center !important;
    font-size: 14px !important;
}

.accordion-button-gray-cost3 {
    display: inline-block;
    padding: 2px 4px;
    background: #595757;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    position: relative;
}

.mini-suggest-cost3 {
    font-size: 8px !important; 
    text-align: center !important;
}

/* スピナーを消すためのCSS */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* セクションのスタイル */
.contact-section-step2 {
    display: flex;
    justify-content: center; /* 中央配置 */
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background-color: #fef9e6; /* 背景色を設定 */
}

/* ボタンを並べるコンテナ */
.button-container-step2 {
    display: flex;
    gap: 20px; /* ボタン間の余白 */
}

/* 戻るボタン */
.back-button-step2 {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #595757;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: 0.3s;
}

.back-button-step2:hover {
    background-color: #f5f5f5;
}

/* 進むボタン */
.custom-button-step2 {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #f26522;
    border-radius: 8px;
    transition: 0.3s;
}

.custom-button-step2:hover {
    background-color: #d8561d;
}

/* アイコンのスタイル */
.icon-step2 {
    width: 10px;
    height: 14px;
}

.chartarea-step2 {
    margin:auto;
    margin-bottom: 20px;
    padding-bottom: 60px;
}

/* 全体のコンテナ */
.wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center; /* 中央配置 */
}

/* 左の固定要素 */
.left-fixed {
    /* width: 296px; */
    flex-shrink: 0;
}

/* 右の固定要素 */
.right-fixed {
    /* width: 200px;*/
    flex-shrink: 0;
}

/* 中央のスクロールエリア */
.center-scrollable {
    flex-grow: 1;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    max-width: 100%;
}

/* 中央のスクロールアイテム */
.scroll-item {
    /* width: 100px; */
    text-align: center;
}

.cost-table5-width-left {
    width: 40%;
}

.cost-table5-width-right {
    width: 30%;
}

.cost-table5-item {
    /* width: 100px; */
    text-align: center !important;
}

.border-white {
    border-top: dotted 1px #fff !important;
}

.tabel-border-solid-orange-top {
    border-top: solid 1px #FE6011 !important;
}

.tabel-border-solid-orange-left {
    border-left: solid 1px #FE6011 !important;
}

.tabel-border-solid-orange-bottom {
    border-bottom: solid 1px #FE6011 !important;
}

.tabel-border-solid-orange-right {
    border-right: solid 1px #FE6011 !important;
}

.table-notice-mini-center {
    font-size: 9px !important;
    text-align: center !important;
    vertical-align: bottom !important;
}

.table-notice-center {
    text-align: center !important;
}

.text-input-center {
    text-align: center !important;
    width: 90%;
}

.mokuhyo-titile {
    height: 79px !important;
    vertical-align:middle !important;
}

.hotline-list {
    width: 80%;
    font-size: 14px;
    text-align: left;
}

.blacnk-link {
    color: #000;
    text-decoration:underline;
    font-weight: 600;
}

.list-margin {
    margin-bottom: 12px;
}