/*===========================
    COMMON style
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* for PC */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* for Mobile( max 992px) */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

body {
    overflow-x: hidden;
    color: #242729;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    font-family: 'Noto Sans JP', 游ゴシック体, YuGothic-M, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro',
        'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
}

body.iframe {
    margin-top: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
}

@media (max-width: 575.98px) {

    img.w-100,
    img.w-75,
    img.w-50 {
        width: 100% !important;
    }
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

hr.info-sep {
    margin: 1.5rem 15px;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-inline label,
.form-check label {
    margin: 0 0.5rem;
}

.form-check {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;

    -webkit-text-decoration: underline dotted;
}

address {
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

/*===========================
    BASE style
===========================*/
.container {
    max-width: 1200px;
}

.bg_cover {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.headline-img {
    height: 360px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#toppage.headline-img {
    height: 520px;
}

.headline-common {
    background-image: url(/assets/images/common_bg.jpg);
}

.headline-info {
    background-image: url(/assets/images/info_bg.jpg);
}

.headline-work {
    background-image: url(/assets/images/work_bg.jpg);
}

.headline-report {
    background-image: url(/assets/images/report_bg.jpg);
}

.headline-member {
    background-image: url(/assets/images/member_bg.jpg);
}

.headline-formembers {
    background-image: url(/assets/images/formembers_bg.jpg);
}

.headline-standard {
    background-image: url(/assets/images/standard_bg.jpg);
}

.headline-proposal {
    background-image: url(/assets/images/proposal_bg.jpg);
}

.headline-anniv40 {
    background-image: url(/assets/images/anniv40_bg.jpg);
}

.headline-overlay {
    position: absolute;
    top: 90px;
    left: 0;
    max-height: 270px;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/overlay.png);
    background-repeat: repeat;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#toppage .headline-overlay {
    display: none;
}

#main-contents {
    margin: 3rem 0;
}

#main-contents h1 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 140px;
    color: #fff;
    text-shadow: 0 0 5px #333;
    letter-spacing: 0.5rem;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.4;
}

#main-contents h1 span {
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 400;
    font-size: 50%;
}

#main-contents h2 {
    position: relative;
    margin-bottom: 1em;
    color: #162427;
}

#main-contents h2:before {
    position: absolute;
    top: 16px;
    top: 20px;
    right: 102%;
    display: block;
    width: 30vw;
    height: 1px;
    background: #0084bd;
    content: '';
    font-size: 2.5rem;
}

#main-contents h3 {
    display: inline-block;
    margin: 2rem 0 1.5rem;
    background: linear-gradient(90deg, #012633 0, #0084bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2rem;

    -webkit-text-fill-color: transparent;
}

#main-contents h2 span,
#main-contents h3 span {
    font-size: 1.5rem;
}

#main-contents h4 {
    position: relative;
    display: flex;
    margin: 1.75rem 0 1.25rem 0;

    align-items: center;
}

#main-contents h4::after {
    margin-left: 15px;
    border-top: 2px solid #b1cbd6;
    content: '';

    flex-grow: 1;
}

#main-contents h5 {
    /*
    margin: 1.75rem 0 1rem 0;
    color: #0084bd;
    */
    margin: 1.75rem 0 1rem 0;
    padding: 0.5rem 0;
    border-bottom: 2px dotted #9ebcdb;
    color: #0974a3;
}

#main-contents a[href*='.pdf']::before,
#main-contents a[href*='.doc']::before,
#main-contents a[href*='.docx']::before,
#main-contents a[href*='.xls']::before,
#main-contents a[href*='.xlsx']::before,
#main-contents a[href*='.html'][target='_blank']::after,
#main-contents a[href*='.htm'][target='_blank']::after,
#main-contents a[href*='.php'][target='_blank']::after,
#main-contents a[href^='http://'][target='_blank']::after,
#main-contents a[href^='https://'][target='_blank']::after,
.news-accordion a[href*='.pdf']::before,
.news-accordion a[href*='.doc']::before,
.news-accordion a[href*='.docx']::before,
.news-accordion a[href*='.xls']::before,
.news-accordion a[href*='.xlsx']::before,
.news-accordion a[href*='.html'][target='_blank']::after,
.news-accordion a[href*='.htm'][target='_blank']::after,
.news-accordion a[href*='.php'][target='_blank']::after,
.news-accordion a[href^='http://'][target='_blank']::after,
.news-accordion a[href^='https://'][target='_blank']::after {
    margin-right: 0.375rem;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.375rem;
}

#main-contents a[href*='.html'][target='_blank']::after,
#main-contents a[href*='.htm'][target='_blank']::after,
#main-contents a[href*='.php'][target='_blank']::after,
#main-contents a[href^='http://'][target='_blank']::after,
#main-contents a[href^='https://'][target='_blank']::after,
.news-accordion a[href*='.html'][target='_blank']::after,
.news-accordion a[href*='.htm'][target='_blank']::after,
.news-accordion a[href*='.php'][target='_blank']::after,
.news-accordion a[href^='http://'][target='_blank']::after,
.news-accordion a[href^='https://'][target='_blank']::after {
    margin-left: 0.375rem;
}

#main-contents a[href*='.pdf']::before,
.news-accordion a[href*='.pdf']::before {
    color: #c50704;
    content: '\f1c1';
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

#main-contents a[href*='.doc']::before,
#main-contents a[href*='.docx']::before,
.news-accordion a[href*='.doc']::before,
.news-accordion a[href*='.docx']::before {
    color: #055db6;
    content: '\f1c2';
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

#main-contents a[href*='.xls']::before,
#main-contents a[href*='.xlsx']::before,
.news-accordion a[href*='.xls']::before,
.news-accordion a[href*='.xlsx']::before {
    color: #0b7a3d;
    content: '\f1c3';
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

#main-contents a[href*='.html'][target='_blank']::after,
#main-contents a[href*='.htm'][target='_blank']::after,
#main-contents a[href*='.php'][target='_blank']::after,
#main-contents a[href^='http://'][target='_blank']::after,
#main-contents a[href^='https://'][target='_blank']::after,
.news-accordion a[href*='.html'][target='_blank']::after,
.news-accordion a[href*='.htm'][target='_blank']::after,
.news-accordion a[href*='.php'][target='_blank']::after,
.news-accordion a[href^='http://'][target='_blank']::after,
.news-accordion a[href^='https://'][target='_blank']::after {
    color: #042555;
    content: '\f35d';
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

#main-contents .sub-nav a[href*='.html']::before,
#main-contents .sub-nav a[href*='.htm']::before,
#main-contents .sub-nav a[href*='.php']::before {
    display: none;
}

#main-contents a.btn[href*='.pdf']::before,
#main-contents a.btn[href*='.doc']::before,
#main-contents a.btn[href*='.docx']::before,
#main-contents a.btn[href*='.xls']::before,
#main-contents a.btn[href*='.xlsx']::before,
#main-contents a.btn[href*='.html'][target='_blank']::before,
#main-contents a.btn[href*='.htm'][target='_blank']::before,
#main-contents a.btn[href*='.php'][target='_blank']::before {
    color: #fff;
}

#main-contents a.btn.btn-warning::before {
    color: #212529;
}

#main-contents .p-icon-3 {
    padding: 0.75rem !important;
}

@media (max-width: 767.98px) {
    body.headline-img {
        max-height: 260px;
    }

    body#toppage.headline-img {
        max-height: 355px;
    }

    .headline-overlay {
        max-height: 170px;
    }

    #main-contents h1 {
        margin-top: 60px;
        margin-bottom: 80px;
        font-size: 2rem;
    }
}

/*===========================
    HEADDER style
===========================*/

.header-area {
    padding-top: 46px;
    background: #0084bd;
    background: linear-gradient(180deg, rgba(0, 132, 189, 1) 90px, rgba(0, 132, 189, 0) 90px);
}

.header-area .navbar-area .container {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.header-area .navbar-brand img {
    height: 40px;
}

#mainNav {
    padding: 0;
}

#mainNav .navbar-nav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #242729;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #mainNav .navbar-nav li a {
        font-size: 0.8125rem;
    }
}

@media (min-width: 992px) {

    #mainNav .navbar-nav li a:hover,
    #mainNav .navbar-nav li.show a {
        background-color: #0084bd;
        color: #ffff;
        text-decoration: none;
    }

    #mainNav .navbar-nav li:hover .dropdown-menu.show {
        top: 70px;
        visibility: visible;
        opacity: 1;
        transform: translateZ(0);
    }

    #mainNav .navbar-nav li {
        position: relative;
    }

    #mainNav .navbar-nav li .dropdown-menu {
        position: absolute;
        top: 70px;
        display: block;
        visibility: hidden;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: #0084bd;
        color: #ffff;
        opacity: 0;
        transition: transform 0.3s cubic-bezier(0.25, 0.75, 0.75, 1), opacity 0.3s cubic-bezier(0.25, 0.75, 0.75, 1),
            visibility 0.3s cubic-bezier(0.25, 0.75, 0.75, 1);
        transition-delay: 0.2s;
        transform: translate3d(0, -1rem, 0);
    }

    #mainNav .navbar-nav li .dropdown-menu a {
        padding: 0.6rem 1.5rem;
        border-bottom: 1px solid #0195d4;
        color: #fff;
        font-size: 0.875rem;
    }

    #mainNav .navbar-nav li .dropdown-menu a:hover {
        background-color: #0073a5;
    }
}

.header-area .button-area ul {
    position: absolute;
    top: -46px;
    right: 0;
    display: flex;
}

.header-area .button-area li {
    padding-left: 1rem;
    list-style: none;
}

.header-area .button-area li a {
    padding: 0.5rem 2rem;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    color: #242729;
    font-size: 0.875rem;
}

.header-area .button-area li a:hover {
    color: #0073a5;
}

.header-area .button-area li:last-child a {
    background-color: #fff73e;
}

/* ハンバーガーメニューの時 */
@media (max-width: 991.98px) {
    .header-area .navbar-area .container {
        z-index: 8998;
        padding: 0;
    }

    .header-area {
        z-index: 8999;
        padding-top: 56px;
    }

    .header-area .navbar-brand img {
        height: 44px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-area .navbar .navbar-toggler .toggler-icon {
        position: relative;
        display: block;
        margin: 7px 0;
        width: 30px;
        height: 2px;
        background-color: #b1b4d1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .navbar-area .navbar .navbar-toggler[aria-expanded='true'] .toggler-icon:nth-of-type(1) {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-area .navbar .navbar-toggler[aria-expanded='true'] .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-area .navbar .navbar-toggler[aria-expanded='true'] .toggler-icon:nth-of-type(3) {
        top: -9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #mainNav .navbar-nav li a {
        padding: 1rem;
        font-size: 0.875rem;
    }

    #mainNav .navbar-nav .dropdown-menu li a {
        padding: 0.7rem 2rem;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
        background-color: #f1f2f3;
    }

    .dropdown-menu {
        padding: 0;
        border-right: none;
        border-left: none;
        border-radius: 0;
    }

    .button-area ul {
        top: -56px;
        width: 100%;
    }

    .button-area li {
        width: 48%;
    }

    .button-area li a {
        padding: 0.875rem 1rem;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .header-area .navbar-brand img {
        height: 35px;
    }
}

/*===========================
    FOOTER style
===========================*/
.footer-area {
    padding: 40px 0;
    background-color: #012633;
    color: #fff;
    font-size: 0.875rem;
}

footer .org_logo {
    margin-bottom: 2rem;
}

footer .org_logo img {
    height: 48px;
}

footer .contents_menu strong {
    display: block;
    font-size: 1.5rem;
    font-family: 'Kameron', serif;
}

footer .contents_menu li {
    margin-top: 0.875rem;
    list-style: none;
}

footer .contents_menu li a {
    color: #fff;
}

footer .contents_menu li a:hover {
    opacity: 0.8;
}

.footer-area .button-area li {
    width: 100%;
    list-style: none;
}

.footer-area .button-area li a {
    margin-bottom: 1.25rem;
    padding: 1rem;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    color: #242729;
    text-align: center;
    font-size: 0.875rem;
}

.footer-area .button-area li a:hover {
    color: #0073a5;
}

.footer-area .button-area li:last-child a {
    background-color: #fff73e;
}

@media (max-width: 767.98px) {
    footer .contents_menu ul {
        display: flex;

        flex-wrap: wrap;
    }

    footer .contents_menu li {
        width: 50%;

        flex: 0 0 auto;
    }
}

/*===========================
    SIDE NAV style
===========================*/
.sub-nav {
    padding-left: 2rem;
}

.sub-nav ul {
    border-top: 2px solid #b1cbd6;
    border-bottom: 2px solid #b1cbd6;
    list-style: none;
}

.sub-nav li {
    border-bottom: 1px solid #ddd;
}

.sub-nav li a,
.sub-nav li div {
    position: relative;
    display: block;
    padding: 1rem 1.5rem 1rem 0.5rem;
    color: #242729;
    font-size: 0.9375rem;
}

.sub-nav li div {
    border-top: 2px solid #9a93c4;
    background-color: #e0ddf0;
}

.sub-nav li a:hover {
    background-color: #f1f2f3;
    color: #0084bd;
}

.sub-nav li a::after {
    position: absolute;

    /*top: 25%;*/
    right: 0.5rem;
    content: '\f105';
    font-weight: 900;
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

.sub-nav li>ul {
    padding-left: 2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    list-style: disc;
}

.sub-nav li>ul li {
    border: none;
}

.sub-nav li>ul li a {
    padding: 0.625rem 0;
    font-size: 0.875rem;
}

.sub-nav li>ul li a:hover {
    background-color: #fff;
    color: #0084bd;
}

.sub-nav li>ul li a::after {
    display: none;
}

@media (max-width: 991.98px) {
    .sub-nav {
        margin-top: 4rem;
        padding-left: 0rem;
    }
}

/*===========================
    CONTENTS style
===========================*/
dl.cmn-data,
dl.list-data,
dl.cmn-form {
    margin-right: 0;
    margin-left: 0;
}

.cmn-data dt,
.cmn-data dd {
    margin-bottom: 1rem;
    padding: 0.75rem;
}

.cmn-form dt,
.cmn-form dd {
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.cmn-form dt.dt-rowspan {
    border-bottom: none;
}

@media (max-width: 767.98px) {
    .cmn-form dt.dt-rowspan {
        display: none;
    }
}

.cmn-data dt,
.cmn-form dt {
    background-color: #f1f2f3;
}

.list-data dt,
.list-data dd {
    margin-bottom: 0;
    padding: 0.75rem;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .login-table {
        margin: 0 auto;
        width: 550px;
    }
}

.cmn-table thead tr {
    background-color: #0084bd;
    color: #fff;
    text-align: left;
}

.cmn-table th,
.cmn-table td,
.info-table th,
.info-table td {
    padding: 12px 15px;
}

.cmn-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.cmn-table tbody tr:nth-of-type(even) {
    background-color: #f1f2f3;
}

.cmn-table tbody tr:last-of-type {
    border-bottom: 2px solid #0084bd;
}

.cmn-table tbody tr.active-row {
    color: #0084bd;
    font-weight: bold;
}

.info-table tbody th,
.login-table th {
    background-color: #dbeff8;
}

.login-table th {
    vertical-align: middle;
}

a.member-inline {
    margin-top: -120px;
    padding-top: 120px;
}

.form-inline .form-control {
    margin: 0 8px;
}

.form-inline .form-control:first-child {
    margin-left: 0;
}

.err_msg {
    color: #c50704;
}

.err_msg::before {
    margin-right: 0.25rem;
    color: #c50704;
    content: '\f06a';
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.375rem;
    font-family: 'Line Awesome Free', 'Line Awesome Brands';
}

/* hierarcy view       */
.hv-container {
    overflow: auto;

    flex-grow: 1;
    justify-content: center;
}

.hv-wrapper {
    display: flex;
}

.hv-wrapper .hv-item {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.hv-wrapper .hv-item .hv-item-top-parent,
.hv-wrapper .hv-item .hv-item-parent {
    position: relative;
    display: flex;
    margin-bottom: 25px;

    justify-content: center;
}

.hv-wrapper .hv-item .hv-item-parent {
    margin-bottom: 50px;
}

.hv-wrapper .hv-item .hv-item-top-parent:after,
.hv-wrapper .hv-item .hv-item-parent:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    transform: translateY(100%);
}

.hv-wrapper .hv-item .hv-item-children {
    display: flex;

    justify-content: center;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child {
    position: relative;
    padding: 0 10px;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:before,
.hv-wrapper .hv-item .hv-item-children .hv-item-child:not(:only-child):after {
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 25px;
    transform: translateY(-100%);
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
    top: -25px;
    width: 100%;
    height: 2px;
    transform: translateY(-100%);
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:first-child:after {
    left: 50%;
    width: 50%;
}

.hv-wrapper .hv-item .hv-item-children .hv-item-child:last-child:after {
    width: calc(50% + 1px);
}

.simple-card {
    margin: 0;
    padding: 30px 20px;
    border-radius: 5px;
    background-color: #cde7f2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
    color: #0084bd;
    text-align: center;
}

.simple-card ul {
    margin-top: 1rem;
    margin-bottom: 0;
}

.simple-card li {
    list-style: none;
    text-align: left;
    white-space: nowrap;
    font-size: 0.875rem;
}

.hv-item-top-parent p,
.hv-item-parent p {
    color: #0084bd;
    font-weight: bold;
}

.hv-item-top-parent p {
    padding: 30px 50px;
    background-color: #a1d9f1;
}

.scrollTxt {
    position: relative;
    display: table;
    margin: 8px auto 10px auto;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.9;
}

.scrollTxt span:before,
.scrollTxt span:after {
    position: absolute;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: '';
}

.scrollTxt span:before {
    left: -30px;
    border-right: 10px solid #222;
}

.scrollTxt span:after {
    right: -30px;
    border-left: 10px solid #222;
}

@media print,
screen and (min-width: 768px) {
    .scrollTxt {
        display: none;
    }
}

.accessMap {
    margin-top: 20px;
}

/* Slogan Ribbon style       */
.slogan {
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
    padding: 30px 0 15px;
    width: 100%;
    background: linear-gradient(180deg, #a0d5da 0, #bed1e8 100%);
    color: #242729;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
}

.slogan:before {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 25px #5d7a7c;
    border-bottom: solid 18px transparent;
    content: '';
}

.slogan:after {
    position: absolute;
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 18px transparent;
    border-left: solid 25px #5d7a7c;
    content: '';
}

/* News List style       */
.newIcon {
    display: none;
}

.newIcon.is-show {
    display: inline-block;
}

/*===========================
    TOPPAGE style
===========================*/

#top-contents h2,
#top-contents h3 {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5em;
    color: #162427;
    font-size: 2rem;
    font-family: 'Kameron', 'Noto Sans JP', 游ゴシック体, YuGothic-M, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro',
        'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#top-contents h2 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
}

#top-contents h2 span,
#top-contents h3 span {
    position: absolute;
    top: -28px;
    left: 0;
    font-weight: 400;
    font-size: 1.2rem;
}

#top-contents h2:before,
#top-contents h3:before {
    position: absolute;
    top: 20px;
    right: 101%;
    display: block;
    width: 30vw;
    height: 1px;
    background: #0084bd;
    content: '';
    font-size: 2.5rem;
}

#top-contents h4 {
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #0084bd;
}

#top-contents a:hover {
    opacity: 0.8;
}

#top-contents .work-menu {
    padding: 2.75rem 0;
    background: url(/assets/images/top/work_bg.jpg);
    background-size: cover;
}

#top-contents .work-menu ul {
    margin-left: 2rem;
}

#top-contents .work-menu li {
    margin-bottom: 0.75rem;
}

#top-contents .work-menu li a {
    color: #222;
}

#top-contents .bannerlist-bottom {
    margin: 1.5rem 0 0 0;
}

#top-contents .bannerlist-bottom .card-title {
    margin: 0;
    padding: 0.5rem 0;
    background-color: #012633;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}

#top-contents .bannerlist-bottom a {
    color: #222;
}

#top-contents .news-block {
    margin-bottom: 1.125rem;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
}

#top-contents .newshead,
#main-contents .newshead {
    display: flex;
    -ms-flex-align: stretch !important;
    background-color: #fff;

    align-items: stretch !important;
}

#top-contents .newshead .n_date {
    padding: 0.75rem 0.25rem;
    width: 14%;
    background-color: #0084bd;
    color: #fff;
    text-align: center;
}

#top-contents .newshead .n_title {
    position: relative;
    padding: 0.75rem;
    width: 80%;
    background-color: #fff;
    font-weight: 600;
    cursor: pointer;
}

#top-contents .newshead .newIcon,
#main-contents .newshead .newIcon {
    padding: 0.75rem;
    width: 6%;
    background-color: #c50704;
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
}

/*過去のニュースのスタイル*/
#main-contents .news-block {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}

#main-contents .newshead .n_date {
    padding: 0.75rem 0;
    width: 10%;
    text-align: left;
    font-weight: 600;
}

#main-contents .newshead .n_title {
    position: relative;
    padding: 0.75rem;
    width: 84%;
    cursor: pointer;
}

#main-contents .newshead .newIcon {
    width: 6%;
}

#top-contents .n_detail,
#main-contents .n_detail {
    display: none;
    padding: 1rem 1rem 0.1rem 1rem;
    background-color: #fff;
    cursor: pointer;
}

#main-contents .n_detail {
    padding-bottom: 1rem;
    background-color: #f1f2f3;
}

#top-contents .n_detail.is-open,
#main-contents .n_detail.is-open {
    display: block;
}

#top-contents .btn-outline-primary,
#top-contents .btn-outline-success {
    background-color: rgba(255, 255, 255, 0.7);
}

#top-contents .btn-outline-primary:hover {
    background-color: #0084bd;
}

#top-contents .btn-outline-success:hover {
    background-color: #168b52;
}

#top-contents .topics {
    padding: 4rem 0 2rem;
    background-color: #f7f7f7;
    background-image: url(/assets/images/top/topics_bg.png);
    background-position: bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#top-contents .bannerlist-top {
    padding: 1.25rem 0;
    background-color: #012633;
}

#top-contents .slider .container {
    position: relative;
    height: 380px;
}

#top-contents .slider h1 {
    position: absolute;
    bottom: 40px;
    left: 15px;
    color: #0084bd;
    text-shadow: rgb(255, 255, 255) 3px 0 0, rgb(255, 255, 255) 2.83487px 0.981584px 0,
        rgb(255, 255, 255) 2.35766px 1.85511px 0, rgb(255, 255, 255) 1.62091px 2.52441px 0,
        rgb(255, 255, 255) 0.705713px 2.91581px 0, rgb(255, 255, 255) -0.287171px 2.98622px 0,
        rgb(255, 255, 255) -1.24844px 2.72789px 0, rgb(255, 255, 255) -2.07227px 2.16926px 0,
        rgb(255, 255, 255) -2.66798px 1.37182px 0, rgb(255, 255, 255) -2.96998px 0.42336px 0,
        rgb(255, 255, 255) -2.94502px -0.571704px 0, rgb(255, 255, 255) -2.59586px -1.50383px 0,
        rgb(255, 255, 255) -1.96093px -2.27041px 0, rgb(255, 255, 255) -1.11013px -2.78704px 0,
        rgb(255, 255, 255) -0.137119px -2.99686px 0, rgb(255, 255, 255) 0.850987px -2.87677px 0,
        rgb(255, 255, 255) 1.74541px -2.43999px 0, rgb(255, 255, 255) 2.44769px -1.73459px 0,
        rgb(255, 255, 255) 2.88051px -0.838247px 0;
    letter-spacing: 0.25rem;
    font-weight: 600;
    line-height: 1.5;
}

#top-contents .anniv40 {
    margin: 80px auto 0 auto;
    width: 50% !important;
    text-align: center;
}

#top-contents .anniv40 img {
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
}

@media (max-width: 767.98px) {

    #top-contents .bannerlist-top .col-6:nth-last-child(n + 3) a,
    #top-contents .bannerlist-bottom .card {
        margin-bottom: 1.25rem;
    }

    #top-contents .slider .container {
        height: 220px;
    }

    #top-contents .slider h1 {
        bottom: 20px;
        left: 0;
        padding: 0 1rem;
        font-size: 1.25rem;
    }

    #top-contents .anniv40 {
        margin: 20px auto 0 auto;
        width: 75% !important;
    }
}

@media print {

    .headline-overlay,
    #sticky-wrapper,
    header,
    aside,
    footer,
    #main-contents h1 {
        display: none;
    }

    body.headline-img {
        height: auto;
        background: none;
    }

    #main-contents h3 {
        background: none;
        color: #000;
        font-size: 1.75rem;

        -webkit-text-fill-color: #000;
    }
}

/*photo modal*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gallery__item {
    overflow: hidden;
    max-height: 137px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.gallery__item img {
    max-width: none;
    height: 137px;

    /*width: 100%;
    height: 100%;*/
    transition: 0.3s ease-in-out;
}


.gallery__item img:hover {
    transform: scale(1.1);
}

.modal {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;

    /*margin-top: -1px;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.733);
    animation: zoom 0.3s ease-in-out;

    justify-content: center;
    align-items: center;
}

.modal img {
    height: 60%;

    object-fit: cover;
}

@media (max-width: 760px) {
    .modal img {
        width: 80%;
        height: auto;

        object-fit: cover;
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    color: rgba(255, 255, 255, 0.87);
    font-weight: 900;
    font-size: 40px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.closeBtn:hover {
    color: rgb(255, 255, 255);
}

.prevBtn,
.nextBtn {
    color: rgba(255, 255, 255, 0.87);
    font-weight: 900;
    font-size: 50px;
    cursor: pointer;
}
