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

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Zen Maru Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #F7FBFD;
    color: #363636;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;   
}

.wrapper {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {    
    color: #04A1EC;
    text-decoration: none;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}
.fade:hover {
	opacity: 0.5;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.wrapper-flex {
    width: 95%;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    
}

/***HEADER***/

.header {
/*
    width: 25%;
    max-width: 350px;
*/
    width: calc(1400px * 0.25);/** 25% of container=350px **/
    height: 100%;
    float: left;
    background-color: #295EC1;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 100;
}

.hdr-fix {
    width: 90%;
    max-width: 300px;
    height: 90vh;
    margin: 0 auto;
    padding: 20px 0;
    position: fixed;
    top: 5%;
/*    left: 5vw;*/
    left: calc((100vw - 1350px) / 2); /*} align with centered container */
}

.header .hdr-logo {
    width: 90%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 110%;
    transition: all 0.3s;
}
.header .hdr-logo:hover {
    opacity: 0.5;
}

.header .hdr-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

/**SP NAV: BUTTONS***/
.sub-nav {
    display: none;
}
/***/

.header nav.hdr-nav {
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
}

.header ul.nav-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 120%;
}

.header ul.nav-list li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    transition: all 0.3s;
}

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

.header ul.nav-list li:before {
    content: "";
    width: 5px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    
    transition: all 0.2s;
    background-color: transparent;
}

.header ul.nav-list li:hover:before {
    background-color: #FFF;
}

.header ul.nav-list li a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header ul.nav-list li a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.header ul.nav-list li#nl-home a:before {
    background-image: url("../img/common/icon/home-w.svg");
}
.header ul.nav-list li#nl-order a:before {
    background-image: url("../img/common/icon/order-w.svg");
}

.header ul.nav-list li#nl-repeat a:before {
    background-image: url("../img/common/icon/repeat-w.svg");
}

.header ul.nav-list li#nl-history a:before {
    background-image: url("../img/common/icon/history-w.svg");
}

.header ul.nav-list li#nl-news a:before {
    background-image: url("../img/common/icon/news-w.svg");
}

.header ul.nav-list li#nl-contact a:before {
    background-image: url("../img/common/icon/contact-w.svg");
}

.header .logout {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 50px;
    transition: all 0.3s;
}

.header .logout a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: block;
    text-align: center;
    color: #295EC1;
    transition: all 0.3s;
}

.header .logout:hover {
    background-color: #0e347b;
    letter-spacing: 0.1em;
}

.header .logout a:hover {
    color: #FFF;
}



/***MAIN***/


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

.main .main-contents {
    width: 75%;
    min-height: 950px;
    float: right;
    padding: 20px 0 60px;
}

.main .main-contents .mc-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.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: 10%;
    max-width: 50px;
    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: 90%;
    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: 95%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

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

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

.btn {
    width: 80%;
    max-width: 400px;
    margin: 100px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;    
    border-radius: 10px;
    
    transition: all 0.3s;
    background-color: #295EC1;
}

.btn:hover {
    background-color: #193F86;    
}

.btn a {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    transition: all 0.3s;
}

.btn:hover a {
    letter-spacing: 0.1em;
}

/***NEWS**/

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

section.box-news-sec {
    min-height: 500px;
}

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: 10px 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    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: 10%;
    margin: 0 5% 0 0;
    font-size: 80%;
}
ul.news-list li a .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;
}
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: 65%;
    font-weight: 700;
}

ul.news-list li a .marker {
    width: 5%;
    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;
}




