@charset "UTF-8";

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

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

   ========================================================================== */
html {
    font-size: 62.5%;
}

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

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

a:hover {
    text-decoration: underline;
}

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


.bold {
    font-weight: bold;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.mb08 {
    margin: 0 0 8px;
}

.mb10 {
    margin: 0 0 10px;
}

.mb16 {
    margin: 0 0 16px;
}

.mb20 {
    margin: 0 0 20px;
}

.mb40 {
    margin: 0 0 40px;
}

.wrapper {
    margin: 0 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -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: 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: "expand_more";
    font-family: "Material Icons";
    font-weight: 900;
    line-height: 38px;
    color: #201613;
    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: 38px;
    line-height: 38px;
    padding: 0 24px 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    color: #201613;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

select option {
    color: #201613;
}

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

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

.btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    border-radius: 5px;
    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);
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.btn:hover {
    transform: translateY(8px);
}

.btn-blue {
    background: #0086d1;
    color: #fff;
}

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

.btn-yellow {
    background: #F5B635;
    color: #fff;
}

.btn-black {
    background: #201613;
    color: #fff;
}

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

.btn-bdr-gray {
    line-height: 34px;
    border: 2px solid #a8a8a8;
    background: #fff;
    color: #B8B6AF;
}

.btn-bdr-blue {
    line-height: 34px;
    border: 2px solid #0086d1;
    background: #fff;
    color: #0086d1;
}

.btn-bdr-red {
    line-height: 34px;
    border: 2px solid #cc0000;
    background: #fff;
    color: #cc0000;
}

.btn-bdr-black {
    line-height: 34px;
    border: 2px solid #201613;
    background: #fff;
    color: #201613;
}

.btn-bdr-black .material-icons{
    position: relative;
    top: -2px;
}

.btn-s {
    min-width: auto;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.btn-bdr-s {
    width: auto;
    min-width: inherit;
    padding: 0 16px;
    height: 30px;
    line-height: 26px;
}

.btn .material-icons,
.btn .material-icons-outlined {
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
    margin: 0 8px 0 0;
}

.btn-s .material-icons,
.btn-s .material-icons-outlined {
    line-height: 30px;
    font-size: 20px;
    font-size: 2.0rem;
}

.btn-ico .material-icons,
.btn-ico .material-icons-outlined {
    margin: 0;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

hr.bdr {
    display: block;
    margin: 0 -24px 40px;
    height: 1px;
    border: 0;
    background: #d8d8d8;
}

#container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100vh;
}

/* ==============
WIDE: Header
============== */

#header-container {
    position: fixed;
    width: 100%;
    height: 70px;
    border-bottom: none;
    background: #fff;
    z-index: 20;
}

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

#header-container .logo {
    width: 220px;
    height: 70px;
    margin: 0;
    padding: 22px 16px;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
}

#header-container .logo a {
    display: block;
    width: 187px;
    padding: 25px 0 0;
    background: url(../img/logo.svg) no-repeat left top;
    background-size: 187px 25px;
}

.hdr-flex-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    line-height: 70px;
}

.hdr-flex-box .info {
    flex: 1;
    border-bottom: 1px solid #d8d8d8;
}

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

.user-info-box .material-icons {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    border-radius: 30px;
    background: #d8d8d8;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-hdr {
    display: block;
    padding: 0 20px;
    color: #201613;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
}

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

.btn-hdr:hover .material-icons {
    background: #201613;
}

.btn-hdr:last-of-type {
    padding-right: 40px;
}

/* ==============
WIDE: Menu
============== */

#side-container {
    position: fixed;
    top: 70px;
    min-width: 220px;
    max-width: 220px;
    width: 220px;
    height: calc(100vh - 70px);
    padding: 40px 0 0;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #201613;
}

#nav-toggle {
    display: none;
}

#g-nav {
    position: relative;
    top: 0;
}

#g-nav .side-menu li {
    position: relative;
    padding: 0 16px;
}

#g-nav .side-menu li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #d8d8d8;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: bold;
}

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

#g-nav .side-menu li.active::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 0 2px 2px 0;
    background: #fff;
}

#g-nav .side-menu li.active a {
    border-radius: 5px;
    background: #333;
    color: #fff;
}

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

#main-container {
    min-width: 780px;
    min-height: calc(100vh - 90px);
    flex: 1;
    margin: 70px 0 0 220px;
    padding: 40px 0 0;
    box-sizing: border-box;
    overflow-x: auto;
    background: #e7e7e7;
}

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

#main-container .card {
    padding: 24px;
    border-radius: 4px;
    background: #fff;
}

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

.alert-danger {
    background: #FFE7E6;
    color: #F36362;
}

.alert-message {
    background: #CDECF5;
    color: #5BC0DE;
}

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

.hx-ttl {
    margin: 0 0 40px;
    font-size: 30px;
    font-size: 3.0rem;
    color: #201613;
}


.ttl-box .btn-box {
    margin: 0 0 40px;
}

.btn-box {
    margin: 0 0 30px;
    text-align: right;
}

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

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

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

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

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

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

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

.search-box .flex-box {
    -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: stretch;
    margin: 0 -24px;
}

.search-box .flex-box li {
    width: 50%;
    margin: 0 0 10px;
    padding: 0 24px;
    box-sizing: border-box;
}

.search-box .flex-box li .form-parts {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.search-box .flex-box li .form-parts dt {
    width: 30%;
    margin: 0 8px 8px 0;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
}

.search-box .flex-box li .form-parts dd {
    flex: 1;
    margin: 0 0 8px;
}

.search-box .flex-box li .form-parts dd .form-flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.search-box .flex-box li .form-parts dd .form-txt {
    margin: 0 8px;
}

.required {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 8px;
    padding: 4px;
    border-radius: 4px;
    background: #E92700;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

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

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

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

.tbl-scroll-box {
    margin: 0 -24px;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
}

.tbl.tbl-striped {
    margin: 0 0 30px;
    white-space: normal;
}

.tbl.tbl-striped tbody tr:hover {
    background: #f7f7f7;
}

.tbl.tbl-striped tbody .bg-red,
.tbl.tbl-striped tbody tr.bg-red:hover {
    background: #FFE6E6;
}

.tbl.tbl-striped tbody tr.bg-gray{
    background: #e7e7e7;
}

.tbl.tbl-striped th {
    line-height: 1.4;
    padding: 0 8px 10px;
    border-bottom: 2px solid #d8d8d8;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #999BA4;
}

.tbl.tbl-striped thead th:first-of-type,
.tbl.tbl-striped tbody tr td:first-of-type {
    padding-left: 16px;
}

.tbl.tbl-striped thead th:last-of-type,
.tbl.tbl-striped tbody tr td:last-of-type {
    padding-right: 16px;
    white-space: nowrap;
}

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

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

.tbl-job-upload-wrap {
    margin: 0 -24px;
    max-height: 600px;
    overflow-y: scroll;
}

.tbl.tbl-striped.job-upload {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
}

.tbl.tbl-striped.job-upload thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

.tbl.tbl-striped.job-upload th {
    white-space: nowrap;
}

.tbl.tbl-striped.job-upload tr:hover {
    background: transparent;
}

.tbl.tbl-striped.job-upload td {
    border-right: 1px solid #d8d8d8;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top;
    white-space: nowrap;
}

.tbl.tbl-striped.job-upload .w200 {
    min-width: 200px;
}

.tbl.tbl-striped.job-upload .w600 {
    min-width: 600px;
}

.tbl.tbl-striped.job-upload tr td:last-child {
    border-right: none;
}

.tbl.tbl-blc {
    margin: 0 0 30px;
}

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

.tbl.tbl-blc th {
    width: 30%;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #d8d8d8;
    background: #f7f7f7;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}

.tbl.tbl-blc.hdr{
    table-layout: fixed;
}

.tbl.tbl-blc.hdr th{
    width: auto;
}

.tbl.tbl-blc.hdr thead th{
    background: #e7e7e7;
    text-align: center;
}

.tbl.tbl-blc.hdr th:first-child{
    width: 24%;
}

.tbl.tbl-blc td {
    min-height: 1em;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #d8d8d8;
    word-break: break-all;
}

.tbl.tbl-blc .highlight th,
.tbl.tbl-blc .highlight td{
    background: #FFEFCE;
}

.tbl.tbl-job th,
.tbl.tbl-job td {
    display: block;
}

.tbl.tbl-job th {
    position: relative;
    margin: -1px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #d8d8d8;
    text-align: left;
    color: #333;
}

.tbl.tbl-job th::before {
    display: inline-block;
    content: "■";
    top: 0;
    left: 0;
    color: #D4210B;
}

.tbl.tbl-job td {
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    font-size: 1.2rem;
}

.tbl-ttl {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #001866;
}


.pagination-box {
    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;
    min-width: 40px;
    margin: 0 0 0 -1px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    color: #201613;
}

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

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

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

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

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

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

.hx-sub-ttl {
    position: relative;
    margin: 0 0 30px;
    padding: 8px 16px;
    border-radius: 5px;
    background: #e8ecf6;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}

.hx-sub-ttl::before {
    height: 36px;
}

.hx-modal-ttl {
    margin: 0 -32px;
    padding: 10px 32px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 2.4rem;
    color: #201613;
}

.modal-main.job-width .modal-ttl {
    margin: 0 -24px 32px;
    padding: 0 24px;
}

.modal-main.job-width .hx-modal-ttl {
    margin: 0 -24px;
    padding: 10px 24px;
}

.hx-modal-job {
    height: 30px;
    line-height: 30px;
    margin: 0 -24px 24px;
    padding: 0 24px;
    background: #D4210B;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
}

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

.modal-job .company-name {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #D4210B;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.modal-job .job-ttl {
    line-height: 1.5;
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
}

.modal-job .li-job-ico li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 16px;
}

.modal-job .li-job-ico .material-icons-outlined {
    margin: 0 8px 0 0;
    vertical-align: top;
    color: #D4210B;
}

.has-error {
    display: block;
    color: #F36362;
}

.show-password-box {
    margin: 10px 0 0;
}

.li-slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.li-slider li {
    text-align: center;
}

.slick-slide img {
    margin: 0 auto;
}

.keyword-tag-box {
    margin: 0 0 30px;
}

.keyword-tag-box .keyword {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #D4210B;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    color: #D4210B;
}

.li-pending-job-img li{
    margin: 0 0 10px;
}



/* ==============
WIDE: Footer
============== */

#footer-container {
    height: 50px;
    box-sizing: border-box;
}

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


/* ==========================================================================
    Media Queries
   ========================================================================== */

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

    /* ==============
    MOBILE:Header
   ============== */
    /*
#header-container {
    position: relative;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

#header-container .logo {
    height: 50px;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}

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

    /* ==============
    MOBILE:Menu
   ============== */
    /*
#side-bar {
    position: relative;
}

#nav-toggle {
    position: absolute;
    display: block;
    top: -36px;
    right: 10px;
    width: 24px;
    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: #201613;
    -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;
}

.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: -5000px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: calc(100vh - 50px);
    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: 101;
}

.open #g-nav {
    -moz-transform: translateY(5000px);
    -webkit-transform: translateY(5000px);
    transform: translateY(5000px);
}

#g-nav .side-menu li a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #201613;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
*/

    /* ==============
    MOBILE:Main
   ============== */
    /*
    #main-container {
        min-height: calc(100vh - 100px);
        padding: 30px 0 0;
        box-sizing: border-box;
        background: #f7f7f7;
    }

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

    #main-container .card {
        padding: 16px;
        border-radius: 16px;
        background: #fff;
    }

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

    .hx-ttl {
        margin: 0 0 30px;
        font-size: 20px;
        font-size: 2.0rem;
        color: #201613;
    }

    .ttl-box .btn-box {
        margin: 0 0 30px;
    }

    .btn-box {
        margin: 0 0 30px;
        text-align: right;
    }

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

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

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

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

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

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

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

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

    .search-box .flex-box li .form-parts {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
    }

    .search-box .flex-box li .form-parts dt {
        width: 30%;
        margin: 0 8px 8px 0;
        font-weight: bold;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .search-box .flex-box li .form-parts dd {
        flex: 1;
        margin: 0 0 8px;
    }

    .search-box .flex-box li .form-parts dd .form-flex {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .search-box .flex-box li .form-parts dd .form-txt {
        margin: 0 8px;
    }

    .tbl-scroll-box {
        margin: 0 -16px;
    }

    .tbl {
        width: 100%;
        border-collapse: collapse;
    }

    .tbl.tbl-striped {
        margin: 0 0 30px;
        white-space: nowrap;
    }

    .tbl.tbl-striped tbody tr:hover {
        background: #f7f7f7;
    }

    .tbl.tbl-striped th {
        line-height: 1.4;
        padding: 0 8px 10px;
        border-bottom: 2px solid #d8d8d8;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        color: #999BA4;
    }

    .tbl.tbl-striped thead th:first-of-type,
    .tbl.tbl-striped tbody tr td:first-of-type {
        padding-left: 16px;
    }

    .tbl.tbl-striped thead th:last-of-type,
    .tbl.tbl-striped tbody tr td:last-of-type {
        padding-right: 16px;
        white-space: nowrap;
    }

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

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

    .tbl.tbl-blc {
        margin: 0 0 30px;
    }

    .tbl.tbl-blc th,
    .tbl.tbl-blc td {
        display: block;
        text-align: left;
    }

    .tbl.tbl-blc th {
        margin: -1px 0 0;
        padding: 5px 8px;
        border: 1px solid #d8d8d8;
        background: #f7f7f7;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .tbl.tbl-blc td {
        min-height: 1em;
        margin: -1px 0 0;
        padding: 8px;
        border: 1px solid #d8d8d8;
        word-break: break-all;
    }

    .hx-sub-ttl {
        position: relative;
        margin: 0 0 30px;
        padding: 4px 8px;
        border-radius: 5px;
        background: #e8ecf6;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .hx-modal-ttl {
        margin: 0 -15px;
        padding: 10px 20px;
        box-sizing: border-box;
        color: #201613;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .hx-modal-job {
        height: 30px;
        line-height: 30px;
        margin: 0 -15px 24px;
        padding: 0 15px;
        background: #201613;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
    }

*/

    /* ==============
    MOBILE:Footer
   ============== */


}