<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * タイトル                                     *
 *                                              *
 * ────────────────────── */

#title {
    background : -moz-linear-gradient(22.99% -142.92% -45deg,rgba(50, 0, 0, 1) 0%,rgba(128, 46, 25, 1) 50%,rgba(120, 41, 22, 1) 59.89%,rgba(99, 29, 16, 1) 75.15%,rgba(63, 8, 4, 1) 93.78%,rgba(50, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(50, 0, 0, 1) 0%, rgba(128, 46, 25, 1) 50%, rgba(120, 41, 22, 1) 59.89%, rgba(99, 29, 16, 1) 75.15%, rgba(63, 8, 4, 1) 93.78%, rgba(50, 0, 0, 1) 100%);
    background : -webkit-gradient(linear,22.99% -142.92% ,77.45% 246.04% ,color-stop(0,rgba(50, 0, 0, 1) ),color-stop(0.5,rgba(128, 46, 25, 1) ),color-stop(0.5989,rgba(120, 41, 22, 1) ),color-stop(0.7515,rgba(99, 29, 16, 1) ),color-stop(0.9378,rgba(63, 8, 4, 1) ),color-stop(1,rgba(50, 0, 0, 1) ));
    background : linear-gradient(135deg, rgba(50, 0, 0, 1) 0%, rgba(128, 46, 25, 1) 50%, rgba(120, 41, 22, 1) 59.89%, rgba(99, 29, 16, 1) 75.15%, rgba(63, 8, 4, 1) 93.78%, rgba(50, 0, 0, 1) 100%);
    text-align: center;
    padding: 50px 0;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    background: #fff;
    padding: 50px 0 70px;
    overflow: hidden;
    position: relative;
}
.contents:before {
    content: "";
    background : -moz-linear-gradient(0% 50% 0deg,rgba(188, 153, 18, 1) 0%,rgba(222, 202, 140, 1) 50%,rgba(188, 153, 18, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(188, 153, 18, 1) 0%, rgba(222, 202, 140, 1) 50%, rgba(188, 153, 18, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(188, 153, 18, 1) ),color-stop(0.5,rgba(222, 202, 140, 1) ),color-stop(1,rgba(188, 153, 18, 1) ));
    background : linear-gradient(90deg, rgba(188, 153, 18, 1) 0%, rgba(222, 202, 140, 1) 50%, rgba(188, 153, 18, 1) 100%);
    opacity : 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contents .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.contents .inner p.txt-intro {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 45px;
}
.contents .inner p.txt-intro a {
    color: #d98400;
}
.contents .inner p.txt-intro a:hover {
    text-decoration: underline;
}
.contents .inner .separator {
    padding-top: 50px;
    border-top: 1px dotted #000;
}
.contents .inner .separator dl#login {
    text-align: center;
    margin: 0 auto 30px;
}
.contents .inner .separator dl#login dt {
    font-size: 22px;
    line-height: 1.6;
    color: #595757;
    text-align: center;
    margin: 0 auto 40px;
}
.contents .inner .separator dl#login dd input {
    font-size: 30px;
    background: #fff;
    text-align: center;
    width: 630px;
    padding: 10px;
    border: 5px solid #aa8420;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents .inner .separator dl#login dd .hidden {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: none;
    margin-top: 10px;
}
.contents .inner .separator dl#login dd .hidden span {
    background: #c00;
    display: inline-block;
    padding: 5px 15px;
}
.contents .inner .separator p#button {
    text-align: center;
}
.contents .inner .separator p#button button {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background : -moz-linear-gradient(19.79% -55.4% -45deg,rgba(188, 153, 18, 1) 0%,rgba(222, 202, 140, 1) 50%,rgba(188, 153, 18, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(188, 153, 18, 1) 0%, rgba(222, 202, 140, 1) 50%, rgba(188, 153, 18, 1) 100%);
    background : -webkit-gradient(linear,19.79% -55.4% ,80.21% 155.4% ,color-stop(0,rgba(188, 153, 18, 1) ),color-stop(0.5,rgba(222, 202, 140, 1) ),color-stop(1,rgba(188, 153, 18, 1) ));
    background : linear-gradient(135deg, rgba(188, 153, 18, 1) 0%, rgba(222, 202, 140, 1) 50%, rgba(188, 153, 18, 1) 100%);
    padding: 8px 50px;
    border-radius: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .2s;
    outline: none;
    border: none;
}
.contents .inner .separator p#button button:hover {
    opacity: 0.8;
}
.contents .inner .separator ul.data {
    width: 1000px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
}
.contents .inner .separator ul.data li img {
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.75));
}
.contents .inner .separator p.notice {
    font-family: "YakuHanMP", "Noto Serif JP", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 12px;
    line-height: 1.2;
}

.modaal-container {
    max-width: 1024px;
    background: none;
}
.modaal-content-container {
    padding: 0;
}
.modaal-wrapper * {
    -webkit-backface-visibility: visible;
}
</pre></body></html>