@charset "utf-8";

:root {
    --text-link: #306fbb;
    --text-link: #0000ee;
    --text-link: #1a0dab;
    --text-link: #1954b9;
    --text-link-hover: #CC0033;
    --th-bg: #F4F7FC;
    --th-bg: #E8F5EB;
    --td-bg: #ebebeb52;
    --table-border: #ced4da;
}


:root {

    --blue-color1: #314BA9;
    --blue-color2: #ecf0f8;

    --green-color1: #1bb6b6;
    --green-color1: #59a831;
    --green-color2: #edf5f6;
    --green-color2: #f1f8eb;

    --news-cat0: #f7ab11;
    --news-cat1: #13448f;
    --news-cat1: #247972;
    --news-cat2: #0095d9;
    --news-cat2: #d99d00;
    --news-cat3: #6f5499;
    --news-cat4: #02a37e;
    --news-cat4: #b83c00;
    --news-cat4: #8d370f;
    --news-cat5: #dc3545;
    --news-cat6: #dadada;
    --news-cat6: #666;
    --link-color1: #0a6ed9;
    --link-color1: #306FBB;
    --header-color1: #432e22;
    --table-color1: #336699;
    --text-color1: #333;
}


html {
    /*scroll-behavior: smooth;*/
    /*font-size: 1rem;
    font-size: 0.95rem;*/
}



/* body */

body {
    color: #333;
    /*color: #000;*/
    font-feature-settings: "palt";
    /*margin: 8px;*/
    font-size: 1rem;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


br {}

button,
.btn {
    transition: all 0.3s ease;
}

.d-none {
    display: none;
}

strong {
    font-weight: 600;
}

td strong,
th strong {
    /*font-weight: 500;*/
}



/* link */

a {
    color: var(--text-link);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

a:hover {
    color: #cc0033;
    text-decoration: none;
}

img {
    transition: all 0.3s ease;
}

a:hover img {
    opacity: 0.75;
}

strong a {
    font-weight: 600;
}



/* ページタイトル */
.post-content h2 {
    font-size: 1.75rem;
    font-size: 1.5rem;
    /*font-size: 1.625rem;*/
    margin-bottom: 1rem;
    padding: 14px 26px;
    padding: 14px 10px 14px 26px;
    /* line-height: 1.4; */
    background-color: #ECF4F6;
    background-color: var(--blue-color2);
    position: relative;
    line-height: normal;
    font-weight: 600;
    /*color: var(--header-color1);*/
}

body#kaijyou .post-content h2 {
    background-color: var(--blue-color2);
}

body#koutu .post-content h2 {
    background-color: var(--green-color2);
}

.post-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    /*background: #1e5799;*/
    background-color: #ECF4F6;
    /*background: -moz-linear-gradient(top, #1e5799 0%, #6288c9 0%, #4971bc 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #6288c9 0%, #4971bc 100%);*/
    background: linear-gradient(to bottom, var(--blue-color1) 0%, var(--blue-color1) 0%, var(--blue-color1) 100%);
}

body#kaijyou .post-content h2::before {
    background: linear-gradient(to bottom, var(--blue-color1) 0%, var(--blue-color1) 0%, var(--blue-color1) 100%);
}

body#koutu .post-content h2::before {
    background: linear-gradient(to bottom, var(--green-color1) 0%, var(--green-color1) 0%, var(--green-color1) 100%);
}



/* ページ小見出し */
.post-content h3 {
    font-size: 1.25rem;
    border-bottom: 1px #d0d0d0 solid;
    border-bottom: 1px #d7d7d7 solid;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font-weight: 600;
    font-feature-settings: normal;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    letter-spacing: 0.03rem;
}

.post-content .mark,
.post-content mark {
    padding: 0;
}

.post-content ul ul,
.post-content ol ol,
.post-content table.table table.table {
    margin-bottom: 0;
    margin-bottom: 0.25rem;
}

body:lang(ja) .post-content p {
    text-align: justify;
    /* word-wrap: break-word; */
    word-break: break-all;
    text-justify: inter-character;
}

.post-content p {
    margin-left: 0.25rem;
}

.post-content p.has-text-align-center {
    text-align: center !important;
}

.post-content p.has-text-align-right {
    text-align: right !important;
}



/* テーブル */
.post-content table a {
    transition: none;
}

.post-content table.table {
    /*border: 1px solid #ffffff;*/
    margin-bottom: 2rem;
}

.post-content table.table th,
.post-content table.table td {
    border: 1px solid #ffffff;
    background-color: #F1F1F1;
    border: 1px #d7d7d7 solid;
    background-color: #F9F9F9;
    font-size: 0.9rem;
    font-size: 0.9375rem;
    padding: 0.3rem;

    background-color: rgba(0, 0, 0, .025);
    background-color: #F2F7F9;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #333;
    /*vertical-align: middle;
    text-align: center;*/
}

.post-content table.table th {
    background-color: var(--blue-color2);
    background-color: var(--table-color1);
    color: #fff;
    /*text-align: center;*/
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
}

.post-content .table-responsive table.table {
    margin-bottom: 0;
}

.post-content .table-responsive {
    margin-bottom: 2rem;
}



/* テーブル内リスト */
.post-content table.table ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}



/* 横並びリスト */
.post-content ul.hzonlist {
    padding: 0 1em;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.post-content ul.hzonlist li {
    /*float: left;*/
    white-space: nowrap;
    /*padding-right: 1rem;*/
    margin-left: 0;
    margin-right: 2rem;
    /*list-style: none;*/
    /*background: url(images/list_ul_image2.gif) no-repeat left 2px;*/
}



/* アラート */
.alert,
.post-content .alert {
    /*padding-left: 0 !important;*/
    /*margin-bottom: 1.5rem !important;*/
    font-size: 0.9375rem;
    background: #F3F3F3;
    border: 1px solid #C6C6C6;
    /*border-radius: 0;*/
}

.alert p,
.alert ul,
.post-content .alert p,
.post-content .alert ul {
    margin-bottom: 0 !important;
}

.alert ul,
.post-content .alert ul {
    padding-left: 1rem;
}

.alert-danger {
    color: #333;
    /*background-color: #f8d7da;
    border-color: #f5c6cb;*/
    border: 2px #F2A3A3 dotted;
    background-color: #FFF3F3;
}



/* バッジ */
.post-content .badge {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    padding: 0.2rem 0.5rem 0.1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.6rem;
}


.post-content .wp-block-image.border {
    border: none !important;
}

.post-content figure.border img,
.post-content div.border figure img {
    border: 1px solid #dee2e6 !important;
}


/**/

.menu-page {}

.menu-location {
    font-weight: 500;
    font-weight: 600;
}

.menu-location-sp select {
    background: #F3F3F3;
    font-weight: 600;
}

.menu-location .row div {
    padding-right: 5px;
    padding-left: 5px;
}

.menu-location:nth-child(2) {
    display: none;
}

.maps {}

/*.maps svg,*/
.maps img,
.maps .col iframe {
    border: 2px solid #C6C6C6;
    border: 1px solid #C6C6C6;
    /*border: 2px solid #666;*/
    box-sizing: border-box;
    border-radius: 0.25rem;
}

/*.maps svg,*/
.maps img {
    background-color: #fffaea;
    padding: 1rem;
}

.maps a.svg-link:hover {
    opacity: 0.5;
}

.links {}

.links .table * {
    letter-spacing: normal;
}



/* modal */

.modal .close {
    color: #fff;
    opacity: 1;
}

.modal .btn-block {
    font-weight: 500;
    font-size: 1.125rem;
}

#kaijyom.modal .modal-header {
    background-color: #314AA8;
    color: #fff;
}

#kaijyom.modal .modal-content {
    background-color: #d3ddee;
    background-color: #c5c5c5;
}


#koutum.modal .modal-header {
    background-color: #58A831;
    color: #fff;
}

#koutum.modal .modal-content {
    background-color: #c5c5c5;
}



/* footer */
footer a:hover {
    opacity: 0.75;
    transition: all 0.3s ease;
}


/* footer-link */
footer .footer-link,
footer .footer-link a {
    font-size: 0.875rem;
    font-size: 0.9375rem;
    /*color: #535353;
    color: var(--text-color1);*/
    font-weight: 500;
}

/*footer .footer-link-left {}*/

footer .footer-link-right-text {
    /*text-align: right;*/
    /*font-size: 0.8125rem;
    font-weight: 500;
    margin-right: 0.9rem;*/
}

footer .footer-link-right-text div {
    line-height: 1.4;
}

footer .footer-link-right {
    display: flex;
}



/* link icon*/
/*ul.news-list a[target^="_blank"] p.news-title:after,*/
.post-content a[target^="_blank"]:after,
footer .footer-sitemap ul li a[target^="_blank"]:after {
    /*display: inline;
	padding-right: 16px;
	background: url(images/icon_exlink.gif) no-repeat right center;*/
    margin: 0 .3em;
    content: url(../images/blank_icon.png);
}

.post-content a.noicon[target^="_blank"]:after {
    margin: 0;
    content: none;
}

.post-content a[href*=".pdf"] {
    /*background: none;*/
    padding-right: 0;
}

.post-content a[href*=".pdf"]:after,
footer .footer-sitemap ul li a[href*=".pdf"]:after {
    content: "\f1c1";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    margin: 0 .3em;
    color: #c82333;
}

.post-content a[href*=".xls"]:after,
.post-content a[href*=".xlsx"]:after {
    content: "\f1c3";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    margin: 0 .3em;
    color: #218838;
}

.post-content a[href*=".doc"]:after,
.post-content a[href*=".docx"]:after {
    content: "\f1c2";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    margin: 0 .3em;
    color: #0069d9;
}



/* back-top button */

.back-top i {
    font-size: 12px;
    color: #ffffff;
    margin: 0 !important;
    display: block;
}

.back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 14px !important;
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    border-radius: 3px;
    display: block;
    text-align: center;
    z-index: 9999;
    /*visibility: hidden;*/
    opacity: 0;
    /*transform: translateY(50%);*/
    /*transition: all 0.3s ease-in-out;*/
    background-color: #333;
    /*background-color: var(--theme-color3);*/
    /*transition: all 0.4s ease-in-out 0s;*/

}

a.back-top:hover {
    text-decoration: none;
    background: #666;
    background-color: rgb(65 41 29 / 50%);
}



/* pc */
@media (min-width:769px) {



    /* ページタイトル */
    .post-content h2 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
        padding: 14px 26px;
        font-weight: 700;
        /*margin-bottom: 1rem;*/
    }

    /* ページ小見出し */
    .post-content h3 {
        font-size: 1.25rem;
        border-bottom: 1px #d0d0d0 solid;
        margin-bottom: 1rem;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
        font-weight: 600;
        font-feature-settings: normal;
    }

    .post-content p,
    .post-content ul,
    .post-content ol {
        margin-bottom: 1.5rem;
        font-size: 0.9375rem;
        line-height: 1.65;
        letter-spacing: 0.03rem;
        line-height: 1.8;
    }

    .post-content p {
        font-size: 1rem;
        line-height: 2;
        line-height: 1.8;
    }


    .post-content p {
        margin-left: 0.25rem;
    }

    .post-content table.table th,
    .post-content table.table td {
        /*line-height: 1.8;*/
        padding: 0.5rem;
    }



}

@media (min-width: 768px) {

    /* footer */

    footer a:hover {
        opacity: 0.75;
        transition: all 0.3s ease;
    }

    /* footer-link */

    footer .footer-link,
    footer .footer-link a {
        /*font-size: 0.875rem;*/
        /*color: #535353;*/
        font-weight: 500;
    }

    /*footer .footer-link-left {}*/

    footer .footer-link-right-text {
        /*text-align: right;*/
        /*font-size: 0.8125rem;
        font-weight: 500;
        margin-right: 0.9rem;*/
    }

    footer .footer-link-right-text div {
        line-height: 1.4;
    }

    footer .footer-link-right {
        display: flex;
    }

}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .maps img {
        padding: 1rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .maps img {
        padding: 1rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .maps img {
        padding: 1.2rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .maps img {
        padding: 2rem;
    }
}
