@charset "utf-8";
.btnGroup {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 768px) {
    .btnGroup {
      display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    
}
.btnGroup img {
    display: inline-block;
    margin: 0 2px;
}
#overlayMenu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: .6s;
    opacity: 0;
    z-index: 1000000000000000
}
#overlayMenu .overlayMask {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    cursor: pointer;
}
#overlayMenu .overlayMenuNavi {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1% 0.5%;
    background-color: #fff;
    overflow: auto;
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuNavi {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}
}
@media screen and (min-width: 768px) {
#overlayMenu nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
}
#overlayMenu .overlayMenuNavi ul {
    margin-bottom: 2em;
    margin-left: 5%;
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuNavi ul {
    width: 40%;
    margin: 0 5% 2em 5%;
}
}
#overlayMenu .overlayMenuNavi .h1_menu {
    margin: 0 0 20px 5%;
    font-size: 2em;
}
#overlayMenu .overlayMenuNavi .h1_menu p {
    color: #006ab7;
    font-size: 1.6em;
	font-weight: bold;
}

.breadcrumb-list-item h1,
.breadcrumb-list-item h2{
	font-weight: normal;
}

#overlayMenu .overlayMenuNavi nav ul li {
    margin: 0 0 10px 0;
    color: #000;
    overflow: hidden
}
#overlayMenu .overlayMenuNavi nav ul li span {
    border-bottom: 2px solid #006ab7;
    font-weight: bold;
}
#overlayMenu .overlayMenuNavi nav ul li a {
    position: relative;
    display: inline-block;
    padding: 2px 0;
    color: #000;
    font-weight: bolder;
    text-decoration: none;
    transition: .6s;
    z-index: 0
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuNavi nav ul li a {
}
}
/*#overlayMenu .overlayMenuNavi nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(-110%, 0, 0);
    transition: .3s;
    background: #fff;
    z-index: -1
}*/
#overlayMenu .overlayMenuNavi nav ul li a:hover {
    color: #fff;
}
#overlayMenu .overlayMenuNavi nav ul li a:hover:before {
    transform: translate3d(0, 0, 0)
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn {
    position: absolute;
    top: 6px;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #d1b240;
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuNavi #overlayCloseBtn {
    top: 26px;
    right: 40px;
    width: 40px;
    height: 40px
}
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn span {
    position: absolute;
    top: 23px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #006ab7;
    transform: rotate(0);
    transition-delay: .6s;
    transition-duration: .6s
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuNavi #overlayCloseBtn span {
    top: 12.5px;
    width: 40px
}
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn.isAnimate span:nth-child(1) {
    transform: rotate(45deg)
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn.isAnimate span:nth-child(2) {
    transform: rotate(-45deg)
}
#overlayMenu .mab {
    margin-bottom: 2px !important
}
#overlayMenu .overlayMenuInfo {
    display: none;
    width: 100%;
    height: auto;
    padding: 10%;
    background-color: rgba(255,255,255,0);
    overflow: auto
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuInfo {
    display: block;
    width: 60%;
    height: 100%
}
    

}
#overlayMenu .overlayMenuInfo h1 {
    font-size: 2em;
    font-weight: bolder
}
#overlayMenu .overlayMenuInfo table {
    display: table;
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-collapse: collapse
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuInfo table {
    margin: 40px 0
}
}
#overlayMenu .overlayMenuInfo table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
    vertical-align: middle;
    border: 0 !important
}
#overlayMenu .overlayMenuInfo table tbody tr th div {
    display: flex;
    justify-content: space-between;
    align-items: center
}
#overlayMenu .overlayMenuInfo table tbody tr th div time {
    margin: 0 10px 0 0;
    color: #eb6877;
    font-weight: normal !important
}
#overlayMenu .overlayMenuInfo table tbody tr th div .labelNews {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.75em;
    font-weight: bolder;
    background-color: #eb6877
}

@media screen and (min-width: 1480px) {
#overlayMenu .overlayMenuInfo table tbody tr th {
    display: table-cell;
    width: 25%;
    padding: 15px 0 !important
}
}
#overlayMenu .overlayMenuInfo table tbody tr td {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
    line-height: 1.5;
    vertical-align: middle;
    border: 0 !important
}
#overlayMenu .overlayMenuInfo table tbody tr td a {
    color: #000
}

@media screen and (min-width: 1480px) {
#overlayMenu .overlayMenuInfo table tbody tr td {
    display: table-cell;
    width: 75%;
    padding: 15px !important
}
}
#overlayMenu .overlayMenuInfo>a {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 0 40px 0;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    background-color: #214880;
    border: 1px solid #214880;
    overflow: hidden;
    transition: .3s;
    z-index: 0
}
#overlayMenu .overlayMenuInfo>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: .6s;
    background: #fff;
    z-index: -1
}
#overlayMenu .overlayMenuInfo>a:hover {
    color: #214880
}
#overlayMenu .overlayMenuInfo>a:hover:before {
    transform: translate3d(0, 0, 0)
}

@media screen and (min-width: 768px) {
#overlayMenu .overlayMenuInfo>a {
    font-size: 2em
}
}
#overlayMenu.open {
    transform: translate3d(0, 0, 0);
    opacity: 1
}
#pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000
}
#overlayBtn {
    margin-left: 10px;
}
#overlayBtn p {
    font-size: 0.8em;
    color: #006cb8;
}
@media screen and (min-width: 768px) {
    #overlayBtn p {
    font-size: 1em;
}
}
@media screen and (min-width: 768px) {
}
    #topcontrol {
        width: 50px;
        bottom: 60px!important;
		z-index: 2;
    }
.menu_h1{
    font-weight: bold;
}