body{
	line-height: 1.8em;
	font-size: 16px;
	width: 100%;
}

.inner-wrop {
    max-width: 1280px; 
    margin: 0 auto;    
    padding: 0 25px;   
}

.only-sp815px {
    display: none;
}

.only-sp768px {
    display: none;
}

.only-sp610px {
    display: none;
}

.only-sp500px {
    display: none;
}

.min-500px {
    display: block;
}

.sec-fade-in-target {
    transition: opacity 0.8s cubic-bezier(0.3, 0.5, 0.4, 1), 
                transform 0.8s cubic-bezier(0.3, 0.5, 0.4, 1);
    transition-delay: calc(var(--animation-delay-factor) * 0.2s); /* ★連鎖間隔も長く */ 
    opacity: 0;
    transform: translateY(20px);
}

.sec-fade-in-target.is-active {
    opacity: 1 !important; 
    transform: translateY(0) !important; 
}

.sec-fade-in-target:not(.is-active) {}

/* ----------------------------------------
ヘッダー
---------------------------------------- */
#under{
    position: relative;
    height: 800px;
    background-color: #000;
    transition: background-image 1s ease-in-out;
}

#under .slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; 
}

.slide-container .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; 
    transition: opacity 1.5s ease-in-out; 
}

.slide-container .slide-item.active {
    opacity: 1; 
}

.fixed-hero-area {
    position: relative; 
    width: 100%; 
    overflow: hidden; 
}

/* ---------------------------------------- */
.fixed-company-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/top/company-hero.webp');
    height: 350px; 
    background-size: cover; 
    background-position: center center; 
}
.fixed-productguide-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/top/productguide-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: top center; 
}
.fixed-laundryfacility-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/top/laundryfacility-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: center; 
}
.fixed-question-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/top/question-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: center; 
}
.fixed-contact-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/top/contact-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: top center; 
}
/* ---------------------------------------- */
.fixed-laundryrental-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/top/laundryrental-hero.webp'); 
    height: 800px; 
    background-size: cover; 
    background-position: center; 
}
.fixed-laundrysystem-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/top/cleaningservice-hero.webp'); 
    height: 800px; 
    background-size: cover; 
    background-position: center; 

    position: relative;
    overflow: hidden;
}
.fixed-cleaningservice-image {
    background-image: url('../img/top/sub/CleaningService/cleaning-top.webp'); 
    height: 800px; 
    background-size: cover; 
    background-position: center; 
}

.fixed-coinlaundryrental-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),url('../img/top/sub/CoinlaundryRental/rental-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: center; 
}

.fixed-coinlaundrymanage-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),url('../img/top/sub/CoinlaundryManagement/about-hero.webp'); 
    height: 350px; 
    background-size: cover; 
    background-position: center; 
}
/* ---------------------------------------- */

.mv-relative {
    position: relative;
}

.fixed-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10;
    color: white; 
    text-align: center;
}

.fixed-text h2 {
    font-size: 1.9em;
    font-weight: bold;
}

.fixed-text h3 {
    font-size: 1.3em;
}

.cf {
    position: fixed;
    width: 100%;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    background-color: transparent !important; 
    z-index: 1000; 
}

.header-logo{
    float: left;
}

.header-logo img{
    width:276px;
}

#header-area.header-pc .cf {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 20px; 
    min-height: 80px; 
    z-index: 1000;
}

.cf.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.cf.fixed-color {
    background-color: rgba(0, 0, 0, 0.8) !important; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.cf.fixed-color.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-default .nav-menu {
    background-color: transparent !important; 
}

.navbar-nav>li>a:hover {
    color: #fff !important;
}

.cf.scrolled .header-area-gnav ul.nav > li:hover, 
.cf.scrolled .header-area-gnav ul.nav > li.dropdown.open {
    background-color: rgba(0, 0, 0, 0.9); 
}

.header-logo {
    line-height: 1;
}

.header-logo h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.navbar-default.nav-menu {
    border: none; 
    background-color: transparent; 
    margin-bottom: 0;
}

.header-area-gnav ul.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-area-gnav ul.nav > li:hover, 
.header-area-gnav ul.nav > li.dropdown.open {
    background-color: #1a1a1a; 
}

.header-area-gnav ul.nav > li > a {
    display: block;
    text-align: center; 
    color: #fff; 
    padding: 15px 18px; 
    text-decoration: none; 
    font-size: 16px; 
    line-height: 1.8; 
}

.header-area-gnav .nav-small {
    text-transform: uppercase; 
    font-size: 1rem; 
    display: block;
    margin-top: 2px;
    opacity: 0.8; 
    color: #eee;
}

.header-area-gnav .dropdown-menu {
    background-color: #1a1a1a; 
    border: none;
}

.header-area-gnav .dropdown-menu li a {
    color: #fff;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.header-area-gnav .dropdown-menu li a:hover {
    background-color: #333; 
    color: #fff;
}

.hero-text-area {
    position: absolute;
    z-index: 15; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; 
    max-width: 900px; 
    text-align: center; 
    color: #fff;
    transition: opacity 1.5s ease-in-out; 
    opacity: 1; /* 初期状態は表示 */
}

.hero-text-area.is-fading {
    opacity: 0;
}

.hero-text-area h2 {
    font-size: 3.5rem; 
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-text-area .subtitle-j {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero-text-area .subtitle-e {
    font-size: 1.8rem; 
    font-weight: bold;
    letter-spacing: 0.15em;
    opacity: 0.9;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero-text-area .divider {
    width: 100%;
    max-width: 550px; 
    height: 1px;
    background-color: #fff; 
    margin: 40px auto; 
    opacity: 0.7;
    line-height: 1.7;
}

.subttl-small {
    font-size: 1rem;
}

.sub-title-small {
    font-size: 20px !important;
    line-height: 4;
}

/* ----------------------------------------
ナビゲーション
---------------------------------------- */

.nav-menu{
    width:800px;
    background: #fff;
    font-size: 14px;
    float: left;
    border: none;
}

.navi-menber{
    float: right;
}

.btn-menber{
    font-size: 12px;
    background: #eee;
    color: #000;
    padding: 8px 20px;
    border-radius: 0px;
}

.btn-menber:hover{
    background: #0B0E2E;
    color: #fff;
}

.navbar-nav li a{
    line-height: 10px
}

/* ----------------------------------------
3つの項目
---------------------------------------- */
.service-section {
    position: relative;
    background-color: #fff; 
    overflow: hidden; 
}

.service-bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px; 
    background-image: url('../img/top/sec-bk-red.png'); 
    background-color: transparent; 
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
    z-index: 5; 
}

.service-cards-wrapper { 
    width: 100%;
    max-width: 1280px; 
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 15; 
    margin-top: 150px; 
    margin-bottom: 50px; 
}

.service-cards-container {
    display: flex;
    justify-content: center;
    max-width: 100%; 
    margin: 0 auto;
    padding: 0; 
    position: relative;
    z-index: 15; 
    /* モバイルスライド用プロパティ (PCでは影響なし) */
    transition: transform 0.5s ease; 
}

.service-card {
    background-color: #fff; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); 
    position: relative; 
    height: 100%; 
    overflow: hidden; 
}

.card-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff; 
    color: #dc3545;
    padding: 15px 20px; 
    font-size: 2rem;
    font-weight: bold;
    z-index: 21; 
}

.card-main-image {
    position: absolute; 
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; 
    z-index: 8; 
    transition: transform 0.4s ease; 
}

.service-card-link:hover .card-main-image {
    transform: scale(1.1); 
}

.card-image-box {
    position: absolute; 
    top: 0; left: 0;
    width: 100%; height: 100%; 
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 10; 
    overflow: hidden; 
    transition: background-color 0.4s ease; 
}

.card-overlay-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 12; 
}

.card-title-j {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0 5px; 
    color: #fff; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3); 
}

.card-title-e {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #dc3545;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 15px;
}

.service-cards-container .service-card-link {
    text-decoration: none;
    color: inherit; 
    display: block; 
    /* PCでの幅計算 (3分割) */
    width: calc(33.33% - 26.666px); 
    margin: 0 20px; 
    height: 350px; 
    position: relative; 
}

.service-card-link:hover .service-card {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.4s ease; 
}

/* ----------------------------------------
防火服ランドリーシステム販売
---------------------------------------- */
.overlay-image {
    background-image: url('../img/top/sub/LaundrySystem/laundrysystem-black-bk.png'); 
    background-size: auto; 
    background-repeat: no-repeat;
    background-position: top center; 

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; 
}

.laundry-text h2 {
    font-size: 2.3em !important;
    margin-bottom: 80px;
}

.laundry-text h3 {
    font-size: 1.3em !important;
    font-weight: bold;
    line-height: 2.4;
}

.laundry-problem-statement-section {        
    padding: 40px 0;    
    text-align: center;     
}

.bk-black {
    background-color: #000; 
    color: #fff;   
}

.bk-white {
    background-color: #fff;
    color: #000;
}

.laundry-content {
    display: flex;             
    justify-content: space-around;  
    align-items: center;   
    margin: 0 auto;            
    gap: 40px;                 
}

.laundry-text-content {
    flex: 1;               
    text-align: left; 
    width: 100%;      
    max-width: 1000px;       
    line-height: 2.8;     
    font-size: 1.1em;
}

.laundry-text-content p {
    margin: 20px 0;    
}

.laundry-image-content {
    flex-shrink: 0;         
    width: 100%;           
    max-width: 300px;
}

.laundry-image-content img {
    width: 100%;            
    height: auto;
    display: block;
    box-sizing: border-box; 
}

.purpose-section {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.firesuit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffb3;
    margin: 70px auto;
} 

.firesuit-textpanel {
    flex: 1; 
    background-color: #000 ; 
    color: #fff ;         
    text-align: left; 
    padding: 30px 40px; 
    width: 50%;
    height: auto;
    box-sizing: border-box;
    line-height: 1.8;
}

.firesuit-textpanel p {
    margin-bottom: 25px;
    font-size: 1.1em;
    line-height: 1.9;
}

.firesuit-textpanel-item {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.firesuit-textpanel-image {
    width: 100%;
    max-width: 500px;
}

.firesuit-textpanel-image img {
    width: 100%;
}

.firesuit-image-panel {
    flex: 1; 
    width: 100%;
    height: auto;
    background-image: url('../img/top/sub/LaundrySystem/laundrysystem-bk.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ----------------------------------------
ランドリーソリューションのレンタル
---------------------------------------- */
.ppe-content-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px; 
    
    position: relative; 
    z-index: 2; 
}

.ppe-text-content {
    flex: 1; 
    padding-right: 30px; 
}

.ppe-text-content h1 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #0A0A0A;
}

.ppe-features p {
    font-size: 16px;
    margin: 8px 0;
    color: #0A0A0A;
}

.contact-button {
    width: 250px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #0A0A0A;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 40px;
    transition: all 0.3s;
}

.contact-button a {
    padding: 10px 25px;
    display: block; 
    text-decoration: none;
    color: #0A0A0A;
}

.contact-button:hover {
    background-color: #0A0A0A;
    border-color: #0A0A0A;
}

.contact-button a:hover {
    color: #fff;
}

.ppe-image-carousel {
    flex: 1; 
    text-align: center; 
}

.ppe-rental-one {
    position: relative;
    width: 100%;
    max-width: 320px; 
    margin: 0 auto; 
}

.ppe-rental-one .image-size-holder {
    width: 100%;
    padding-top: 100%; 
    visibility: hidden; 
}

.ppe-rental-one .carousel-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.ppe-rental-one .carousel-item:first-child {
    opacity: 1;
}

.rental-plan-section {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 80px 20px;
    z-index: -2;
}

/* 細い格子線 (::before) */
.rental-plan-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent calc(140px - 1px),
            rgba(255, 255, 255, 0.1) calc(140px - 1px), /* 細い白線 */
            rgba(255, 255, 255, 0.1) 140px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent calc(140px - 1px),
            rgba(255, 255, 255, 0.1) calc(140px - 1px), /* 細い白線 */
            rgba(255, 255, 255, 0.1) 141px
        );
        z-index: -1;
    }

/* 不均一な濃い線 (::after) */
.rental-plan-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 260px,
            rgba(255, 255, 255, 0.2) 260px, /* 濃い白線 */
            rgba(255, 255, 255, 0.2) 262px,
            transparent 263px,
            transparent 520px,
            rgba(255, 255, 255, 0.3) 480px, /* さらに濃い白線 */
            rgba(255, 255, 255, 0.3) 480px,
            transparent 523px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 230px,
            rgba(255, 255, 255, 0.2) 230px, /* 濃い白線 */
            rgba(255, 255, 255, 0.2) 230px,
            transparent 233px,
            transparent 480px,
            rgba(255, 255, 255, 0.3) 477px, /* さらに濃い白線 */
            rgba(255, 255, 255, 0.3) 480px,
            transparent 483px
        );
    mix-blend-mode: normal; 
    z-index: -1;
}

.main-image-area {
    overflow: hidden;
    width: 100%; 
    margin: 0 auto;
}

.plan-slide-track {
    display: flex;
    transition: transform 1.5s ease;
}

.plan-slide-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.image-caption {
    margin-top: 25px;
    font-size: 1.1em;
    font-weight: bold;
}

.plan-section-title {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 40px;
    font-weight: bold;
}

.features-container {
    display: flex;
    flex-direction: column; 
    gap: 30px; 
    width: 100%;
    max-width: 1200px; 
    margin: 30px auto 0; 

    position: relative; 
    z-index: 1;
}

.feature-row {
    display: flex;
    justify-content: center; 
    gap: 20px; 
    width: 100%;
}

.bottom-row {
    display: flex;
    width: 100%;
}

.bottom-row {
    justify-content: space-around;
}

.plan-feature-item {
    padding: 20px;
    min-height: 150px;
    flex-grow: 1; 
    flex-basis: 0; 
}

.plan-feature-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.plan-feature-item p {
    font-size: 1.05em;
    line-height: 1.6;
    color: #fff; 
    text-align: left;
}

.plan-item-svg {
    display: flex;
    align-items: center;
    gap: 7px;
}

.plan-item-svg svg {
    width: 35px;
}
.plan-item-svg h3 {
    width: 100%;
}

/* ----------------------------------------
防火服クリーニング便
---------------------------------------- */
.white-space {
    white-space: nowrap;
}

.cleaningservice-points {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px; 
}

.cleaning-point-item {
    width: 400px; 
    height: 220px; 
    background-color: #000; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cleaning-flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cleaning-point-item-image {
    width: 100%;
    max-width: 100px;
}

.cleaning-point-item-image img {
    width: 100%;
}

.cleaning-point-item:first-child {
    border-right: 1px solid #fff;
}

.cleaning-point-item p {
    text-align: center;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}

.color-yellow {
    color: #ffcc00;
}

.cleaning-separator-plus {
    position: absolute;
    top: 104%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
    z-index: 3;
}

/* ------------------------------------ */
.cleaning-features {
    background-color: #fff; 
    padding: 80px 0;
     width: 100%;
    margin: 0 auto;
    display: flex; 
    gap: 40px; 
    align-items: center; 
    color: #0A0A0A;
}

.feature-content-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 70px; 
    gap: 100px;
}

.cleaning-section-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.feature-content-left {
    flex: 1; 
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.before-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 450px; /* Before/Afterブロックの最大幅 */
}

.ba-item {
    position: relative;
    margin: 10px 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ba-image {
    width: 100%;
    height: auto;
    display: block;
}

.cleaning-arrow {
    position: relative; 
    width: 0;
    height: 40px; 
    margin: 15px 0; 
}

.cleaning-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px; 
    
    width: 60px; 
    height: 40px; 
    background: linear-gradient(to bottom, #ffffff, #007bff);
    clip-path: polygon(
        50% 100%,  
        0 0,      
        100% 0     
    );
}

.feature-image-right {
    flex: 1; 
    width: 100%;
    max-width: 400px;
}

.truck-image {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cln-performance-section {
    padding: 60px 0;
    background-color: #F3F4F7;
}

.cln-performance-section .cln-section-title {
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #0A0A0A;
    margin-bottom: 40px;
}

.cln-performance-item {
    width: 100%;
    display: flex; 
    align-items: center;
    padding: 50px 0 50px 200px;
}

.cln-item-white { background-color: #fff; }
.cln-item-gray-one { background-color: #dddede; }
.cln-item-gray-two { background-color: #e6e6e6; }
.cln-item-gray-thr { background-color: #a5a4a4; }


.cln-icon-box-one {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 4px solid #0A0A0A;
    background-color: #fff;
    background-image: 
        repeating-radial-gradient(
            circle, 
            #0A0A0A 0.1px, 
            #0A0A0A 1px, 
            transparent 1px, 
            transparent 12px 
        );
    background-size: 9px 10px;
    background-position: 0 0;
    transition: opacity 0.5s, transform 0.5s;
}

.cln-icon-box-two {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 4px solid #0A0A0A;
    background-color: #dddede;
    background-image: 
        repeating-radial-gradient(
            circle, 
            #0A0A0A 0px,
            #0A0A0A 4px, 
            transparent 4px, 
            transparent 12px 
        );
    background-size: 14px 15px;
    background-position: 0 0;
    transition: opacity 0.5s, transform 0.5s;
}

.cln-icon-box-thr {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    border: 4px solid #0A0A0A;
    background-color: #e6e6e6;
    background-image: 
        repeating-radial-gradient(
            circle, 
            #0A0A0A 0px,
            #0A0A0A 3px, 
            transparent 1px, 
            transparent 12px 
        );
    background-size: 7px 8px;
    background-position: 0 0;
    transition: opacity 0.5s, transform 0.5s;
}

.cln-icon-box-fou {
    flex-shrink: 0; 
    width: 100px; 
    height: 100px; 
    margin-right: 30px;
    border-radius: 50%; 
    border: 4px solid #0A0A0A; 
    
    background-color: #a5a4a4; 
    background-image: 
        repeating-radial-gradient(
            circle,
            #0A0A0A 0px,         
            #0A0A0A 6px,         
            transparent 4px,  
            transparent 12px 
        );
    background-size: 12px 12px; 
    background-position: 0 0;
    transition: opacity 0.5s, transform 0.5s;
}

@keyframes cln-fade-in-rotate {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(0deg); 
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(360deg);
    }
}

.js-fade-in-target {
    opacity: 0;
    transform: scale(0.1);
}

.is-visible {
    animation: cln-fade-in-rotate 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.cln-icon-box-one.is-visible { animation-delay: 0s; }
.cln-icon-box-two.is-visible { animation-delay: 0.3s; }
.cln-icon-box-thr.is-visible { animation-delay: 0.6s; }
.cln-icon-box-fou.is-visible { animation-delay: 0.9s; }

.cln-performance-text {
    font-size: 1.3em;
    line-height: 1.6;
    color: #0A0A0A;
    margin: 0;
}

.cln-highlight {
    font-weight: bold;
    color: red; 
}

/* ------------------------------------ */
.cln-service-flow-section {
    background-color: #f3f4f7;
}

.cln-flow-large-image {
    flex: 0 0 450px; 
    position: relative;
    padding-top: 50px; 
}

.cln-service-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    
}

.cln-flow-large-image {
    display: flex;
    flex-direction: column; 
    gap: 50px; 
    width: 100%;
    align-items: flex-start; 
    flex: 0 0 550px; 
    padding-top: 50px; 
}

.cln-large-img {
    width: 100%;
    max-width: 400px; 
    height: auto;
    display: block;
}

.cln-img-left {
    margin-right: auto; 
    margin-left: 0;
}

.cln-img-right {
    margin-left: auto; 
    margin-right: 0;
}

.cln-flow-steps {
    width: 40%;
}

.cln-flow-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #0A0A0A;
    text-align: center; 
    
}

.cln-flow-steps {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cln-step-item {
    display: flex;
    align-items: flex-start; 
    position: relative;
}

.cln-step-number {
    font-family: 'Noto Sans JP', sans-serif; 
    font-size: 5rem;
    font-weight: bold; 
    color: #333;
    text-align: left;
    position: relative; 
    margin-right: 30px; 
    line-height: 1;
    z-index: 1; 
    background-color: transparent;
    padding: 0;
}

.cln-step-details::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 120px;
    width: 1px;
    height: calc(80% + 50px);
    background-color: #0A0A0A;
    z-index: 1;
    transform: translateY(-50%);
}

.cln-step-details {
    margin: 0 0 0 auto;
}

.cln-step-heading {
    font-size: 1.2em;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 5px;
}
.cln-step-text {
    font-size: 1.1em;
    color: #0A0A0A;
    line-height: 1.5;
    margin-bottom: 15px;
}
.cln-step-image {
    max-width: 300px; 
    height: auto;
    display: block;
}

/* ------------------------------------ */
.cln-table-wrapper {
    overflow-x: auto; 
    border: none; 
}

.cln-section-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 40px;
}

.cln-pref-table{
    width: 100%;
    min-width: 1000px; 
    border-collapse: collapse;
    font-size: 1em;
    line-height: 1.4;
}

.cln-pref-table th,
.cln-pref-table td {
    border: 1px solid #0A0A0A;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
}

.cln-pref-table thead th, 
.cln-pref-table thead td {
    background-color: #e3e4eb;
    height: 50px;
    color: #0A0A0A;
    font-weight: bold;
}

.cln-pref-table th {
    background-color: #374251;
    height: 60px;
    color: #fff;
    font-weight: bold;
}

.cln-pref-table tbody td {
    text-align: center;
}

.cln-notes {
    font-size: 1em;
    line-height: 1.6;
    margin: 20px 0;
}

.cln-notes p {
    margin: 0;
}

/* ----------------------------------------
製品案内・会社概要・お問い合わせ
---------------------------------------- */
.link-section {
    display: flex;
    justify-content: center;
    max-width: 1280px; 
    margin: 70px auto; 
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.link-section .link-item { 
    width: calc(33.33% - 20px);
    margin: 0 20px;
    padding: 0;
    text-align: left; 
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative; 
    overflow: hidden;
    display: block;
    height: 120px;
    transition: transform 0.3s ease;
}

.link-section .link-item .link-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 5; 
}

.link-section .link-item .link-small {
    color: #8fa87f;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.link-section .link-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6; 
    padding: 35px 20px; 
    box-sizing: border-box;
    transition: background-color 0.3s ease;

    clip-path: polygon(0% 0%, 57% 0%, 40% 100%, 0% 100%);
    background-color: #234f00; 
}

.link-section .link-item:hover .link-content-wrapper {
    background-color: #376d00; 
}

.link-section .link-item:hover { 
    transform: scale(1.02); 
}

/* ----------------------------------------
フッター
---------------------------------------- */
.footer-logo {
    float: left;
}

.footer-logo img {
    width:220px;
    margin-right: 20px;
}

.footer-logo h1 {
    margin: 0;
}

.site-footer {
    position: relative;
    background-image: url('../img/top/footer-bk.webp'); 
    color: #fff; 
    font-size: 1.4rem;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px; 
    margin: 0 auto;
    position: relative;
    z-index: 2; 
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

.footer-logo-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.footer-info {
    width: 100%;
}

.address-block {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-right: 5px;
}

.address-block:last-child {
    border-right: none;
    margin-right: 0;
}

.address-block h4 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}
.address-block p {
    line-height: 1.6;
    margin-bottom: 5px;
}

.footer-nav-group {
    width: 90%;
    display: flex;
    justify-content: flex-end; 
}

.footer-nav-group > div {
    border-left: 1px solid #7b7b7b;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 150px;
}

.footer-nav-col a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
    padding-bottom: 3px;
    transition: color 0.2s;
}

.footer-nav-col a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: left;
    margin-left: 10px;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
}

.footer-nav-col li {
    list-style-type: none;
}

.footer-nav-col .dropdown-menu {
    background-color: #000;
    color: #fff;
}

.footer-nav-col .dropdown-menu>li>a {
    color: #fff;
    font-size: 1.2rem;
}

.footer-nav-col .dropdown-menu>li>a:hover {
    background: #333;
}

.address-block a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* ----------------------------------------
TOPへ戻るボタンのスタイル
---------------------------------------- */
.to-top-button {
    position: fixed;
    right: 0; 
    bottom: 0; 
    width: 100px; 
    height: 100px;
    background-color: #244f00; 
    cursor: pointer;
    z-index: 1000;
    display: block;
    text-decoration: none;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    clip-path: polygon(0 100%, 100% 0, 100% 100%);  
}

.to-top-button::after {
    content: "↑";
    color: white;
    font-size: 40px;
    transform: translate(21px, 16px);
    z-index: 100;
}

/* ----------------------------------------
パンくずリスト
---------------------------------------- */
.breadcrumb-new {
    padding: 5px 0;
    margin: 0 auto;
    list-style: none; 
    display: flex; 
    flex-wrap: wrap; 
    font-size: 14px;
    max-width: 1280px;
}

.breadcrumb-new li {
    display: flex; 
    align-items: center;
}

.breadcrumb-new li:not(:first-child)::before {
    content: '/'; 
    padding: 0 8px; 
    color: #999; 
}

.breadcrumb-new a {
    text-decoration: none;
    color: #333; 
}

.breadcrumb-new li[aria-current="page"] span {
    color: #0A0A0A; 
    font-weight: bold;
}

/* ----------------------------------------
会社概要
---------------------------------------- */
.company-profile {
    max-width: 1280px; 
    margin: 0 auto;
    padding: 20px;
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    color: #333;
}

.company-profile h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.profile-table {
    width: 100%;
    border-collapse: collapse; 
}

.profile-table tr {
    border-bottom: 1px solid #ddd;
}

.profile-table th,
.profile-table td {
    padding: 15px 0; 
    text-align: left;
    line-height: 1.6;
    vertical-align: top;
}

.profile-table th {
    width: 150px; 
    font-size: 1.9rem;
    font-weight: bold; 
    color: #555;
    padding-right: 30px;
    white-space: nowrap; 
} 

.profile-table td {
    font-size: 17px;
    font-weight: normal;
}

.company-map {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tokyo, 
.saitama {
    position: relative;
    width: 545px; 
    /* padding-top: 35%;  */
    height: 400px; 
    margin-bottom: 20px; 
}

.tokyo iframe, 
.saitama iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-txt{
    padding: 0 10px 10px 10px;
}

/* ----------------------------------------
施設
---------------------------------------- */
.facility-section h2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #0A0A0A;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.facility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    justify-content: center;
    gap: 30px; 
    margin-bottom: 50px;
    justify-content: unset;
    flex-wrap: nowrap; 
}

.facility-link-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.facility-item {
    width: 100%; 
    max-width: 500px; 
    text-align: center;
    background-color: #fff;
    overflow: hidden; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease; 
    position: relative; 
}

.facility-item-link {
    width: 100%; 
    max-width: 200px; 
    text-align: center;
    background-color: #fff;
    overflow: hidden; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease; 
    position: relative; 
}

.product-image-wrapper {
    position: relative;
    width: 100%;
}

.product-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; 
}

.facility-item:hover .product-image,
.facility-item-link:hover .product-image {
    transform: scale(1.1); 
}

.facility-name-on-image {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; 
    font-size: 1.2em; 
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9); 
    z-index: 2;
    opacity: 1; 
    width: 230px;
    padding: 10px 0; 
    border: 2px solid rgba(255, 255, 255, 0.9); 
    border-radius: 50px; 
    transition: all 0.3s ease; 
}

.facility-name-on-image-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    z-index: 2;
    opacity: 1;
    width: 150px;
    padding: 5px 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.facility-item:hover,
.facility-item-link:hover {
    transform: none; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.facility-item:hover .image-overlay,
.facility-item-link:hover .image-overlay {
    opacity: 0; 
}

.brand-section {
    padding: 30px 0;
    margin-bottom: 30px;
}

.brand-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.brand-info h3 {
    font-size: 1.6em; 
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    color: #0A0A0A;
}

.brand-info-small {
    font-size: 1.4rem;
    color: #0A0A0A;
}

.brand-logo {
    width: 350px;
    object-fit: contain;
    flex-shrink: 0; 
}

.brand-text {
    flex-grow: 1;
}

.brand-intro {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.7;
}

.machine-list {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    padding-top: 40px;
}

.machine-item {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #0A0A0A;;
}

.machine-item a {
    text-decoration: none;
    color: #0A0A0A;
}

.machine-list .machine-item img {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
    position: relative;
    cursor: pointer; 
}

.machine-list .machine-item img:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}

.text-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 20px; 
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}

.arrow-link::before {
    content: "\203A"; /* 多くのデザインで使われる滑らかな矢印 */
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.text-arrow-link .arrow-link {
    display: inline-block;
    font-size: 40px;
    font-weight: 100;
    transition: transform 0.3s ease;
    
}

.text-arrow-link:hover .arrow-link {
    transform: translateX(5px);
}

.machine-icon, .machine-image-small {
    height: 300px; 
    width: auto;
    display: block;
    margin: 0 auto 10px;
    object-fit: contain;
}

.total-bk {
    background: #F3F4F7;
    padding: 70px 0;
}

/* ----------------------------------------
製品案内
---------------------------------------- */
.product-section {
    padding: 40px 0;
    margin-bottom: 40px;
}
.product-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.product-section h2 {
    text-align: left;
    font-size: 1.8em;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
/* タイトル下線必要な場合
.product-section h2::after { 
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #4CAF50; 
    border-radius: 2px;
} */

.section-description {
    text-align: left;
    margin: 0 auto 40px;
    font-size: 1.1em;
    color: #0A0A0A;
    line-height: 1.7;
}

.benefit-box {
    background: #F3F4F7;
    padding-bottom: 70px;
}

.benefit-box h3 {
    text-align: left; 
    font-size: 1.5em;
    font-weight: bold;
    color: #0A0A0A;
    margin-top: 70px;
    margin-bottom: 20px;
    
    position: relative; 
    display: inline-block; 
    padding-left: 35px; 
}

.benefit-box h3::before {
    content: '';
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%); 
    
    width: 30px; 
    height: 30px; 
    background-image: url('../img/top/product-ico.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center center; 
}

.benefit-box p {
    font-size: 1.1em;
    color: #0A0A0A;
    line-height: 1.7;
}

.product-items {
    display: flex;
    justify-content: flex-start; 
    gap: 30px; 
    flex-wrap: wrap; 
}

.product-item {
    width: calc(50% - 15px); 
    max-width: 300px; 
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.product-link {
    text-decoration: none;
    color: inherit; 
    display: block; 
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; 
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
    transition: opacity 0.3s ease; 
    z-index: 1; 
    opacity: 1; 
}

.product-name-on-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    white-space: nowrap;
}

.product-item:hover .image-overlay {
    opacity: 0;
}

.product-item:hover .product-image {
    transform: scale(1.05); 
}

.product-item:hover .product-name-on-image {
    color: #fff; 
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.5); /* 強い影で明るい背景から浮かせる */
    opacity: 1; 
}

.product-caption {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding: 20px 15px;
    margin: 0;
    line-height: 1.3;
}

/* ----------------------------------------
製品詳細
---------------------------------------- */
.alliance-header {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.logo-area h3 {
    font-size: 1.6em; 
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.logo-area img {
    max-width: 300px; 
    height: auto;
}

.logo-area-bk {
    background: #F3F4F7;
    padding: 40px 0;
}

.logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    
}
.company-name {
    font-size: 14px;
    color: #666;
}

.page-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 1px solid #333; /* 写真の黒い線 */
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    color: #0A0A0A;
}

.green {
    color: #376d00;
}

.product-info-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 50px auto;
}

.product-title {
    font-size: 1.4em;
    font-weight: bold;
    grid-column: 1 / 2;
    margin-top: 0;
}

.product-model {
    font-size: 1.5em;
    font-weight: bold;
    grid-column: 1 / 2;
    margin: 10px 0;
    color: #0A0A0A;
}

.product-tags {
    grid-column: 1 / 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.tag {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #333;
    font-size: 0.9em;
}

.product-text-block {
    grid-column: 1 / 2;
}

.product-text-block p {
    margin: 0;
    font-size: 17px;
}

.feature-list {
    grid-column: 1 / 2;
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    color: #333;
}
.feature-list li::before {
    content: "・";
    margin-right: 5px;
}

.download-button {
    width: 250px;
    text-align: center;
    grid-column: 1 / 2;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #0A0A0A;
    border-radius: 50px;
    color: #0A0A0A;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}

.download-button:hover {
    background-color: #0A0A0A; 
    color: #fff;
    border-color: #0A0A0A; 
    text-decoration: none;
}

.image-gallery {
    grid-column: 2 / 3;
    grid-row: 1 / span 5; 
    position: relative; 
    max-width: 500px;
    height: auto; 
    margin-left: auto;
}

.image-placeholder {
    height: 230px; 
    overflow: hidden;
    margin-bottom: 10px; 
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder .machine-icon {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    margin: 0; 
    padding: 10px; 
}

.gallery-arrow.top-level-arrow {
    position: absolute;
    top: calc(250px / 2);
    transform: translateY(-50%); 
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8); 
    border: 1px solid #fff; 
    padding: 8px 12px; 
    cursor: pointer;
    font-size: 2em; 
    color: #0A0A0A;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.gallery-arrow.next-arrow {
    right: 5px;
}

.gallery-arrow.prev-arrow {
    left: -50px; 
}

.thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    padding: 0;
}

.thumbnail-list-wrapper {
    overflow: hidden; 
    flex-grow: 1;
    margin: 0;
    width: 100%; 
}

.thumbnail-list {
    display: flex;
    transition: transform 0.3s ease;
    padding: 5px 0; 
    justify-content: flex-start; 
}

.thumbnail-list .thumbnail-item {
    width: 40px; 
    height: 60px;
    cursor: pointer;
    opacity: 0.7; 
    transition: opacity 0.2s, border 0.2s;
    flex-shrink: 0; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

.thumbnail-list .thumbnail-item:hover {
    opacity: 1; 
}

.thumbnail-list .thumbnail-item.active {
    opacity: 1;
}

.thumbnail-list .thumbnail-item img {
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
    padding: 2px; 
}

.spec-row {
    display: flex;
    border-bottom: 1px solid #0A0A0A;
}

.spec-row:first-child{
    border-top: 1px solid #0A0A0A;
}

.spec-label, .spec-value {
    padding: 12px 15px;
    font-size: 17px;
}

.spec-label {
    width: 30%;
    text-align: center;
    font-weight: bold;
    background: #F3F4F7;
}

.spec-value {
    width: 70%;
    padding-left: 50px;
}

.data-table {
    width: 100%;
    margin-top: 50px;
}

.data-table th, .data-table td {
    border: none;
    padding: 12px 10px;
    text-align: center;
    font-size: 17px;
}

.data-table thead th {
    border-right: 1px solid #0A0A0A; 
    border-bottom: none;
}

.data-table thead th:last-child {
    border-right: none;
}

.data-table tbody td {
    border-right: 1px solid #0A0A0A; 
}

.data-table tbody td:last-child {
    border-right: none;
}

.data-table tbody tr:nth-child(2),
.data-table tbody tr:nth-child(3),
.data-table tbody tr:last-child {
    border-bottom: 1px solid #0A0A0A;
    border-top: 1px solid #0A0A0A; 
}

.laundryfacility-image {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.laundryfacility-image img {
    width: 100%;
}

.laundryfacility-box h3 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.sub-header {
    width: 35%;
    background: #F3F4F7;
}

/* ----------------------------------------
Gear Washer
---------------------------------------- */
.gw-product-page-wrapper {
    margin: 0 auto;
}

.gw-section-title {
    font-size: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #0A0A0A;
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
}

.gw-main-info {
    display: flex;
    align-items: flex-start;
}

.gw-product-title {
    width: 100%;
    font-size: 2.2em;
    margin-bottom: 30px;
}

.gw-product-description,
.gw-product-box > a {
    margin-right: 5%;
}

.gw-product-description {
    font-size: 1.05em;
}

.gw-product-box > a {
    padding: 13px 25px;
}

.gw-main-image {
    width: 40%; 
    text-align: right;
}
.gw-main-image img {
    max-width: 100%;
    height: auto;
}

.gw-options-list {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 40px;
    text-align: center;
}

.gw-option-item {
    flex: 1; 
    width: 100%;
    
}

.gw-option-item img {
    width: 100%; 
    max-width: 230px;
    padding: 10px;
}

.gw-feature-list {
    margin-top: 20px;
    margin-bottom: 30px;
}

.gw-option-text {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.gw-option-text h3 {
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 40px;
}
.gw-option-text p {
    text-align: left;
    font-size: 1.05em;
    margin-top: 20px;
}

.gw-features-section {
    padding: 40px 0 60px;
}

.bk-blue {
    background-color: #EAF0F5;
}

.bk-pink {
    background-color: #F7E9EC;
}

.gw-features-section h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 30px;
}

.gw-feature-item {
    display: flex;
    align-items: center; 
    justify-content: flex-start;
    margin-bottom: 10px;
    color: #0A0A0A;
}

.gw-feature-item p {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    font-size: 1.35em;
    font-weight: bold;
}

.gw-icon-check svg,
.gw-icon-repellant svg,
.gw-icon-waterproof svg,
.gw-icon-water svg,
.gw-icon-shock svg { width: 35px; }

.gw-notes-inner {
    max-width: 1100px;
}

.gw-notes {
    color: #0A0A0A;
    background-color: #fff;
    padding: 20px 40px;
}

.gw-notes h4 {
    margin: 20px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.gw-info-list dt {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #333;
}

.gw-info-list dt::before {
    content: "※ ";
    font-weight: bold;
}

.gw-info-list dd {
    font-size: 1em;
    margin-left: 1.5em;
    margin-bottom: 15px; 
    padding-left: 0;
}

.gw-guideline-section .gw-section-title {
    border-bottom: none;
}

.gw-guideline-box { 
    border: 1px solid #0A0A0A;
    padding: 10px 30px;
    box-sizing: border-box;
}

.gw-box-title {
    color: #fff;
    padding: 13px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900; 
}

.blue {
    background-color: #8EBBC9;
}

.pink {
    background-color: #E2AFBD;
}

.gw-guideline-box ul {
    padding-left: 20px;
    margin: 20px auto;
    list-style: none;
    max-width: 1000px;
}

.gw-guideline-box ul li {
    display: flex;
    align-items: center;
    gap: 10px; 
    font-size: 17px;
}

.gw-guideline-box ul li svg {
    width: 40px;
}

.gw-gallery-section a {
    padding: 13px 25px;
}

.gw-tech-gallery {
    display: flex;
    justify-content: space-between; 
    margin: 20px 0; 
}

.gallery-item {
    flex-basis: 23%; 
    margin: 0; 
    text-align: center; 
}

.gallery-item img {
    width: 100%; 
    height: auto;
}

.gallery-item figcaption {
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
}

.gallery-item a {
    text-decoration: none;
    color: #0A0A0A;
}

.gw-notes-sub {
    color: #0A0A0A;
    background-color: #fff;
    padding: 20px 0;
}

.gw-notes-sub h4 {
    margin: 20px 0;
    font-size: 1em;
    font-weight: bold;
}

.gw-hover-up {
    transition: transform 0.3s ease-in-out;
}

.gw-hover-up:hover {
    transform: translateY(-10px); 
}


/* ----------------------------------------
よくある質問
---------------------------------------- */
.faq-section {
    margin-bottom: 40px; 
    padding-bottom: 20px;
}

.faq-section:last-of-type {
    border-bottom: none; 
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-section h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 1.8em;
    font-weight: bold;
    color: #0A0A0A;
    position: relative;
    padding-bottom: 10px;
}
/* タイトル下線必要な場合
.faq-section h2::after { 
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0A0A0A; 
    border-radius: 2px;
} */

.faq-item {
    border-bottom: 1px solid #0A0A0A; 
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px; 
    cursor: pointer;
    background-color: #fff; 
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #F3F4F7; 
}

.question-text {
    margin: 0;
    font-weight: normal; 
    color: #0A0A0A;
    font-size: 1.3em;
    flex-grow: 1;
    transition: color 0.3s ease; 
    font-weight: bold;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 1.5em; 
    color: #0A0A0A; 
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
    outline: none; 
}

.toggle-btn i {
    pointer-events: none; 
}

.toggle-btn[aria-expanded="true"] .fa-plus {
    transform: rotate(45deg); 
}

.toggle-btn[aria-expanded="true"] .fa-plus::before {
    content: "\f068"; 
}

.faq-item.active .question-text {
    color: #cc0000; 
}

/* 回答部分の初期状態（非表示） */
.faq-answer {
    max-height: 0;           
    padding: 0 20px;         
    overflow: hidden;
    transition: 
        max-height 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
        padding 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-answer p {
    padding: 15px 0 15px 15px;
    margin: 0;
    color: #0A0A0A;
    font-size: 1.5rem;
    border-top: 1px dashed #eee;
}

.faq-item.active .faq-answer p:first-of-type {
    border-top: none;
}

.faq-item.active .faq-answer {
    max-height: 500px; 
    padding: 0 20px; 
}

.space {
    padding: 50px;
}

.space-top {
    padding: 40px;
}

/* ----------------------------------------
コインランドリーレンタル
---------------------------------------- */

.ttl-red-big {
    font-size: 2.1em;
    color: #de362a;
}

.ttl-red-nomal {
    color: #de362a;
}

.coinlaundry-ttl-small {
    font-size: 0.6em;
    line-height: 3.5;
}

.coinlaundryrental-image {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.coinlaundryrental-image img {
    width: 100%;
}

/* 機器 */
.coinlaundryrental-product-list {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap; 
    justify-content: center; 
    width: 100%;
    max-width: 1280px; 
    margin: 0 auto; 
    gap: 10px;
}

.coinlaundryrental-product-item {
    padding: 10px;
    box-sizing: border-box; 
}

.coinlaundryrental-product-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.coinlaundryrental-description {
    text-align: center;
}

.coinlaundryrental-feature-item {
    color: #0A0A0A;
    max-width: 350px;
    padding: 20px 0;
}

.coinlaundryrental-feature-item h3 {
    text-align: center !important;
    line-height: 1.4;
}

.coinlaundryrental-feature-item p {
    color: #0A0A0A;
}

.coinlaundryrental-item-svg {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.coinlaundryrental-item-svg svg {
    width: 60px;
}

.coinlaundryrental-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

/* 流れ */
.flow-step {
    display: flex; 
    width: 100%;
    min-height: 300px; 
}

.flow-step img {
    width: 65%;
}

.flow-step.reverse {
    flex-direction: row-reverse;
}

.flow-number {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.flow-title {
    color: #fff !important;
    border-bottom: 2px solid #fff; 
    display: inline-block;
    line-height: 1.2;
}

.flow-description {
    font-size: 16px;
    line-height: 1.6;
}

.flow-image { 
    height: 100%; 
    width: 100%; 
    
    object-fit: cover; 
    display: block; 
}

.flow-text {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 40px 70px;
    background-color: #0A0A0A; 
    color: #fff;
    position: relative; 
    z-index: 10; 
    overflow: visible; 
}

.flow-jump {
    display: inline-block;
}

.flow-jump a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.flow-text::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 200px 0px 200px;
    border-color: #0A0A0A transparent transparent transparent;
    z-index: 12;
}

.flow-step:last-child .flow-text::before {
    display: none;
}

.table-scroll {
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}

.flow-table {
    width: 100%; 
    margin: 40px 0;
}

.flow-table table {
    width: 100%;
    border-collapse: collapse; 
    table-layout: fixed; 
    min-width: 600px; 
}

.flow-table th {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 5px solid #fff; 
    border-bottom: none;
}

.flow-table td {
    border: 5px solid #fff; 
    padding: 15px 10px;
    background-color: #F3F4F7; 
    border: 5px solid #fff; 
}

.header-dark {
    background-color: #25304C; 
}

.header-light {
    background-color: #c9a473; 
    color: #333; 
}

.item-name {
    padding: 15px 15px;
    background-color: #F3F4F7;
    text-align: left;
    font-weight: bold;
    color: #25304C;
    font-size: 16px;
    width: 50%; 
}

.icon-cell {
    font-size: 20px;
    width: 25%; 
    font-weight: bold;
    text-align: center;
}

.cell-ok {
    color: #25304C; 
    border: 5px solid #fff;
}

.cell-ng {
    color: #dc3545; 
    border: 5px solid #fff;
}

.sub-text {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #25304C;
    margin-top: 3px;
}

.note-text {
    font-size: 16px;
    line-height: 1.6;
    color: #0A0A0A;
    padding: 15px;
}

/* ----------------------------------------
コインランドリー経営
---------------------------------------- */
.manage-hero {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.manage-hero h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 20px;
    line-height: 1.4;
    padding-bottom: 15px;
    margin: 20px 0;
}

.manage-hero p {
    font-size: 16px;
    color: #0A0A0A;
    margin-bottom: 10px;
    text-align: left;
}

.manage-nav {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.manage-nav-item {
    flex: 1;
    width: 300px;
    height: 100px;
    text-align: center;
    padding: 15px 10px;
    color: #0A0A0A;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: padding 0.3s ease;
}

.manage-nav a {
    text-decoration: none;
    color: #0A0A0A;
}

.manage-nav a:hover {
    text-decoration: none;
    border-bottom: none;
}

.manage-nav-item:hover {
    background-color: #f0f0f0;

}

.manage-nav-item::after {
    content: '⌵'; 
    position: absolute;
    right: 50%;
    top: 100%;
    transition: transform 0.3s ease;
    transform: translate(50%, -50%);
    font-size: 20px;
    color: #0A0A0A;
}

.manage-nav-item:hover::after {
    transform: translate(50%, calc(-50% + 5px)); 
}

.toc-002 {
    margin-bottom: 30px;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
    list-style-type: none;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

/* 記事タイトル */
.manage-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #4588CB;
    margin-bottom: 20px;
    border-bottom: 2px solid #4588CB;
    padding-bottom: 10px;
}

.manage-info-box {
    margin: 60px 0 30px;
}

.manage-info-box h2 {
    background-color: #cceeff; 
    color: #0A0A0A;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0; 
    line-height: 1.5;
}

.manage-info-box p {
    font-size: 16px;
    color: #0A0A0A;
    margin: 20px 0 30px;
}

.manage-info-item {
    margin-bottom: 20px;
}

.manage-info-item  h3 {
    border-left: 4px solid #4588CB; 
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
    color: #0A0A0A;
}

.manage-info-item  p {
    font-size: 16px;
    color: #0A0A0A;
    margin-bottom: 50px;
    padding-left: 14px; 
}

.manage-table {
    margin: 20px 0;
    background-color: #fff;
}

.table-overflow {
    overflow-x: auto; 
}

.manage-table-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0A0A0A;
}

.manage-table-item {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc; 
    min-width: 600px;
    margin: 0 0 15px 0;
}

.manage-table-item th, 
.manage-table-item td {
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.manage-table-item th {
    background-color: #f0f0f0; 
    font-weight: bold;
    color: #333;
}

.manage-table-item tbody td:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
    text-align: left;
    width: 30%; 
}

.manage-bold {
    font-weight: bold;
}

.manage-item-a {
    padding: 10px 70px;
}

.manage-spease {
    margin-bottom: 60px;
}

.manage-item-img,
.manage-item-img img,
.manage-modal-image-container,
.manage-modal-image-container img {
    width: 100%;
}

.manage-btn-contact {
    text-align: center;
    margin: 40px auto;
}

.manage-btn {
    cursor: pointer;
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    height: 70px;
    padding: 10px 30px;
    background: linear-gradient(to right, #4a90e2, #6fa8e8); 
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none; 
    white-space: nowrap; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.manage-btn:hover {
    background: linear-gradient(to right, #3a7bd2, #5ea0e0); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    list-style-type: none;
    color: #fff;
}

.manage-arrow {
    margin-left: 15px; 
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.manage-arrow svg {
    display: block;
    width: 20px; 
    height: 20px;
    fill: #fff;
}

.manage-btn:hover .manage-arrow {
    transform: translateX(3px); 
}

.manage-flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    gap: 15px;
    padding: 40px 20px;
    margin: 20px auto;   
}

.manage-flow-step {
    flex: 1; 
    text-align: center;
}

.manage-flow-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%; 
    background-color: #F4FAFF; 
    border: 3px solid #0A0A0A; 
    margin-bottom: 25px;
}

.manage-flow-icon i {
    font-size: 45px;
    color: #0A0A0A; 
}

.manage-flow-arrow {
    width: 100%;
    max-width: 60px;
}

.manage-flow-arrow svg {
    width: 100%;
}

.manage-flow-text h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0A0A0A;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.manage-flow-text p {
    font-size: 16px;
    color: #0A0A0A;
    margin-bottom: 15px;
    text-align: left; 
}

.manage-blue {
    color: #3475BA;
}

.manage-flow-btns {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.manage-plan-btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #3D85C7;
    transition: all 0.2s ease-out; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.manage-plan-btn:hover {
    transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.manage-link-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    background-color: #3D85C7;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block; 
}

.manage-link-btn:hover {
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
}

.manage-link-btn:hover {
    list-style-type: none;
    color: #fff;
    text-decoration: none;
}

.manage-modal {
    display: none; 
    position: fixed;
    top: 50%;
    left: -50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    justify-content: center;
    align-items: center;
    overflow: auto;
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
}

.manage-modal-content {
    background: white;
    padding: 30px;
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 100px auto 0;
    overflow-y: auto;
}

.manage-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.manage-modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.7;
}

.manage-modal-plan-title {
    font-size: 24px;
    font-weight: bold;
}

.manage-modal-body {
    text-align: center;
}

.manage-modal-body img {
    width: 100%;
    max-width: 650px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.manage-modal-details {
    text-align: left;
}

.manage-modal-details p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.manage-modal-details table {
    width: 100%;
    border-collapse: collapse;
}

.manage-modal-details th, .manage-modal-details td {
    padding: 10px;
    text-align: center;
}

.manage-modal-details th {
    background-color: #f4f4f4;
}

.manage-modal.show {
    display: flex; 
    opacity: 1;    
}

.manage-flow-btns .manage-plan-btn {
    cursor: pointer;
    padding: 8px 15px;
    margin: 10px;
    background-color: #3D85C7;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal.is-open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

#flow-modal .manage-modal-content {
    max-width: 1000px; 
}

#flow-modal .flow-header {
    border-bottom: 1px solid #ddd;
}
#flow-modal .flow-header .manage-modal-plan-title {
    font-size: 24px; 
    color: #0A0A0A; 
    padding: 5px 0;
}

#flow-modal .manage-modal-close {
    color: #0A0A0A;
    right: 15px;
    top: 15px;
    font-size: 28px;
    z-index: 1002; 
}

.flow-body {
    padding: 0;
}

.step-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.step-number {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    width: 25%; 
    min-width: 150px;
    text-align: center;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.step-description {
    padding: 15px 20px;
    width: 75%;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0A0A0A;
}

.step-01 { background-color: #3D85C7; }
.step-02 { background-color: #559AD4; } 
.step-03 { background-color: #6DAFE1; } 
.step-04 { background-color: #85C5EE; } 
.step-05 { background-color: #9DD9FB; } 
.step-06 { background-color: #B5EDFF; } 
.step-07 { background-color: #CDF7FF; } 

.step-close-btn-container {
    text-align: right;
    padding: 20px 20px 10px;
}
.flow-close-btn {
    border: none;
    background-color: #333;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}





    


    






