<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ðŸŒŸ ãƒšãƒ¼ã‚¸å…¨ä½“ã®è¨­å®šï¼ˆèƒŒæ™¯ç”»åƒã®ã‚¿ã‚¤ãƒ«å¾©æ´»ï¼‰ */
body {
    background: url("/assets/images/bg_image_shobon.png") repeat;
    background-color: #043e80;
    color: #f5b500;
    font-family: "MS Gothic", "MS PGothic", Verdana, Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* ãƒ•ãƒƒã‚¿ãƒ¼ã®ä½ç½®èª¿æ•´ */
    display: flex;
    flex-direction: column;
}

/* ðŸŒŸ ãƒžãƒ«ã‚­ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ï¼ˆã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«éƒ¨åˆ†ï¼‰ */
.marquee-box {
    border: 1px solid black;
    background-color: #043e80;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: "MS Gothic", "MS PGothic", Verdana, Arial, sans-serif;
    /* ãƒ•ãƒƒã‚¿ãƒ¼ã¨çµ±ä¸€ */
    overflow: hidden;
}

.marquee-box marquee {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

/* ðŸŒŸ ãƒŠãƒ“å…¨ä½“ã«èƒŒæ™¯è‰² */
.nav {
    width: 100%;
    padding: 10px;
    background-color: #00fff7;
    /* ã“ã£ã¡ã¯æœ‰åŠ¹ã«ãªã‚‹ */
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    /* â† é«˜ã•ã®æƒãˆã€clipã®å®‰å®šå‘ä¸Š */
}

.nav a {
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
    flex: none;
    /* â† flexè¦ªã®å¹²æ¸‰ã‚’é®æ–­ */
    position: relative;
    /* â† ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°å®‰å®š */
    font-weight: bold;
    text-decoration: none;
}

.rainbow-title {
    font-size: 36px;
    /* ðŸ’¥ ã•ã‚‰ã«ã‚µã‚¤ã‚ºUPï¼ */
    font-family: 'HGPå‰µè‹±è§’ï¾Žï¾Ÿï½¯ï¾Œï¾Ÿä½“', sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
}

.rainbow.r1 {
    color: red;
}

.rainbow.r2 {
    color: orange;
}

.rainbow.r3 {
    color: yellow;
}

.rainbow.r4 {
    color: green;
}

.rainbow.r5 {
    color: blue;
}

.rainbow.r6 {
    color: indigo;
}

.rainbow.r7 {
    color: violet;
}


.nav a:hover {
    text-decoration: underline;
}

.rainbow-text {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/* ðŸŒŸ ãƒ¡ã‚¤ãƒ³ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆï¼ˆã‚µã‚¤ãƒ‰ãƒãƒ¼ã¨ãƒ¡ã‚¤ãƒ³ã®ãƒãƒ©ãƒ³ã‚¹èª¿æ•´ï¼‰ */
.content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: auto;
    flex: 1;
}

/* ðŸŒŸ ã‚µã‚¤ãƒ‰ãƒãƒ¼ */
.sidebar {
    width: 400px;
    border: 2px solid black;
    background-color: #043e80;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

/* ðŸŒŸ ulè‡ªä½“ã‚’ä¸­å¤®å¯„ã› */
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* â† ã“ã‚Œã§ä¸­å¤®å¯„ã› */
    gap: 5px;
}

/* ðŸŒŸ liå¹…ã‚’å›ºå®šï¼†ä¸­å¤® */
.sidebar-menu li {
    width: 90%;
    /* ã¾ãŸã¯ 300px ãªã©ã§ã‚‚OK */
    background-color: #fc53fa;
    border: 1px solid black;
    text-align: center;
}

/* ðŸŒŸ ãƒªãƒ³ã‚¯ã®æ–‡å­—ã‚‚ä¸­å¤® */
.sidebar-menu a {
    display: block;
    /* â† liå…¨ä½“ã‚’ã‚¯ãƒªãƒƒã‚¯å¯èƒ½ã« */
    padding: 8px 0;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}


/* ðŸŒŸ ã‚­ãƒªç•ªã‚«ã‚¦ãƒ³ã‚¿ãƒ¼ï¼ˆã‚µã‚¤ãƒ‰ãƒãƒ¼ã®æ¨ªå¹…ã«ãƒ•ã‚£ãƒƒãƒˆï¼‰ */
.counter-box {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    border: 2px solid black;
    background-color: #ffffff;
}

/* ðŸŒŸ ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ï¼ˆç”»åƒãŒã¯ã¿å‡ºã•ãªã„ã‚ˆã†ã«ä¿®æ­£ï¼‰ */
.main {
    flex: 1;
    max-width: 900px;
    /* ç”»åƒãŒå¤§ãã™ãŽã‚‹ã®ã§å°‘ã—åºƒã’ã‚‹ */
    border: 2px solid black;
    padding: 15px;
    background-color: #f5b500;
    color: #043e80;
    text-align: center;
}

/* ðŸŒŸ ç”»åƒã®ã¯ã¿å‡ºã—é˜²æ­¢ */
.main img {
    max-width: 100%;
    /* ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®å¹…ã‚’è¶…ãˆãªã„ */
    height: auto;
    /* ç¸¦æ¨ªæ¯”ã‚’ç¶­æŒ */
    display: block;
    /* ãƒ–ãƒ­ãƒƒã‚¯è¦ç´&nbsp;åŒ– */
    margin: auto;
    /* ä¸­å¤®å¯„ã› */
}

ul {
    list-style-type: none;
    /* â† ãƒ‰ãƒƒãƒˆå®Œå…¨æ¶ˆåŽ»ï¼ */
    padding-left: 0;
    /* â† å·¦ã®ä½™ç™½ã‚‚æ¶ˆã™ãªã‚‰ */
    margin-left: 0;
}


.banner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* â†1è¡Œ4ã¤å›ºå®šï¼ */
    gap: 20px;
    justify-items: center;
    margin: 20px auto;
    max-width: 1000px;
}

.banner-item {
    text-align: center;
}

.banner-item img {
    width: 180px;
    height: auto;
    border: 2px solid black;
}

.banner-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #f5b500;
    font-family: "MS Gothic", "MS PGothic", sans-serif;
    font-weight: bold;
}

.banner-item a {
    text-decoration: none;
    color: inherit;
}

.banner-item img:hover {
    box-shadow: 0 0 10px yellow;
    transform: scale(1.05);
    transition: 0.2s ease-in-out;
}

.back-button {
    text-align: center;
    /* ä¸­å¤®ãžã‚ãˆï¼ */
    margin-top: 30px;
}

.back-button .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f5b500;
    color: #043e80;
    font-weight: bold;
    border: 2px solid black;
    text-decoration: none;
    font-family: "MS Gothic", "MS PGothic", sans-serif;
}

.back-button .btn:hover {
    background-color: #ffe666;
    box-shadow: 0 0 8px yellow;
    transition: 0.2s;
}


/* ðŸŒŸ ãƒ•ãƒƒã‚¿ãƒ¼ */
.footer {
    width: 100%;
    text-align: center;
    background-color: #043e80;
    color: white;
    padding: 10px;
    border-top: 2px solid black;
    position: relative;
    /* ä½™ç™½ã‚’é˜²ã */
}</pre></body></html>