@charset "UTF-8";

/*  display
===================================*/
.displaynone {
    display: none !important;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
}
header > h1 {
	background: #bde4ea;
    font-size: 3.2rem;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
}


/*  footer
===================================*/
footer {
    position: relative;
    width: 100%;
}
footer > h6 {
    background: #bde4ea;
    font-size: 1.0rem;
    text-align: center;
    padding: 5px 20px;
}


/*  レイアウト
===================================*/
article {
    position: relative;
    width: 100%;
}
.sbody {
    width: 100%;
    position: relative;
    padding-bottom: 120px;
    min-height: calc(100vh - 98px);
}


/* login
=====================================*/
.login-are {
    position: relative;
    width: 100%;
    padding-top: 100px;
}
.login-are .title {
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.login-are .form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.login-are .form li {
    padding-top: 25px;
}
.login-are .form li:first-of-type {
    padding-top: 0;
}
.login-are .form li p {
    font-size: 1.6rem;
    font-weight: 600;
}

.login-are .form li input {
    border: 1px solid #c5c5c5;
    height: 42px;
}

.login-are .error-are {
    margin-top: 0;
}
.login-are .error-are li {
    padding-top: 0;
}

.login-are .btn-are {
    margin-top: 40px;
}
.login-are .btn-are .login-btn {
   height: 54px;
    max-width: 200px;
}


/*  article
===================================*/
.slideon {
    display: -webkit-flex;
    display: flex;
}

/*/// 固定版 ///*/
.slmenu {
    width: 200px;
    background-color: #f0f0f0;
}

.slbody {
    width: calc(100% - 200px);
    margin-left: auto;
    padding-left: 35px;
    padding-right: 45px;
    position: relative;
    padding-bottom: 100px;
    min-height: calc(100vh - 98px);
}

/*/// slmenu ///*/
.slmenu ul {
    margin-top: 5px;
}
.slmenu ul li {
    border-bottom: 1px solid #ccc;
}
.slmenu ul li a {
    position: relative;
    font-size: 1.42rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 15px;
    height: 64px;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 10px;
}
.slmenu ul li a small {
    font-size: 1.2rem;
}

.slmenu ul li a:hover {
    background-color: #c8dbf4;
}
.slmenu ul li.on a {
    background-color: #2863b2;
    color: #fff;
}
.slmenu ul li.on a:hover {
    background-color: #2863b2;
}


/*  title
=====================================*/
.title-page {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
.title-page.zro {
    margin-bottom: 0;
}

.title-page:before {
    content: "";
    width: 8px;
    height: 54px;
    background-color: #2863b2;
    margin-right: 15px;
}
.title-page h2 {
    font-size: 3.1rem;
    line-height: 1;
    font-weight: 500;
    color: #085cb5;
}

.title-page .blk {
    margin-left: 30px;
}

.title-nav {
    position: relative;
    margin-bottom: 30px;
}
.title-nav > ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.title-nav > ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #2863b2;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav > ul > li {
    margin: 0 7px;
    min-width: 170px;
    text-align: center;
}
.title-nav > ul > li a {
    position: relative;
    padding: 15px 20px;
    padding-bottom: 18px;
    color: #777;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    border: 1px solid #c5c5c5;
}
.title-nav > ul > li a:hover {
    background-color: #eee;
    color: #222;
}

.title-nav > ul > li.on a {
    color: #222;
    background-color: #e2f1fa;
    border: 1px solid #2863b2;
    border-bottom: 0;
    font-weight: 500;
}
.title-nav > ul > li.on a:hover {
    background-color: #e2f1fa;
    border: 1px solid #2863b2;
}
.title-nav > ul > li.not a {
    pointer-events: none;
    color: #bababa;
}

.title-nav.sub {
    margin-top: 15px;
    margin-bottom: 0;
}
.title-nav.sub li {
}
.title-nav.sub li.on a {
}
.title-nav.sub li.on a:after {
}

.title-nav .sbnav {
    background: #9db8dc;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
    padding-top: 20px;
    margin-bottom: 25px;
}
.title-nav .sbnav:after {
    display: none;
}
.title-nav .sbnav li {
    margin: 0 7px;
}
.title-nav .sbnav li:first-of-type {
    margin-left: 0;
}

.title-nav .sbnav li a {
    position: relative;
    padding: 0 18px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1;
    color: #5e5e5e;
    border: 1px solid #5287cf;
    border-bottom: 0;
    background-color: #d9e3f2;
    border-radius: 5px 5px 0 0;
    font-size: 1.55rem;
}
.title-nav .sbnav li a:hover {
    background-color: #fff;
}

.title-nav .sbnav li.on {
    pointer-events: none; 
}
.title-nav .sbnav li.on a {
    color: #222222;
    background-color: #ffffff;
    font-weight: 500;
}
.title-nav .sbnav li.on a:hover {
    background: none;
}


/* tabl-are
===================================*/
.tabl-are {
    display: block;
}


/*///// table /////*/
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
    letter-spacing: normal;
    border: 1px solid #cccccc;
    height: 100%;
    min-height: 240px;
}
table th,
table td {
    border-bottom: 1px solid #cccccc;
}

/*///// thead /////*/
thead {
    background-color: #f0f0f0;
    font-size: 1.4rem;
}
thead th {
    font-size: 1.4rem;
    padding: 10px 15px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}
thead th.bts {
    width: 80px;
}
thead th.day {
    width: 120px;
}

/*///// tbody /////*/
tbody th,
tbody td {
    padding: 15px 15px;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: left;
}

tbody .day {
    font-size: 1.3rem;
}


.tabl-are thead th.bts {
    padding-right: 0;
}
.tabl-are tbody td:nth-child(1) {
    padding-right: 0;
}


/* form
===================================*/
.fm-box {
    display: -webkit-flex;
    display: flex;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-bottom: 0;
    word-break: break-all;
}
.fm-box:last-of-type {
    border-bottom: 1px solid #ccc;;
}

.fm-box .moku {
    flex-shrink: 0;
    width: 100%;
    max-width: 210px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    border-right: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 18px;
    padding-right: 12px;
    padding-left: 15px;
    font-size: 1.45rem;
    font-weight: 500;
}
.fm-box .reed {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
    padding: 18px;
    padding-left: 25px;
    line-height: 1.6;
}
.fm-box .moku .hisu {
    font-size: 1.0rem;
    line-height: 1;
    padding: 3px 3px;
    border-radius: 3px;
    background-color: #DF2528;
    color: #ffffff;
    height: auto;
    white-space: nowrap;
    margin-left: auto;
}









        
