@charset "UTF-8";

/* Font
**************************************************************************************/
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* CSS Reset
**************************************************************************************/
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    color: #333333;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

br {
    letter-spacing: normal;
}

hr {
    display: none;
}

img {
    vertical-align: bottom;
    font-size: 1px;
}

img a {
    border: none;
}

.container {
    max-width: 1280px;
}


/*=============================================================================
 common
=============================================================================*/
.displayBlock {
    display: block;
}

/* Float Clear
------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/*=============================================================================
 5column
=============================================================================*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
    .col-md-15 {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*=============================================================================
 layout
=============================================================================*/

body {
    /*
    display: flex;
    flex-direction: column;*/
    min-height: 100vh;
    width: 100%;
}

footer {
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    padding: 30px 0 0 0;
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }
}

.inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 960px;
}

.inner::after {
    clear: both;
    content: '';
    display: block;
}


/*=============================================================================
 header
=============================================================================*/
header {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* menu Bar
-----------------------------*/
header .menuBar {
    position: fixed;
    padding-left: 0;
    padding-right: 0;
    background-color: #05214B76;
    z-index: 9999;
}

header .menuBarBG {
    transition: .5s;
    background-color: #05214Bdd;

}

@media (min-width: 992px) {
    header .menuBox {
        opacity: 1;
        background-color: #0D1815;
    }

}


/*Logo
-----------------------------*/
@media (min-width: 992px) {
    header .logoBox {
        position: relative;
        top: 0px;
        left: 0px;
        background: #000000 0% 0% no-repeat padding-box;
        padding: 40px;
        max-width: 265px;
    }

    header .logoBox a.logoLink {
        text-decoration: none;
    }

    header .logoBox a.logoLink:hover {
        text-decoration: none;
    }

    header .logoBox .logo_mdx {
        margin: 0px;
        text-align: center;
        max-width: 200px;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    header .logoBox {
        position: relative;
        top: 0px;
        left: 0px;
        background: #0D1815 0% 0% no-repeat padding-box;
        padding: 10px;
        max-width: 160px;
    }

    header .logoBox a.logoLink {
        text-decoration: none;
    }

    header .logoBox a.logoLink:hover {
        text-decoration: none;
    }

    header .logoBox .logo_mdx {
        margin: 0px;
        text-align: left;
        max-width: 160px;
        opacity: 1;
    }
}


/*mainImg
--------------------------------------*/
@media (min-width: 992px) {
    .topMainImg {
        position: relative;
        width: 100%;
        height: 500px;
        background: transparent url(../img/top_main_img.jpg) center center no-repeat padding-box;
        background-size: cover;
        background-attachment: fixed;
    }

    .topMainImg .leadImg {
        margin: 150px 0 0 auto;
        max-width: 800px;
        color: #fff;
        font-size: 1.8rem;
        text-align: right;
        font-weight: bold;
    }

    .subMainImg {
        position: relative;
        width: 100%;
        height: 290px;
        background: transparent url(../img/sub_main_img.jpg) center center no-repeat padding-box;
        background-size: cover;
    }

    .subMainImg .leadImg {
        margin: 150px auto 0 auto;
        max-width: 800px;
        color: #fff;
        font-size: 2rem;
    }

    .breadcrumbArea {
        position: absolute;
        background: #05214Bcc;
        bottom: 0;
        width: 100%;
    }

    .breadcrumbArea .breadcrumbBox {
        padding: 14px 20px;
        color: #ffffff;
        font-size: .8rem;
    }
}

@media (max-width: 991px) {
    .topMainImg {
        position: relative;
        width: 100%;
        height: 560px;
        min-height: 560px;
        background: transparent url(../img/top_main_img.jpg) center center no-repeat padding-box;
        background-size: cover;
        background-attachment: fixed;
    }

    .topMainImg .leadImg {
        color: #fff;
        font-size: 3.6vw;
        margin: 140px auto 0 auto;
        text-align: center;
    }

    .subMainImg {
        position: relative;
        width: 100%;
        height: 280px;
        background: transparent url(../img/sub_main_img.jpg) center center no-repeat padding-box;
        background-size: cover;
    }

    .subMainImg .leadImg {
        color: #fff;
        font-size: 3.6vw;
        margin: 130px auto 0 auto;
        height: 100px;
    }

    .breadcrumbArea {
        position: absolute;
        background: #05214Bcc;
        bottom: 0;
        width: 100%;
    }

    .breadcrumbArea .breadcrumbBox {
        padding: 14px 20px;
        color: #ffffff;
        font-size: .8rem;
    }
}


/*nav
------------------------------------------------*/

header nav {
    border-radius: 0px;
}

header nav.bg-fixedWhite {
    color: #ffffff;
}

.nav-link_dark {
    color: rgba(51, 51, 51, 1) !important;
}

.nav-link_dark:hover {
    color: rgb(255, 162, 0) !important;
    border-bottom: 2px solid rgb(255, 162, 0) !important;
}

/*dropdown menu*/
.dropdown:hover .dropdown-menu {
    /*display: block;*/
    width: 280px;
    top: 45px;
    border-radius: 0rem;
    /* color: #fff !important; */
    background-color: #05214Bcc;
    background-clip: padding-box;
    border: none;
}
.dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 278px;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #bc7400cc;
    border: 0;
    text-align: left;
}

ul.navbar-nav > .dropright > .dropdown-menu {
    right: auto;
    left: 0;
    margin-top: 0;
    margin-left: 100%;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background: #db8700cc;
}

.drop-hover:hover > .dropdown-menu {
    display: block !important;
    width: 280px;
    top: 45px;
    border-radius: 0rem;
    /* color: #fff !important; */
    background-color: #bc7400cc;
    background-clip: padding-box;
    border: none;
}
.dropCustom .drop-hover:hover > .dropdown-menu {
    display: block !important;
    top: 0;
    margin: 0;
    background-color: #444444;
}
.dropCustom .drop-hover:hover > .dropdown-menu .dropdown-menu{
    background-color: #555555;
}

@media (min-width: 992px) {
    header nav.bg-custom {
        background-color: rgba(255, 255, 255, 0) !important;
        color: #ffffff;
        padding: 1.3rem 4.0rem 0rem 2.3rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1);
        border-bottom: 2px solid rgba(255, 255, 255, 0);
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 1);
        border-bottom: 2px solid rgba(255, 255, 255, 1);
    }

    .navbar-dark .navbar-nav .nav-link:active {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-dark .navbar-nav .nav-link:visited {
        color: rgba(255, 255, 255, 1);
    }
    .navbar-dark .searchArea {
        position: absolute;
        top: 0;
        right: 0;
    }
    .navbar-dark .searchArea ul{
        display: flex;
    }
    .navbar-dark .searchArea li {
        display: inline-block;
        position: relative;
        list-style: none outside none;
        padding: 0;
        background-color: #000;
        padding: 10px 30px;
        margin: 0;
    }
    .navbar-dark .searchArea li a{
        color: #fff;
    }

    .navbar-dark .searchArea #searchsubmit{
        background: #00053c;
        padding: 2px 20px;
        border: #00085e 1px;
        color: #ffffff;
        font-size: 0.9rem;
    }

    

}

@media (max-width: 991px) {
    header .menuBar .menuBox nav.bg-dark {
        /*background-color: rgba(255,255,255,100) !important;*/
        /*background-color: #005E9E !important;*/
        background-size: cover;
    }
    header .menuBar .menuBox nav.bg-dark ul.navbar-nav>li>a {
        background: #444444;
        padding: 10px 10px;
        margin: 3px auto;
    }
    .dropdown:hover .dropdown-menu {
        width: 100%;
    }
    .dropdown:hover .dropdown-menu li>a {
        padding: 10px;
        font-size: 1.2rem;
        width: 100%;
    }
    ul.navbar-nav > .dropright > .dropdown-menu {
        right: auto;
        left: 0;
        margin-top: 0;
        margin-left: 0;
    }
    
    header nav {
        background-color: #0D1815 !important;
    }

    header nav.navbar-dark .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        background-color: rgb(45, 45, 45);
        margin-bottom: 1vw;
        padding: 1vw 2vw;
    }
    .navbar-dark .searchArea {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-dark .searchArea #searchsubmit{
        background: #00042f;
        padding: 5px 20px;
        border: #00085e 1px;
        color: #ffffff;
        font-size: 0.9rem;
        width: 15%;
    }
    .navbar-dark .searchArea #s{
        width: 80%;
    }
}



header nav.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

header nav .logoBox {
    position: relative;
    top: 0px;
    left: 0px;
    background: #0D1815 0% 0% no-repeat padding-box;

    display: flex;
    flex-direction: row;

    opacity: 1;
}

header nav a.logoLink {
    text-decoration: none;
}

header nav a.logoLink:hover {
    text-decoration: none;
}

header nav .logo_mdx {
    margin: 0px;
    text-align: left;
    max-width: 140px;
    opacity: 1;
}



/* SP メニューサイズ
---------------------------------*/
@media (max-width: 991px) {
    header nav ul.navbar-nav li.nav-item {
        font-size: 1.4rem;
        font-weight: bold !important;
    }

    header nav ul.navbar-nav li.nav-item .dropdown-menu {
        font-size: 1.3rem;
    }
}

/* メニューの並び方
----------------------------------*/
@media (min-width: 992px) {
    .navbar-expand-lg ul.navbar-nav {
        /*
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        align-items: flex-end;*/
        padding-top: 50px;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    .navbar-expand-lg ul.navbar-nav li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .navbar-expand-lg ul.navbar-nav  li  ul.dropCustom{
        padding:0px;
        margin: 0;
    }
    .navbar-expand-lg ul.navbar-nav  li  ul.dropCustom li ul{
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    /*
    .navbar-expand-lg ul.navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
        padding-top: 40px;
    }*/

    /*
    .navbar-expand-lg ul.navbar-nav li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    */

}

/* ハンバーガーメニュー
--------------------------------------*/
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border: none;
    padding: 0px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    position: relative;
    outline: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
    /* この行で背景画像を無効化 */
    background-color: #bbb;
    width: 36px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
    top: 7px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 14px;
}

.navbar-toggler-icon:nth-of-type(3) {
    top: 21px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top: 13px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 13px;
    transform: rotate(-45deg);
}



/*=============================================================================
main
=============================================================================*/
.content {
    flex: 1;
    padding-top: 0px;
    padding-bottom: 0;
}




/* News/Event Area
------------------------------------------------*/
.content .newsArea {
    position: relative;
    background: url(../img/top_bg_img_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F6F4F3;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 60px;
}

/* contArea
----------------------------------------------*/
.content .contArea {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 0px;
}

.content .contArea p {
    margin-bottom: 1rem;
}



/*コンテンツ用*/
.content .contArea .mainContentsBox {
    opacity: 1;
    padding: 36px 36px 60px 36px;
}

@media (max-width: 991px) {
    .content .contArea .mainContentsBox {
        opacity: 1;
        padding: 3vw 3vw 4vw 3vw;
    }
}


/*=============================================================================
タイトル
=============================================================================*/
.content .contArea h2 {
    position: relative;
    color: #333;
    font-size: 2.0rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.content .contArea h2::before {
    content: "";
    width: 20%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #005583;
    z-index: 1;
}

.content .contArea h2::after {
    height: 5px;
    width: 100%;
    background: #aeaeae;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.content .contArea h2 .caption {
    color: #00085e;
    font-size: 1.6rem;
    text-align: left;
}

.content .contArea h3 {
    color: #333;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    border-bottom: 2px solid #333333;
    padding-bottom: 1rem;
}

.content .contArea h2.contents {
    margin: 0 auto;
}


.content .contArea h2.subPageTl {
    padding: 4rem 2rem;
    color: #ffffff;
    text-align: center;
    background: url(../img/h2_bg.jpg) no-repeat center center;
    background-size: cover;
}

.content .contArea h2.subPageTlSmall {
    padding: 3rem 3rem;
    color: #ffffff;
    text-align: left;
    background: url(../img/bg_h2_small.jpg) no-repeat center center;
    background-size: cover;
}

.content .contArea h2.subPageTl::after,
.content .contArea h2.subPageTlSmall::after {
    content: none;
}

.content .contArea h2.subPageTl::before,
.content .contArea h2.subPageTlSmall::before {
    content: none;
}

.content .contArea h2.topPageTl::after {
    content: none;
}

.content .contArea h2.topPageTl::before {
    content: none;
}

.content h4 {
    text-align: left;
    font: Bold 1.2rem Noto Sans CJK JP;
    letter-spacing: 0px;
    margin: 2rem auto 0.8rem;
    color: #000000;
}

.content h5 {
    text-align: left;
    font: Bold 1.1rem Noto Sans CJK JP;
    letter-spacing: 0px;
    margin: 2rem auto 0.8rem;
    color: #000000;
}

/*=============================================================================
パーツ
=============================================================================*/
/*共通台紙*/
.content .contArea .baseBG {
    width: 90%;
    background-color: #F9F9F9;
    opacity: 1;
    padding: 36px 36px 36px 36px;
}

/*台紙カード*/
.content .contArea .baseCard {
    position: relative;
    width: 90%;
    background-color: #F9F9F9;
    opacity: 1;
    padding: 36px 36px 36px 36px;
}

.content .contArea .baseCard .tag {
    position: absolute;
    background: #36881E 0% 0% no-repeat padding-box;
    top: 0;
    right: 0;
    padding: 8px 24px;
    color: #fff;
    font-size: 0.8rem;
}

.content .contArea .baseCard h2 {
    color: #36881E;
    background: none;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    text-align: left;
}



/* Btn
--------------------------------*/
.content .LinkBox {
    text-align: center;
}

.content a.btnTopNews {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    padding: 0.9rem 2.4rem;
    font-size: 1rem;
    min-width: 300px;
    border-radius: 0.1rem;
    cursor: pointer;
}

.content a.btnTopNews:hover {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    font-size: 1rem;
    cursor: pointer;
}

a.btnContact {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    min-width: 400px;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}

a.btnContact:hover {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    min-width: 400px;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}

a.btnCommon {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 97% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    min-width: 400px;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}

a.btnCommon:hover {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    background: url(../img/btn_arrow.svg) no-repeat 99% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    min-width: 400px;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}


a.btnCommonB {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 97% center #00109E;
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;      /* 垂直方向に中央 */
}

a.btnCommonB:hover {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 99% center #00109E;
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}


a.btnCommonY {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 97% center #997a00;
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    /*min-width: 400px;*/
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;      /* 垂直方向に中央 */
}

a.btnCommonY:hover {
    color: #ffffff;
    background: url(../img/btn_arrow.svg) no-repeat 99% center #997a00;
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    /*min-width: 400px;*/
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}




.content .btn-primary {
    color: #ffffff;
    border-color: #0051A2;
    background-color: #0051A2;
    padding: 0.7rem 4rem;
    font-size: 1.2rem;
    min-width: 300px;
}
.content .btn-primary:hover {
    color: #ffffff;
    border-color: rgb(25, 111, 197);
    background-color: rgb(25, 111, 197);
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    a.btnContact {
        color: #ffffff;
        background: url(../img/btn_arrow.svg) no-repeat 97% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
        background: url(../img/btn_arrow.svg) no-repeat 97% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
        padding: 1rem 2.4rem;
        font-size: 1.2rem;
        min-width: 300px;
        border-radius: 0.1rem;
        border: none;
        cursor: pointer;
    }

    a.btnContact:hover {
        color: #ffffff;
        background: url(../img/btn_arrow.svg) no-repeat 99% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
        background: url(../img/btn_arrow.svg) no-repeat 99% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
        padding: 1rem 2.4rem;
        font-size: 1.2rem;
        min-width: 300px;
        border-radius: 0.1rem;
        border: none;
        cursor: pointer;
    }
    a.btnCommon {
        color: #ffffff;
        background: url(../img/btn_arrow.svg) no-repeat 97% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
        background: url(../img/btn_arrow.svg) no-repeat 97% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 10%, #00109E 100%);
        padding: 1rem 2.4rem;
        font-size: 1.2rem;
        min-width: 300px;
        border-radius: 0.1rem;
        border: none;
        cursor: pointer;
    }

    a.btnCommon:hover {
        color: #ffffff;
        background: url(../img/btn_arrow.svg) no-repeat 99% center, -moz-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
        background: url(../img/btn_arrow.svg) no-repeat 99% center, -webkit-linear-gradient(left, #C83ACC 0%, #00109E 80%, #00109E 100%);
        padding: 1rem 2.4rem;
        font-size: 1.2rem;
        min-width: 300px;
        border-radius: 0.1rem;
        border: none;
        cursor: pointer;
    }
}


/* Line
--------------------------------*/
.dotLine {
    height: 1px;
    width: 100%;
    border-bottom: 2px dotted #ccc;
    padding-top: 3rem;
    margin-bottom: 3rem;
    clear: both;
}




/*=============================================================================
ページ毎設定
=============================================================================*/


/* News
------------------------------------*/



/*importantArea
------------------------------------------------*/
.content .newsArea .importantArea{
    position: relative;
    margin-top: -100px;
    margin-bottom: 100px;
    background: #a08e00;
    min-height: 110px;
    padding: 0rem 5rem 2rem 5rem;
}

.content .newsArea .importantArea h2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    padding: 1rem 3rem;
}
.content .newsArea .importantArea .newsList {
    border-bottom: 2px #ffffff90 dotted;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 7.5rem;
}
@media screen and (max-width: 991px) {
    .content .newsArea .importantArea .newsList {
        margin-top: 1rem;
    }
}
.content .newsArea .importantArea .newsList_2nd {
    border-bottom: 2px #ffffff90 dotted;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.content .newsArea .importantArea:last-child {
    padding-bottom: 4rem;
}

.content .newsArea .importantArea .newsDateBox {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    /* border-bottom: 2px dotted #cccccc; */
    display: flex;
    /* flex-direction: column; */
    justify-content: left;
    flex-wrap: wrap;
}

.content .newsArea .importantArea .newsDateBox .date {
    position: relative;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px 5px 0;
}

.content .newsArea .importantArea .newsDateBox .labelNews {
    position: relative;
    color: #ffffff;
    font-size: 0.7rem;
    border: 1px #ffffff solid;
    margin: 0 auto;
    white-space: nowrap;
    height: fit-content;
    padding: 0.2rem 0.5rem;
    min-width: 95px;
    text-align: center;
}
.content .newsArea .importantArea .newsDateBox .labelNews a{
    color: #ffffff;
}

.content .newsArea .importantArea .newsTitle {
    /* margin-top: 2rem; */
    font-weight: bold;
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}

.content .newsArea .importantArea .newsTitle a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.1rem;
}





/*news*/
.content .newsArea .newsBox {
    position: relative;
    background:  -moz-linear-gradient(#003ABE, #003ABE);
    background: -webkit-linear-gradient(#003ABE, #003ABE);
    padding: 7rem 5rem 2rem 5rem;
    margin-top: -80px;
    margin-bottom: 3rem;
    color: #ffffff;
}

.content .newsArea .newsBox .menuBox{
    border-bottom: 2px #ffffff90 dotted;
    margin-bottom: 24px;
    padding: 0 1rem 1rem;
}
.content .newsArea .newsBox .menuBox .subMenu{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.content .newsArea .newsBox .menuBox .subMenu li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    height: 50px;
    margin: 10px;
    background: url(../img/btn_arrow.svg) #00000099 no-repeat 97% center;
    color: #ffffff;
}
.content .newsArea .newsBox .menuBox .subMenu li a:hover{
    background: url(../img/btn_arrow.svg) #bf8900 no-repeat 98% center;
    text-decoration: none;
}


/*スマホ時出現*/
.content .newsArea .newsBox .menuBox .subMenuTitle {
    pointer-events: none;
    background: url(../img/icon_accordiondown.png) #00000099 100% 50% no-repeat;
    background-size: 32px 32px;
    color: #ffffff;
}
.content .newsArea .newsBox .menuBox input#subMenuBox {
    display: none;
}

@media screen and (min-width: 992px) {
    .content .newsArea .newsBox .menuBox .subMenuTitle {
        display: none;
    }
    .content .newsArea .newsBox .menuBox li ul.sub-menu{
        padding-left: 8px;
    }



}

@media screen and (max-width: 991px) {
    .content .newsArea .newsBox .menuBox .content .mainContentsBox ul.subMenu li ul{
        display: block;
    }
    .content .newsArea .newsBox .menuBox .subMenuTitle {
        color: #ffffff;
        pointer-events: all;
        display: block;
        padding: 1rem;
        margin: 0 0 2px 0;
        cursor: pointer;
    }
    .content .newsArea .newsBox .menuBox .subMenu {
        height: 0;
        padding: 0;
        transition: .2s;
    }
    .content .newsArea .newsBox .menuBox input:checked+.subMenu {
        height: auto;
        /*padding: 8px;*/
    }
    .content .newsArea .newsBox .menuBox .subMenu li {
        padding: 0;
        line-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: padding .2s, line-height .2s, visibility .1s, opacity .1s;
        width: 100%;
    }
    .content .newsArea .newsBox .menuBox input:checked+.subMenu li {
        padding: 0px;
        line-height: 1.5;
        visibility: visible;
        opacity: 1;
    }
    .content .newsArea .newsBox .menuBox   ul.subMenu li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 200px;
        height: 50px;
        margin: 1px 1px 0;
        background: url(../img/btn_arrow.svg) #00000099 no-repeat 97% center;
        color: #ffffff;
    }
    .content .newsArea .newsBox .menuBox   ul.subMenu li a:hover{
        background: url(../img/btn_arrow.svg) #a2aa00 no-repeat 98% center;
        color: #ffffff;
        text-decoration: none;
    }
}







.content .newsArea .newsBox h2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    padding: 1rem 3rem;
}

.content .newsArea .newsBox .newsList {
    border-bottom: 2px #ffffff90 dotted;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.content .newsArea .newsBox .newsDateBox {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    /* border-bottom: 2px dotted #cccccc; */
    display: flex;
    /* flex-direction: column; */
    justify-content: left;
    flex-wrap: wrap;
}



.content .newsArea .newsBox .newsDateBox .date {
    position: relative;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px 5px 0;
}

.content .newsArea .newsBox .newsDateBox .labelNews {
    position: relative;
    color: #ffffff;
    font-size: 0.7rem;
    border: 1px #ffffff solid;
    padding: 7px 10px 2px;
    margin: 0 auto;
    white-space: nowrap;
    height: fit-content;
    padding: 0.2rem 0.5rem;
    min-width: 95px;
    text-align: center;
}
.content .newsArea .newsBox .newsDateBox .labelNews a{
    color: #ffffff;
}
.content .newsArea .newsBox .newsTitle {
    /* margin-top: 2rem; */
    font-weight: bold;
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}

.content .newsArea .newsBox .newsTitle a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.1rem;
}



@media (max-width: 991px) {
    .content .newsArea .importantArea{
        position: relative;
        margin-top: -100px;
        margin-bottom: 100px;
        background: #a5a000;
        min-height: 150px;
        padding: 0rem 4vw 0vw 4vw;
    }
    .content .newsArea div.row .importantArea:first-child{
        padding: 10rem 4vw 0vw 4vw;
    }
    .content .newsArea .importantArea h2 {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000000;
        font-size: 2.6rem;
        font-weight: bold;
        color: #ffffff;
        padding: 1rem 3rem;
    }
    .content .newsArea .importantArea .newsList {
        border-bottom: 2px #ffffff90 dotted;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .content .newsArea .importantArea .newsDateBox {
        position: relative;
        font-size: 1rem;
        font-weight: bold;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .content .newsArea .importantArea .newsDateBox .date {
        position: relative;
        color: #fff;
        font-size: 1rem;
        padding: 5px 15px 5px 0;
    }

    .content .newsArea .importantArea .newsDateBox .labelNews {
        position: relative;
        color: #ffffff;
        font-size: 0.9rem;
        border: 1px #ffffff solid;
        /* margin-bottom: 0.5rem; */
        padding: 7px 10px 2px;
        margin: 0 auto 0 10px;
        white-space: nowrap;
        height: fit-content;
        padding: 0.5rem;
        min-width: 95px;
        text-align: center;
    }
    .content .newsArea .importantArea .newsTitle {
        margin-top: 1.4rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 2rem;
        color: #fff;
    }
    .content .newsArea .importantArea .newsTitle a {
        color: #fff;
        text-decoration: underline;
    }




    /*news*/
    .content .newsArea .newsBox {
        background: url(../img/news_bg.svg), -moz-linear-gradient(top, #072D83ee, #003ABEdd);
        background: url(../img/news_bg.svg), -webkit-linear-gradient(top, #072D83ee, #003ABEdd);
        background-repeat: no-repeat;
        background-position: right top;
        padding: 10rem 4vw 5vw 4vw;
        margin-top: -80px;
        margin-bottom: 3rem;
        color: #ffffff;
    }

    .content .newsArea .newsBox h2 {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000000;
        font-size: 3rem;
        font-weight: bold;
        color: #ffffff;
        padding: 3vw 6vw;
    }

    .content .newsArea .newsBox .newsList {
        border-bottom: 2px #ffffff90 dotted;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .content .newsArea .newsBox .newsDateBox {
        position: relative;
        font-size: 1rem;
        font-weight: bold;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .content .newsArea .newsBox .newsDateBox .date {
        position: relative;
        color: #fff;
        font-size: 1rem;
        padding: 5px 15px 5px 0;
    }

    .content .newsArea .newsBox .newsDateBox .labelNews {
        position: relative;
        color: #ffffff;
        font-size: 0.9rem;
        border: 1px #ffffff solid;
        /* margin-bottom: 0.5rem; */
        padding: 7px 10px 2px;
        margin: 0 auto 0 10px;
        white-space: nowrap;
        height: fit-content;
        padding: 0.5rem;
        min-width: 95px;
        text-align: center;
    }
    .content .newsArea .newsBox .newsDateBox .labelNews a{
        color: #ffffff;
    }

    .content .newsArea .newsBox .newsTitle {
        margin-top: 1.4rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 2rem;
        color: #fff;
    }

    .content .newsArea .newsBox .newsTitle a {
        color: #fff;
        text-decoration: underline;
    }

}


/* contents Area
-------------------------------------*/
.content .contArea .topContentsBG {
    background: url(../img/bg_top_content.jpg) #fff center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

@media (max-width: 991px) {
    .content .contArea .topContentsBG {
        background: url(../img/bg_top_content.jpg) #fff center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        min-height: 400px;
    }
}

.content .contArea .topContentsBG .iconBox {
    padding: 2rem 3rem 5rem 3rem;
    margin-top: -80px;
    margin-bottom: 3rem;
}

.content .contArea .topContentsBG .iconBox .mdx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_top_con_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    color: #ffffff;
    font-size: 2rem;
}

.content .contArea .topContentsBG .iconBox .mdx:hover {
    text-decoration: none;
    filter: brightness(130%);
    transition: ease .3s;
}

.content .contArea .topContentsBG .iconBox .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_top_con_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    color: #ffffff;
    font-size: 2rem;
}

.content .contArea .topContentsBG .iconBox .info:hover {
    text-decoration: none;
    filter: brightness(130%);
    transition: ease .3s;
}


.content .contArea .topContentsBG .iconBox .acknowledgment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_top_con_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    color: #ffffff;
    font-size: 2rem;
}
.content .contArea .topContentsBG .iconBox .acknowledgment:hover {
    text-decoration: none;
    filter: brightness(130%);
    transition: ease .3s;
}


.content .contArea .topContentsBG .iconBox .faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_top_con_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    color: #ffffff;
    font-size: 2rem;
}
.content .contArea .topContentsBG .iconBox .faq:hover {
    text-decoration: none;
    filter: brightness(130%);
    transition: ease .3s;
}



@media (max-width: 991px) {
    .content .contArea .topContentsBG .iconBox {
        padding: 3vw 4vw 5vw 4vw;
        margin-top: -80px;
        margin-bottom: 3rem;
    }
}





/* subPage
-------------------------------------*/
.content .contArea .subMenuArea {
    background: url(../img/h2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 1rem 3rem;

}

.content .contArea .subMenuArea  ul.subMenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*親メニュー*/
.content .contArea .subMenuArea  ul.subMenu li {
    opacity: 1;
}

.content .contArea .subMenuArea  ul.subMenu li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    height: 50px;
    margin: 10px;
    background: url(../img/btn_arrow.svg) #4b4b4b99 no-repeat 97% center;
    color: #ffffff;
}
.content .contArea .subMenuArea  ul.subMenu li a:hover {
    background: url(../img/btn_arrow.svg) #bf8900 no-repeat 99% center;
    color: #ffffff;
    text-decoration: none;
}

/*スマホ時出現*/
.subMenuTitle {
    pointer-events: none;
    background: url(../img/icon_accordiondown.png) #23292c 100% 50% no-repeat;
    background-size: 32px 32px;
}
input#subMenuBox {
    display: none;
}

@media screen and (min-width: 992px) {
    .subMenuTitle {
        display: none;
    }
    li ul.sub-menu{
        padding-left: 8px;
    }



}

@media screen and (max-width: 991px) {
    .content .mainContentsBox ul.subMenu li ul{
        display: block;
    }
    .subMenuTitle {
        pointer-events: all;
        display: block;
        padding: 1rem;
        margin: 0 0 2px 0;
        cursor: pointer;
        color: #ffffff;
    }
    .subMenuArea .subMenu {
        height: 0;
        padding: 0;
        transition: .2s;
    }
    input:checked+.subMenu {
        height: auto;
        /*padding: 8px;*/
    }
    .subMenuArea .subMenu li {
        padding: 0;
        line-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: padding .2s, line-height .2s, visibility .1s, opacity .1s;
        width: 100%;
    }
    input:checked+.subMenu li {
        padding: 0px;
        line-height: 1.5;
        visibility: visible;
        opacity: 1;
    }
    .content .contArea .subMenuArea  ul.subMenu li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 200px;
        height: 50px;
        margin: 1px 1px 0;
        background: url(../img/btn_arrow.svg) #4b4b4b99 no-repeat 97% center;
        color: #ffffff;
    }
}


/* News Page
--------------------------------------*/
.content .contArea .newsBox .newsList {
    border-bottom: 2px #cccccc90 dotted;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.content .contArea .newsBox .newsDateBox {
    position: relative;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.content .contArea .newsBox .newsDateBox .date {
    position: relative;
    color: #333;
    font-size: 1rem;
    padding: 5px 15px 5px 0;
}

.content .contArea .newsBox .newsDateBox .labelNews {
    position: relative;
    color: #ffffff;
    font-size: 0.7rem;
    background-color: #124675;
    padding: 7px 10px 2px;
    margin: 0 auto;
    white-space: nowrap;
    height: fit-content;
    padding: 0.5rem;
    min-width: 95px;
    text-align: center;
}
.content .contArea .newsBox .newsDateBox .labelNews a{
    color: #ffffff;
}

.content .contArea .newsBox .newsTitle {
    /* margin-top: 2rem; */
    font-weight: bold;
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
}

.content .contArea .newsBox .newsTitle a {
    color: #333;
    text-decoration: underline;
}

/*詳細ページ*/
.content .contArea .eventTitleArea {
    background-color: #041525;
    background-image: url(../img/bg_event.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 3rem 2rem;
    color: #fff;
}
.content .contArea .eventTitleArea .newsDateBox {
    position: relative;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.content .contArea .eventTitleArea .newsDateBox .date {
    position: relative;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px 5px 0;
}

.content .contArea .eventTitleArea .newsDateBox .labelNews {
    position: relative;
    color: #ffffff;
    font-size: 0.7rem;
    border: 1px solid #ffffff;
    padding: 7px 10px 2px;
    margin: 0 auto;
    white-space: nowrap;
    height: fit-content;
    padding: 0.5rem;
    min-width: 95px;
    text-align: center;
}
.content .contArea .eventTitleArea .newsDateBox .labelDate {
    position: relative;
    color: #003160;
    font-size: 0.7rem;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    line-height: 1.6rem;
    margin-left: 1rem;
}

.content .contArea .eventTitleArea .newsTitle {
    /* margin-top: 2rem; */
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 1.6rem;
    color: #fff;
}
.content .contArea .newsTextBox h4 {
    text-align: left;
    font: Bold 1.2rem Noto Sans CJK JP;
    letter-spacing: 0px;
    margin: 2rem auto 0.8rem;
    color: #005E9E;
}


@media (max-width: 991px) {
    .content .contArea .newsBox .newsList {
        border-bottom: 2px #cccccc90 dotted;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .content .contArea .newsBox .newsDateBox {
        position: relative;
        font-size: 1rem;
        font-weight: bold;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    .content .contArea .newsBox .newsDateBox .date {
        position: relative;
        color: #333;
        font-size: 1rem;
        padding: 5px 15px 5px 0;
    }

    .content .contArea .newsBox .newsDateBox .labelNews {
        position: relative;
        color: #ffffff;
        font-size: 0.9rem;
        background-color: #124675;
        /* margin-bottom: 0.5rem; */
        padding: 7px 10px 2px;
        margin: 0 auto 0 10px;
        white-space: nowrap;
        height: fit-content;
        padding: 0.5rem;
        min-width: 95px;
        text-align: center;
    }

    .content .contArea .newsBox .newsTitle {
        margin-top: 1.4rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 2rem;
        color: #333;
    }

    .content .contArea .newsBox .newsTitle a {
        color: #333;
        text-decoration: underline;
    }

    /*詳細ページ*/
    .content .contArea .eventTitleArea {
        background-color: #041525;
        background-image: url(../img/bg_event.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 2rem 2rem;
        color: #fff;
    }

    .content .contArea .eventTitleArea .date {
        position: relative;
        color: #fff;
        font-size: 1rem;
        padding: 5px 15px 5px 0;
    }

    .content .contArea .eventTitleArea .labelNews {
        position: relative;
        color: #ffffff;
        font-size: 0.7rem;
        background-color: #124675;
        padding: 7px 10px 2px;
        margin: 0 auto;
        white-space: nowrap;
        height: fit-content;
        padding: 0.5rem;
        min-width: 95px;
        text-align: center;
    }

    .content .contArea .eventTitleArea .newsTitle {
        /* margin-top: 2rem; */
        font-weight: bold;
        font-size: 1rem;
        line-height: 2rem;
        color: #fff;
    }

}




/* FAQ
----------------------------------------------*/
.accordion .card {
    border: #05214Bdd 1px solid;
}
.accordion .card .card-header {
    color: #fff;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #05214Bdd;
    border-bottom: 1px solid rgba(0,0,0,1);
}

.accordion .card .card-header .btn-link {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    /* height: 21px; */
    line-height: 21px;
    position: relative;
    text-indent: 14px;
    vertical-align: top;
    /* width: 82px;*/
}
.accordion .card .card-header .btn-link::before {
    height: 1px;
    left: 5px;
    top: 17px;
    width: 11px;
}


.accordion .card .card-header .btn-link::after {
    height: 11px;
    left: 10px;
    top: 12px;
    width: 1px;
}
.accordion .card .card-header .btn-link[aria-expanded="true"]::after {
    opacity: 0;
}
.accordion .card .card-header .btn-link[aria-expanded="false"]::after {
    opacity: 1;
}

.accordion .card .card-header .btn-link::before,
.accordion .card .card-header .btn-link::after {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion .card  .card-body {
    padding: 0.75rem 2.2rem;
}

.accordion .card:first-of-type,
.accordion .card:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
main.content .faqAreaBG{
    background:url(../img/bg_faq.jpg) no-repeat rgb(98, 98, 117);
    background-size: cover;
    background-attachment: fixed;
}


/*=============================================================================
 footer
=============================================================================*/

/*
 footer
------------------------------------------*/
footer {
    position: relative;
    width: 100%;
    min-height: 198px;
    background: #000000 center bottom no-repeat padding-box;
    background-size: cover;
    opacity: 1;

    display: flex;
    flex-direction: column;
    padding-top: 0;
    text-align: center;
}

/* contact Area
-------------------------------------*/
footer .contactArea {
    background: url(../img/bg_contact.svg), -moz-linear-gradient(top, #113966ee, #0064A8dd);
    background: url(../img/bg_contact.svg), -webkit-linear-gradient(top, #113966ee, #0064A8dd);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 6rem 2rem;
    color: #ffffff;
    text-align: center;
}

/*
 organ Area
------------------------------------------*/
.organArea {
    position: relative;
    width: 100%;
    height: auto;
    /*background-color: #000C17;*/
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 15px;
    padding-right: 15px;
}

.organArea .listTl {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.organArea .listTl img {
    width: 200px;
}

.organArea .listMain {
    color: #ffffff;
    padding: 1rem;
    text-align: center;
}

footer .listMain ul {
    font-size: 1rem;
    color: #ffffff;
    display: table;
    margin: 0 auto;
}

footer .listMain ul li {
    display: table-cell;
    font-size: 0.9rem;
    font-weight: bold;
    word-break: break-all;
    text-align: left;
    padding: 1rem;
}

footer .listMain ul.sub-menu {
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
footer .listMain ul.sub-menu li {
    display: table-row;
    font-size: 0.9rem;
    font-weight: bold;
    word-break: break-all;
    text-align: left;
    padding: 1rem;
}



footer .listMain ul li a {
    color: #ffffff;
}

footer .listMain ul li a:hover {
    color: #a99500;
    text-decoration: none;
}

@media (max-width: 991px) {
    .organArea .listTl img {
        width: 140px;
    }

    .organArea .listMain {
        color: #ffffff;
        padding: 1rem;
        text-align: center;
    }

    footer .listMain ul {
        color: #333333;
        background: #222222;
        padding: 0.5rem 0.5rem 0.1rem 0.5rem;
        display: flex;
        flex-direction: column;
    }

    footer .listMain ul li {
        font-size: 1.4rem;
        font-weight: bold;
        word-break: break-all;
        text-align: left;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
        background: #333333;
    }

    footer .listMain ul li a {
        display: block;
    }

    footer .listMain ul.sub-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .organArea {
        font-size: 1.3rem;
    }
}




/* copy
-------------------------------------*/
footer .copyRight {
    color: #ffffff;
    background-color: #091720b5;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}




/**/

div.searchArea ul.bogo-language-switcher li{
    background-color: #333;
    padding: 10px 16px;
    margin: 1px;
    color: #ffffff;
}
div.searchArea ul.bogo-language-switcher li a{
    color: #ffffff;
}

