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

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

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

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #2b2b2b;
    font-family: "Noto Sans Japanese", 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: #f58f0b;
}

a:hover{
    text-decoration: underline;
}

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

.mt20{ margin: 20px 0 0; }

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

.mr5{ margin: 0 5px 0 0; }
.ml5{ margin: 0 0 0 5px; }

.mtb10{ margin: 10px 0; }
.mlr20{ margin: 0 20px; }

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

.bold{ font-weight: bold; }

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

.pc{ display: none; }

.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;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 20;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.btn:hover{
    text-decoration: none;
}

.table .btn,
.btn.selectall{
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 5px 10px;
}

.modal-container .col2 .col .btn{
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 8px 20px;
}

.btn-blue{
    -webkit-box-shadow: 0 3px #0460ae;
    -moz-box-shadow: 0 3px #0460ae;
    -o-box-shadow: 0 3px #0460ae;
    -ms-box-shadow: 0 3px #0460ae;
    box-shadow: 0 3px #0460ae;
    background: #0e6eb8;
}

.btn-orange{
    -webkit-box-shadow: 0 3px #f58f0b;
    -moz-box-shadow: 0 3px #f58f0b;
    -o-box-shadow: 0 3px #f58f0b;
    -ms-box-shadow: 0 3px #f58f0b;
    box-shadow: 0 3px #f58f0b;
    background: #f5a00b;
}

.btn-gray{
    -webkit-box-shadow: 0 3px #888;
    -moz-box-shadow: 0 3px #888;
    -o-box-shadow: 0 3px #888;
    -ms-box-shadow: 0 3px #888;
    box-shadow: 0 3px #888;
    background: #a5a5a5;
}

.btn-spmenu{
    -webkit-box-shadow: 0 3px #3f3f3f;
    -moz-box-shadow: 0 3px #3f3f3f;
    -o-box-shadow: 0 3px #3f3f3f;
    -ms-box-shadow: 0 3px #3f3f3f;
    box-shadow: 0 3px #3f3f3f;
    background: #535353;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
    -webkit-box-shadow: 0 3px #004391;
    -moz-box-shadow: 0 3px #004391;
    -o-box-shadow: 0 3px #004391;
    -ms-box-shadow: 0 3px #004391;
    box-shadow: 0 3px #004391;
    background: #004391;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active{
    -webkit-box-shadow: 0 3px #d97104;
    -moz-box-shadow: 0 3px #d97104;
    -o-box-shadow: 0 3px #d97104;
    -ms-box-shadow: 0 3px #d97104;
    box-shadow: 0 3px #d97104;
    background: #ed7b18;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active{
    -webkit-box-shadow: 0 3px #777;
    -moz-box-shadow: 0 3px #777;
    -o-box-shadow: 0 3px #777;
    -ms-box-shadow: 0 3px #777;
    box-shadow: 0 3px #777;
    background: #888;
    color: #fff;
}

.btn-nav{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: #fff;
    color: #0e6eb8;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold;
}

.btn-nav:hover{
    background: #0e6eb8;
    color: #fff;
    text-decoration: none;
}

.btn-outline-blue{
    display: inline-block;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #09A9E5;
    -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: #fff;
    color: #09A9E5;
    text-decoration: none;
}

.btn-outline-blue:hover,
.btn-outline-blue.hover{
    background: #09A9E5;
    color: #fff;
    text-decoration: none;
}

.btn-file-gray{
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #0e6eb8;
    background: #0e6eb8;
    -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;
}

select {
    position: relative;
    width: 100%;
    padding: 5px 12px 5px 10px;
    display: inline;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border:1px solid #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    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: #f2f2f2;
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
    background-size: 10px 6px,100%;
    cursor: pointer;
    text-indent: .01px; /*Firefox*/
    text-overflow: ""; /*Firefox*/
    outline: none;
    font-size: 14px; font-size: 1.4rem;
}

select::-moz-focus-inner {
    border: 0px;
}
select::-ms-expand {
  display: none;
}

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

select.multiple{
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
    background-size: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    margin: 0;
    border: none;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    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: #fff;
    cursor: pointer;
    resize: none;
    font-size: 13px; font-size: 1.3rem;
}

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

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

label{
    position: relative;
    margin: 0;
}


.one-set{
    width: 100%;
}

.num-input{
    width: 50%;
}

input[type="text"].two-set,
input[type="password"].two-set,
input[type="email"].two-set,
input[type="tel"].two-set,
select.two-set{
    display: inline-block;
    width: 45%;
}

input[type="checkbox"]{
    font-size: 16px; font-size: 1.6rem;
}

.form-control{
    color: #3F3F3F;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background: #f2f2f2;
}

/* ==============
    PC: Header
   ============== */

#header-container{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 1px rgba(45,45,60,0.3);
}

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

#header-container .logo {
    width: 168px;
    margin: 10px auto;
    text-align: center;
}

#header-container .logo a{
    overflow: hidden;
    display: block;
    width: 168px;
    height: 0;
    margin: 0;
    padding: 30px 0 0;
    background: url(../img/logo.png) no-repeat left top;
    background-size: 168px 30px;
}

#header-container .logo{
    float: left;
    display: inline;
    margin: 15px 16px;
}

.sb-toggle-left{
    display: none;
}

.hdr-nav{
    float: right;
    display: inline;
    width: auto;
    margin: 0 0 0 20px;
    color: #3f3f3f;
}

.login-info{
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px; font-size: 1.4rem;
    color: #3f3f3f;
    font-weight: bold;
}

.btn-hdr{
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #3f3f3f;
    text-decoration: none;
    font-weight: bold;
}

.btn-hdr:before{
    position: absolute;
    content: " ";
    display: block;
    width: 1px;
    height: 30px;
    top: 15px;
    left: -1px;
    background: #e5e6e9;
}

.btn-hdr:hover{
    background: #0e6eb8;
    text-decoration: none;
    color: #fff;
}

.hdr-nav i{
    margin: 0 8px 0 0;
    color: #0e6eb8;
    font-size: 16px; font-size: 1.6rem;
}

.hdr-nav .btn-hdr:hover i{
    color: #fff;
}

#side-bar{
    position: fixed;
    top: 60px;
    left: 0;
    width: 200px;
    z-index: 1;
    overflow: auto;
}

#sp-menu{
    padding: 20px 10px;
    background: #2b2b2b;
}

.side-menu{
    margin: 0 -10px 20px;
    border-top: 1px solid #3f3f3f;
}

.side-menu li {
    position: relative;
}

.side-menu li a{
    position: relative;
    display: block;
    padding: 10px;
    color: #e5e5e5;
    text-decoration: none;
    font-weight: bold;
}

.side-menu li a:after{
    position: absolute;
    display: block;
    content: "\f0da";
    top: 50%;
    right: 10px;
    line-height: 1;
    margin: -7px 0 0;
    font-family: 'FontAwesome';
    color: #535353;
}

.side-menu li .count{
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 19px;
    box-shadow: 1px 1px 1px #111;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
}

.side-menu li .count a{
    padding: 0 5px;
    font-weight: normal;
}

.side-menu li .count a:after{
    content: " ";
}

#sp-menu .login-info i{
    margin: 0 8px 0 0;
    color: #0e6eb8;
}

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

.btn-spmenu i{
    margin: 0 8px 0 0;
}


/* ==============
    MOBILE: Main
   ============== */

#main-container {
    min-width: 900px;
    background: #f2f2f2;
    z-index: 0;
}

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

#main-container .alert-error{
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    background: #FBDFDE;
    color: #EE5F5B;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

#main-container .alert-message{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #CDECF5;
    color: #5BC0DE;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

#main-container .hx-main{
    margin: 0 0 20px;
    font-size: 24px; font-size: 2.4rem;
    font-weight: normal;
}

 #main-container .hx-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: center;
}

.btn-switch-box{
    margin: 0 0 0 auto;
}

.li-btn-switch{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}

.li-btn-switch li{
    margin: 0 -1px 0 0;
}

.li-btn-switch li a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    -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: #e7e7e7;
    text-decoration: none;
    color: #888;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}

.li-btn-switch li:first-child a{
    border-radius: 2px 0 0 2px;
}

.li-btn-switch li:last-child a{
    border-radius: 0 2px 2px 0;
}

.li-btn-switch li a.active{
    border: 1px solid #d22f35;
    background: #d22f35;
    color: #fff;
}

#main-container .hx-btn-area{
    margin: 0 0 20px auto;
}

#main-container .card{
    margin: 0 0 20px;
    background: #fff;
}

#main-container .card .card-header{
    padding: 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d1d2d5;
}

#main-container .card .card-header .hx-sub{
    margin: 0;
    font-size: 18px; font-size: 1.8rem;
    font-weight: normal;
}

#main-container .card .card-body{
    padding: 0 10px 20px;
    overflow: hidden;
}

#main-container .card .card-body.nohead{
    padding: 20px 10px 40px;
}

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

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

.search input[type="text"],
.search input[type="password"],
.search input[type="email"],
.search input[type="tel"],
.search select{
    height: 30px;
    line-height: 1;
    padding: 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;
}

select[multiple], select[size]{
    height: auto ;
}


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

.search .col2 .col,
.modal-container .col2 .col{
    margin: 0 0 20px;
}

.search .col2 .form-group{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.search .col2 .col .form-label,
.modal-container .col2 .col .form-label,
#newmessage .form-label,
#threadform .form-label{
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.search .col2 .col .form-label{
    width: 30%;
    line-height: 1.4;
    margin: 5px 10px 0 0;
}

.search .col2 .col.full .form-label{
    width: 100%;
}

.search .col2 .col .notice{
    display: inline-block;
    margin: 0;
    color: #EE5F5B;
    font-weight: normal;
    font-size: 12px; font-size: 1.2rem;
}

.search .col2 .col .flex-box,
.modal-container .col2 .col .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 .col2 .col .flex-box input[type="text"],
.search .col2 .col .flex-box select,
.modal-container .col2 .col .flex-box input[type="text"],
.modal-container .col2 .col .flex-box select{
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}

.search .col2 .col .form-control,
.search .col2 .col .form-control{
    flex: 1;
}

.search .flex-box .form-ctr{
    line-height: 33px;
}

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

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

.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
}

#fake_input_file{
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 10px;
}

.page-number{
    margin: 0 0 10px;
    text-align: right;
    font-size: 12px; font-size: 1.2rem;
}

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

.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: 6px 12px;
    text-decoration: none;
    border: 1px solid #0e6eb8;
    color: #0e6eb8;
}

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

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

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

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

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

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

.table.table-striped{
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.table.table-striped thead{
    display: block;
    float: left;
    border-right: 2px solid #d1d2d5;
    border-top: 1px solid #d1d2d5;
}

.table.table-striped thead th{
    display: block;
    text-align: left;
    padding: 5px 8px;
    border-bottom: 1px solid #d1d2d5;
    font-size: 12px; font-size: 1.2rem;
}

.table.table-striped thead th.bl-btn{
    height: 33px;
}

.table.table-striped thead th.bl-form{
    height: 31px;
}

.table.table-striped thead th.bl-check{
    height: 21px;
}

.table.table-striped tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #d1d2d5;
}

.table.table-striped tbody tr{
    display: inline-block;
    margin: 0 -2px;
}

.table.table-striped tbody td{
    display: block;
    padding: 5px 8px;
    border-right: 1px solid #d1d2d5;
    border-bottom: 1px solid #d1d2d5;
    font-size: 12px; font-size: 1.2rem;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #f7f7f7;
}

.table-striped tfoot{
    display: block;
    border-bottom: 1px solid #d1d2d5;
    background: #e5e5e5;
}

.tbody-striped tfoot tr,
.tbody-striped tfoot td{
    display: block;
}

.table-striped tfoot td{
    padding: 10px;
    text-align: center;
}

.page-link ul{
    position: relative;
    -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;
}

.page-link li{
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 0 20px;
}

.page-link li .btn-nav{
    display: block;
    margin: 0 10px;
    padding: 10px;
}

.page-link li .count{
    position: absolute;
    top: 12px;
    right: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 2px;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
}

.page-link li .count a{
    display: block;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.sent-message .name{
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
}

#confirmtext {
    margin: 0 0 20px;
}

#confirmtext .alert{
    color: #EE5F5B;
}

.sent-info ul{
    -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-start;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px;
}

.sent-info .name{
    font-size: 15px; font-size: 1.5rem;
}

.sent-info .delivery-date{
    margin-left: auto;
}

.img-list li{
    -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 0 40px;
}

.img-list li .txt-box{
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 10px;
}

.img-list li .tbl-sheetlist{
    width: 100%;
    font-size: 12px; font-size: 1.2rem;
}

.img-list li .tbl-sheetlist th{
    width: 35%;
    font-weight: bold;
    padding: 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;
    border-bottom: 1px solid #d1d2d5;
}

.img-list li .tbl-sheetlist td{
    padding: 5px;
    border-bottom: 1px solid #d1d2d5;
}

#inline-main{
    position: relative;
}

#inline-main .rotate-img{
    margin: 0 30px;
}

#inline-main .rotate{
    margin: -10px 0 0;
    font-size: 20px; font-size: 2.0rem;
}

#inline-main #arrowL{
    position: absolute;
    top: 50%;
    left: 0;
}

#inline-main #arrowR{
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-area.print{
    display: none;
}

.dl-news{
    margin: 0 -10px;
}

.dl-news dt{
    margin: 0 0 5px;
    padding: 0 10px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.dl-news dd{
    margin: 0 0 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d1d2d5;
}

.dl-news dd.seemore{
    padding: 0 10px 10px;
    text-align: center;
}

.dl-news .alert{
    color: #EE5F5B;
}
.ui-widget-content{
    color: #3f3f3f;
}

.ui-widget-content{
    border: 1px solid #d1d2d5;
}

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

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

.ui-state-default:hover{
    border: 1px solid #0e6eb8;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #0e6eb8;
    background: #fff;
    font-weight: bold;
    color: #0e6eb8;
}


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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    color: #0e6eb8;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    color: #3f3f3f;
    font-weight: bold;
}

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

.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 #2f831b;
    background: #c5f7b1;
    color: #2f831b;
}

.ui-state-default.ui-state-active{
    border: 1px solid #2f831b;
    background: #c5f7b1;
    color: #2f831b;
}


#newmessage .col2 li{
    margin: 0 0 20px;
}

#newmessage .template li,
#threadform .template li{
    margin: 0 0 20px;
}

#newmessage .template li:last-child,
#threadform .template li:last-child{
    text-align: right;
}

#newmessage .template li .btn,
#threadform .template li .btn,
.edit-temp .btn{
    width: auto;
    min-width: auto;
    min-width: none;
    height: 31px;
    line-height: 34px;
}

#newmessage textarea{
    height: 150px;
}

.destination-ttl{
    margin: 0;
    padding: 10px;
    border: 1px solid #d1d2d5;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 16px; font-size: 1.6rem;
}

.destination-ttl .status{
    margin: 0 0 0 20px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.receive li{
    padding: 10px;
    margin: -1px 0 0;
    border: 1px solid #d1d2d5;
    cursor: pointer;
}

.receive li.active{
    background: #bcf5a2;
}

.receive li a {
    text-decoration: none;
    color: #3f3f3f;
}

.receive li .name{
    -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;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

.receive li .name .tag.green{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #2f831b;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name .tag.red{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name .tag.orange{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #ed7b18;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name span.tag:first-of-type{
    margin: 0 5px 0 10px;
}

.receive li .name span.checkbox-icon{
    margin: 0 10px 0 0;
}

.receive li .date{
    margin-left: auto;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.receive li .name .already-read{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #dfdfdf;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: -0.001em;
    text-align: center;
}


.client-code{
    margin: 0 0 20px;

}

.client-code input{
    margin: 0 0 10px;
}

.flex-thread .scroll{
    height: 500px;
    overflow: auto;
}

/* ==============
    PC: Footer
   ============== */

#footer-container{
    position: relative;
    margin: 0 0 0 200px;
    padding: 10px 0;
    border-top: 1px solid  #d1d2d5;
    background: #e5e6e9;
}

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

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

/* ==============
    WIDE: Main
   ============== */

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

    #side-bar{
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 200px;
        height: 100%;
        background: #0e6eb8;
        overflow: auto;
        z-index: 1;
    }

    .side-menu{
        margin: 0;
        border-top: none;
    }

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

    .side-menu li a:after{
        content: " ";
    }

    .side-menu li:hover a:after{
        content: "\f105";
        color: #fff;
    }

    .side-menu li.active:hover a:after{
        content: " ";
    }

    .side-menu li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #037dc3;
        -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;
    }

    .side-menu li a:hover,
    .side-menu li a:focus,
    .side-menu li a:active {
        color: #2d373f;
    }

    .side-menu li a:hover:before,
    .side-menu li a:focus:before,
    .side-menu 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);
    }

    .side-menu li.active a:after{
        background: #fff;
    }

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

    .side-menu li.active a{
        color: #fff;
    }

    .side-menu li:first-child.active a{
        margin: 0;
    }

    .side-menu li .count{
        border-radius: 2px;
        box-shadow: 0 0 0 transparent;
    }

    .side-menu li .count a{
        display: inline-block;
        height: auto;
        line-height: 1;
        color: #fff;
        transform: none;
    }

    .side-menu li .count a:before{
        content: " ";
    }

    .side-menu li .count a:after{
        content: " ";
    }

#main-container{
    position: relative;
    min-height: 580px;
    margin: 0 0 0 200px;
    padding: 0;
    background: #e5e6e9;
}

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

    #main-container .alert-error,
    #main-container .alert-message{
        padding: 10px 20px;
        font-size: 14px; font-size: 1.4rem;
    }

    #main-container .hx-main{
        margin: 0 0 20px;
        font-weight: normal;
        font-size: 30px; font-size: 3.0rem;
    }

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

    #main-container .card .card-header{
        padding: 10px 20px;
    }

    #main-container .card .card-header .hx-sub{
        margin: 0;
        font-size: 20px; font-size: 2.0rem;
        font-weight: normal;
    }

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

    #main-container .card .card-body.nohead{
        padding: 20px 20px 40px;
    }

    .search .col2,
    .modal-container .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 -20px 10px;
    }

    .search .col2 .col,
    .modal-container .col2 .col{
        margin: 0 0 20px;
        padding: 0 20px;
        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;
    }

    .search .col2 .col.full,
    .modal-container .col2 .col.full{
        width: 100%;
    }

    .search .col2 .col .form-label,
    .modal-container .col2 .col .form-label{
        font-size: 13px; font-size: 1.3rem;
    }

    .search .col2 .col.full .form-label{
        width: 15%;
    }

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

#main-container .hx-sub.togglebutton{
    padding: 0 0 0 25px;
}

#main-container .hx-sub.togglebutton:before{
    content:"\f0fe";
    background: #fff;
    color: #FFD526;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    font-size: 20px; font-size: 2.0rem;
}


#main-container i{
    margin-right: 5px;
}

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


#main-container .form-area dt{
    margin: 0 0 10px;
    color: #204048;
    font-weight: bold;
}

#main-container .form-area dd{
    margin: 0 0 20px;
    font-weight: normal;
}

.form-col2 label{
    color: #214149;
}

.checkbox-inline,
.form-col2 label.checkbox-inline{
    margin: 0 10px 10px 0;
    padding: 0;
    color: #3F3F3F;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0;
}

.checkbox-inline .icheckbox_flat-blue{
    margin: 0 5px 0 0;
}

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

    .table.table-striped{
        table-layout: auto;
    }

    .table.table-striped thead{
        display: table-header-group;
        float: none;
        border-right: none;
        border-top: none;
    }

    .table.table-striped thead th{
        display: table-cell;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 13px; font-size: 1.3rem;
        font-weight: bold;
    }

    .table.table-striped thead th.bl-btn,
    .table.table-striped thead th.bl-form,
    .table.table-striped thead th.bl-check{
        height: auto;
    }

    .table.table-striped > thead > tr > th{
        padding: 8px 10px;
        border-bottom: 2px solid #d1d2d5;
    }

    .table.table-striped tbody{
        display: table-row-group;
        width: auto;
        overflow-x: visible;
        white-space: normal;
    }

    .table.table-striped tbody tr{
        display: table-row;
        border:none;
    }

    .table.table-striped tbody tr:hover{
        background: #e6ebf1;
    }

    .table.table-striped tbody tr#newdiv:hover{
        background: #fff;
    }

    .table.table-striped tbody td{
        display: table-cell;
        padding: 8px 10px;
        word-break: break-all;
    }

    .table.table-striped tbody tr td:last-of-type{
        border-right: none;
    }

    .table-striped tfoot{
        display: table-footer-group;
    }

    .tbody-striped tfoot tr{
        display: table-row;
    }

    .tbody-striped tfoot td{
        display: table-cell;
    }

.required,
.optional{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.required{
    background: #FBDFDE;
    color:#EE5F5B;
}

.optional{
    background: #CDECF5;
    color:#5BC0DE;
}

.has-error{
    color: #EB416E;
    font-size: 12px; font-size: 1.2rem;
}

.progress-bar{
    background-color: #27B4D0;
}

.form-inline{
    width: 45%;
}

.tbl-area .new{
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 3px;
    border: 1px solid #EB416F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #EB416F;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-area .update{
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 3px;
    border: 1px solid #FF8047;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #FF8047;
    font-size: 12px; font-size: 1.2rem;
}


.form-control[readonly]::-webkit-input-placeholder {
    opacity:0;
}
.form-control[readonly]:-ms-input-placeholder {
    opacity:0;

}
.form-control[readonly]::-moz-placeholder {
    opacity:0;
}

.toggleblock{

    overflow: hidden;
    display: inline-block !important;
    margin: 0 5px 0 0;
    width: 20px !important;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/btn_plus@2x.png) no-repeat left center;
    background-size: 20px;
    cursor: pointer;
    vertical-align: bottom;
}

.togglebutton{
    cursor: pointer;
}

.edit-ttl{
    position: relative;
}

.edit-ttl .btn-area{
    position: absolute;
    top: 0;
    right: 0;
}

.radio-box{
    min-height: 36px;
    display: block;
}


.addcontact i{
    font-size: 20px; font-size: 2.0rem;
}


.bdr-tb{
    display: inline-block;
    padding: 8px 20px;
    border-top: 1px solid #758B9A;
    border-bottom: 1px solid #758B9A;
    color: #758B9A;
}

    .balloon-gray,
    .balloon-green{
        padding: 0 2px 0 5px;
    }

    .balloon-gray{
        border-radius: 4px;
        background: #f2f2f2;
        font-size: 12px; font-size: 1.2rem;
    }

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

    .flex-thread .thread-list{
        width: 40%;
    }

    .flex-thread .thread-detail{
        -webkit-flex: 1;
        flex: 1;
    }

    .flex-thread .thread-wrap{
        margin: 0 0 0 40px;
    }

    .img-list{
        -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 -20px;
    }

    .img-list li{
        width: 50%;
        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;
    }

    #inline-main .rotate-img{
        margin: 0 40px;
    }

    #inline-main .rotate{
        margin: -15px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }

    .btn-area.print{
        display: block;
        margin: 0 0 20px;
    }

    .btn-area.print .ico-print i{
        margin: 0 5px 0 0;
    }

    .dl-news{
        margin: 0 -20px;
    }

    .dl-news dt{
        float: left;
        display: inline;
        width: 20%;
        margin: 0 0 5px;
        padding: 0 20px;
        font-size: 12px; font-size: 1.2rem;
    }

    .dl-news dd{
        margin: 0 0 10px;
        padding: 0 20px 10px 20%;
        border-b ottom: 1px solid #d1d2d5;
    }

    #newmessage .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 -20px;
    }

    #newmessage .col2 li{
        width: 50%;
        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;
    }


    #newmessage .template li,
    #threadform .template li{
        display: inline-block;
        margin: 0 20px 20px 0;
    }

    .client-code{
        -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 0 20px;
    }

.client-code input{
    margin: 0 0 10px;
}

    .flex-thread .destinationlist .scroll{
        height: 743px;
        overflow: auto;
    }



/* ============
    WIDE: Main
   ============ */

    #page{
        position: relative;
    }

    .page-link li{
        display: inline;
        width: 33.3%;
        margin: 0;
        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;
    }

    .page-link li .btn-nav{
        padding: 20px 10px;
        margin: 0 0 20px;
    }

    .page-link ul:after {
        content:" ";
        display: block;
        width:33.3%;
    }

    .page-link li .count{
        top: 22px;
    }

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


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

    .form-inline{
        width: 47%;
    }



@media only screen and (min-width: 1260px) {


    .search .col2{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .search .col2 .col{
        width: 33.3%;
    }





}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }


}