@charset "UTF-8";
/* ==========================================================================

    Theme Name: NEO CL
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

   ========================================================================== */

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    background: #fff;
    color: #2d373f;
    font-family: sans-serif;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #A4DDF1;
    text-shadow: none;
}

::selection {
    background: #A4DDF1;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p{ margin: 0; }

ul,ol,li,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    max-width: 100%;
    height:auto;
}

a,
a:hover{
    color: #05b2d2;
}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    color: #05b2d2;
    text-decoration: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button{
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.block{ display: block; }

.mb10{ margin: 0 0 10px; }
.mb20{ margin: 0 0 20px; }
.mb30{ margin: 0 0 30px; }
.mb40{ margin: 0 0 40px; }

.ml10{ margin: 0 0 0 10px; }
.ml20{ margin: 0 0 0 20px; }

.lft{ text-align: left; }
.ctr{ text-align: center; }
.rgt{ text-align: right; }

.btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    border: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
   -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, color, background-color;
    transition-property: transform, color, background-color;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
    overflow: hidden;
}
.btn-sm {
    min-width: 0px;
    height: 20px;
    font-size: 10px;
    line-height: 0px;
}

.btn-s{
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px; font-size:1.3rem;
}

.btn.tbl-btn{
    min-width: inherit;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px; font-size: 1.2rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.btn.tbl-btn:hover,
.btn.tbl-btn:focus,
.btn.tbl-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn i{
    margin: 0 5px 0 0;
}

.btn-memo i{
    margin: 0;
}

.btn-blue{
    background: #05b2d2;
    color: #fff;
}

.btn-orange{
    background: #ffbe0d;
    color: #fff;
}

.btn-green{
    background: #1ebba6;
    color: #fff;
}

.btn-gray{
    background: #a3b0b7;
    color: #fff;
}

.btn-red{
    background: #CC0200;
    color: #fff;
}

.btn:hover{
    color: #fff;
    text-decoration: none;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #f0aa00;
  color: white;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #009ed2;
  color: white;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #0aa792;
  color: white;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  background-color: #8f9ca3;
  color: white;
}

.btn-green:disabled {
    background-color: #8f9ca3;
    color: white;
    cursor: not-allowed;
}
.btn-green:disabled:hover,
.btn-green:disabled:focus,
.btn-green:disabled:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn-bdr-blue{
    display: inline-block;
    line-height: 1;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #009ed2;
    color: #009ed2;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.btn-bdr-blue:hover,
.btn-bdr-blue:focus,
.btn-bdr-blue:active {
    background-color: #009ed2;
    color: #fff;
    text-decoration: none;
}

select {
    display: inline;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border:1px solid #d5d9dd;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9 url(../img/common/arrow_down_select@3x.png) no-repeat right 5px center;
    background-size: 10px 6px;
    cursor: pointer;
    text-indent: .01px; /*Firefox*/
    text-overflow: ""; /*Firefox*/
    font-size: 14px; font-size: 1.4rem;
}

select::-ms-expand {
  display: none;
}

select {
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border: none;
    border: 1px solid #d5d9dd;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(165,165,165,0.2) inset;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 14px; font-size: 1.4rem;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    width: 50%;
}

input[type="text"].small,
input[type="password"].small,
input[type="email"].small,
input[type="tel"].small{
    width: 20%;
    margin: 0 10px 0 0;
}

input[type="text"].large,
input[type="password"].large,
input[type="email"].large,
input[type="tel"].large{
    width: 100%;
}

textarea{
    width: 100%;
    padding: 5px 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    height: 33px;
    line-height: 33px;
}

input[type="radio"],
input[type="checkbox"]{
    margin: 0 5px 0 0;
    font-size: 16px; font-size: 1.6rem;
}

.icheckbox_square-yellow,
.iradio_square-yellow{
    margin: 0 5px 0 0;
}

.tbl-striped .icheckbox_square-yellow,
.tbl-striped .iradio_square-yellow{
    margin: 0;
}

label{
    position: relative;
    display: inline-block;
    margin: 0 20px 10px 0;
}

input[type="radio"]{
    margin: 0 5px 0 0;
}

.wrapper{ margin: 0 10px}


#page{
    position: relative;
    margin: 50px 0 0;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

/* ============
    Header
   ============ */

#header-container{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 50px;
    background: #ffc830;
    z-index: 2;
    overflow: hidden;
}

#header-container .wrapper{
    margin: 0;
}

#header-container .logo{
    float: left;
    display: inline;
    width: 200px;
    margin: 0;
    padding: 0 10px;
    /*background: #ee7836;*/
    background: #ffbe0d;
    text-align: center;
}

#header-container .logo a{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px; font-size: 2.2rem;
    text-decoration: none;
}

#header-container .header-info{
    float: right;
    display: inline;
    width: auto;
    height: 50px;
    margin: 0;
    font-size: 0;
}

#header-container .header-info ul{
    font-size: 14px;
    font-size: 1.4rem;
}

#header-container .header-info li{
    display: inline-block;
    margin: 0 0 0 20px;
    color: #fff;
}

#header-container .header-info li:last-child{
    margin: 0;
}

#header-container .header-info .btn-logout{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-left: 1px solid #ffb403;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px; font-size: 1.4rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-logout:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffb403;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-logout:hover,
.btn-logout:focus,
.btn-logout:active {
    color: white;
}

.btn-logout:hover:before,
.btn-logout:focus:before,
.btn-logout:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


#header-container .header-info .btn-logout i{
    margin: 0 5px 0 0;
}

#header-container .header-info .btn-logout:hover{

}


/* ============
    Menu
   ============ */

#side{
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    padding: 50px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(163,176,183,0.3);
    background: #fff;
    z-index: 1;
    overflow: auto;
}


#gnav li{
    position: relative;
    border-bottom: 1px solid #eaedf1;
}

#gnav li a{
    position: relative;
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #717e85;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#gnav li.active a{
    background: #eaedf1;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    color: #ee7836;
}

#gnav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaedf1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#gnav li a:hover,
#gnav li a:focus,
#gnav li a:active {
    color: #2d373f;
}
#gnav li a:hover:before,
#gnav li a:focus:before,
#gnav li a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#gnav li.active a:hover{
    color: #ee7836;
}

#gnav li.company-select {
    padding: 10px;
}

#gnav li.company-select span{
    display: block;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    color: #717e85;
}

.hdr-lft{
    float: left;
    display: inline;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
}

.hdr-lft .my-company{
    display: inline-block;
    color: #fff;
}

.hdr-lft .btn-hdr-close{
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 10px;
    padding:5px 10px;
    border: none;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    font-size: 16px; font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    color: #fff;
}

.txt-admin{
    float: left;
    display: inline;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 33px;
    color: #fff;
    font-weight: bold;
    font-size: 20px; font-size: 2.0rem;
}

.hdr-help-btn{
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 0;
    border-left: 1px solid #ffb403;
    background: transparent;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hdr-help-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffb403;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hdr-help-btn:hover:before,
.hdr-help-btn:focus:before,
.hdr-help-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hdr-help-btn .material-icons-outlined{
    vertical-align: middle;
}

.popup-help{
    display: none;
    position: fixed; 
    top: 50px; 
    right: 125px;
    width: auto;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(163,176,183,0.5);
    background: #FFF;
    z-index: 2;
}

.popup-help li{
    border-bottom: 1px solid #eaedf1;
}

.popup-help li:last-child{
    border: 0;
}

.popup-help li a{
    position: relative;
    display: block;
    padding: 10px 20px 10px 0;
    text-decoration: none;
    color: #2d373f;
    transition: .3s;
}

.popup-help li a::before{
    position: absolute;
    display: block;
    content: "\f105";
    top: 50%;
    right: 0;
    line-height: 1;
    margin: -0.5em 0 0;
    font-family: 'FontAwesome';
}

.popup-help li a:hover{
    color: #ee7836;
}

.popup-news{
    display: none;
    position: fixed;
    top: 60px;
    right: 125px;
    width: 500px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(163,176,183,0.5);
    background: #fff;
    z-index: 2;
}

.popup-news .news-hdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background: #ffc830;
    color: #fff;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.popup-news .news-hdr .js-close_news_popup{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffb403;
    text-align: center;
    cursor: pointer;
}

.li-popup-news li{
    border-bottom: 1px solid #eaedf1;
}

.li-popup-news li a{
    display: flex;
    align-items: stretch;
    padding: 10px 0;
    text-decoration: none;
}

.li-popup-news li a .tag{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
}

.li-popup-news li a .news-ttl{
    text-decoration: underline;
    flex: 1;
}

.li-popup-news li a .tag-new{
    display: inline-block;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 0 5px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #EE5F5B;
    color: #EE5F5B;
    font-size: 12px; font-size: 1.2rem;
}

.popup-news .more-btn{
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    border: 1px solid #A3B0B7;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: #2d373f;
}

/* ============
    Main
   ============ */

#main-container{
    position: relative;
    min-width: 980px;
    margin: 0 0 0 220px;
    padding: 0;
    background: #eaedf1;
}

#main-container .container{
    margin: 0 0 40px;
}

#main-container .wrapper{
    margin: 0 40px;
    padding: 40px 0 0;
}

#main-container .inner{
    /*min-height: 323px;*/
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(163,176,183,0.3);
    background: #fff;
}

.hx-main{
    height: 45px;
    margin: 0 0 30px;
    font-size: 30px; font-size: 3.0rem;
    font-weight: bold;
}

.hx-sub{
    margin: 0 -20px 20px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #eaedf1;
    font-size: 20px; font-size: 2.0rem;
}

.hx-tbl-ttl{
    margin: 0 0 20px;
    padding: 0 0 0 11px;
    border-left: 3px solid #FFC830;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.hx-modal-ttl{
    margin: -20px -30px 20px;
    padding: 20px 30px;
    background: #eaedf1;
    font-size: 20px; font-size: 2.0rem;
}

#main-container .btn-area,
.ui-dialog .btn-area{
    position: relative;
    text-align: right;
}

#main-container .btn-area .btn-lft,
.ui-dialog .btn-area .btn-lft{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
}

#main-container .btn-area li,
.ui-dialog .btn-area li{
    display: inline-block;
    margin: 0 0 10px 10px;
}

#main-container .btn-area-lft{
    position: relative;
    text-align: left;
}

#main-container .btn-area-lft li{
    display: inline-block;
    margin: 0 10px 0 0;
}

.tbl-striped{
    /*table-layout: fixed;*/
    width: 100%;
    margin: 0 0 20px;

}

.tbl-striped th{
    line-height: 1.4;
    padding: 8px;
    border: 1px solid #2D373F;
    background: #2D373F;
    color: #fff;
    font-weight: bold;
    font-size: 11px; font-size: 1.1rem;
}

.tbl-striped tbody tr{
    border: 1px solid #d8d8d8;
    background: #fff;
}

.tbl-striped td{
    padding: 8px;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-striped .break{
    word-break: break-all;
}

.tbl-striped>tbody>tr>td{
    vertical-align: middle;
}

.tbl-striped tbody tr td{
    border: 1px solid #d8d8d8;
}

.tbl-striped td input{
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 0;
    font-size: 12px; font-size:1.2rem;
    vertical-align: bottom;
}

.tbl-striped th input[type="checkbox"]{
    margin: 0;
}

.tbl-striped td input[type="radio"],
.tbl-striped td input[type="checkbox"]{
    width: auto;
    font-size: 16px; font-size: 1.6rem;
}

.tbl-striped td input.inline{
    width: auto;
    margin: 0 5px 0 0;
}

.tbl-striped select{
    height: 26px;
    line-height: 24px;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-form,
.tbl-bdr{
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}

.tbl-form tr,
.tbl-bdr tr{
    border-bottom: 1px solid #d8d8d8;
}

.tbl-bdr th{
    padding: 10px;
    text-align: left;
}

.tbl-bdr td{
    padding: 10px;
}

.tbl-form th{
    width: 30%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
}

.tbl-form.message-ttl{
    margin: 0 0 40px;
    border: 1px solid #d8d8d8;
}

.tbl-form.message-ttl th{
    width: 20%;
    background:#eaedf1;
    border: 1px solid #d8d8d8;
}

#manual .tbl-form th{
    width: 20%;
    font-weight: normal;
}

.tbl-form td{
    width: 70%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

.tbl-form.col3 td{
    width: 35%;
}

.tbl-form thead td{
    font-weight: bold;
    text-align: center;
}

.tbl-form td .btn{
    height: 33px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

.tbl-form td .tbl-striped .btn{
    height: 26px;
    line-height: 26px;
}

.tbl-form td .request-amount label{
    margin: 0;
}

.tbl-form td .request-amount input[type="text"]{
    width: 50%;
    margin: 0 5px 0 0;
}

.tbl-form td .request-amount select{
    width: 50%;
}

.tbl-form tr.border-dot {
    border-bottom: 1px dotted #efefef;
}

.tbl-nest {
    width: 100%;
    margin: 0 0 10px;
}

.tbl-nest tr{
    margin: 0 0 10px;
    border: none;
}

.tbl-nest th{
    padding: 5px 0;
    font-weight: normal;
}

.tbl-nest td{
    padding: 5px 0 5px 10px;
}

.tbl-nest td input{
    width: 100%;
}

.required{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 3px;
    border-radius: 2px;
    background: #f04848;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.dl-form dt{
    margin: 0 0 5px;
    font-weight: bold;
}

.dl-form dd{
    margin: 0 0 20px;
}

.form-error{
    color: #f04848;
}

.alert{
    position: relative;
    dispaly: block;
    margin: 0 0 20px;
    padding: 20px 20px 20px 70px;
    font-size: 13px; font-size: 1.3rem;
}

.alert i{
    margin: 0 10px 0 0;
    font-size: 20px; font-size: 2.0rem;
}

.alert .close{
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0;
    font-size: 30px; font-size: 3.0rem;
    text-decoration: none;
    text-align: center;
}

.alert .close i{
    font-size: 30px; font-size: 3.0rem;
}

.alert-danger{
    border: 1px solid #e1c3c3;
    background: #ffe1e1;
    color: #f04848;
    font-weight: bold;
}

.alert-danger:before{
    position: absolute;
    display: block;
    content: "\f071";
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 1;
    margin: -15px 0 0;
    font-family: 'FontAwesome';
    font-size: 30px; font-size: 3.0rem;
}

.alert.alert-danger .close i{
    color: #d7b9b9;
}

.alert-success{
    border: 1px solid #b6e1c0;
    background: #deffde;
    color: #43b581;
    font-weight: bold;
}

.alert-success:before{
    position: absolute;
    display: block;
    content: "\f058";
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 1;
    margin: -15px 0 0;
    font-family: 'FontAwesome';
    font-size: 30px; font-size: 3.0rem;
}

.alert.alert-success .close i{
    color: #acd7b6;
}

.page-number{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    height: 40px;
}

.page-number .label-box label{
    line-height: 36px;
    margin: 0 20px 0 0;
}

.page-number p{
    display: block;
    margin-right: auto;
}

.page-number .pagination-area{
    display: block;
}

.pagination-area{
    text-align: right;
}

.pagination{
    display: inline-block;
    margin: 0 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pagination>li{
    display: inline;
}

.pagination>li>a,
.pagination>li>span{
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 10px 12px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #ffbe0d;
    background: #fff;
    color: #ffbe0d;
    font-weight: bold;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color: #ffbe0d;
    background-color: #ffbe0d;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background: #ffbe0d;
    color: #fff;
    z-index: 3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    color: #A3B0B7;
    cursor: not-allowed;
    border: 1px solid #ffbe0d;
    background: #fff;
}

.col2,
.li-flex,
.td-flex{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}

.li-flex{
    margin: 0 -10px;
}

.li-flex li{
    margin: 0 10px;
    flex: 1;
}

.td-flex .txt{
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0 0 0 10px;
}

.td-flex .txt-lft{
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

.search .col2{
    margin: 0 -20px 20px;
}

.col2 .col{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col2 .col.row{
    width: 100%;
}

.search .col2 .col{
    padding: 0 20px;
}

.search .col2 .col .form-label{
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}

.search .col2 .col {
    margin: 0 0 20px;
}

.search input[type="text"],
.search input[type="password"],
.search input[type="email"],
.search input[type="tel"],
.tbl-form input[type="text"],
.tbl-form input[type="password"],
.tbl-form input[type="email"],
.tbl-form input[type="tel"]{
    width: 100%;
}

.search .inner-flex{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.input-wrap{
    flex: 1;
}

.search .inner-flex.half{
    width: 50%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



.form-txt{
    display: inline-block;
    line-height: 33px;
    margin: 0 10px;
}

.total-count{
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    color: #ffbe0d;
}

.li-bdr-link {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -10px
}

.li-bdr li{
    margin: 0 0 10px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #eaedf1;
}

.li-bdr-link li{
    width: 50%;
    margin: 0 0 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.li-bdr-link li a{
    position: relative;
    display: block;
    padding: 10px;
    border: 1px solid #ffbe0d;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #ffbe0d;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.li-bdr-link li a:hover, .li-bdr-link li a:focus, .li-bdr-link li a:active {
    background-color: #ffbe0d;
    color: white;
}

.ui-widget-overlay{
    background: #2d373f;
    opacity: .6;
}

.request-amount .flex-box.nowrap{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.request-amount .flex-box.nowrap p{
    line-height: 33px;
}

.tbl-striped.tbl-main-form.sendtime td{
    text-align: center;
    font-weight: bold;
}

.tbl-striped.tbl-main-form.sendtime tr:first-of-type td,
.tbl-striped.tbl-main-form.sendtime tr:nth-of-type(3) td{
    background: #eaedf1;
}

.file-wrap{
    position: relative;
}

.btn-file{
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 124px;
}

.btn.btn-file:hover,
.btn.btn-file:focus,
.btn.btn-file:active{
    transform: none;
}
.tbl-form td .file-wrap .btn{
    margin: 0;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .60);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

.modal-container {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-inner {
  display: table-cell;
  padding: 2.7em 2em; /* モーダル外側の余白 */
  vertical-align: middle;
}
.modal-main {
  margin: 0 auto;
  padding: 20px 30px; /* モーダル内側の余白 */
  max-width: 550px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

#modal-close{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -20px;
    right: -20px;
    border-radius: 20px;
    background: #3f3f3f;
    color: #fff;
    font-size: 24px; font-size: 2.4rem;
    text-align: center;
}

.modal-ttl{
    margin: 0 -15px 20px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 20px; font-size: 2.0rem;
    font-weight: normal;
}

.modal-ttl{
    margin: 0 -30px 20px;
    padding: 0 30px 15px;
}

.modal-container .count-txt{
    font-size: 18px; font-size: 1.8rem;
}

.modal-container #total_count{
     padding: 0 5px;
     font-weight: bold;
     font-size: 24px; font-size: 2.4rem;
     color: #ffbe0d;
 }
 
.modal-container .notice{
    color: #f04848;
}

 .modal-container #send_time{
    font-weight: bold;
 }
 
.tbl-striped.calendar td{
}
.tbl-striped.calendar .td-flex{
    flex-wrap: nowrap;
}

.tbl-striped.calendar .td-flex span{
    line-height: 26px;
    margin: 0 2px;
}

.tbl-striped.calendar .td-flex input[type="text"]{
    padding: 0;
    text-align: center;
}

.tbl-striped.calendar .date{
    text-align: center;
    margin: 0 0 5px;
    font-weight: bold;
}

.tooltip{
    position: relative;
    color: #1ebba6;
    margin: 0 0 0 5px;
    font-size: 18px; font-size: 1.8rem;
}

#login .tooltip{
    font-size: 18px; font-size: 1.8rem;
}

.hint {
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 280px;
    top: 125%;
    right: -10px; 
    padding: 0 0 50px;
}

#formlogin .hint,
.hint.rgt-view{
    right: auto;
    left: -10px;
}

.hint.ctr-view{
    right: auto;
    left: 50%;
    margin: 0 0 0 -140px;
}

.hint > .text {
    background: #f2f2f2;
    color: #261A15;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
}
.hint > .text::after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 12px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
}

.hint.rgt-view > .text::after{
    right: auto;
    left: 15px;
}

.hint.ctr-view > .text::after{
    right: auto;
    left: 50%;
    margin: 0 0 0 -5px;
}

.hint .txt-blue{
    display: block;
    color: #05b2d2;
    font-weight: bold;
}

.hint i{
    display: block;
    margin: 10px 0;
    font-size: 14px; font-size: 1.4rem;
    color: #261A15;
}

.pw-wrap{
    position: relative;
}

.pw-wrap .js-pw-disp{
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 20px; font-size: 2.0rem;
    line-height: 1;
    color: #717e85;
}

.form-flex{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.form-flex select{
    width: auto;
    margin: 0 10px 0 0;
}

.js-modal-click{
    cursor: pointer;
}

.tpl-select{
    height: 450px;
}

.unread{
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 8px;
    padding: 5px;
    border-radius: 4px;
    background: #f04848;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
}

span.deleteicon {
    position: relative;
    display: flex;
    align-items: center;
}
span.deleteicon span {
    position: absolute;
    display: block;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #d8d8d8;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

.folder-name-box{
    display: flex;
    margin: 0 0 40px;
    justify-content: flex-start;
    align-items: stretch;
    word-break: break-all;
}

.folder-name{
    display: inline-block;
    margin: 5px 0 0 10px;
    text-align: left;
    font-size:12px; font-size:1.2rem;
}

.li-upload-filename{
    margin: 5px 0 20px;
}

.li-upload-filename li{
    position: relative;
    line-height: 1.2;
    margin: 0 0 5px;
}

.notice-bg-box{
    display: inline-block;
    padding: 15px;
    background: #eaedf1;
}
 
.notice-bg-box dt{
    line-height: 1;
    margin: 0 0 10px;
    font-weight: bold;
}

.notice-bg-box dd{
    margin: 0 0 20px;
}

.notice-bg-box dd:last-of-type{
    margin: 0;
}
 
/* ============
    Footer
   ============ */

#footer-container{
    width: 100%;
    padding: 10px 0;
    background: #A3B0B7;

}

#footer-container .wrapper{
    margin: 0 40px;
    padding: 0;
}

#footer-container .copy{
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 12px; font-size: 1.2rem;
    color: #fff;
}

.datereflection {
    display: block;
    padding: 10px 0;
}

.workperformance-sumamount {
    width: 50%;
    float: left;
}


@media only screen and (max-width: 1162px) {



}