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

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

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

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    background: #e4edf5;
    color: #3F3F3F;
    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: #063f6b;
}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    color: #063f6b;
    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;
}

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

.inl-blc{ 
    display: inline-block;
}

.bold{ font-weight: bold; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    border-radius: 15px;
    -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: #f0f3f6;
    cursor: pointer;
    resize: none;
    font-size: 14px; font-size: 1.4rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    padding: 0 12px;
}

textarea{
    height: auto;
    line-height: 1.6;
    padding: 12px;
}

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

.select-wrap {
    position: relative;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 28px;
    color: #989aaf;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    line-height: 30px;
    padding: 0 24px 0 12px;
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    background: #f0f3f6;
    color:#34364b;
    width:100%;
    font-size :14px; font-size: 1.4rem;
}
select option{
  background-color: #f0f3f6;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

select[multiple],
select[size]{
    height: auto;
    padding: 6px 12px;
    border-radius: 15px;
}

select[multiple]{
    height: 96px;
}

.w50{ width: 50% !important; }

.tbl-striped input[type="text"],
.tbl-striped input[type="password"],
.tbl-striped input[type="email"],
.tbl-striped input[type="tel"],
.tbl-striped select{
    font-size: 12px; font-size: 1.2rem;
}

.btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 140px;
    height:40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    border-radius: 20px;
    border: none;
    -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: 0 0 1px rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    font-size: 14px; font-size: 1.4rem;
}

.btn-outline{
    min-width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 13px; font-size: 1.3rem;
}

.btn-m{
    min-width: 58px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px; font-size: 1.3rem;
}

.btn:hover, .btn:focus, .btn:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-orange{
    background: #f49b17;
}

.btn-orange:hover{
    background: #ff9a03;
}


.btn-blue{
    background:  #71d3ea;
}

.btn-blue:hover{
    background: #53cdea;
}

.btn-red{
    background: #e35663;
}

.btn-red:hover{
    background: #e23847;
}

.btn-gray{
    background: #cacce1;
}

.btn-gray:hover{
    background: #aeb0c1;
}

.btn-green-o{
    border: 1px solid #00cbd1;
    background: transparent;
    color: #00cbd1;
}

.btn-green-o:hover{
    background: #00cbd1;
    color: #fff;
}

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

#container{
    -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;
}

.mb8{ margin: 0 0 8px;}
.mb16{ margin: 0 0 16px;}

.mt10{ margin: 10px 0 0;}
.mb10{ margin: 0 0 10px;}
.mb20{ margin: 0 0 20px;}
.mb40{ margin: 0 0 40px;}
.mr20{ margin: 0 20px 0 0;}

input[type="radio"],
input[type="checkbox"]{
    margin: 0 8px 0 0;
    vertical-align: text-top;
}

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

#side-bar{
    position:fixed;
    min-width: 220px;
    max-width: 220px;
    height: 100vh;
    padding: 70px 0 0;
    transition: all 0.3s;
    background: #0a416f;
}

.theme-green #side-bar{
    background: #00946b;
}

#container.active #side-bar{
    min-width: 100px;
    max-width: 100px;
}

#container.active #side-bar .logo img.logo-ico{
    margin: 0;
}

#container.active #side-bar .logo img.logo-txt{
    -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: center;
}

#g-nav {
    border-radius: 0 30px 0 0;
    background: #0a416f;
}

#g-nav .side-menu li a{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #adc1d4;
    text-decoration: none;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}

.theme-green #g-nav .side-menu li a{
    color: #cefdf0;
}

#container.active #side-bar #g-nav .side-menu li a{
    height: auto;
    line-height: 1.6;
    padding: 10px;
    font-size: 12px; font-size: 1.2rem;
}

#g-nav .side-menu li a:after{
    position: absolute;
    content: "\f105";
    width:14px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    text-align: right;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#container.active #side-bar #g-nav .side-menu li a:after{
    content: " ";
}

#g-nav .side-menu li a:hover:after,
#g-nav .side-menu li a:focus:after,
#g-nav .side-menu li a:active:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

#g-nav .side-menu li.active a:after{
    content: " ";
}

#g-nav .side-menu li a:hover{
    color: #fff;
}

#g-nav .side-menu li.active a{
    color: #5dd9f7;
}

label.nav-group {
    position: relative;
  background: #adc1d4;
  color: #0a416f;
  padding: 10px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #0a416f;
  font-weight: bold;
}

label.nav-group:hover {
  background: #99ADC0;
}

input[type="checkbox"].on-off{
  display: none;
}

.side-menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="checkbox"].on-off + label.nav-group + ul{
  height: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + label.nav-group + ul{
  height: auto;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

input[type="checkbox"].on-off + label.nav-group::after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f067";
    line-height: 1;
    margin: -0.5em 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

input[type="checkbox"].on-off:checked + label.nav-group::after{
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    content: "\f068";
    line-height: 1;
    margin: -0.5em 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

input[type="text"].readonly,
input[type="password"].readonly,
input[type="email"].readonly, 
input[type="tel"].readonly{
    background: #D9E5F0;
    pointer-events: none;
}

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

#header-container{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 20;
}

.hdr-nav{
    display: flex;
}

#header-container .inner{
    -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: center;
}

.hdr-lft{
    -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: center;
    margin-right: auto;
}

.hdr-logo{
    width: 220px;
    height: 30px;
    padding: 20px 0;
    transition: all 0.3s;
}

#container.active .hdr-logo{
    width: 100px;
}

.logo{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.logo img{
    height: 30px;
}

.logo img.logo-ico{
    margin: 0 15px 0 0;
}

#container.active .hdr-logo img.logo-ico{
    margin: 0;
}

#container.active .hdr-logo img.logo-txt{
    display: none;
}

.theme-green #container.active .hdr-logo{
    height: 50px;
    padding: 10px 0;
}

.hdr-ttl-txt{
    padding: 0 10px;
    font-weight: bold;
    font-size: 23px; font-size: 2.3rem;
    text-align: center;
    color: #1c4b5f;
}

#container.active .hdr-ttl-txt{
    padding: 6px 8px;
    line-height: 1.2;
    font-size: 16px; font-size: 1.6rem;
}

#nav-toggle{
    position: relative;
    vertical-align: middle;
    line-height: 70px;
    padding: 0 20px;
    overflow: hidden;
    cursor: pointer;
    color: #34364b;
}

.theme-green #nav-toggle{
    color: #1c4b5f;
}

.login-info{
    line-height: 70px;
    margin: 0 20px 0 0;
    color: #34364b;
}

.login-info i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #adc1d4;
    text-align: center;
    color: #fff;
}

.btn-hdr,
.theme-green .btn-hdr{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
    text-decoration: none;
    color: #34364b;
}

.btn-hdr:hover{
    text-decoration: none;
    color: #34364b;
}

.btn-hdr i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #adc1d4;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.theme-green .btn-hdr i{
    background: #3fb091;
}


.btn-hdr:hover i{
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;/*波紋の濃さ*/
    transform: scale(0);
    background: #34364b;/*波紋色*/
    animation: ripple 700ms;
    pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

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

#main-container{
    width: 100%;
    min-width: 1300px;
    min-height: 100vh;
    transition: all 0.3s;
    padding: 0 0 0 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#container.active #main-container{
    padding: 0 0 0 100px;
}

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

.ttl-wrap{
    -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: center;
}

.hx-ttl{
    line-height: 1;
    margin: 0 0 30px;
    color: #202237;
    font-size: 26px; font-size: 2.6rem;
    font-weight: bold;
}

.theme-green .hx-ttl{
    color: #1c4b5f;
}

.card{
    margin: 0 0 20px;
    border-radius: 30px;
    /*box-shadow: 0 0 8px rgba(165,165,165,0.5);*/
    background: #fff;
}

.card-header{
    -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: center;
    padding: 20px 0  0;
}

.hx-card-ttl{
    width: 100%;
    line-height: 1;
    margin: 0;
    padding: 0 20px 20px;
    border-bottom: 2px solid #e4edf5;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
}

.hx-card-ttl.billing{
    font-size: 16px; font-size:1.6rem;
}

.card-body{
    padding: 20px;
    
}

.btn-area{
    -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-end;
    justify-content: flex-end;
    align-items: right;
}

.btn-area.btn-lft{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: left;
}

.btn-area li{
    margin: 0 0 0 20px;
}

.btn-area li.lft-aligned{
    margin: 0 auto 0 0;
}

.btn-area.btn-lft li:first-child{
    margin: 0;
}

.ttl-wrap .btn-area{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: left;
    margin: 0 0 30px 10px;
    flex: 1;
}

.ttl-wrap .btn-area li.align-lft{
    margin: 0 20px;
}

.ttl-wrap .btn-area li.align-rgt{
    margin: 0 0 0 auto;
}

.search{
    margin: 0 0 12px;
}

.search .col2,
.search .col3{
    -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;
}

.search .col2 .col{
    margin: 0 0 8px;
    padding: 0 15px 8px;
    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;
    border-bottom: 1px solid #eee;
}

.search .col3 .col{
    margin: 0 0 8px;
    padding: 0 20px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search .col2 .col.wide{
    width: 100%;
}

.search .col2 .col dl{
    -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;
}

.search .col2 .col dt{
    margin: 0 15px 0 0;
}

.search .col2 .col dt label{
    line-height: 1;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
}

.search .col2 .col dd{
    flex: 1;
}


.search .flex-box{
    -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;
}

.search .flex-box input[type="text"],
.search .flex-box select{
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}

.search .flex-box .form-txt{
    display: inline-block;
    line-height: 28px;
}

.pagination-area{
    position: relative;
    min-height: 30px;
    text-align: center;
}
.page-number{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 10px;
    font-size: 12px; font-size: 1.2rem;
    text-align: right;
}

.pagination{
    display: inline-block;
    margin: 0 0 10px;
    padding-left: 0;
    border-radius: 2px;
}

.pagination>li{
    display: inline;
}

.pagination>li>a,
.pagination>li>span{
    position: relative;
    float: left;
    margin: 0 0 0 -1px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #0a416f;
    color: #0a416f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color: #0a416f;
    background-color: #0a416f;
    color: #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color: #0a416f;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background-color: #e4edf5;
}

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

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

.tbl-area{
    margin: 0 0 20px;
}

.tbl{
    border-collapse: collapse;
    word-wrap: break-word;
}

.tbl-striped{
    width: 100%;
}

.tbl-striped tbody tr{
    -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;
}

.tbl-striped tbody tr:hover,
.tbl-striped tbody tr:focus,
.tbl-striped tbody tr:active{
    background: #e4edf5;
}

.theme-green .tbl-striped tbody tr:hover,
.theme-green .tbl-striped tbody tr:focus,
.theme-green .tbl-striped tbody tr:active{
    background: #ebf4f3;
}

.tbl-striped th{
    padding: 8px;
    border-bottom: 2px solid #e4edf5;
    -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: 12px; font-size: 1.2rem;
}

.tbl-striped td{
    padding: 8px;
    border: 1px solid #eee;
    -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: 13px; font-size: 1.3rem;
}

.tbl-striped.contract,
.tbl-striped.billing{
    margin: 0 0 40px;
}

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

.tbl-striped.contract tbody tr:hover,
.tbl-striped.contract tbody tr:focus,
.tbl-striped.contract tbody tr:active{
    background: transparent;
}

.tbl-striped td:first-of-type{
    border-left: none;
}

.tbl-striped td:last-of-type{
    border-right: none;
}

.tbl-striped.contract .tr-group{
    background: #e4edf5;
}

.tbl-striped .readonly tr{
    background: #D9E5F0;
    pointer-events: none;
}

.tbl-base {
    width: 100%;
}

.tbl-base tr{
    border-bottom: 1px solid #eee;
}

.tbl-base th{
    width: 30%;
    padding: 10px 20px;
    -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-weight: bold;
    font-size: 14px; font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
}

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

.tbl-inner {
    width: 100%;
}

.tbl-inner tr{
    border-bottom: none;
}

.tbl-inner th{
    width: 40%;
    padding: 8px;
    -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-weight: bold;
    font-size: 13px; font-size: 1.3rem;
    text-align: left;
}

.tbl-inner td{
    padding: 8px;
    font-size: 13px; font-size: 1.3rem;
    text-align: left;
}

.dl-tbl{
}

.dl-tbl dt{
    float: left;
    display: inline;
    width: 30%;
    margin: 0 0 10px;
    padding: 0 20px;
    -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;
    font-weight: bold;
}

.dl-tbl dd{
    margin: 0 0 10px;
    padding: 0 20px 10px 30%;
    border-bottom: 1px solid #eee;
}

.dl-blc{
    margin: 0 0 40px;
}

.dl-blc dt{
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
}

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

.alert{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
}

.alert-danger{
    border: 1px solid #FC5854;
    background: #ffd8d7;
    color: #EF5350;
}

.alert-warning{
    border: 1px solid #FDA641;
    background: #FFF6D7;
    color: #FDA641;
}

.alert-message{
    border: 1px solid #5BC0DE;
    background: #CDECF5;
    color: #5BC0DE;
}

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

.has-error{
    display: block;
    margin: 5px 0 0;
    font-size: 12px; font-size: 1.2rem;
    color: #EF5350;
}

.hr{
    display: block;
    width: 100%;
    height: 2px;
    background: #e4edf5;
}

#ui-datepicker-div{
    z-index: 100 !important;
}

.show-pw p{
    font-size: 12px; font-size: 1.2rem;
}

.tbl-base .flex-box{
    -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;
}

.tbl-base .flex-box .lft-parts{
    margin: 0 10px 0 0;
    flex: 1;
}

.tbl-base .flex-box .form-txt{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    flex: 1;
    white-space: nowrap
}

.tbl-base .birthday .flex-box input[type="text"]{
    width: auto;
}

.tbl-base .user-name {
    flex: 1;
}

.tbl-base .user-name .flex-box dd{
    flex: 1;
}

.tbl-base .common-user-id{
    margin: 0 0 0 20px;
}

.tbl-base .user-name .flex-box dd,
.tbl-base .common-user-id .flex-box dd{
    margin: 0 0 0 10px;
}

 #cuser_ul{
     max-height: 120px;
     overflow: auto;
     margin: 10px 0 0;
     padding: 12px;
     border-radius: 12px;
     background: #f0f3f6;
 }
 
 #cuser_ul li{
     padding: 2px;
     cursor: pointer;
 }
 
 #cuser_ul li:hover{
     background: #e4edf5;
 }

.ui-widget-header{
    border: 1px solid #e4edf5;
    background: #e4edf5;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    border: 1px solid #f0f3f6;
    background: #f0f3f6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    border: 1px solid #e4edf5;
    background: transparent;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    border: 1px solid #f3dcba;
    background: #f3dcba;
}

.license-hdr{
    -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: center;
    margin: 0 0 20px;
}

.license-plan,
.license-quantity{
    -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;
}

.license-plan{
    margin: 0 20px 0 0;
}

.license-plan dt,
.license-quantity dt{
    padding: 5px 10px;
    border: 2px solid #0a416f;
    border-radius: 5px 0 0 5px;
    -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: #0a416f;
    color: #fff; 
    line-height: 30px;
}

.license-plan dd,
.license-quantity dd{
    padding: 5px 10px;
    border: 2px solid #0a416f;
    border-radius: 0 5px 5px 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;
    color: #0a416f;
    line-height: 30px;
}

.license-hdr .btn-area{
    margin: 0 0 0 auto;
}

.license-hdr.multi .inner{
    -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;
    margin: 0 0 10px;
}

.license-hdr.multi .inner .form-txt{
    display: inline-block;
}

.license-hdr.multi .inner input[type="text"]{
    width: auto;
    margin: 0 10px;
}

.license-hdr.multi .inner .license-quantity dd input[type="text"]{
    width: 60px;
}

.license-hdr.multi .lft-col{
    flex: 1;
}

.license-wrap{
    flex: 1;
}

.summary-wrap{
    flex: 1;
    margin: 0 20px 0 0;
}

.hgt-fix{
    line-height: 30px;
}

.summary-wrap .summary-inner{
    -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;
}

.license-hdr.multi .inner .summary-wrap .summary-inner .form-txt{
    line-height: 30px;
}

.license-hdr.multi .inner .summary-wrap .summary-inner  input[type="text"]{
    flex: 1;
}

.license-hdr .total_cost{
    line-height: 30px;
}

.job_type_area li{
    margin: 10px 0 0;
}

.job_type_area li:first-child{
    margin: 0;
}

.tooltip{
    position: relative;
    color: #063f6b;
    margin: 0 0 0 5px;
}
.hint {
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 280px;
    bottom: 125%;
    left: 50%; 
    margin-left: -30px;
}

.tooltip.large .hint{
    width: 480px;
    margin-left: -60px;
    bottom: 0;
    top: 125%;
}
.hint > .text {
    background-color: rgba(6,63,107,0.9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
}
.hint > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(9,103,96,0.9) transparent transparent transparent;
}

.tooltip.large .hint > .text::after {
    left: 60px;
    top: inherit;
    bottom: 125%;
    border-color: transparent transparent rgba(9,103,96,0.9) transparent;
}

.li-check li{
    display: inline-block;
    margin: 0 10px 0 0;
}

.li-check li .flex-box{
    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: 1000;
}
.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 15px; /* モーダル内側の余白 */
    max-width: 550px;
    background-color: #fff;
    position: relative;
}

#modal-close{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: #0a416f;
    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-main{
    padding: 30px; /* モーダル内側の余白 */
    border-radius: 30px;
}

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

.li-label li{
    display: inline-block;
    margin: 0 12px 0 0;
}

.li-label li:last-child{
    margin: 0;
}

/* ==============
    Footer
   ============== */

#footer-container{
    padding: 20px 0;
}

#footer-container .copy{
    margin: 0;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}
