@charset "utf-8";
/* layout css*/

@media  (min-width:768px){}
@media  (max-width:767px){}

/* a
----------------------------------------------------------*/
a.linkArrow:hover{
    text-decoration: none;
}
a.linkArrow:before{
    font-family: 'Icons';
    content: "\e00b" ;
    font-size: 0.9em;
    margin-right: 5px;
}


/* header
--------------------------------------------*/
header{
border-top: 6px solid #333333;
border-image: linear-gradient(to right, #333333 0%,#333333 25%, #666666 50%,#333333 75%, #333333 100%);
border-image-slice: 1;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}


/*global menu
---------------------------------------------------------*/
nav.navbar-dark {
    background: #ffffff;
    z-index: 99999;
    border-bottom:10px solid #e5e5e5;
}
nav.navbar-dark .navbar-brand {
    color: #000;
}
nav.navbar-dark .navbar-brand:hover {
    color: #000;
}
nav.navbar-dark .navbar-brand:focus {
    color: #000;
}
nav.navbar-dark .navbar-brand:visited{
    color: #000;
}
nav.navbar-dark .navbar-brand:focus-visible {
    color: #000;
}
nav.navbar-dark .navbar-brand:active {
    color: #000;
}

@media  (min-width:768px){

    .navbar {
        padding: .5rem 0;
    }
    .navbar-top-border{
        border-top: 1px #cccccc solid;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        width: 100%;
    }


    /*nav.navbar {
        background-image: url(../img/header_bg.jpg);
        background-repeat: repeat;
        background-position: left center;
    }
    nav.navbar .logoBox{
        width:100%;
    }*/
    
    nav.navbar .logoBox a{
        /*display: inline-block;*/
        padding: 10px 20px 10px 10px;
        margin-left: 10px;
        background: #ffffff;
    }
    nav.navbar .logoBox a .logoImg{
        /*max-width:180px;*/
        max-height: 90px;
    }
    nav.navbar .logoBox a .logoTxt{
        display: inline-block;
        font-weight: bold;
        font-size: 1.2rem;
        vertical-align: middle;
        /*margin-top: 15px;*/
        color:#000000;
        cursor: pointer;
        text-decoration: none;
    }
    nav.navbar .logoBox a:hover{
        text-decoration: none;
    }
    nav.navbar .logoBox .logoTxt span.lead{
        font-size: 0.8rem;
        font-weight: bold;
        display: inline-block;
    }

    /*navibar*/
    .navbar-expand-md {
        flex-direction: column!important;
    }

    /*navi menu*/
    #navbarNav .navbar-nav .nav-item{
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-dark .navbar-nav .active>.nav-link{
        color: rgba(0,0,0,1.0);
        border-bottom: solid 2px #0083d7;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(0,0,0,.9);
        border-bottom: solid 2px #ffffff;
    }
    /*.navbar-dark .navbar-nav .nav-link:focus,*/
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,1.0);
        border-bottom: solid 2px #0083d7;
    }
    .navbar-dark .navbar-nav .nav-link:focus{
        color: rgba(0,0,0,0.9);
    }
    .navbar-dark .navbar-nav .nav-link:active {
        color: rgba(0,0,0,0.9);
    }
    .navbar-dark .navbar-nav .nav-link:link {
        color: rgba(0,0,0,0.9);
    }
    .navbar-dark .navbar-nav .nav-link:visited {
        color: rgba(0,0,0,0.9);
    }

    .langBtn{
        position: absolute;
        top: 0;
        right: 20px;
    }
    .langBtn .btn-secondary {
        border-radius: 0rem;
        padding: .45rem 1.2rem;
        color: #fff;
        background-color: #134e83;
        border-color: #134e83;
        font-size: 0.8rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .btn-secondary:hover {
        background-color: #005fa8;
        background-color: #005fa8;
        border-color: #005fa8;
    }

    .langBtn .en-US{
        border-radius: 0rem;
        padding: .45rem 1.2rem;
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        font-size: 0.8rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .en-US a {
        color: #fff;
        text-decoration: underline;
    }

    .langBtn .ja{
        border-radius: 0rem;
        padding: .45rem 1.2rem;
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        font-size: 0.8rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .ja a {
        color: #fff;
        text-decoration: underline;
    }


    ul.bogo-language-switcher li {
        list-style: none outside none;
        padding: 0;
        display: inline-block;
        position: relative;
    }


}
@media  (max-width:767px) {

    .navbar-top-border{
        width: 100%;
    }

    .logoImg{
        max-height: 60px;
    }
    .logoTxt{
        font-weight: bold;
        font-size: 0.9rem;
        margin-left: 15px;
        margin-bottom: 0px;
    }

    /*btn*/
    .navbar-dark .navbar-toggler {
        color: rgba(0,0,0,.9);
        border-color: rgba(0,0,0,.1);
    }
    .navbar-toggler {
        background-color: #361800;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(0,0,0,.9);
        padding-left: 10px;
    }

    .navbar-dark .navbar-nav .active>.nav-link{
        color: rgba(0,0,0,1.0);
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,1.0);
        background: #0083d7;
    }

    .navbar-toggler-menu{
        display: block;
        color: #ffffff;
        font-size: 0.4rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    nav.navbar-dark {
        padding: 0;
        border-bottom: 1px solid #dddddd;
    }
    .navbar-toggler {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
        border-radius:0px;
        line-height: 0;
    }
    .navbar-collapse {
        border-top: 1px solid #dddddd;
    }
    .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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
    }


    .langBtn{
        margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    }
    .langBtn .btn-secondary {
        border-radius: 0rem;
        padding: .7rem 3.8rem;
        color: #fff;
        background-color: #134e83;
        border-color: #134e83;
        font-size: 0.8rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .btn-secondary:hover {
        background-color: #005fa8;
        background-color: #005fa8;
        border-color: #005fa8;
    }

    .langBtn .en-US{
        border-radius: 0rem;
        padding: .7rem 3.8rem;
        color: #fff;
        background-color: #361800;
        border-color: #361800;
        font-size: 0.8rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .en-US a{
        color: #fff;
    }
    .langBtn .en-US a:hover{
        color: #fff;
    }
    .langBtn .ja{
        border-radius: 0rem;
        padding: .7rem 3.8rem;
        color: #fff;
        background-color: #361800;
        border-color: #361800;
        font-size: 0.8rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .langBtn .ja a{
        color: #fff;
    }
    .langBtn .ja a:hover{
        color: #fff;
    }
    ul.bogo-language-switcher li {
        list-style: none outside none;
        padding: 0;
        display: inline-block;
        position: relative;
    }
}



/* Mainimg Top
----------------------------------------------------------*/
@media  (min-width:768px){
    .jumbotron {
        background-image: url("../img/mainimg_top.jpg");
        background-size: cover;
        background-position: center 50%;
        background-color: #010204;

        
        margin-bottom: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .jumbotron .container{
        text-align: center;
    }
    .jumbotron h1{
        color: #ffffff;
        text-align: center;
        display: inline-block;

        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
        background-color: #e38200;
        padding: 10px;
    }
    .jumbotron p{
        color: #ffffff;
        text-align: center;
    }
}
@media  (max-width:767px){
    .jumbotron {
        background-image: url("../img/mainimg_top.jpg");
        background-size: cover;
        background-position: center 60%;
        background-color: #010204;
        margin-bottom: 0;
    }
    .jumbotron .container{
        text-align: center;
    }
    .jumbotron h1{
        color: #ffffff;
        text-align: center;
        display: inline-block;
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
        background-color: #e38200;
        padding: 10px;
    }
    .jumbotron p{
        color: #ffffff;
        text-align: center;
    }
}

/* mainimg sub
-----------------------------------------------------------*/
@media  (min-width:768px){
    .pageTl {
        width: 100%;
        background-image: url("../img/mainimg_top.jpg");
        background-size: cover;
        background-position: center 50%;
        background-color: #010204;

        margin-top: 0;
        padding: 3.2rem 1rem;
        margin-bottom: 0;
        
    }
    .pageTl .container{
        text-align: center;
    }
    .pageTl h1{
        color: #ffffff;
        text-align: center;

        font-size: 2.6rem;
        font-weight: 300;
        line-height: 1.2;
        display: inline-block;
        background-color: #e38200;
        padding: 10px;
    }
    .pageTl h1 a{
        color: #ffffff;
    }
    .pageTl h1 a:hover{
        color: #ffffff;
        text-decoration: none;
    }
    .pageTl p{
        color: #ffffff;
        text-align: center;
    }

    .pageTl-fluid{
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
    }


    .pageTl .catTl{
        color: #ffffff;
        text-align: center;

        font-size: 2.6rem;
        font-weight: 300;
        line-height: 1.2;
    }


}
@media  (max-width:767px){
    .pageTl {
        width: 100%;
        background-image: url("../img/mainimg_top.jpg");
        background-size: cover;
        background-position: center 60%;
        background-color: #010204;

        margin-top: 0;
        padding: 3.2rem 1rem;
        margin-bottom: 0;
    }
    .pageTl .container{
        text-align: center;
    }
    .pageTl h1{
        color: #ffffff;
        text-align: center;

        font-size: 2.6rem;
        font-weight: 300;
        line-height: 1.2;
        display: inline-block;
        background-color: #e38200;
        padding: 10px;
    }
    .pageTl h1 a{
        color: #ffffff;
    }
    .pageTl h1 a:hover{
        color: #ffffff;
        text-decoration: none;
    }
    .pageTl p{
        color: #ffffff;
        text-align: center;
    }

    .pageTl .catTl{
        color: #ffffff;
        text-align: center;

        font-size: 2.6rem;
        font-weight: 300;
        line-height: 1.2;
    }
    
}



/* breadcrumb
-----------------------------------------------------------*/
.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #dee2e3;
}

.breadcrumb li{
    font-size: 0.8rem;
}
.breadcrumb .post-news{
    word-break: break-all;
}

/* main top
----------------------------------------------------------*/
main{
    background: #efefef;
    padding-bottom: 30px;
}



.btn-primary{
    background-color: #ffffff;
    color: #04243e;
    border-color: #04243e;
    padding: .8rem 2.5rem;
    border-radius: 25px;
}
.btn-primary:before {
    font-family: 'Icons';
    content: "\e036";
    font-size: 0.7em;
    margin-right: 5px;
}
/* news */
.post-date{
    font-size: 1rem;
    font-weight: bold;
}
.newsBox{
    margin: 60px auto;
    padding: 3rem 2rem 5rem;
    background: #ffffff;
}
.newsBox h2{
     
    font-size: 1.4rem; 
    margin-bottom: 3rem;
}
.newsBox h2 span{
    font-size: 1.0rem;
    font-weight: normal;
    color: #666666;
    vertical-align: top;
}
.newsBox h2 span::before {/*改行*/
    content: "\A" ;
    white-space: pre ;
}
/*
.newsBox h2.colorC:first-letter {
    
}*/
.newsBox h2.colorC {
    text-align: center;  
    font-size: 2.7rem;
}


/*news Tag*/
.newsBox .tag-others{
    font-weight: normal;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: #a6a6a6;
    color: #fff;
    padding: 0.3rem 1rem;
    margin: 0 0 0.8rem;
}
.newsBox .tag-release{
    font-weight: normal;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: #134e83;
    color: #fff;
    padding: 0.3rem 1rem;
    margin: 0 0 0.8rem;
}
.newsBox .tag-presentation{
    font-weight: normal;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: #026666;
    color: #fff;
    padding: 0.3rem 1rem;
    margin: 0 0 0.8rem;
}
.newsBox .tag-papers{
    font-weight: normal;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: #0093bd;
    color: #fff;
    padding: 0.3rem 1rem;
    margin: 0 0 0.8rem;
}
.newsBox .tag-session{
    font-weight: normal;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: #fff;
    color: #134e83;
    border: #134e83 solid 1px;
    padding: 0.3rem 1rem;
    margin: 0 0 0.8rem;
}

.newsBox h5{
    line-height: 2rem;
}
.newsBox h5 span.date{
    font-size: 0.8rem;
}
.newsBox h5 span.date:after{
	content: "\A";
	white-space: pre; 
}

.newsBox h4{
    line-height: 1.8rem;
}
.newsBox h4 a{
    color: #000000;
}
.newsBox h4 span.date{
    font-size: 1rem;
    color: #000;
}
.newsBox h4 span.date:after{
	content: "\A";
	white-space: pre; 
}


/*news Box card list
------------------------------------*/
.newsBox .card-columns .cardBgNone{
    min-height: 0px !important;
    background: none !important;
}
@media (min-width: 992px){
    .newsBox .card-columns {
        column-count: 1;
    }
    .newsBox .card-columns .card {
        display: inline-block;
        width: 100%;
        min-height: 200px;
        background: url(../img/news_card_bg.jpg) center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }
}
@media (max-width: 991px){
    .newsBox .card-columns {
        column-count: 1;
    }
    .newsBox .card-columns .card {
        display: inline-block;
        width: 100%;
        min-height: 270px;
        background: url(../img/news_card_bg.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }
}
.newsBox .column-count-1{
    column-count: 1;
}



.newsBox .cardBtnPos_br{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.newsBox .card-header{
    padding: 1.2rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: url(../img/icon_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff;
}




/*news Btn007bff
-------------------------*/
a.Btn-allNews{
    font-weight: normal;
    background-color: #e87800;
    color: #fff;
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
a.Btn-allNews:hover{
    font-weight: normal;
    background-color: #ffe2c2;
    color:  #e87800;
}
a.Btn-others{
    font-weight: normal;
    background-color: #a6a6a6;
    color: #fff;
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
a.Btn-release{
    font-weight: normal;
    background-color: #134e83;
    color: #fff;
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
a.Btn-presentation{
    font-weight: normal;
    background-color: #026666;
    color: #fff;
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
a.Btn-papers{
    font-weight: normal;
    background-color: #0093bd;
    color: #fff;
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
a.Btn-session{
    font-weight: normal;
    background-color: #fff;
    color: #134e83;
    border: #134e83 solid 1px;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* news list */
@media  (min-width:768px){
    .newsBox dl {
        /*display: table;*/
        width: 100%;
        margin-bottom: 0;
        padding: 20px 0;
        border-bottom: 1px #ddd solid;
    }
    .newsBox dl:first-of-type{
        border-top: 1px #ddd solid;
    }
    .newsBox dl dt {
        width: 100%;
        /*display: table-cell;*/
        font-weight: 600;
        padding-right: 25px;
        padding-bottom: 20px;
        padding-left: 25px;
        /*float: left;*/
    }
    .newsBox dl dd {
        width: auto;
        /*display: table-cell;*/
        line-height: 1.6em;
        padding: 0 0 0 25px;
        /*display: inline;
        *zoom: 1;
        *position: relative;*/

        word-break: break-all;
    }
}
@media  (max-width:767px){
    .newsBox dl {
        padding: 12px 0;
        margin-bottom: 0;
        border-bottom: 1px #ddd solid;
    }
    .newsBox dl:first-of-type{
        border-top: 1px #ddd solid;
    }
    .newsBox dl dt {
        width: auto;
        display: block;
        /*float: none;*/
        line-height: 2rem;
    }
    .newsBox dl dd {
        display: block;
        padding: 0;
        /*display: block;*/

        word-break: break-all;
    }
}


/* main sub
----------------------------------------------------------*/

h1.typeNews{
    /*
    color: #000000;

    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.2;
    */

    /*
    background: url(../img/h2_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    */
    background-color: #134e83;
    background: url(../img/h2_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    color: #000000;
    font-size: 1.3rem;
    line-height: 2.6rem;
    border: 1px solid #dddddd;
    border-radius: .25rem;
    margin-bottom: 35px;
    padding: 1rem 1.6rem;
    word-break: break-word;
}
h1.faq{
    background-color: #ededed;
    color: #000000;
    font-size: 1rem;
    line-height: 2rem;
    border: 1px solid #dddddd;
    border-radius: .25rem;
    margin-bottom: 35px;
    padding: 1rem 1.6rem;
    word-break: break-word;
}

/* h2 */
h2.typeA{
    text-align: center;   
    font-size: 2.7rem; 
    margin: 2rem auto;
}
h2.typeB{
    background: url(../img/h2_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;

    color: #000000;
    font-size: 1.4rem;

    border: 1px solid #dddddd;
    border-radius: .25rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.4rem 1.6rem;
}




/* h3 */
h3.typeA {
    font-size: 1.4rem;
    margin: 2rem 0 0.8rem;
    background: #dddddd;
    padding: 1rem 1.4rem;
}

h3.typeB{
    background: url(../img/h2_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;

    color: #ffffff;
    font-size: 2rem;

    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-top: 50px;
    padding: 1rem 1.6rem;
}


/*h4*/
h4{
    font-size: 1.2rem;
}


/* main contents
--------------------------------------*/
.contentsBox{
    margin: 60px auto;
    padding: 2rem 2rem;
    background: #ffffff;
}


/* article */
article section p{
    line-height: 1.8rem;
}
article section p.textTypeA{
    line-height: 2.4rem;
}



/* sub banner
----------------------------------------------------*/
.banner_sub {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 200px;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 0.3rem;
}
.banner_sub:hover {
    text-decoration: none;
}
.banner_sub:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/icon_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0.3rem;
}
.banner_sub:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 0.3rem;
}
.banner_sub .inner {
    z-index: 1;
    position: relative;
    /*top: 45%;*/
    color: #ffffff;
}
.banner_sub .inner h3{
    font-size:1.6rem;
    line-height: 200px;
}
.banner_sub .inner h3 span{
    font-size:1.2rem;
}

.banner_sub .inner h3 span:after {
    content: "\00a0" ;
    white-space: pre ;
}





/* icon card position
-----------------------------------------------------------*/
.card-deck .card{
    border-color: #0e447b;
}
.card-body {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}



/*
min-height: auto;
background: url(../img/icon_bg02.jpg)
*/
.card-columns .cardBgNone{
    min-height: 0px !important;
    background: none !important;
}

@media (min-width: 992px){
    .card-columns {
        column-count: 2;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        min-height: 200px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-color: #df9536;
    }
}
@media (max-width: 991px){
    .card-columns {
        column-count: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        min-height: 270px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-color: #df9536;
    }
}

.card-columns .card .btn-primary {
    background-color: #ffffff;
    color: #04243e;
    border-color: #846a00;
    padding: .8rem 2.5rem;
    border-radius: 5px;
}
.card-columns .card .btn-primary:hover {
    background-color: #f6ead5;
    color: #04243e;
    border-color: #846a00;
    padding: .8rem 2.5rem;
    border-radius: 5px;
}


.column-count-1{
    column-count: 1;
}



.cardBtnPos_br{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.card-header{
    padding: 1.2rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: url(../img/icon_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #000000;
}

.card .FAQ-card-header{
    padding: 1.2rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    border-bottom:5px solid #cccccc;
    background-color: #085943;
    background-image: url("../img/faq_bg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
}
.card .FAQ-card-header h2 button{
    color: #ffffff;
    text-decoration: none;
    word-break: break-all;
    text-align: left;
}
.card .FAQ-card-header h2 button:hover{
    color: #e8a900;
    text-decoration: none;
}
/*
.card .FAQ-card-header h2 button{
    text-decoration: none;
}
*/
.FAQ-card-header button:before {
    font-family: 'Icons';
    content: "\e02d";
    font-size: 0.7em;
    margin-right: 5px;
}
.FAQ-card-header button.collapsed:before {
    font-family: 'Icons';
    content: "\e02d";
    font-size: 0.7em;
    margin-right: 5px;
}
.FAQ-answer{
    word-break: break-all;
    font-size: 1rem;
    line-height: 2rem;
}


.card-header-navi{
    padding: 1.2rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-image: none;
    background-color: #04243e;
    color: #ffffff;
}

.card-header h3{
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.card-header h4{
    font-size: 1.1rem;
}
.card-header h5{
    color:#fff;
}
.card-header h5 a{
    color:#fff;
}
.card-header h5 a:hover{
    text-decoration: none;
}

.card-header h5 a:before{
    font-family: 'Icons';
    content: "\e034" ;
    font-size: 0.9em;
    margin-right: 5px;
}

div.card ul.list-group li.list-group-item a:hover{
    text-decoration: none;
}
div.card ul.list-group li.list-group-item a:before{
    font-family: 'Icons';
    content: "\e00b" ;
    font-size: 0.7em;
    margin-right: 5px;
}




/* post
-----------------------------------------------------------*/
.soj_main div.post{
    font-size: 1.0rem;
}


/*pagenation*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #04243e;
    border-color: #04243e;
}



/* footer
----------------------------------------------------------*/
/**/
.footerMenuArea{
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center 50%;
    background-color: #efefef;
    border-top: solid 3px #e2e5e7;
    padding: 2rem 1rem; 
}
.footerMenuArea .siteLogo{
    max-width: 200px;
    width: 100%;
}
.footerMenuArea .globalNavBox{
    min-height: 100px;
}

.footerLogoArea{
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center 50%;
    background-color: #efefef;
    /*border-top: solid 3px #e2e5e7;*/
    border-top:solid 4px #361800;
    padding: 1.5rem 0;
}
.footerLogoArea .siteLogo{
    max-width: 200px;
    width: 100%;
}
.footerLogoArea .logoPASUMS{
    max-width: 300px;
    width: 100%;
}


.footer{
    background: #333333;
}
.footer .copyTxt{
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.7rem;
}







/* privacy btn
------------------------------*/
@media (min-width: 768px){
    .privacy_btn_box{
        position: absolute;
        top: 0;
        right: 190px;
    }
    .privacy_btn{
        border-radius: 0rem;
        padding: 0.45rem 1.2rem;
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        font-size: 0.8rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .privacy_btn a{
        color: #fff;
    }
}
@media  (max-width:767px) {
    .privacy_btn_box{
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .privacy_btn{
        border-radius: 0rem;
        padding: 0.45rem 1.2rem;
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        font-size: 0.8rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .privacy_btn a{
        color: #fff;
    }
}



