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

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


.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}

.wrapper-flex {
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    
    background-color: #FFF;
    border-radius: 0;
    box-shadow: none;
    
}


/***HEADER***/
.header {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    background-color: #295EC1;
    top: 0;
    left: 0;
    z-index: 100;
    float: none;
}

.header .hdr-fix {
    width: 95%;
    max-width: 1400px;
    height: unset;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: unset;
    left: unset;
}

.header .hdr-logo {
    width: 50%;
    max-width: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 110%;
}

.header nav.hdr-nav {
    width: 100%;
    height: 95%;
    margin: 0;
    padding: 5% 0 0;
    float: none;
    position: fixed;
    top: -100%;
/* Start off the screen */
/* top: 50px;*/
    left: 0;
    z-index: 10000;
    
    overflow-y: scroll;
    background-color: #123b86;
    transition: top 0.3s all; /* Change the property to 'top' */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
}

.header ul.nav-list li {
    margin: 0 auto 10px;
}


/**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: 25px;
    height: 25px;
    margin: 0 auto;
}

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

#hamburger-menu span:nth-child(1) {
    top: 0px;
}
#hamburger-menu span:nth-child(2) {
    width: 80%;
    top: 10px;
}
#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);
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
}

/****/



/***MAIN***/


.main {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.main .main-contents {
    width: 100%;
    min-height: 800px;
    float: none;
    padding: 20px 0 60px;
}

.page-hd {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-hd .notification {
    width: 15%;
    max-width: 70px;
    margin: 0 1% 0 0;
    position: relative;
    
}

.page-hd .notification a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-hd .notification .alert {
    width: 10px;
    height: 10px;
    background-color: #F54545;
    border-radius: 20px;
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: 1;
}

.page-hd .notification .icon {
    width: 100%;
    line-height: 70%;
}

.page-hd .user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 90%;
    font-weight: 600;
    line-height: 110%;
}

.page-hd .user:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/pagehd/user.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*
.page-hd .user:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/pagehd/user_arr-d.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
*/

.pagesub-hd {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h1.page-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #295EC1;
    font-size: 160%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
h1.page-title:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/icon/order-bl.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
h1.page-title.page-order:before { background-image: url("../img/common/icon/order-bl.svg"); }
h1.page-title.page-repeat:before { background-image: url("../img/common/icon/repeat-bl.svg"); }
h1.page-title.page-history:before { background-image: url("../img/common/icon/history-bl.svg"); }
h1.page-title.page-news:before { background-image: url("../img/common/icon/news-bl.svg"); }
h1.page-title.page-contact:before { background-image: url("../img/common/icon/contact-bl.svg"); }

h1.page-title:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    margin: 10px 0 0;
    background-color: #D5DDE8;
    border-radius: 10px;
}

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

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

section.page-sec:last-child {
    margin: 0;
}

h2.page-mds {
    width: 96%;
    margin: 0 auto 10px;
    padding: 10px 2%;
    position: relative;
    overflow: hidden;
    background-color: #497BD8;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    font-size: 140%;
    font-weight: 500;
}




/***NEWS**/

section.box-sec {
    width: 94%;
    margin: 0 auto 30px;
    padding: 20px 2% 10px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border: solid 3px #EAEAEA;
    border-radius: 5px;
}

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

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

ul.news-list li a {
    width: 96%;
    margin: 0 auto;
    padding: 15px 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #363636;
    background-color: #FFF;
    transition: all 0.2s;
}

ul.news-list li a:hover {
    background-color: #cbd1db;
}

ul.news-list li a .date {
    width: 35%;
    margin: 0 10px 0 0;
    font-size: 80%;
}
ul.news-list li a .cat {
    width: 45%;
    margin: 0 5% 0 0;
    padding: 5px 0;
    font-size: 70%;
    line-height: 110%;
    background-color: #F2F2F2;
    color: #295EC1;
    text-align: center;
    letter-spacing: 0.2em;
}
ul.news-list li a .cat.cat-imp {
    background-color: #FFE8E8;
    color: #E60012;
}
ul.news-list li a .cat.cat-new {
    background-color: #259CB9;
    color: #FFF;
}

ul.news-list li a .title {
    width: 100%;
    font-size: 90%;
    line-height: 160%;
    font-weight: 600;
}

ul.news-list li a .marker {
    width: 15%;
    padding: 5px 0;
    font-size: 70%;
    line-height: 110%;
    text-align: center;
    color: #FFF;
    background-color: #E60012;
    border: solid 1px #E60012;
    animation: flash 2.0s infinite;
  transition: background-color 0.5s, color 0.5s;
}

@keyframes flash {
  0%, 100% {
    background-color: transparent;
    color: #E60012;
  }
  50% {
    color: #FFF;
    background-color: #E60012;
  }
}

.pagination {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 2%;
}

.pagination .page {
    width: 35px;
    height: 35px;
    background-color: #285EC1;
    border-radius: 2px;
    font-size: 90%;
    font-weight: 700;
}

.pagination .page.here {
    background-color: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #295EC1;
}

.pagination .page a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
}

.pagination .page.here a {
    color: #295EC1;
}

.pagination .page a img {
    width: 35%;
}

/***NEWS ARTICLE***/


h3.article-title {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 2px #285EC1;
}

.article-info {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article-info .date {
    font-size: 90%;
    margin: 0 20px 0 0;
}
.article-info .cat {
    width: 10%;
    margin: 0 5% 0 0;
    padding: 5px 0;
    font-size: 70%;
    line-height: 110%;
    background-color: #F2F2F2;
    color: #295EC1;
    text-align: center;
    letter-spacing: 0.2em;
}
.article-info .cat.cat-imp {
    background-color: #FFE8E8;
    color: #E60012;
}
.article-info .cat.cat-new {
    background-color: #259CB9;
    color: #FFF;
}

.article-contents {
    padding: 0 0 60px;
}

.article-contents img {
    max-width: 500px;
    margin: 0 auto 30px;
    display: block;
}

.btn-news a:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    background-image: url("../img/common/icon/news-w.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

}