<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap');
/* ========BASIC======== */

* {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #070600;
}

html {
    overflow: auto;
}

h2, h3, h4 {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    margin: 0;
    line-height:1.6;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* font size and etc... */

.f-xxs {
    font-size: 0.625rem !important; /* 10px */
}

.f-xs {
    font-size: 0.75rem !important; /* 12px */
}

.f-sm {
    font-size: 0.875rem !important; /* 14px */
}

.f-md {
    font-size: 1rem !important; /* 16px */
}

.f-lg {
    font-size: 1.125rem !important; /* 18px */
}

.f-xl {
    font-size: 1.25rem !important; /* 20px */
}

.f-xxl {
    font-size: 1.5rem !important; /* 24px */
    line-height: 2rem;
}

.f-2x {
    font-size: 2rem !important;
}

.f-3x {
    font-size: 3rem !important;
}

.f-4x {
    font-size: 4rem !important;
}

.f-num {
    font-size: 2.25rem !important;
}

.fw-500 {
    font-style: normal;
    font-weight: 500;
}

.ls-01 {
    letter-spacing: 0.1rem;
}

.ls-02 {
    letter-spacing: 0.2rem;
}

.lh-12 {
    line-height: 1.2 !important;
}

.lh-15 {
    line-height: 1.5 !important;
}


.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2;
}

.lh-30 {
    line-height: 3;
}

.text-underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

    .text-decoration-none:hover {
        text-decoration: none;
    }

br {
    letter-spacing: normal;
}


a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    transition-property: all;
    word-break: break-all;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        text-decoration: underline;
    }

button:hover {
    cursor: pointer;
}

input:hover {
    cursor: pointer;
}

input[type=radio] {
    cursor: pointer;
}

select, select:focus {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

img {
    border: 0;
    margin: 0;
}

.bg-lightgrey {
    background: #9fa0a0;
}

.bg-dee2e6 {
    background: #dee2e6;
}

.bg-FDD816 {
    background: #FDD816;
}

.bg-FDD816-05 {
    background: rgba(255, 0, 85, 0.05);
}

.bg-DDDDDD {
    background: #DDDDDD;
}

.text-note,
.text-note font {
    color: #FF0055 !important;
}

.f-info {
    color: #17a2b8;
}

.btn-gfinfo {
    background: #FAF9F7;
    border: 1px solid #EBE8E3;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 56px;
    font-weight: bold;
    line-height: 56px;
    display: block;
    padding: 0 0.75rem;
    background-image: url(/img/gfinfo/icon_arw2.svg);
    background-position: right 14px top 16px;
    background-repeat: no-repeat;
}
a.btn.disabled {
    color: #bbbbbb;
}
.case_todo {
    padding-left: 70px;
    padding-right:30px;
    text-align:justify;
    background-image: url(/img/gfinfo/check_box_outline_blank.svg);
    background-position: left 30px top -3px;
    background-repeat: no-repeat;
}

.tag {
    font-size: 1rem;
    letter-spacing: 0;
    border: 1px solid #070600;
    border-radius: 0.325rem;
    font-family: Noto Sans JP;
    padding: 0 8px;
    display: inline-block;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-right: 10px;
}
.tagtodo_b {
    font-size: 0.875rem;
    letter-spacing: 0;
    border: 1px solid #FF0055;
    background: #FF0055;
    color: #fff;
    border-radius: 0.325rem;
    font-family: Noto Sans JP;
    padding: 0 8px;
    display: inline-block;
    line-height: 1.25rem;
    font-style: normal;
    font-weight: 500;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.tagtodo {
    font-size: 0.875rem;
    letter-spacing: 0;
    border: 1px solid #FF0055;
    background: #FF0055;
    color: #fff;
    border-radius: 2px;
    font-family: Noto Sans JP;
    padding: 0 8px;
    display: inline-block;
    height:24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    top: -1px;
    margin-left: 12px;
}
    .tagtodo.grey {
        background: #BCB4AC;
        color: #fff;
        border: 1px solid #BCB4AC;
    }

    .tagtodo_b.outline {
        border: 1px solid #FF0055;
        background: #FFF;
        color: #FF0055;
    }

    .tagtodo_b.grey {
        border: 1px solid #A2A2A2;
        background: #A2A2A2;
        color: #fff;
        margin-left: 10px;
        margin-right: 0;
    }
.icon_q {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    bottom: 5px;
}
.case_clist {
    background: #FAF9F7;
    border: 1px solid #EBE8E3;
    box-sizing: border-box;
    border-radius: 4px;
}
.case_clist_doc {
    background: #FAF9F7;
    border: 1px solid #EBE8E3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
}
    .case_clist_doc a {
        display: block;
        font-weight: 600;
        color: #070600;
        padding-top: 0.25rem;
        padding-bottom: 1rem;
    }
        .case_clist_doc a:hover {
            color: #0056b3;
        }
        .container {
    max-width: 720px;
    margin: 0 auto;
}

.rounded-075 {
    border-radius: 0.75rem;
}
.online .place_access,
.online.koutsuuhi{
    display: none;
}
.icon_help {
    position: absolute;
    right: 0;
    width: 120px;
    top: -95px;
}
/*toggle contents*/
.toggle_title {
    margin: 0;
    position: relative;
}
#box01 {
    display: block;
}

.toggle_btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;/*
    height: 96px;*/
    background-size: contain !important;
    background-repeat: no-repeat;
}
.toggle_btn.todo1 {
    background-image: url(/img/gfinfo/todo1_open.png);
}

    .toggle_btn.selected.todo1 {
        background-image: url(/img/gfinfo/todo1_close.png);
    }
    .toggle_btn.todo2 {
        background-image: url(/img/gfinfo/todo2_open.png);
    }

    .toggle_btn.selected.todo2 {
        background-image: url(/img/gfinfo/todo2_close.png);
    }
    .toggle_btn.todo3 {
        background-image: url(/img/gfinfo/todo3_open.png);
    }

    .toggle_btn.selected.todo3 {
        background-image: url(/img/gfinfo/todo3_close.png);
    }
.toggle_txt {
    display: none;
}
.
/* table */
.table thead th {
    border: 0;
    font-weight: normal;
    padding: 0.25rem 0.75rem;
}

.table tbody th, .table td {
    border-bottom: 1px solid #EBE8E3;
    border-top: 0;
    text-align: justify;
}

.table tbody td,
.table tbody th {
    padding: 0.5rem 1.5rem;
}

.table tbody th {
    font-size: 0.875rem;
}

.table.th150 tbody th {
    min-width: 150px;
}

.table-danger, .table-danger &gt; th, .table-danger &gt; td {
    background-color: #FFFCD4;
}

.table td.msg {
    width: 200px;
}

.table.com_list tbody th, .table.com_list tbody td {
    display: block;
    border-bottom: 0;
    padding: 0.25rem 0.75rem 0 0.75rem;
    width: 100%;
}

.table.com_list td:last-child {
    padding-bottom: 1.5rem;
}


/*schedule*/

#schedule .table tbody th, #schedule .table tbody td {
    display: block;
    border-bottom: 0;
    padding: 0.25rem 0.75rem 0 0.75rem;
    width: 100%;
}

#schedule .table td:last-child {
    padding-bottom: 1.5rem;
}

#schedule .table tbody tr td:nth-child(3) {
    font-size: 0.75rem;
}

#schedule .table tbody tr.table-danger th {
    margin-top: 3px;
}

#schedule .table tbody tr.table-danger td {
    padding: 0.25rem 0.75rem 0.5rem 0.75rem;
}

#schedule .table tbody tr:last-child th {
    padding-top: 1.25rem;
}

.pc_none {
    display: none;
}


@media (max-width:960px) {
    .sp_none {
        display: none !important;
    }

    .pc_none {
        display: inline-block;
    }
}



span.msg {
    display: block;
    max-width: 900px;
    width: 86%;
    font-size: 1.4em;
    color: #ffffff !important;
    background: #ff7b5a;
    border-radius: 3px;
    padding: 0 2%;
    margin: 20px auto 0 auto !important;
}


span.note {
    color: #FF0055 !important;
}

span.u {
    text-decoration: underline;
}
/*nav*/

.nav-gfinfo {
    background-color: transparent;
    padding: 0;
}

    .nav-gfinfo .navbar-toggler {
        position: fixed;
        right: 10px;
        top: 10px;
        background: rgba(255, 255, 255, 0.6);
    }

    .nav-gfinfo ul {
        position: fixed;
        top: 60px;
        right: 10px;
        width: 300px;
        height: unset !important;
    }

    .nav-gfinfo .show ul li {
        display: block;
    }

    .nav-gfinfo ul,
    .nav-gfinfo li {
        background-color: transparent !important;
        border-top: unset !important;
    }

    .nav-gfinfo .navbar-nav .nav-link {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        text-align: right;
        background-color: rgba(195, 195, 195, 0.9) !important;
        height: 60px;
        margin-right: 0;
        padding: 0 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
    }

    .nav-gfinfo ul, .nav-gfinfo li:first-child a {
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .nav-gfinfo ul, .nav-gfinfo li:last-child a {
        border-radius: 0 0 0.75rem 0.75rem;
    }

.navbar-toggler:focus {
    outline: transparent;
}
/*totop*/
#page_top {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #FFF255;
    /* opacity: 0.6;*/
    z-index: 10;
    cursor: pointer;
}

    #page_top a {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 30px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
.st0 {
    fill: #4B4B4B;
}
/* LigatureSymbols */
@font-face {
    font-family: 'LigatureSymbols';
    src: url('./../../font/LigatureSymbols-2.11.eot');
    src: url('./../../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('./../../font/LigatureSymbols-2.11.woff') format('woff'), url('./../../font/LigatureSymbols-2.11.ttf') format('truetype'), url('./..//../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lsf {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}



@page {
    size: A4 portrait;
    margin: 5mm 7mm;
}

/******* Responsive breakpoints *********/
/*極小デバイス（縦向きモバイル, 576px 未満）*/
/* Bootstrapではデフォルトで `xs` のメディアクエリは存在しない*/
/*小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
}
/*中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
}
/*大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
}
/*特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
}

/******* Responsive breakpoints(逆方向に進むメディアクエリ) *********/
@media (max-width: 767.98px) {
    .table.th150 tbody th{
        width:80px;
        min-width:unset;
    }
    .table tbody th, .table tbody td {
        /*     display: block;*/
        /*border-bottom: 0;*/
        padding: 0.25rem 0.75rem 0 0.75rem;
    }

    .table td:last-child {
        border-bottom: 1px solid #EBE8E3;
        padding-bottom: 1.5rem;
    }

    .table td.msg {
        width: 100%;
    }

    #schedule .table tbody tr td:nth-child(2),
    #schedule .table tbody th, #schedule .table tbody td {
        border-bottom: 0;
    }
}
@media (max-width: 575.98px) {
    .toggle_btn.todo1 {
        background-image: url(/img/gfinfo/sp_todo1_open.png);
    }

    .toggle_btn.selected.todo1 {
        background-image: url(/img/gfinfo/sp_todo1_close.png);
    }

    .toggle_btn.todo2 {
        background-image: url(/img/gfinfo/sp_todo2_open.png);
    }

    .toggle_btn.selected.todo2 {
        background-image: url(/img/gfinfo/sp_todo2_close.png);
    }

    .toggle_btn.todo3 {
        background-image: url(/img/gfinfo/sp_todo3_open.png);
    }

    .toggle_btn.selected.todo3 {
        background-image: url(/img/gfinfo/sp_todo3_close.png);
    }
    .case_todo {
        background-position: left 5px top -2px;
        padding-left: 16px;
        padding-right: 16px;
    }

        .case_todo h3 {
            padding-left:24px;
            padding-bottom:10px
        }
    .icon_help {
        right: 5px;
        top: -55px;
    }
    }
</pre></body></html>