.g-poster {
    background: #e4e3e1;
}
#kinou-poster .g-poster_el img {
    max-width: 1070px !important;
}

p.g-p {font-size: 16px !important;line-height: 180% !important;}
.g-ttl-4 {letter-spacing: 0.08em;}

p.h1_title {
    display: inline-block;
    font-size: 24px;
    color: #19A3D1;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-top: #19A3D1 1px solid;
    border-bottom: #19A3D1 1px solid;
}

p.h1_catch {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #19A3D1;
}
p.h1_catch sup{
    font-size: 18px;
}

.section-h1 {
    padding-top: 0;
}

#g-main .kinou h2 {font-weight: 600; color: #19A3D1; letter-spacing: 0.08em;}
#g-main .g-ttl-1 sup {font-weight: normal; font-size: 12px;}
#g-main .g-ttl-2 sup {font-weight: normal; font-size: 12px;}
#g-main .g-ttl-3 sup {font-weight: normal; font-size: 12px;}
#g-main .g-ttl-4 sup {font-weight: normal; font-size: 12px;}
#g-main .g-ttl-5 sup {font-weight: normal; font-size: 12px;}


.g-width-84 {width: 84%;}

.h6-01-2024 {
    color: #fff; background-color: #008cad; display: inline-block; padding: 4px 8px 2px;
}

@media only screen and (max-width: 480px) {
    p.h1_title {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
    }

    p.h1_catch {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 150%;
        letter-spacing: 0.04em;
    }

    h2.clr_2024 {
        font-size: 18px;
    }

    p.h1_catch sup {
        font-size: 18px;
    }

    .g-ttl-3 {
        font-size: 18px;
    }

    .g-ttl-4 {
        font-size: 16px;
    }

    .sp-width-61 {
        width: 61% !important;
    }

    p.g-p {
        font-size: 15px !important;
        line-height: 150% !important;
    }
    .section-h1 {
        padding-bottom: 20px;
    }
}

#network .g-column-white {
    border: #008CAD 1px solid;
    color: #008CAD;
}

#ca_nextnavi_mo {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.image-container {
    display: flex;
    justify-content: center; /* 水平方向に中央寄せ */
    align-items: center;
}

.image-container img {
    width: 40%; /* 画像の横幅を親要素の50%に設定（適切なサイズに変更してください） */
    height: auto;
    margin: 0 2px; /* 画像と画像の間隔 */
}

  @media only screen and (max-width: 480px) {
    .image-container img {
        width: 40%;
  }
  }