<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #9bcbeb !important;
}

.p-top-info_schedule_container,
.p-top-news_list_item:first-of-type {
    border-top: 0.069444444444444vw solid #004091;
    width: 100%;
}

.p-top-news_list_item:first-of-type,
.p-top-news_list_item+.p-top-news_list_item {
    border-bottom: 0.069444444444444vw solid #004091;
    width: 100%;
}

.p-top-news_list__area {
    padding-bottom: 7.486111111111112vw;
}

.p-top-news_list_object {
    display: flex;
    color: #004091;
    padding-top: 1.736111111111111vw;
    padding-bottom: 1.736111111111111vw;
    padding-left: 1.388888888888889vw;
}

.p-top-news_list_object:hover {
    -webkit-transition: 0.3s background ease;
    transition: 0.3s background ease;
    background: rgba(0, 64, 145, 0.3);
    color: #004091;
}

.p-top-news_list_item__block {
    display: flex;
    align-items: center;
}

.p-top-news__data {
    font-size: 1.111111111111111vw;
    line-height: 1;
    font-weight: 700;
    width: 5vw;
}

.p-top-news__ttl {
    font-size: 1.111111111111111vw;
    line-height: 1.5625;
    letter-spacing: 1px;
    margin-left: 2vw;
}

.btn-sticky {
    position: sticky;
    bottom: 40px;
    opacity: 0;
    transition: 0.3s opacity ease;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-sticky.sticky {
    opacity: 1;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.game-wrapper {
    display: flex;
    gap: 5px;
}

.game-img {
    flex-direction: row;
}

.blue {
    color: #0069DF;
}

.green {
    color: #48BF45;
}

.red {
    color: #FF3648;
}

.attention_text {
    font-size: 12px;
}

.uniform {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
}

.container--sm {
    padding-left: 35px;
    padding-right: 35px;
}

.bgBlue_header {
    min-width: 1110px !important;
    height: 200px;
    position: relative;
}

.header__logo img {
    width: 175px;
}

.uniform-flex {
    display: flex;
    gap: 20px;
    font-family: 'Yomogi-Regular';
}

.fs18 {
    font-size: 18px;
}

.news--target .left {
    width: 360px !important;
}
.news--target .left p {
    color: #262626 !important;
    font-family: 'Yomogi-Regular';
}
.news--target .right p {
    font-family: 'Yomogi-Regular';
}

h2.heading:not(.heading-h3),
.heading-h2 {
    background-color: #004091 !important;
}

h3.heading:not(.heading-h2),
.heading-h3 {
    background-color: #63C0FF !important;
    border-bottom: none !important;
    font-family: 'Yomogi-Regular';
    /* text-decoration: underline;
    text-decoration-style: double; */
    /* Creates a double underline */
    /* text-decoration-thickness: 2px;
    color: #262626 */
}

h2.heading,
.heading-h2,
h3.heading,
.heading-h3 {
    border-left: none !important;
    color: #fff !important;
}

.diana-accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    margin: 50px auto;
}

/* .accordion-item {
    border-bottom: 1px solid #ddd;
  } */


.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.accordion-header h3 {
    text-align: center;
    width: 100%;
  }
.accordion-header:hover {
    background-color: #e2e2e2;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    /* padding: 0 10px; */
    /* border-bottom: 1px solid #ddd; Adds border only when content is hidden */
}

.accordion-content p {
    font-family: 'Yomogi-Regular';
}

.acc_wrap {
    padding: 10px 0;
}

.accordion-icon {
    transition: transform 0.3s;
}

/* Rotate the icon when content is open */
.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}


 



/* PHOTO
-----------------------------------------------------------*/
.photo_container {
    display: flex;
    background-color: transparent;
    margin-top: 50px;
}

.photo_container .item {
    width: 100%;
    height: 100%;
    margin-right: 4px;
}

.photo_container .item img {
    width: 280px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .photo_container .item img {
        width: 160px;
    }
}


.item_title {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.2px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.item_title span {
    height: 1px;
    width: 75%;
    background-color: #fff;
    display: block;
    margin-left: auto;
}

.item_title_1 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.2px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.item_title_1 span {
    height: 1px;
    width: 50%;
    background-color: #fff;
    display: block;
    margin-left: auto;
}

.item_title_2 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.2px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
}
.item_title_2 span {
    height: 1px;
    width: 85%;
    background-color: #fff;
    display: block;
    margin-left: auto;
}

.item_title_3 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.2px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.item_title_3 span {
    height: 1px;
    width: 65%;
    background-color: #fff;
    display: block;
    margin-left: auto;
}

.ttl_prim {
    background-color: #63C0FF !important;
    font-family: 'Yomogi-Regular';
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px 25px;
    font-size: 25px;
    color: #005baa;
    font-weight: 700;
}
.ttl_prim .-brdbtm {
    border-bottom: 4px solid #1be3ff;
}
.ttl_prim .-sm {
    font-size: 17px;
}
.letter-txt {
    font-size: 16px;
    font-family: 'Yomogi-Regular';
    line-height: 2.4;
    background-color: #fff;
    padding: 35px;
    max-width: 720px;
    margin: 0 auto;
}
.letter-txt span {
    border-bottom: 1px solid #dddddd;
}
.text--end {
    text-align: end;
}


.new--target .lead--text{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.new-mix{
    border-color: #fff;
}

.new-mix tbody tr th, .new-mix tbody tr td{
    /* background-color: #9bcbeb; */
    border: 1px solid #000 !important;
}
.new-mix tbody tr th, 
.diana_tbl tbody tr th {
    background-color: #005BAA;
    color: #fff;
}
.new-mix tbody tr td,
.diana_tbl tbody tr td {
    background-color: #fff;
    color: #000;
}

.bbtm {
    border-bottom: 2px solid white;
    padding-bottom: 50px;
}

table.diana_tbl tr td, table.diana_tbl tr th {
    border: 1px solid #000;
}</pre></body></html>