@charset "utf-8";

.color_red {color:#FF4C4C;}
.color_Bluetiful {color: #002bef;}
.color_purple {color:#8f55ee;}
.color_Green {color:#009f00;}
.color_Orange {color:#ff7200;}
.color_white {color: #fff;}
.comejirushi{color:#FF4C4C; font-size: min(18 / 780 * 100vw, 18px); }

html, body {
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
background-color: #ffffff;
background-image: radial-gradient(circle, #ebebeb 2.5px, transparent 2.5px);
background-position: 0 0;
background-size: 25px 25px;
color: #051730;
}

p {
    line-height: 1.5;
}

@media screen and (max-width:428px) {
    html, body {
    font-size: 0.9rem;
    }
}

* {
box-sizing: border-box;
}

header {
transition: 0.5s;
}

.header_wrapper {
/* width: 100%; */
position: sticky;
z-index: 999999;
top: 0px;
background-color: rgb(10 39 77 / 0.9);
display: flex;
text-align: center;
justify-content: center;
}

.p7g_logo {
position: absolute;
top: 150px;
right: 5vw;
}

.p7g_logo_child {
max-width: 30vw;
height: auto;
}

@media screen and (max-width:950px) {
.p7g_logo {
position: absolute;
top: 400px;
display: flex;
justify-content: center;
margin: 0 auto;
right: 50%;
left: 50%;
}
.p7g_logo_child {
max-width: 300px;
height: auto;
}
}

.firstView {
    position: relative;
    width: 100%;
    height: 100%;
}

.fv_section {
position: relative;
z-index: 99999;
}

section {
width: 100%;
/* height: 100vh; */
}

hr {
  border:none;
  border-top: solid 1px #d7d7d7;
  height:1px;
  margin: 3% 0;
}
@media screen and (max-width: 1000px) {
  .slick-slide img, .news_txt img{
    width: 100%
  }
}

#news_article {
    position: relative;
}

.clearfix-newsttl {
    background-image: url(../images/notice/clearfix_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-date .small {
    padding: 0 0 0 20px;
}

#news_article .news-date {
    text-align: left;
    display: flex;
    align-items: center;
    margin: -2rem 0 0 0;
    padding: 0;
    width: 100%;
}

.news-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 3rem 20px 3rem 20px;
    margin: 0rem 0;
    /* border-bottom: solid 1px #0c1f48; */
    flex-grow: 1;       /* 可能な限り幅を広げる */
    flex-shrink: 1;     /* 必要に応じて縮小する */
    min-width: 0;       /* 最小幅を0に設定し、長文によるはみ出しを防止 (最重要) */
    white-space: normal; /* 親から継承された nowrap を確実に上書きし改行を許可 */
    word-break: break-all; /* 長い単語でも強制改行 */
    line-height: 1.5;
}

#news_article .news-date li:last-child { 
    padding: 20px 30px 20px 20px;
    flex-shrink: 0;
    width: auto;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFF;
    /* padding: 0px 0px 0 0; */
    border-left: solid 1px;
}

#news_article .notice-title{
    font-size: min(36 / 768 * 100vw, 36px);
    line-height: 1.5;
    padding: 0 0 1rem 0;
    margin: 0 0 30px 0; 
    vertical-align: middle;
    border-bottom: solid 1px #0c1f48;
}

#news_article img{
    margin: 30px auto;
    display: block;
    width: 75%;
}

.detail_news-img {
    width: 90%;
    height: auto;
}

.news_txt img{
    padding: 0 0 1rem 0;
}
.news_txt {
    padding-bottom: 2rem;
    font-size: 2rem;
    border-bottom: 1px solid #0c1f48;
    word-break: break-all;
}

@media (min-width: 769px) {
    .news-title_2 {
        display: none;
    }
}

@media (max-width: 768px) {
    #news_article .news-date li:last-child {
    padding: 0px 20px 10px 0px;
    flex-shrink: 0;
    width: auto;
    font-size: 1rem;
    font-weight: 600;
    color: #FFF;
    border: none;
    /* padding: 0px 0px 0 0; */
    }
    #news_article .news-date {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0rem 0 0 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 60px;
    }
    .news-title {
        display: none;
    }
    .news-title_2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 6rem 20px 4rem 20px;
    margin: -1.5rem 0 0 0;
    /* border-bottom: solid 1px #0c1f48; */
    flex-grow: 1;       /* 可能な限り幅を広げる */
    flex-shrink: 1;     /* 必要に応じて縮小する */
    min-width: 0;       /* 最小幅を0に設定し、長文によるはみ出しを防止 (最重要) */
    white-space: normal; /* 親から継承された nowrap を確実に上書きし改行を許可 */
    word-break: break-all; /* 長い単語でも強制改行 */
    }
    .news-date .small {
        font-size: 1.25rem;
        padding: 0 10px 0 20px;
    }
}

@media (max-width: 428px) {
    #news_article .news-date li:last-child {
    padding: 2px 20px 10px 0px;
    flex-shrink: 0;
    width: auto;
    font-size: .85rem;
    font-weight: 600;
    color: #FFF;
    border: none;
    /* padding: 0px 0px 0 0; */
    }
    #news_article .news-date {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0rem 0 0 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 55px;
    }
    .news-title_2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 6rem 10px 4rem 10px;
    margin: -2.5rem 0 0 0;
    /* border-bottom: solid 1px #0c1f48; */
    flex-grow: 1;       /* 可能な限り幅を広げる */
    flex-shrink: 1;     /* 必要に応じて縮小する */
    min-width: 0;       /* 最小幅を0に設定し、長文によるはみ出しを防止 (最重要) */
    white-space: normal; /* 親から継承された nowrap を確実に上書きし改行を許可 */
    word-break: break-all; /* 長い単語でも強制改行 */
    line-height: 1.25;
    }
    .detail_news-img {
    width: 100%;
    height: auto;
    }
    #news_article img{
    display: block;
    width: 100%;
    }
}

/* .news_btn_wrap {
    width: 85%;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    color: rgb(30, 105, 207);
    border: 2px solid rgb(30, 105, 207);
    border-radius: 34px;
    background-color: #fff;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    text-decoration: none;
}

.news_btn_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: rgb(30, 105, 207);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.news_btn_wrap:hover::before {
    scale: 10;
}

.news_btn_wrap:hover {
    color: #ffffff;
    scale: 1.1;
    box-shadow: 0 0px 20px rgba(30, 105, 207, 0.4);
}

.news_btn_wrap:active {
    scale: 1;
}

.news_btn_container {
    padding: 50px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    column-gap: 10;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

.news_btn_wrap {
    word-break: break-word;
} */

/*------------------------------------------------------------------------------------------------
News List
------------------------------------------------------------------------------------------------*/
#news_inside_list{
  margin-bottom: 7rem;
}

.notice .boxContent,
.notice .boxContent a{
  color: #0c1f48;
}

.notice .boxContent li{
  border-bottom: 1px solid #0c1f48;
}

/*------------------------------------------------------------------------------------------------
pageNav_news
------------------------------------------------------------------------------------------------*/
.pageNav_news {
  margin: 0 auto 30px;
  width: 100%;
}
.pageNav_news ul {
  padding: 10px 15px 0 15px;
  background-color: #ffce57;
}
.pageNav_news ul li {
  background: url("../images/notice/icon-pageNav.png") no-repeat 0 0;
  float: left;
  margin: 5px 16px 15px 0;
  padding: 0 0 0 27px;
  white-space: nowrap;
}

.pageNav_news a,
.pageNav_news a:visited {
  color: #3f281c;
  text-decoration: none;
}
.pageNav_news a:hover {
  color: #3f281c;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------
accodion
------------------------------------------------------------------------------------------------*/
.accordion{
  margin: 2rem 0;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 2rem;
    /* border-left: 5px solid #0c1f48; */
    background-color: #0A274D;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 2rem;
    /* border-left: 5px solid #0c1f48; */
    background-color: #0A274D;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    }
}

@media (max-width: 428px) {
    .accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 2rem;
    /* border-left: 5px solid #0c1f48; */
    background-color: #0A274D;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    }
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-30%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1.5rem;
    color: #0c1f48;
    transition: transform .5s, opacity .5s;
}

.accordion[open] div {
    transform: none;
    opacity: 1;
    font-size: 1rem;
}

/*------------------------------------------------------------------------------------------------
table
------------------------------------------------------------------------------------------------*/
table {
    color: #0c1f48;
    margin-bottom: 2%;
    width: 100%;
}

.table-width {
    width: 56%;
    float: left;
}

table img {
    width: 100%;
}

th {
    background-color: #568FDB;
    border: 1px solid #0A274D;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    padding-left: 2%;
}
td {
    border: 1px solid #0A274D;
    padding: 2%;
    vertical-align: inherit;
    vertical-align: middle;
}

.textCenter {text-align: center;}

/*------------------------------------------------------------------------------------------------
table
------------------------------------------------------------------------------------------------*/
/*基本*/
#news_article table .td-style01 {
    background-color: #DDE8F7;
    border: 1px solid #0A274D;
}
/*アイテム名*/
#news_article table .td-style02 {
    background-color: #568FDB;
    border: 1px solid #0A274D;
    width: 16.5%;
    font-weight: 600;
    color: #fff;
}

#news_article table .td-style03 {
    background-color: #568FDB;
    border: 1px solid #0A274D;
    width: 16.5%;
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
}
.aColor {
    color: #0A274D;
}

/* 親要素は画像のラッパーのまま（変更なし） */
.news_header-wrap {
    position: relative;
    width: 100%;
}


@media (min-width: 769px) {
    .news_header-PC img {
    width: 100%;
    /* 画像がコンテナの高さを決定する役割。 */
    /* 必要に応じて 'object-fit: cover;' なども検討してください。 */
    }
    .news_header-SP img {
    display: none;
    /* 画像がコンテナの高さを決定する役割。 */
    /* 必要に応じて 'object-fit: cover;' なども検討してください。 */
    }
}

@media screen and (max-width: 768px) {
    .news_header-PC {
    display: none;
    /* 画像がコンテナの高さを決定する役割。 */
    /* 必要に応じて 'object-fit: cover;' なども検討してください。 */
    }
    .news_header-SP img {
    width: 100%;
    /* 画像がコンテナの高さを決定する役割。 */
    /* 必要に応じて 'object-fit: cover;' なども検討してください。 */
    }
    #news_article table .td-style03 {
    background-color: #568FDB;
    border: 1px solid #0A274D;
    width: 16.5%;
    font-weight: 600;
    color: #fff;
    font-size: 1.25rem;
    }
}

@media screen and (max-width: 428px) {
    #news_article table .td-style03 {
    background-color: #568FDB;
    border: 1px solid #0A274D;
    width: 16.5%;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    }
}

.news_header-content {
    position: absolute;
    top: 50%; /* 上端を垂直方向の中央に */
    left: 50%; /* 左端を水平方向の中央に */
    transform: translate(-50%, -50%); /* 要素自体を半分戻し、完全に中央寄せ */
    width: 90%; /* コンテンツの幅を親に対して設定 */
    max-width: 1000px; /* 必要に応じて最大幅を設定 */
    color: #fff;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);

    /* Flexboxで中身の配置を制御 */
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: flex-start; /* 左寄せ */
    /* justify-content: center; */ /* 垂直方向はtransformで中央にしているので不要 */
}

/* メインタイトル */
.news_header-ttl {
    /* フォントサイズをビューポート幅に合わせて調整 */
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.1;
    margin: 0; /* 不要なマージンをリセット */
    /* flex-basis: auto; */
    /* text-align: left; */ /* 親の align-items: flex-start で左寄せに */
}

/* サブタイトル */
.news_header-sbttl {
    /* フォントサイズをビューポート幅に合わせて調整 */
    font-size: 1vw;
    line-height: 1.3;
    margin-top: 0.5em; /* タイトルからの間隔 */
    /* text-align: left; */ /* 親の align-items: flex-start で左寄せに */
}

/* 小さい画面での調整 (例: スマートフォン) */
@media (max-width: 768px) {
    .news_header-ttl {
        font-size: 6vw; /* より小さくても読みやすいように大きく設定し直す */
    }
    .news_header-sbttl {
        font-size: 3vw;
    }
    /* 中央に寄せるなど、必要に応じて位置の調整も可能です */
    /* .news_header-content {
        align-items: center;
    } */
}

@media (max-width: 428px) {
    .news_header-ttl {
        font-size: 8vw; /* より小さくても読みやすいように大きく設定し直す */
    }
    .news_header-sbttl {
        font-size: 4vw;
    }
    /* 中央に寄せるなど、必要に応じて位置の調整も可能です */
    /* .news_header-content {
        align-items: center;
    } */
    .news_header-content {
    max-width: 350px; /* 必要に応じて最大幅を設定 */
    }
}

.news_container {
    min-height: 100vh;
    padding: 50px 20px 0 20px;
}

.news_bigttl_bg {
    position: relative;
    z-index: 2;
    width: 45%;
    top: -50px;
    height: 60px;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 700;
}

.news_bigttl_bg span {
    position: absolute;
    z-index: 2;
    font-size: 36px;
    color: #fff;
    top: 18px;
    left: 0;  /* 左端を親の左端に */
    right: 0; /* 右端を親の右端に */
    text-align: center; /* その中でテキストを中央揃え */
    /* (推奨) テキストが長すぎても改行させない */
    white-space: nowrap;
}

.news_frame {
    position: absolute;
    right: -20px;
    top: -30px;
}

.news_frame-under {
    position: absolute;
    z-index: 99;
    transform: rotate(180deg);
    left: -20px;
    bottom: -30px;
}

.news-list {
    max-width: 1200px;
    padding: 0px 50px 30px 50px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.news-item {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
}

.news-item:last-child {
    border-bottom: none;
}

.category-badge {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-shrink: 0;
}

.category-badge.event {
    background-color: #dacd82;
}

.category-badge.mall {
    background-color: #ff87e1;
}

.category-badge.campaign {
    background-color: #ffb987;
}

.category-badge.maintenance {
    background-color: #8cdd95;
}

.category-badge.announcement {
    background-color: #54adf5;
}

.new-label {
    position: absolute;
    left: 121px;
    top: 17.5px;
    color: red;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.news-content {
    flex: 1;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.news-date {
    font-size: 20px;
    font-weight: normal;
    color: #051730;
    text-transform: uppercase;
    flex-shrink: 0;
    list-style: none;
}

.path {
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.path a {
    color: #051730;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .path {
        display: none;
    }
        .news_frame {
        display: none;
    }

    .news_frame-under {
        display: none;
    }
    .news_container {
        padding: 60px 20px 8px 20px;
    }
    .news-list {
    max-width: 1200px;
    padding: 0px 25px 30px 25px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.3);
    }
    .news_bigttl_bg {
        position: relative;
        z-index: 2;
        width: 100%;
        top: -25px;
        height: 60px;
        font-family: "Noto Serif JP", sans-serif;
        font-weight: 700;
    }
    .news_bigttl_bg img {
        height: 8vh;
    }
    .news_bigttl_bg span {
        position: absolute;
        z-index: 2;
        font-size: 28px;
        color: #fff;
        top: 10px;
        left: 110px;
    }
    .news-item {
        height: auto;
        min-height: 70px;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    .category-badge {
        margin-bottom: 10px;
    }
    .new-label {
        left: 30px;
        top: 55px;
    }
    .news-content {
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
        width: 100%;
    }
    /* .news-title {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 50px;
    } */
}

@media (max-width: 428px) {
    .path {
        display: none;
    }
    .news-list {
        padding: 0px 15px 30px 15px;;
    }
    .news_container {
        padding: 20px 8px 8px 8px;
    }
    .news_list {
    max-width: 1000px;
    }
    .news_bigttl_bg {
        position: relative;
        z-index: 2;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        height: 60px;
        font-family: "Noto Serif JP", sans-serif;
        font-weight: 700;
    }
    .news_bigttl_bg img {
        height: 7vh;
    }
    .news_bigttl_bg span {
        position: absolute;
        z-index: 2;
        font-size: 24px;
        color: #fff;
        top: 7px;
        right: 0;
        left: 0;
    }
    .news_frame {
        display: none;
    }
    .news_frame-under {
        display: none;
    }
    .news-item {
        height: auto;
        min-height: 70px;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    .category-badge {
        margin-bottom: 10px;
    }
    .new-label {
        left: 30px;
        top: 55px;
    }
    .news-content {
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
        width: 100%;
    }
    .category-badge {
    width: 80px;
    height: 25px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-shrink: 0;
    }
}


.pagenation_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.pagenation_wrap a {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
}

.news_prevpage-btn {
    background: #0A274D;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-right: 1.2em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #154588;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-left: 3.3em;
    cursor: pointer;
}

.news_prevpage-btn .previcon {
    background: white;
    margin-right: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #0A274D;
    top: 5px;
    left: 0.3em;
    transition: all 0.3s;
    transform: rotate(180deg);
}

.news_prevpage-btn:hover .previcon {
    width: calc(100% - 0.6em);
}

.news_prevpage-btn .previcon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #0A274D;
}

.news_prevpage-btn:hover .previcon svg {
    transform: translateX(0.1em);
}

@media (max-width: 428px) {
    .news_prevpage-btn {
        background: #0A274D;
        color: white;
        font-family: inherit;
        padding: 0.35em 1em 0.35em 3.5em;
        /* padding-right: 1.2em; */
        font-size: 15px;
        font-weight: 500;
        border-radius: 0.9em;
        border: none;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        box-shadow: inset 0 0 1.6em -0.6em #0A274D;
        overflow: hidden;
        position: relative;
        height: 2.8em;
        /* padding-left: 3.3em; */
        cursor: pointer;
    }
    .news_prevpage-btn .previcon {
        background: white;
        /* margin-left: 1em; */
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.2em;
        width: 2.4em;
        border-radius: 0.7em;
        box-shadow: 0.1em 0.1em 0.6em 0.2em #0A274D;
        right: 0.3em;
        top: 5px;
        transition: all 0.3s;
        transform: rotate(180deg);
    }
    .news_prevpage-btn:hover .previcon {
        width: calc(100% - 0.6em);
    }
    .news_prevpage-btn .previcon svg {
        width: 1.1em;
        transition: transform 0.3s;
        color: #0A274D;
    }
    .news_prevpage-btn:hover .previcon svg {
        transform: translateX(0.1em);
    }
    .pagenation_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    }
}

/*------------------------------------------------------------------------------------------------
お知らせ見出し
------------------------------------------------------------------------------------------------*/
.news_txt p{
  margin: min(30 / 540 * 100vw, 30px) 0;
}

.news_txt a:hover{
  opacity: .5;
}

.news-title1 {
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #fff;
    height: auto;
    min-height: 5rem;
    position: relative;
    left: -20px;
    z-index: 5;
    padding: 2.25rem 0rem 2rem 8rem;
    margin: 2rem -1vw 2rem 0;
    background-image: url(../images/notice/notice-title1.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}

.news-title2 {
    box-sizing: border-box; 
    font-size: 1.5rem;
    color: #69430D;
    height: auto; 
    min-height: 5rem; 
    position: relative;
    left: -20px;
    z-index: 5;
    padding: 1.25rem 0rem 1rem 7rem;
    margin: 2rem -1vw 2rem 20px;
    background-image: url(../images/notice/notice-title2_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}

/* .news-title2::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../images/notice/notice-title2.png) 0px 0px no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
} */

.news-title3 {
    /* background: url(../images/notice/notice-title3.png) 0 0 no-repeat; */
    height: fit-content;
    margin: 0rem 0px 0px 3.5rem;
    padding-left: 0rem;
    color: #0c1f48;
    font-size: 1.5rem;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

.news-title3::before {
    content: "";
    background-image: url(../images/notice/notice-title3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5%;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0px;
}

.pagenav {
	height: fit-content;
    padding-left: 30px;
	color: #0c1f48;
	font-size: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
}

.pagenav::before {
    content: "";
    background-image: url(../images/notice/pagenav_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .news-title1{
    box-sizing: border-box;
    padding-left: 125px;
    padding-top: 25px;
    line-height: 1.25;
    font-size: 1.5rem;
    color: #fff;
    height: auto;
    min-height: 5rem;
    position: relative;
    left: -20px;
    z-index: 5;
    padding: 2rem 1rem 2rem 8rem;
    margin: 2rem -2vw 1.5rem 0;
    background-image: url(../images/notice/notice-title1.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
    .news-title2 {
    box-sizing: border-box;
    line-height: 1.25;
    font-size: 1.5rem;
    color: #69430D;
    height: auto;
    min-height: 5rem;
    padding: 1rem 0rem 1rem 8rem;
    margin: 0rem -2vw 1.5rem 20px;
    background-image: url(../images/notice/notice-title2.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
    .news-title3 {
    /* background: url("../images/notice/notice-title3.png") 0 0 no-repeat; */
	height: fit-content;
	margin: 1rem 0 1rem 0;
    padding-left: 2.5rem;
	color: #0c1f48;
	font-size: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    }
    .news-title3::before {
    content: "";
    background-image: url(../images/notice/notice-title3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    }
.pagenav {
    height: 2.2rem;
    margin: 1rem 0 1rem 0;
    color: #0c1f48;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    }
.pagenav::before {
    content: "";
    background-image: url(../images/notice/pagenav_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    }
}

@media screen and (max-width: 428px) {
    .news-title {
    font-size: 1.8rem;
    color: #0c1f48;
    /* height: 3.8rem; */
    position: relative;
    z-index: 5;
    padding: 0px 0 0rem 0em;
    margin: 0rem 0;
    border-bottom: solid 1px #0c1f48;
    /* background-image: url(../images/notice/notice-title1.png); */
    }
    .news-title1 {
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #fff;
    height: auto;
    min-height: 5rem;
    position: relative;
    left: -10px;
    z-index: 5;
    padding: 35px 15px 20px 15px;
    text-align: center;
    margin: 0rem -5vw 20px 0;
    /* border-bottom: solid 1px #0c1f48; */
    background-image: url(../images/notice/notice-title1-SP.png);
    background-repeat: no-repeat;
    background-size: 48vh;
    background-position: center;
    }
    .news-title2 {
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #69430D;
    height: auto;
    min-height: 5rem;
    position: relative;
    left: -10px;
    z-index: 5;
    padding: 35px 15px 35px 15px;
    text-align: center;
    margin: 0rem -5vw 0px 0;
    /* border-bottom: solid 1px #0c1f48; */
    background-image: url(../images/notice/notice-title2-SP.png);
    background-repeat: no-repeat;
    background-size: 48vh;
    background-position: center;
    }
    .news-title2::after {
        display: none;
    }
    .news-title3 {
    /* background: url("../images/notice/notice-title3.png") 0 0 no-repeat; */
	height: fit-content;
	margin: 1rem 0 1rem 0;
    padding-left: 35px;
	color: #0c1f48;
	font-size: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    }
    .pagenav {
        height: 2.2rem;
        margin: 1rem 0 1rem 0;
        color: #0c1f48;
        font-size: 1rem;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 25px;
    }
    .news-title3::before {
    content: "";
    background-image: url(../images/notice/notice-title3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12%;
    height: 100%;
    }
    .pagenav::before {
    content: "";
    background-image: url(../images/notice/pagenav_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7%;
    height: 100%;
    }
    .pagenav::before {
    content: "";
    background-image: url(../images/notice/pagenav_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 8px;
    }
}

@media screen and (max-width: 320px) {
    .news-title1{
        box-sizing: border-box;
        font-size: 1.5rem;
        color: #fff;
        height: auto;
        min-height: 10rem;
        position: relative;
        left: -10px;
        z-index: 5;
        padding: 3rem 1.5rem 0rem 1.5rem;
        margin: 1rem -5vw 0px 0;
        /* border-bottom: solid 1px #0c1f48; */
        background-image: url(../images/notice/notice-title1-SP.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .news-title2 {
        box-sizing: border-box;
        font-size: 1.5rem;
        color: #69430D;
        height: auto;
        min-height: 5rem;
        position: relative;
        left: -10px;
        z-index: 5;
        padding: 2rem 1rem 2rem 1rem;
        margin: 2rem -5vw 0 0;
        background-image: url(../images/notice/notice-title2-SP.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/*------------------------------------------------------------------------------------------------
お知らせ引用系
------------------------------------------------------------------------------------------------*/

/*--注意書き--*/
.attention {
    margin: 2rem auto;
    border: 2px solid #FF4C4C;
    border-radius: 5px;
    color: #FF4C4C;
}

.attention .icon {
    display: inline-flex;
    align-items: center;
    column-gap: .4rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
    margin: 0 .7rem;
    padding: 0 .8rem;
    background: #fff;
    color: #FF4C4C;
    font-weight: 600;
    vertical-align: top;
}

.attention .icon::before {
    width: 2.8rem;
    height: 2.8rem;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23ff0000'%3E%3C/path%3E%3C/svg%3E");
}

@media screen and (max-width: 428px) {
    .attention .icon {
    display: inline-flex;
    align-items: center;
    column-gap: .4rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
    margin: 0 .7rem;
    padding: 0 .8rem;
    background: #fff;
    color: #FF4C4C;
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    }
}

.toc .txt p,
.attention .txt p {
    margin: 0;
    font-size: 1rem;
}

.toc .txt,
.attention .txt {
    margin: -1rem 0 0 0;
    padding: 0 1.5em 1em;
    font-size: 16px;
}

/*--目次--*/
.toc {
    margin: 2rem auto;
    border: 2px solid #0c1f48;
    border-radius: 5px;
    color: #0c1f48;
}

.toc .icon {
    display: inline-flex;
    align-items: center;
    column-gap: .4rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
    margin: 0 .7rem;
    padding: 0 .8rem;
    background: #fff;
    color: #0c1f48;
    font-weight: 600;
    vertical-align: top;
}

.toc .icon::before {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    content: '';
    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='%230c1f48'%3E%3C/path%3E%3C/svg%3E");
}

.toc .txt ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.toc .txt a::before {
    content: "";
    background-image: url(../images/notice/pagenav_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 12.5px;
    height: 12.5px;
}

.toc .txt > ol {
    padding: 0 1rem 0 3rem;
}

.toc .txt a {
    position: relative;
    color: #0c1f48;
    text-decoration: none;
    transition: opacity 0.3s;
}

.toc .txt a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 428px) {
    .toc .txt > ol {
    padding: 0 1rem 0 3rem;
    font-size: 1rem;
    }
    .toc .icon {
    display: inline-flex;
    align-items: center;
    column-gap: .4rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
    margin: 0 .7rem;
    padding: 0 .8rem;
    background: #fff;
    color: #0c1f48;
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    }
}

.box-memo {
    position: relative;
    margin: 4rem 0.5rem ;
    padding: 2.2em 1.5em 1em 1.5em;
    border: 2px solid #042146;
    border-radius: 5px;
    width: 100%;
}

.box-memo > div {
    position: absolute;
    top: -1.15em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #042146;
    color: #fff;
    font-size: .9em;
}

.box-memo > div::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #042146;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-memo p {
    margin: 30px auto;
    display: block;
    width: fit-content;
}

.box-check {
    border: 2px solid #002244;
    border-radius: 5px;
    margin: 4rem 0.5rem;
    width: 100%;
}

.box-check .title {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #002244;
    font-weight: 600;
    vertical-align: top;
}

.box-check .title::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #002244;
    border-left: 3px solid #002244;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

.box-check .body {
    margin: 0;
    padding: 0 1.5em 1em;
    overflow:auto;
    clear:both;
    width: 100%;
}

.box-check .body .img-s{
  float: left;
  padding-right: 1rem;
}

/*--アイテム紹介--*/
.toc2 {
    margin: 2rem auto;
    border: 2px solid #0c1f48;
    border-radius: 5px;
    color: #0c1f48;
}

.toc2 .icon {
    display: inline-flex;
    align-items: center;
    column-gap: .4rem;
    position: relative;
    top: -1.5rem;
    left: 1rem;
    margin: 0 .7rem;
    padding: 0 .8rem;
    background: #fff;
    color: #0c1f48;
    font-weight: 600;
    vertical-align: top;
}

.toc2 .icon::before {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    content: '';
    background-image: url(https://img.icons8.com/?size=100&id=k6btXWSGzqpP&format=png&color=0c1f48);
    background-size: contain;
    /* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJfeDMyXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+ICA8ZGVmcz4gPHN0eWxlPiAuc3QwIHsgZmlsbDogIzA0MjE0NjsgfSA8L3N0eWxlPiA8L2RlZnM+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDIuNiwxMDMuOUwyNTguNC41LDAsMTA5Ljl2MTIyLjNsMjAuNiw4Ljd2MTcxLjhsMjMzLjIsOTguNywyMzcuNi0xMDAuNXYtMTcybDIwLjYtOC43di0xMjIuM2wtOS40LTRaTTI0MC41LDQ3Mi4ybC0xODguOS04MHYtMTQ2LjFsMTg4LjksODB2MTQ2LjFaTTI0MC41LDMwMC45TDUxLjYsMjIwLjl2LS41bC0yMC42LTguN3YtNjcuMmwyMDkuNiw4OC43djY3LjdoMFpNMjUyLjEsMjEyLjlMNDQuMSwxMjQuOGwyMTQuMi05MC43LDIwOCw4OC0yMTQuMiw5MC43Wk00NjAuNCwzOTAuNGwtMTk2LjcsODMuMnYtMTQ3LjZsMTk2LjctODMuM3YxNDcuNlpNNDgxLDIwOC45bC0yMTcuMyw5MnYtNjcuN2wyMTcuMy05MnY2Ny43WiIvPjwvc3ZnPg=="); */
}

.toc2 {
    padding: 0 1rem;
}

.body p {
    margin: 30px auto;
}

.box-check_flex {
    display: flex;
}

#news_article .news-boximg {
    width: 60%;
}

#news_article .news-boxgif {
    width: fit-content;
}

#news_article .table_gif  {
    width: fit-content;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #news_article .news-boximg {
        width:  100%;
    }
    #news_article .news-boxgif {
        width: fit-content;
    }
    #news_article .table_gif  {
    width: fit-content;
    margin: 0 auto;
    }
}