@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {


.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}

.header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.header .hdr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.header .hdr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-l {
    width: 50%;
}

.header .hdr-r {
    display: none;
}

.header .hdr-nav {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: fixed;
    top: -100%;
/* Start off the screen */
/* top: 60px;*/
    left: 0;
    z-index: 100;
    
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.95);
    transition: top 0.3s all; /* Change the property to 'top' */
    display: block;  
}

.header ul.nav-list {
    width: 100%;
    margin: 30px auto 60px;
    padding: 0;
    position: relative;
    overflow: visible;
    list-style: none;
    display: block;
}

.header ul.nav-list > li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 110%;
    transition: all 0.3s;
    border-bottom: solid 1px #006EBD;
    text-align: left;
}

.header ul.nav-list li:hover {
    opacity: 1.0;
}

.header ul.nav-list li:after {
    display: none;
}
.header ul.nav-list li:hover:after {
    display: none;
}

.header ul.nav-list li.jyunbi {
    width: 90%;
    margin: 0 auto;
    padding: 15px 5%;
    color: #888;
    display: flex;
    justify-content: flex-start;
    align-items: center;  
}

.header ul.nav-list li.jyunbi:after {
    content: "ー準備中ー";
    width:80px;
    height: 20px;
    display: block;
    margin: 0 0 0 10px;
    background-color: #E5E6FF;
    color: #000000;
    font-size: 70%;
    text-align: center;
}

.header ul.nav-list li a {
    width: 90%;
    margin: 0 auto;
    padding: 15px 5%;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
}
.header ul.nav-list a:before {
    display: none;
}

.header ul.nav-list li a:after {
    display: none;
}



/**SP NAV: BUTTONS***/

.sub-nav {
    width: 10%;
    display: flex;
    justify-content: flex-end;
}
.sub-btn {
    width: 50px;
    height: 50px;
    margin: 0;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn a {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-flex {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-icon {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.sub-btn .ham-icon {
    width: 100%;
}

#menu-wrapper {
    cursor: pointer;
    z-index: 100;
}

#hamburger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

#hamburger-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    color: black;
    background-color: #013F98;
    position: absolute;
    transform: rotate(0deg);
    transition: .3s all;
}

#hamburger-menu span:nth-child(1) {
    top: 5px;
}
#hamburger-menu span:nth-child(2) {
    width: 80%;
    top: 15px;
}
/*
#hamburger-menu span:nth-child(3) {
    top: 20px;
}
*/

#hamburger-menu.open span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
/*
    opacity: 0;
    transform: translateX(-60px);
    
*/
    width: 100%;
transform: translateY(-10px) rotate(-135deg);
    top: 25px;
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
}

/****/


/****MAIN****/

.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.contact {
    display: block;
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0D1167;
}

.contact a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}

.contact a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/hdr_icon-tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-hd {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.page-hd:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #0D1167;
    border-radius: 10px;
}

.page-hd h1.page-title {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
}

.pankuzu {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    color: #888888;
}

.pankuzu a {
    color: #888888;
    text-decoration: underline;
}

.page-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.page-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.page-sec .sec-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

h2.page-mds {

    width: 90%;
    margin: 0 auto 10px;
    padding: 20px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #F8F9FF;
    border-radius: 5px;
    
}


/****FOOTER****/

.pagetop {
    width: 10%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 26%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
    
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
-webkit-box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
-moz-box-shadow: 0px 0px 20px 0px rgba(1,6,152,0.35);
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10%;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer .ftr-main {
    width: 100%;
    margin: 0;
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #EFEFFF;
}

.footer .ftr-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ftr-wrap .ftr-l {
    width: 100%;
    margin: 0 0 60px;
}

.ftr-wrap .ftr-l .ftr-logo {
    width: 90%;
    max-width: 350px;
    margin: 0 0 10px;
}

.ftr-wrap .ftr-l .ftr-info {
    width: 100%;
    font-size: 90%;
    line-height: 180%;
    color: #343434;
} 

.ftr-wrap .ftr-r {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-wrap .ftr-r .sns-icon {
    width: 20%;
    max-width: 40px;
}


.copyright {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    text-align: right;
    color: #0D1167;
    font-size: 80%;
    line-height: 110%;
}

/****NEWS****/


ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.page ul.news-list {
    max-width: 1100px;
    margin: 0 auto;
}


ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 2px #BABABA;
}

ul.news-list li a {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #343434;
}

ul.news-list li .date {
    width: auto !important;
    margin: 0 10px 0 0;
    color: #5D5D5D;
    font-size: 90%;
    line-height: 180%;
}
.page ul.news-list li .date {
    width: auto!important;
    margin: 0 10px 0 0;;
}
ul.news-list li .cat {
    width: 45%;
    max-width: 100px;
    padding: 5px 0;
    background-color: #EBECFF;
    text-align: center;
    border-radius: 5px;
    font-size: 80%;
    line-height: 180%;
}
ul.news-list li .cat.cat-ippan { background-color: #FDEBF1; }
ul.news-list li .cat.cat-event { background-color: #D2F5FA; }


.page ul.news-list li .cat {    
    width: 45%;
    margin: 0 0 10px;
}
ul.news-list li .title {
    width: 100%;
    line-height: 180%;
}

.btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 2px #0D1167;
    border-radius: 50px;
    
    transition: all 0.3s;
    background-color: #FFF;
}

.btn:hover {
    background-color: #0D1167;
}

.btn a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    
    transition: all 0.3s;
    color: #0D1167;
}

.btn:hover a {
    width: 88%;
    padding: 10px 6%;
    color: #FFF;
}

.btn a:after {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block;    
    background-size: contain;
    background-repeat: no-repeat;
    
    transition: all 0.3s;
    background-image: url("../img/common/icon_arr-r.svg");

}

.btn:hover a:after {
    background-image: url("../img/common/icon_arr-r_w.svg");
}


}