@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: #f0f6f4;
    color: #1F3134;
    font-family: sans-serif;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

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

::selection {
    background: #36f7e0;
    text-shadow: none;
}

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

p{ margin: 0; }

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

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

a,
a:hover{
    color: #04C984;
}

a:hover{
    text-decoration: underline;
}


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; }

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

.f12{ font-size: 12px; font-size: 1.2rem; }

.bold{ font-weight: bold; }

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

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

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

input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="email"]:read-only,
input[type="tel"]:read-only,
textarea:read-only{
    background: #d8d8d8;
    color: #333;
}

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

.select-wrap {
    position: relative;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 0;
    content: "expand_more";
    font-family: "Material Icons";
    font-weight: 900;
    line-height: 34px;
    color: #09D99A;
    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: 34px;
    line-height: 34px;
    padding: 0 24px 0 12px;
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    background: #f2f2f2;
    color: #000;
    width:100%;
    font-size :14px; font-size: 1.4rem;
}
select option{
  color: #000;
}
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]{
    width: 100%;
    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);
  color: #fff;
  text-decoration: none;
}

.btn-green{
    background: #09D99A;
}

.btn-blue{
    background: #07B0F2;
}

.btn-gray{
    background: #A9B0AE;
}

.btn-orange{
    background: #FFA919;
}

.btn-red{
    background: #FF322F;
}

.btn-bdr-gray{
    border: 1px solid #A9B0AE;
    background: transparent;
    color: #A9B0AE;
}

.btn-bdr-gray:hover, .btn-bdr-gray:focus, .btn-bdr-gray:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  color: #A9B0AE;
  text-decoration: none;
}

.btn-o-white{
    line-height: 36px;
    border: 2px solid #fff;
    background: transparent;
}

.btn-o-white:hover{
    box-shadow: none;
}

.btn i,
.btn .material-icons,
.btn .material-icons-outlined{
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-size: 20px; font-size: 2.0rem;
}

.btn-m i,
.btn-m .material-icons,
.btn-m .material-icons-outlined{
    font-size: 17px; font-size: 1.7rem;
}

.m10{ margin: 10px; }
.m15{ margin: 15px; }

.mb5{ margin: 0 0 5px;}
.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;
}

.sp{
    display: none;
}

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

#g-nav .side-menu{
    height: calc(100vh - 70px);
    overflow-y: auto;
}

#g-nav .side-menu li a{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 30px;
    color: #808D80;
    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;
}

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

#g-nav .side-menu li.active a::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background: #09D99A;
}

#g-nav .side-menu li.active a{
    color: #09D99A;
}

#g-nav .btn-box{
    display: none;
}


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

#header-container{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 220px;
    max-width: 220px;
    height: 100vh;
    padding: 0;
    background: #f0f6f4;
    z-index: 20;
}

.hdr-nav{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 30px 0 0;
    justify-content: flex-end;
    align-items: center;
}

/*#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: 0 auto 0 30px;
}*/

.logo{
    margin: 10px auto;
}

.logo a{
    display: block;
    overflow: hidden;
    width: 135px;
    height: 0;
    padding: 50px 0 0;
    margin: 0 auto;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 135px 50px;
    text-decoration: none;
}

#nav-toggle{
    display: none;
}

.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: #09D99A;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 18px; font-size: 1.8rem;
}

.hdr-nav .btn{
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
}

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

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

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

.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: flex-startf;
}

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

.card{
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(165,165,165,0.2);
    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;
}

.card-body{
    padding: 0 0 20px;
}

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

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

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

.flex-box .form-txt{
    margin: 0 0 0 10px;
}

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

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

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


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

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

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

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

.surv-btn-box,
.ico-btn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ico-btn-box{
    flex-wrap: nowrap;
}

.surv-btn-box li{
    margin: 0 0 10px 10px;
}

.ico-btn-box li{
    margin: 0 0 0 8px;
}

.surv-btn-box li.up,
.surv-btn-box li.down{
    margin: 0 0 10px;
}

.ico-btn-box li.up,
.ico-btn-box li.down{
    margin: 0;
}

.surv-btn-box li.up .btn-orange:hover,
.surv-btn-box li.down .btn-orange:hover,
.ico-btn-box li.up .btn-orange:hover,
.ico-btn-box li.down .btn-orange:hover{
    background: #FF9519;
    box-shadow: none;
}

.surv-btn-box li.up .material-icons-outlined,
.surv-btn-box li.down .material-icons-outlined,
.tbl-inner-striped .material-icons,
.tbl-inner-striped .material-icons-outlined{
    margin: 0;
}

.surv-btn-box li.up .btn-m,
.surv-btn-box li.down .btn-m,
.ico-btn-box li .btn-m{
    min-width: 40px;
    padding: 0 5px;
}

.surv-btn-box li.up .btn-m,
.ico-btn-box li.up .btn-m{
    border-right: 1px solid #fff;
    border-radius: 15px 0 0 15px;
}

.surv-btn-box li.down .btn-m,
.ico-btn-box li.down .btn-m{
    border-radius: 0 15px 15px 0;
}

.search{
    margin: 0 0 12px;
}

.search .col2{
    -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 #DDE7DD;
}

.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: 34px;
}

.pagination-box{
    position: relative;
    min-height: 60px;
    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;
}

.page-number .number{
    display: block;
    margin: 0 0 5px;
}

.display-number-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: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.display-number-box .select-wrap{
    margin: 0 0 0 10px;
}

.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 #09D99A;
    color: #09D99A;
}

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color: #09D99A;
}

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

.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;
}

.pagination i.material-icons{
    font-size: 18px; font-size: 1.8rem;
    vertical-align: sub;
}

.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: #f0f6f4;
}

.tbl-striped th{
    padding: 8px;
    border-bottom: 2px solid #DDE7DD;
    -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,
.tbl-bdr {
    width: 100%;
}

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

.tbl-base th{
    width: 35%;
    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-bdr th,
.tbl-bdr td{
    display: table-cell !important;
    width: auto !important;
    padding: 5px !important;
    border: 1px solid #eee;
}

.tbl-bdr th{
    background: #f0f6f4;
}

.tbl-bdr td{
    font-weight: normal;
}

.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;
}

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

.checkbox-wrap{
    display: block;
    margin: 0 0 5px;
}

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

.alert-danger{
    background: #ffd8d7;
    color: #EF5350;
}

.alert-warning{
    background: #FFE8BA;
    color: #FF7f00;
}

.alert-message{
    background: #B7ECFA;
    color: #2393F5;
}

.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;
    height: 2px;
    margin: 0 0 40px;
    background: #DDE7DD;
}

.flex-box.message{
    border: 1px solid #ddd;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.flex-box.message .cus-box{
    width: 30%;
}

.flex-box.message .cus-box .scroll-box{
    max-height: 300px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.flex-box.message .talk-box {
    position: relative;
    flex: 1;
}

.flex-box.message .talk-box .btn-box{
    position: absolute;
    top: 9px;
    right: 10px;
}

.flex-box.message .talk-box .scroll-box{
    max-height: 300px;
    overflow-y: auto;
    margin: 0 0 0 -1px;
    box-sizing: border-box;
    padding: 20px 15px;
    border-left: 1px solid #ddd;
    word-break: break-all;
}

.hx-msg-ttl{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.flex-box.message .talk-box .hx-msg-ttl{
    margin: 0 0 0 -1px;
    border-left: 1px solid #ddd;
}

.flex-box.message .cus-box .li-cus li{
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

.flex-box.message .cus-box .li-cus li:hover{
    background: #f0f6f4;
}

.flex-box.message .cus-box .li-cus li.active{
    background: #09d99a;
    color: #fff;
    font-weight: bold;
}

.flex-box.message .talk-box .date{
    line-height: 1;
    margin: 0 0 10px;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

.flex-box.message .talk-box .time{
    line-height: 1;
    margin: 10px 0 0;
    font-size: 12px; font-size: 1.2rem;
}

.balloon-green{
    display: inline-block;
    max-width: 60%;
    margin: 0 0 0 auto;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    background: #DAF2EF;
}

.balloon-gray{
    display: inline-block;
    max-width: 60%;
    margin: 0 0 0 auto;
    padding: 10px;
    border-radius: 20px 20px 20px 0;
    background: #e7e7e7;
}


#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: 34px;
    line-height: 34px;
    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;
}

.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: #A9B0AE;
    color: #fff;
    font-size: 24px; font-size: 2.4rem;
    text-align: center;
    cursor: pointer;
}

#modal-close .material-icons{
    line-height: 40px;
}

.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;
}

.tooltip {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tooltip .material-icons{
    display: block;
    position: relative;
    color: #09D99A;
    margin: 0 0 0 5px;
    font-size: 18px; font-size: 1.8rem;
    top: 3px;
}

.tbl-striped .tooltip .material-icons{
    margin: 0;
}

.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(0,0,0,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(0,0,0,0.9) transparent transparent transparent;
}

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

#file_upload, #file_upload2{
    cursor: pointer;
    color: #09d99a;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}

.reservation-date{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.reservation-date input[type="text"]{
    width: 130px;
    margin: 0;
}

.reservation-date input[type="text"]:first-of-type{
    margin: 0 15px 0 20px;
}

.qr-box{
    margin: 10px 0 0;
}

.li-group-member{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.li-group-member li{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #09D99A;
    border-radius: 3px;
    color: #09D99A;
    cursor: pointer;
}

.li-group-member li .material-icons{
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-size: 16px; font-size: 1.6rem;
}

.li-file{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -20px;
}

.li-file .hx-ttl,
.li-file .btn-box{
    width: 100%;
    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;
}

.li-file .btn-box{
    margin: 0 0 20px;
    text-align: right;
}

.li-file .btn-box li{
    display: inline-block;
    width: auto;
}

.li-file .btn-box li .btn{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px; font-size: 1.4rem;
}

.li-file .file-link{
    position: relative;
    width: 33.3%;
    margin: 0 0 20px;
    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;
    text-align: center;
    cursor: pointer;
}

.li-file .file-link .ico-wrap{
    margin: 0 0 8px;
    height: 211px;
    border-radius: 4px;
    background: #e7e7e7;
}

.li-file .file-link .material-icons-outlined{
    color: #fff;
    line-height: 211px;
    font-size: 50px; font-size: 5.0rem;
    vertical-align: middle;
}

.li-file .video-thumb,
.li-file .img-thumb{
    max-height: 211px;
    margin: 0 0 10px;
}

.li-file .file-link img{
    max-height: 211px;
    margin: 0 0 10px;
}

.li-file .file-link .disc{
    line-height: 1.4;
    text-align: left;
    font-size: 14px; font-size: 1.4rem;
}

.li-file .file-link .disc .date{
    display: block;
    margin: 5px 0 0;
    font-size: 12px; font-size: 1.2rem;
}

.li-file .file-link .material-icons-outlined.delete_file{
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    font-size: 30px; font-size: 3.0rem;
    z-index: 100;
}

.btn-orange #file_upload, .btn-orange #file_upload2{
    vertical-align: middle;
    margin: 0 8px 0 0;
    color: #fff;
    font-size: 20px; font-size: 2.0rem;
}

.hx-sub,
.hx-sub-nb{
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 5px;
    border-bottom: 2px solid #eee;
    font-size: 20px; font-size: 2.0rem;
}

.hx-sub-nb{
    border: none;
}

.hx-sub::before{
    position: absolute;
    content: " ";
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #09D99A;
}

.tbl-base th .notice{
    display: block;
    margin: 5px 0 0;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.file-upload-wrap .notice{
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 12px; font-size: 1.2rem;
}

.switch {
  position: relative;
  display: block;
  width: 46px;
  height: 24px;
  vertical-align: top;
  margin: 5px 0 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #09D99A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #09D99A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

.ico-coupon{
    display: inline-block;
    width: 24px;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.li-coupon{
    max-height: 550px;
    overflow-y: scroll;
    margin: 0 0 20px;
}

.li-coupon li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

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

.li-coupon li .flex-box label{
    display: inline-block;
    margin: 0 10px 0 0;
}

.li-coupon li .flex-box .txt-box{
    flex: 1;
}

.li-coupon li .flex-box .img-box{
    margin: 0 16px 0 0;
}

.talk-box .message-box{
    padding: 15px 20px;
    border-top: 2px solid #eee;
    box-sizing: border-box;
}

.attached-btn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.attached-btn-box .notice{
    font-size: 12px; font-size: 1.2rem;
}

.reservation-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
}

.message-box{
    margin: 20px 0 0;
}

.message-box .flex-box{
    align-items: flex-end;
}

.flex-box.msg-tpl{
    margin: 0 -10px 10px;
}

.flex-box.msg-tpl .select-wrap{
    margin: 0 10px;
    flex: 1;
}

.keyword-box{
    display: flex;
    margin: 10px -4px 0;
}

.keyword-box .keyword-wrap{
    margin: 0 4px;
}

.keyword-box .keyword-wrap .inner{
    padding: 4px 10px;
    border-radius: 15px;
    background: #09D99A;
    color: #fff;
    cursor: pointer;
}

.keyword-box .keyword-wrap .inner .material-icons{
    vertical-align: sub;
    margin: 0 0 0 4px;
    font-size: 20px; font-size: 2.0rem;
}

.btn-toggle{
    display: block;
    margin: 0 0 20px;
    padding: 10px;
    border: 2px solid #09D99A;
    border-radius: 5px;
    color: #09D99A;
    font-weight: bold;
    cursor: pointer;
}

.btn-toggle .material-icons-outlined{
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-size: 24px; font-size: 2.4rem;
}

.flex-box.message .cus-box .li-cus li .ico-profile{
    display: inline-block;
    margin: 0 8px 0 0;
    border-radius: 15px;
}

.tbl-striped td .ico-profile{
    display: inline-block;
    margin: 0 8px 0 0;
    border-radius: 13px;
}

.flex-box.message .talk-box .ico-profile{
    display: inline-block;
    border-radius: 15px;
}

.flex-box.message .talk-box .lft .ico-profile{
    margin: 0 8px 0 0;
}

.flex-box.message .talk-box .rgt .ico-profile{
    margin: 0 0 0 8px;
}

.ico-link .material-icons-outlined{
    margin: 0 8px 0 0;
    font-size: 20px; font-size: 2.0rem;
    vertical-align: middle;
}

.add-survey-box{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

.add-paymentform-box{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

.tbl-base .ui-datepicker th{
    width: auto;
    padding: .7em .3em;
    font-size: .9em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.tbl-base .ui-datepicker td{
    width: auto;
    padding: 1px;
}

.survey-type-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: center;
}

.hx-survey-type{
    position: relative;
    margin: 0 0 20px -30px;
    padding: 0 20px 0 30px;
    font-size: 18px; font-size: 1.8rem;
}

.hx-survey-type::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 4px;
    height: 28px;
    border-radius: 0 2px 2px 0;
    background: #09D99A;
}

.li-survey-img{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.li-survey-img li{
    width: auto;
    margin: 0 20px 20px 0;
}

.li-survey-img li img{
    cursor: pointer;
}

.attached-btn-box .ico-mr{
    margin: 0 10px 0 0;
    color: #09d99a;
    cursor: pointer;
}

.tbl-q-group th{
    width: auto;
    padding: 0 10px 5px 0;
}

.tbl-q-group td{
    width: auto;
    padding: 0 10px 10px 0;
}

.tbl-q-group tr td:last-of-type{
    padding-right: 0;
}

.tbl-inner-striped{
    width: 100%;
}

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

.tbl-inner-striped thead tr{
    border-bottom: 2px solid #eee;
}

.tbl-inner-striped th{
    width: auto;
    padding: 8px;
    border: 0;
    text-align: center;
    font-size: 13px; font-size: 1.3rem;
}

.tbl-inner-striped td{
    width: auto;
    padding: 8px 4px;
    border: 0;
    font-size: 13px; font-size: 1.3rem;
}

.tbl-inner-striped tr td:last-of-type{
    padding-right: 0;
}

.tbl-inner-striped select,
.tbl-inner-striped input[type="text"]{
    font-size: 13px; font-size: 1.3rem;
}

.tbl-inner-striped .action-column{
    width: 100px;
}

.reserve-cancel {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    border-radius: 3px;
    background: #EF5350;
    color: #fff;
    cursor: pointer;
}

.reserve-cancel .material-icons{
    vertical-align: sub;
    margin: 0 0 0 4px;
    font-size: 16px; font-size: 1.6rem;
}

.reserve-txt{
    display: inline-block;
    line-height: 1;
    width: auto;
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

.reserve-txt .reserve-cancel{
    font-weight: normal;
    font-size: 13px; font-size: 1.3rem;
}

.reserve-txt .material-icons{
    vertical-align: sub;
}

.btn-file-gray{
    display: inline-block;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #09D99A;
    background: #09D99A;
    -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: #fff;
    font-weight: bold;
    text-decoration: none;
}

.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
}

#fake_input_file,
#fake_input_file_manage,
input[type="text"].input-file{
    display: inline-block;
    width: 335px;
    height: 40px;
    border-radius: 20px;
    background: #eee;
    margin: 0 0 10px;
}

td.img-form .flex-box{
    margin: 0 0 10px;
    align-items: center;
}

td.img-form .flex-box .ttl{
    width: 35%;
    margin: 0 10px 0 0;
}

td.img-form .flex-box input[type="text"]{
    flex: 1;
}

td.img-form .flex-box.stretch{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -6px;
}

td.img-form .flex-box.start{
    justify-content: flex-start;
}

td.img-form .flex-box.stretch .inner{
    padding: 0 6px;
}

td.img-form .flex-box.stretch input[type="text"],
td.img-form .flex-box.stretch .select-wrap{
    margin: 0 0 10px;
}

.template_preview {
    position: relative;
    display: inline-block;
}
.preview_overlay {
    position: absolute;
    background-color: rgba(7, 176, 242, 0.5); /* 半透明の赤色 */
    pointer-events: none; /* クリックイベントを無視 */
}

.richmenu-ttl{
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.richmenu-action .flex-box{
}

.richmenu-action .flex-box .select-wrap,
.richmenu-action .flex-box input[type="text"]{
    margin: 0 0 0 10px;
}

.flex-box.search-customer{
    margin: 0 -10px;
}


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

.li-file .file-link.txt-file-name {
    width: auto;
    max-width: 85%;
}

.li-file .file-link .material-icons-outlined.delete_file{
    right: -20px;
}

.txt-file-name p{
    text-align: left;
}

.bulk{
    margin: 0 -10px 20px;
    padding: 10px;
    border-radius: 5px;
    background: #FFEAC6;
}

.bulk .balloon-green{
    background: #fff;
}

.action-btn-box{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px;
}

.action-btn-box li{
    margin: 0 0 0 10px;
}

.action-btn-box li:first-child{
    margin: 0;
}
/* ==============
    Footer
   ============== */

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

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



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1024px) {

   .flex-box.message .cus-box .scroll-box{
       max-height: 606px;
   }

   td.img-form .flex-box{
       display: block;
       padding: 0 10px;
       box-sizing: border-box;
   }

   td.img-form .flex-box .ttl{
       width: 100%;
       margin: 0 0 10px;
   }

   td.img-form .flex-box input[type="text"]{
       width: 100%;
   }

}

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

    .sp{
        display: block;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px; font-size: 1.6rem;
    }

/* ==============
    Header:Mobile
   ============== */

    #header-container{
        position: relative;
        height: auto;
        min-width: inherit;
        max-width: inherit;
    }

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

    .logo{
        height: 50px;
        line-height: 50px;
        text-align: left;
    }

    #side-bar{
        position: relative;
        margin: 0 -10px;
    }

    /* Toggle Button */
    #nav-toggle {
        position: absolute;
        display: block;
        top: -48px;
        right: 10px;
        width: 28px;
        height: 34px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        background: #09D99A;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    #g-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1200px;
        background: rgba(9,217,154,0.9);
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 99999;
    }

    #g-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }

    #g-nav ul li {
        float: none;
        position: static;
    }

    .open #g-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1200px);
        -webkit-transform: translateY(1200px);
        transform: translateY(1200px);
    }

    #g-nav .side-menu{
        height: auto;
        margin: 0 0 20px;
    }

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

    #g-nav .side-menu li.active a::before{
        background: transparent;
    }

    #g-nav .btn-box{
        display: block;
        margin: 20px 0;
    }

    .hdr-nav{
        display: none;
    }

/* ==============
   Main:Moblie
  ============== */

    #main-container{
        position: relative;
        min-width: inherit;
        min-height: inherit;
        width: 100%;
        margin: 10px 0 0;
        padding: 0;
    }

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

    
    .card{
        padding: 30px 10px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(165,165,165,0.2);
    }

    .hx-ttl{
        font-size: 20px; font-size: 2.0rem;
    }

    .search .col2{
        display: block;
    }

    .search .col2 .col{
        width: 100%;
        padding: 0;
    }

    .search .col2 .col dl{
        display: block;
    }

    .search .col2 .col dt{
        line-height: 1;
        margin: 0 0 10px;
    }

    .search .col2 .col dd{
        margin: 0 0 10px;
    }

    .tbl-base th,
    .tbl-base td{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .tbl-base th{
        line-height: 1;
        margin: 10px 0;
    }

    .tbl-bdr th,
    .tbl-bdr td{
        padding: 10px !important;
    }

    .flex-box.message{
        display: block;
        border: 0;
    }

    .flex-box.message .cus-box{
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        margin: 0 0 20px;
    }

    .flex-box.message .cus-box .scroll-box,
    .flex-box.message .talk-box .scroll-box{
        width: auto;
        max-height: 250px;
        border-left: 1px solid #ddd;
    }

    .flex-box.message .talk-box .scroll-box{
        max-height: 400px;
        padding: 20px 10px;
        border-right: 1px solid #ddd;
    }

    .flex-box.message .cus-box .li-cus{
        margin: 0 0 -1px;
    }

    .flex-box.message .cus-box .li-cus li{
        padding: 8px 10px;
    }

    .hx-msg-ttl{
        padding: 0 10px;
        border: 1px solid #ddd;
        font-size: 18px; font-size: 1.8rem;
    }

    .flex-box.message .cus-box,
    .flex-box.message .talk-box{
        border-bottom: 1px solid #ddd;
    }

    .page-number{
        position: relative;
    }

    .hx-sub,
    .hx-sub-nb{
        font-size: 18px; font-size: 1.8rem;
    }

    .flex-box.group .scroll-box{
        border-top: 1px solid #ddd;
    }

    .tbl-base th .notice{
        display: inline-block;
        margin: 0 0 0 8px;
    }

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

    .modal-main .btn-box{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal-main .btn-box li{
        margin: 0 0 10px 20px;
    }

    .tbl-base .ui-datepicker th, .tbl-base .ui-datepicker td{
        margin: 0;
        display: table-cell;
    }

    .hx-survey-type{
        margin: 0 0 10px -10px;
        padding: 0 20px 0 14px;
    }

    .tbl-q-group th,
    .tbl-q-group td{
        display: table-cell;
    }

    #fake_input_file,
    #fake_input_file_manage,
    input[type="text"].input-file{
        width: auto;
    }
    
    .flex-box.search-customer{
        display: block;
        margin: 0;
    }


    .flex-box.search-customer .select-wrap{
        margin: 0;
    }

    .flex-box.search-customer input[type="text"]{
        margin: 0 0 10px;
    }

}