@charset "UTF-8";
/* ========================================================
 reset.css
======================================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
img,
embed,
iframe,
object,
audio,
video,
area,
button,
input,
label,
select,
summary,
textarea,
div,
a,
span,
table,
thead,
tbody,
tr,
th,
td {
  box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

/* ========================================================
 フォームの基本設定
======================================================== */
/* フォームのデフォルトスタイルをリセット
=========================================== */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

textarea {
  border: none;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=radio], [type=checkbox]) {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=time],
input[type=email],
input[type=url],
input[type=search],
select,
textarea {
  font-family: sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=date],
  input[type=datetime],
  input[type=time],
  input[type=email],
  input[type=url],
  input[type=search],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* chromeの履歴の背景色
------------------------------ */
input:-webkit-autofill {
  box-shadow: 0 0 0 999px #fff inset;
}

/* iOSでのデフォルトスタイルをリセット
------------------------------ */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* placeholderの色を変更(カンマで複数区切りは出来ない)
------------------------------ */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bcbcbc;
}

/* ========================================================
 wickedpicker-custom
======================================================== */
/* input.hasWickedpicker
=========================================== */
.body-send-sms-page input.hasWickedpicker {
  padding: 8px 7px;
  max-width: 62px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  border: 1px solid #b9c0cc;
  transition: box-shadow 0.1s ease-in-out;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .body-send-sms-page input.hasWickedpicker {
    max-width: 74px;
    font-size: 1.6rem;
  }
}

.body-send-sms-page input[aria-showingpicker=true].hasWickedpicker {
  outline-color: #d70051;
  box-shadow: 0 0 7px rgba(215, 0, 81, 0.69);
}

/* wickedpicker
=========================================== */
.body-send-sms-page .wickedpicker {
  width: 180px;
  height: auto;
  box-shadow: 0 0 7px rgba(215, 0, 81, 0.69);
  transform: translateY(-36px);
  z-index: 1;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .body-send-sms-page .wickedpicker {
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
    transform: translate(-36px, -36px);
  }
}

.body-send-sms-page .wickedpicker .hover-state {
  color: #0b5bb5;
}

.body-send-sms-page .wickedpicker__title {
  background-color: #e7eff5;
  font-size: 1.4rem;
  font-weight: 700;
}

.body-send-sms-page .wickedpicker__controls {
  padding: 0;
}

/* ========================================================
JavaScript
======================================================== */
/* ========================================================
汎用クラス
======================================================== */
/* switch
=========================================== */
.hdn-sp {
  display: block;
}

.hdn-tb {
  display: block;
}

.view-tb {
  display: none;
}

.hdn-pc {
  display: none;
}

@media screen and (max-width: 1020px) {
  .hdn-tb {
    display: none;
  }
  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
}
/* clearfix
=========================================== */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* ========================================================
共通クラス
======================================================== */
.cmn-inner01 {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1360px;
}
@media screen and (max-width: 767px) {
  .cmn-inner01 {
    padding: 0 16px;
  }
}

.cmn-inner03 {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .cmn-inner03 {
    padding: 0 16px;
  }
}

/* shadow-box
=========================================== */
.shadow-box {
  border-radius: 2px;
  border: 1px solid #b9c0cc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

/* anchor
=========================================== */
/* section
=========================================== */
/* section
=========================================== */
.flex {
  display: flex;
}
.flex.items-start {
  align-items: flex-start;
}
.flex.items-center {
  align-items: center;
}
.flex.items-end {
  align-items: flex-end;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.wrap-wrap {
  flex-wrap: wrap;
}
.flex.direction-row {
  flex-direction: row;
}
.flex.direction-row-reverse {
  flex-direction: row-reverse;
}
.flex.direction-column {
  flex-direction: column;
}
.flex.direction-column-reverse {
  flex-direction: column-reverse;
}

/* others
=========================================== */
.mt-4xl {
  margin-top: 64px;
}

.mt-3xl {
  margin-top: 56px;
}

.mt-2xl {
  margin-top: 48px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-l {
  margin-top: 32px;
}

.mt-m {
  margin-top: 24px;
}

.mt-s {
  margin-top: 16px;
}

.mt-xs {
  margin-top: 12px;
}

.mt-2xs {
  margin-top: 8px;
}

.mt-3xs {
  margin-top: 4px;
}

.mt-4xs {
  margin-top: 2px;
}

.mt-s-minus {
  margin-left: -16px;
}

.mt-m-minus {
  margin-left: -24px;
}

.mt-l-minus {
  margin-top: -32px;
}

.ml-4xl {
  margin-left: 64px;
}

.ml-3xl {
  margin-left: 56px;
}

.ml-2xl {
  margin-left: 48px;
}

.ml-xl {
  margin-left: 40px;
}

.ml-l {
  margin-left: 32px;
}

.ml-m {
  margin-left: 24px;
}

.ml-s {
  margin-left: 16px;
}

.ml-xs {
  margin-left: 12px;
}

.ml-2xs {
  margin-left: 8px;
}

.ml-3xs {
  margin-left: 4px;
}

.ml-4xs {
  margin-left: 2px;
}

.mr-4xl {
  margin-right: 64px;
}

.mr-3xl {
  margin-right: 56px;
}

.mr-2xl {
  margin-right: 48px;
}

.mr-xl {
  margin-right: 40px;
}

.mr-l {
  margin-right: 32px;
}

.mr-m {
  margin-right: 24px;
}

.mr-s {
  margin-right: 16px;
}

.mr-xs {
  margin-right: 12px;
}

.mr-2xs {
  margin-right: 8px;
}

.mr-3xs {
  margin-right: 4px;
}

.mr-4xs {
  margin-right: 2px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.mb-3xl {
  margin-bottom: 56px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-l {
  margin-bottom: 32px;
}

.mb-m {
  margin-bottom: 24px;
}

.mb-s {
  margin-bottom: 16px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mb-2xs {
  margin-bottom: 8px;
}

.mb-3xs {
  margin-bottom: 4px;
}

.mb-4xs {
  margin-bottom: 2px;
}

.mb-s-minus {
  margin-bottom: -16px;
}

.mb-m-minus {
  margin-bottom: -24px;
}

.mb-l-minus {
  margin-bottom: -32px;
}

@media screen and (max-width: 767px) {
  .mt-xs_sp {
    margin-top: 12px;
  }
  .mt-s_sp {
    margin-top: 16px;
  }
  .ml-0_sp {
    margin-left: 0;
  }
}

.m-all-3xs {
  margin: 4px;
}

.m-all-3xs-minus {
  margin: -4px;
}

.width-100per {
  width: 100%;
}

.column-12 {
  width: 100%;
}

.column-8 {
  width: calc(75% - 12px);
}

.column-6 {
  width: calc(50% - 12px);
}

.column-4 {
  width: calc(25% - 12px);
}

.line-height10 {
  line-height: 1;
}

.line-height13 {
  line-height: 1.3;
}

.line-height15 {
  line-height: 1.5;
}

.line-height17 {
  line-height: 1.7;
}

.line-height19 {
  line-height: 1.9;
}

.width-100px {
  width: 100px;
}

.width-125px {
  width: 125px;
}

.width-300px {
  width: 300px;
}

.width-450px {
  width: 450px;
}

.height-32px {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .width-100per_sp {
    width: 100%;
  }
  .sp-block {
    display: block;
    width: 100%;
  }
}

.border-top-none {
  border-top: none !important;
}

.border-top-blue30 {
  border-top: 1px solid #b9c0cc;
}

.border-bottom-blue30 {
  border-bottom: 1px solid #b9c0cc;
}

.bg-blue10 {
  background: #e7eff5;
}

.bg-blue20 {
  background: #ccdce9;
}

.bg-mono03 {
  background-color: #f8f8f8;
}

.space-block-xs {
  padding: 12px;
}

.space-block-s {
  padding: 12px 16px;
}

.space-block-m {
  padding: 16px;
}

.paging_simple_numbers,
.pagination-wrap {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #b9c0cc;
  padding: 12px;
}

.pagination {
  display: flex;
}

.paginate_button a,
.pagination .page-item .page-link {
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.paginate_button a:hover,
.pagination .page-item .page-link:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #0b1b30;
  background: linear-gradient(180deg, #5797ea, #1c68c0);
}
@media screen and (max-width: 767px) {
  .paginate_button a,
  .pagination .page-item .page-link {
    padding: 10px 16px;
  }
}

.paginate_button.active a,
.pagination .page-item.active .page-link {
  cursor: default;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #0b1b30;
  background: #0b1b30;
  box-shadow: none;
}

.paginate_button + .paginate_button,
.pagination .page-item + .page-item {
  margin-left: 4px;
}

/* title
=========================================== */
/* .cmn-ttl01
------------------------------ */
.cmn-ttl01 i {
  margin-right: 4px;
}
.cmn-ttl01 .ttl-txt {
  font-size: 1.4rem;
  font-weight: 700;
}

/* cmn-txt
=========================================== */
.cmn-txt a {
  color: #008cff;
  text-decoration: underline;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-top {
  vertical-align: top;
}

.txt-mono35 {
  color: #969696;
}

.txt-red50 {
  color: #f00;
}

.txt-orange50 {
  color: #ffa500;
}

.txt-green50 {
  color: #008000;
}

.txt-blue50 {
  color: #0b5bb5;
}

@media screen and (max-width: 767px) {
  .txt-left_sp {
    text-align: left;
  }
}

.font-bold {
  font-weight: bold;
}

/* list
=========================================== */
/* .cmn-list01
------------------------------ */
/* button
=========================================== */
.cmn-btn01 a,
.cmn-btn01 input,
.cmn-btn01 button {
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 a,
  .cmn-btn01 input,
  .cmn-btn01 button {
    padding: 10px 16px;
  }
}

.cmn-btn01.small-btn a,
.cmn-btn01.small-btn input,
.cmn-btn01.small-btn button {
  padding: 8px 12px;
}
.cmn-btn01.gray-btn a,
.cmn-btn01.gray-btn input,
.cmn-btn01.gray-btn button {
  border: 1px solid #c1c1c1;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.cmn-btn01.gray-btn a:hover,
.cmn-btn01.gray-btn input:hover,
.cmn-btn01.gray-btn button:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #0b1b30;
  background: linear-gradient(180deg, #5797ea, #1c68c0);
}

.cmn-btn01.navy-btn a,
.cmn-btn01.navy-btn input,
.cmn-btn01.navy-btn button {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #0b1b30;
  background: linear-gradient(180deg, #48556a, #273445);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.cmn-btn01.navy-btn a:hover,
.cmn-btn01.navy-btn input:hover,
.cmn-btn01.navy-btn button:hover {
  background: linear-gradient(180deg, #606f86, #303e51);
}

.cmn-btn01.dark-red-btn a,
.cmn-btn01.dark-red-btn input,
.cmn-btn01.dark-red-btn button {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #0b1b30;
  background: linear-gradient(180deg, #8a4949, #5a2727);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.cmn-btn01.dark-red-btn a:hover,
.cmn-btn01.dark-red-btn input:hover,
.cmn-btn01.dark-red-btn button:hover {
  background: linear-gradient(180deg, #b25151, #703030);
}

.cmn-btn01.pink-btn a,
.cmn-btn01.pink-btn input,
.cmn-btn01.pink-btn button {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #d70051;
  background-color: #d70051;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.cmn-btn01.pink-btn a:hover,
.cmn-btn01.pink-btn input:hover,
.cmn-btn01.pink-btn button:hover {
  background-color: #fa005e;
}

.cmn-btn01.purple-btn a,
.cmn-btn01.purple-btn input,
.cmn-btn01.purple-btn button {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #1100d7;
  background-color: #1100d7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.cmn-btn01.purple-btn a:hover,
.cmn-btn01.purple-btn input:hover,
.cmn-btn01.purple-btn button:hover {
  background-color: #3320ff;
}

.cmn-btn01 button:disabled,
.cmn-btn01 input[type=button]:disabled,
.cmn-btn01 input[type=submit]:disabled,
.cmn-btn01 a.disabled {
  cursor: default;
  border: 1px solid #a2afbe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(to bottom, #d4d9df 0%, #d5dde9 100%);
  color: #96a3b4;
  text-shadow: 0 1px 0 #fff;
}
.cmn-btn01 button:disabled:hover,
.cmn-btn01 input[type=button]:disabled:hover,
.cmn-btn01 input[type=submit]:disabled:hover,
.cmn-btn01 a.disabled:hover {
  background: linear-gradient(to bottom, #d4d9df 0%, #d5dde9 100%);
}

.cmn-btn01.btn-right {
  text-align: right;
}

.cmn-btn01.btn-center {
  text-align: center;
}

.cmn-btn01.btn-bold a,
.cmn-btn01.btn-bold input,
.cmn-btn01.btn-bold button {
  font-weight: 700;
}

.career-logo {
  height: 20px;
}
.career-logo img {
  height: 100%;
  width: auto;
}

/* others
=========================================== */
/* ========================================================
サイト全体
======================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #eaebf1;
}

body,
textarea {
  position: relative;
  color: #404040;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: noraml;
  font-size: 1.2rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ========================================================
.glb-wrapper
======================================================== */
.glb-wrapper {
  position: relative;
}

/* ========================================================
.glb-top-bar
======================================================== */
.glb-top-bar {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-image: linear-gradient(180deg, #3a4353, #1d2837);
  border-bottom: 1px solid #0b1b30;
}

.glb-top-bar .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .glb-top-bar .main-box {
    height: 48px;
  }
}

.glb-bar-account .company-name {
  color: #fff;
  font-weight: 700;
}

.glb-bar-account .profile-btn {
  display: inline-block;
}
.glb-bar-account .profile-btn a {
  padding: 6px 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .glb-bar-account .profile-btn a {
    padding: 8px 16px;
  }
}
.glb-bar-account .profile-btn .btn-line {
  width: 2px;
  height: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 5px;
}
.glb-bar-account .profile-btn .btn-txt {
  margin-left: 2px;
}

.glb-top-bar .glb-bar-account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .glb-top-bar .glb-bar-account {
    display: none;
  }
}

.glb-top-bar .glb-bar-account .company-name {
  margin-right: 8px;
}

.glb-slide-menu .glb-bar-account {
  padding: 16px;
}

.glb-slide-menu .glb-bar-account .company-name {
  line-height: 1.5;
}

.glb-slide-menu .glb-bar-account .profile-btn {
  margin-top: 8px;
}

.glb-slide-menu .glb-bar-account .logout-btn {
  margin-top: 32px;
}

/* ========================================================
.glb-header
======================================================== */
.glb-header,
.glb-header-center {
  margin-top: 41px;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .glb-header,
  .glb-header-center {
    margin-top: 49px;
    padding: 24px 0;
  }
}

/* .site-ttl
=========================================== */
@media screen and (max-width: 767px) {
  .glb-header,
  .glb-header-center .site-ttl {
    text-align: center;
  }
  .glb-header img,
  .glb-header-center .site-ttl img {
    width: 200px;
  }
}

.glb-header-center .site-ttl {
  text-align: center;
}

/* ========================================================
.glb-nav
======================================================== */
/* .nav-list
=========================================== */
/* .glb-slide-menu
=========================================== */
.glb-slide-menu {
  display: none;
  position: fixed;
  z-index: 300;
  top: 49px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* .open-nav
------------------------------ */
.glb-slide-menu .open-content {
  position: absolute;
  z-index: 6;
  top: 0;
  width: 72vw;
  height: 100%;
  overflow: scroll;
  transform: translateX(-100%);
  background-image: linear-gradient(180deg, #3a4353, #1d2837);
}

/* .close-bg
------------------------------ */
.glb-slide-menu .close-bg {
  position: fixed;
  top: 49px;
  width: 100%;
  height: 100%;
}

/* .is-open
------------------------------ */
.is-open.glb-slide-menu {
  display: block;
}

.is-open.glb-slide-menu .open-content {
  animation: slide-in 0.3s forwards;
  -webkit-animation: slide-in 0.3s forwards;
}

.is-open.glb-slide-menu .close-btn {
  opacity: 1;
  animation: fade-in 0.6s forwards;
  -webkit-animation: fade-in 0.6s forward;
}
@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ========================================================
.glb-container
======================================================== */
@media screen and (max-width: 767px) {
  .glb-container > .cmn-inner01 {
    padding: 0;
  }
}

.glb-shadow-frame {
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.32);
}

.glb-normal-frame {
  background-color: #fff;
}

.glb-container .content-area {
  display: flex;
}

.glb-container .page-ttl {
  min-height: 48px;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  background: #1f3d52;
}

.glb-sidebar {
  width: 200px;
  background: #e7eff5;
  border-right: 1px solid #b9c0cc;
}
@media screen and (max-width: 1240px) {
  .glb-sidebar {
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .glb-sidebar {
    display: none;
  }
}

.glb-nav-list {
  border-top: 1px solid #e7eff5;
}

.glb-nav-list__item a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  border-bottom: 1px solid #b9c0cc;
}
@media screen and (max-width: 767px) {
  .glb-nav-list__item a {
    padding: 16px 12px;
  }
}
.glb-nav-list__item a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #193c65;
  background: #d70051;
}
.glb-nav-list__item a.current {
  color: #fff;
  text-shadow: 0 1px 0 #193c65;
  background: #d70051;
}

.body-admin .glb-nav-list__item a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #193c65;
  background: #1100d7;
}
.body-admin .glb-nav-list__item a.current {
  color: #fff;
  text-shadow: 0 1px 0 #193c65;
  background: #1100d7;
}

.glb-nav-list__txt {
  margin-left: 8px;
}

.glb-container .glb-main {
  width: calc(100% - 200px);
  padding: 32px 12px 56px;
}
@media screen and (max-width: 1240px) {
  .glb-container .glb-main {
    width: calc(100% - 136px);
  }
}
@media screen and (max-width: 767px) {
  .glb-container .glb-main {
    width: 100%;
  }
}

.glb-container .glb-main .cmn-sec01-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 32px;
}

.cmn-table-wrap {
  overflow-x: auto;
}

.cmn-table {
  width: 100%;
}

.cmn-table-important {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .cmn-table-important {
    width: 100%;
  }
  .cmn-table.scroll-table {
    min-width: 960px;
  }
  .cmn-table.block-table .cmn-table-list {
    display: block;
  }
  .cmn-table.block-table .cmn-table-list__item {
    display: block;
  }
  .cmn-table.block-table .cmn-table-list__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #b9c0cc;
  }
}

.cmn-table-body {
  line-height: 1.5;
}

.cmn-table-body .cmn-table-list {
  border-top: 1px solid #b9c0cc;
}

.cmn-table-body.horizontal-stripes-table .cmn-table-list:nth-child(2n) {
  background-color: #f8f8f8;
}

.cmn-table-body.horizontal-stripes-table02 .cmn-table-list:nth-child(2n+1) {
  background-color: #f8f8f8;
}

.cmn-table-head .cmn-table-list__item,
.cmn-table-body .cmn-table-list__item {
  padding: 12px;
}
.cmn-table-head .cmn-table-list__item:not(:first-child),
.cmn-table-body .cmn-table-list__item:not(:first-child) {
  border-left: 1px solid #b9c0cc;
}

.cmn-table-head .cmn-table-list th {
  background: #e7eff5;
  line-height: 1.5;
}

.cmn-table-body .cmn-table-list__item button.detail-btn:disabled, .cmn-table-body .cmn-table-list__item button.excel-btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.cmn-table .action-list {
  display: flex;
  justify-content: center;
}
.cmn-table .action-list__item {
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .cmn-table02.block-table .cmn-table02-list {
    display: block;
  }
  .cmn-table02.block-table .cmn-table02-list__item {
    display: block;
  }
}

.cmn-table02-list {
  background-color: #fff;
}

.cmn-table02-list__item {
  padding: 6px;
}

.cmn-table03-list {
  background-color: #fff;
}

.cmn-table03-list__item {
  border: 1px solid #b9c0cc;
  padding: 5px;
}

/* ========================================================
.cmn-sec01-mv
======================================================== */
/* ========================================================
glb-footer
======================================================== */
.glb-footer .copyright {
  padding: 16px 0;
  text-align: center;
}
.glb-footer .copyright__txt {
  color: #777777;
  text-shadow: 0 1px 0 #fff;
}

/* ========================================================
glb-pagetop
======================================================== */
.glb-pagetop {
  display: none;
}

.glb-pagetop a {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 33px;
  height: 35px;
  background-image: url(/images/to-top01.png?4d7032ba7b465908632c16113f7f476a);
  background-size: contain;
  background-repeat: no-repeat;
}
.glb-pagetop a:hover {
  background-image: url(/images/to-top01_hover.png?6287bc869ce37904f2581c7b11ecb0b0);
}

/* ========================================================
.sec-login
======================================================== */
.sec-login .form-block {
  padding: 20px 12px;
}

.sec-login .form-block .form-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #b9c0cc;
}

.sec-login .form-block .form-list-wrap {
  padding: 0 12px;
}

.sec-login .form-block .form-list {
  margin-top: 16px;
  border-radius: 2px;
  border: 1px solid #b9c0cc;
  background: #e7eff5;
}

.sec-login .form-block .form-list__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-login .form-block .form-list__item {
    display: block;
  }
}
.sec-login .form-block .form-list__item + .form-list__item {
  border-top: 1px solid #b9c0cc;
}

.sec-login .form-block .form-list__ttl {
  width: 30%;
  display: flex;
  align-items: center;
  padding: 20px 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-login .form-block .form-list__ttl {
    padding: 12px 16px;
    width: 100%;
  }
}

.sec-login .form-block .form-list__main {
  width: 70%;
  display: flex;
  align-items: center;
  border-left: 1px solid #b9c0cc;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .sec-login .form-block .form-list__main {
    border-left: none;
    border-top: 1px solid #b9c0cc;
    width: 100%;
  }
}
.sec-login .form-block .form-list__main input {
  width: 100%;
}

.sec-login .btn-block {
  border-top: 1px solid #b9c0cc;
  padding: 12px;
  background: #e7eff5;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=time],
input[type=email],
input[type=url],
textarea {
  padding: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  border: 1px solid #b9c0cc;
  transition: all 0.1s ease-in-out;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=time]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline-color: #d70051;
  box-shadow: 0 0 7px rgba(215, 0, 81, 0.69);
}

.body-admin input[type=text]:focus,
.body-admin input[type=password]:focus,
.body-admin input[type=tel]:focus,
.body-admin input[type=date]:focus,
.body-admin input[type=datetime]:focus,
.body-admin input[type=time]:focus,
.body-admin input[type=email]:focus,
.body-admin input[type=url]:focus,
.body-admin textarea:focus,
.body-admin select:focus {
  outline-color: #1100d7;
  box-shadow: 0 0 7px rgba(17, 0, 215, 0.69);
}

.select-wrap {
  position: relative;
  overflow: hidden;
}
.select-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #6a6b6c transparent transparent transparent;
  pointer-events: none;
}
.select-wrap:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 19px;
  height: 100%;
  border: 1px solid #b9c0cc;
  background: linear-gradient(180deg, #eaecee, #c2c4c6);
  position: absolute;
  pointer-events: none;
}

.select-wrap select {
  width: 100%;
  padding: 4px 32px 4px 12px;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  border: 1px solid #b9c0cc;
  border-radius: 0;
}
input[type=radio],
input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}

.radio-wrap .radio-label {
  cursor: pointer;
  position: relative;
  margin-left: -4px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .radio-wrap .radio-label {
    padding-left: 28px;
  }
}
.radio-wrap .radio-label:before, .radio-wrap .radio-label:after {
  content: "";
  display: block;
  position: absolute;
}
.radio-wrap .radio-label:after {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  border: 1px solid #b9c0cc;
  border-radius: 50%;
}
.radio-wrap .radio-label:before {
  z-index: 1;
  opacity: 0;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0b5bb5;
  transition: opacity 0.2s ease-in-out;
}

input[type=radio]:checked + .radio-label:before {
  opacity: 1;
}

.checkbox-wrap .checkbox-label {
  cursor: pointer;
  position: relative;
  margin-left: -4px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .checkbox-wrap .checkbox-label {
    padding-left: 28px;
  }
}
.checkbox-wrap .checkbox-label:before, .checkbox-wrap .checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-wrap .checkbox-label:after {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(180deg, #ffffff, #e7eaef);
  border: 1px solid #b9c0cc;
  border-radius: 4px;
}
.checkbox-wrap .checkbox-label:before {
  z-index: 1;
  opacity: 0;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #0b5bb5;
  border-bottom: 2px solid #0b5bb5;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease-in-out;
}

input[type=checkbox]:checked + .checkbox-label:before {
  opacity: 1;
}

.sec-login .forgot-txt {
  color: #008cff;
  text-decoration: underline;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
dataTables
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
dataTables_filter
======================================================== */
.body .dataTables_filter {
  padding: 16px;
  border-bottom: 1px solid #b9c0cc;
}

.body .dataTables_filter input[type=search].input-sm {
  margin-left: 4px;
  padding: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  border: 1px solid #b9c0cc;
  transition: all 0.1s ease-in-out;
}
.body .dataTables_filter input[type=search].input-sm:focus {
  outline-color: #d70051;
  box-shadow: 0 0 7px rgba(215, 0, 81, 0.69);
}

.body-admin .dataTables_filter {
  padding: 16px;
  border-bottom: 1px solid #b9c0cc;
}

.body-admin .dataTables_filter input[type=search].input-sm {
  margin-left: 4px;
  padding: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  border: 1px solid #b9c0cc;
  transition: all 0.1s ease-in-out;
}
.body-admin .dataTables_filter input[type=search].input-sm:focus {
  outline-color: #1100d7;
  box-shadow: 0 0 7px rgba(17, 0, 215, 0.69);
}

/* ========================================================
dataTables_filter
======================================================== */
.body .dataTables_empty,
.body-admin .dataTables_empty {
  padding: 12px;
  border-top: 1px solid #b9c0cc;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
info-list
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-info-list #news-table .cmn-table-head .cmn-table-list__item:nth-child(4) {
  min-width: 88px;
}

.cmn-table#news-table .cmn-table-body .cmn-table-list__item a {
  color: #008cff;
  text-decoration: underline;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
asp-history
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-asp-history #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2) {
  max-width: 120px;
}
.body-asp-history #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3) {
  min-width: 150px;
  max-width: 200px;
}
.body-asp-history #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4) {
  min-width: 48px;
}
.body-asp-history #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(9) {
  min-width: 88px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
history-list
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2) {
  min-width: 82px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3) {
  min-width: 120px;
  max-width: 130px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4) {
  min-width: 150px;
  max-width: 200px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(5) {
  min-width: 48px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(9) {
  min-width: 62px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(10) {
  min-width: 88px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(11) {
  min-width: 44px;
}
.body-history-list #history-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(12) {
  min-width: 44px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
asp-history-info
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-asp-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2) {
  min-width: 150px;
  max-width: 200px;
}
.body-asp-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3) {
  min-width: 120px;
  max-width: 130px;
}
.body-asp-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4) {
  min-width: 76px;
}
.body-asp-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(5) {
  min-width: 94px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
history-info
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2) {
  min-width: 150px;
  max-width: 200px;
}
.body-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3) {
  min-width: 120px;
  max-width: 130px;
}
.body-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4) {
  min-width: 76px;
}
.body-history-info #history-info-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(5) {
  min-width: 94px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
sms-send
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-send-sms-page #foo-table_length {
  padding: 16px;
}

.body-send-sms-page #foo-table_length select {
  margin-left: 4px;
  padding: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  border: 1px solid #b9c0cc;
  transition: all 0.1s ease-in-out;
}
.body-send-sms-page #foo-table_length select:focus {
  outline-color: #d70051;
  box-shadow: 0 0 7px rgba(215, 0, 81, 0.69);
}

.body-send-sms-page .checkbox-wrap.opacity-disabled input[type=checkbox][disabled] + .checkbox-label {
  opacity: 0.3;
}

.body-send-sms-page textarea#main_message {
  padding: 8px 10px;
  line-height: 1.5;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
template
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-template-list #template-table_wrapper .cmn-table-head .cmn-table-list .cmn-table-list__item:nth-child(2) {
  min-width: 120px;
}
.body-template-list #template-table_wrapper .cmn-table-head .cmn-table-list .cmn-table-list__item:nth-child(4) {
  min-width: 110px;
}
.body-template-list #template-table_wrapper .cmn-table-head .cmn-table-list .cmn-table-list__item:nth-child(5) {
  min-width: 88px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
template-form,
template-update-form
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-template-form textarea#main_message,
.body-template-update-form textarea#main_message {
  padding: 8px 10px;
  line-height: 1.5;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
account-list
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-account-list .account-tab-box__item,
.body-account-list-stop .account-tab-box__item {
  position: relative;
  font-size: 1.4rem;
}
.body-account-list .account-tab-box__item.tab-current,
.body-account-list-stop .account-tab-box__item.tab-current {
  font-weight: 700;
}
.body-account-list .account-tab-box__item.tab-link,
.body-account-list-stop .account-tab-box__item.tab-link {
  color: #008cff;
}
.body-account-list .account-tab-box__item.tab-link .tab-txt,
.body-account-list-stop .account-tab-box__item.tab-link .tab-txt {
  text-decoration: underline;
}

.body-account-list .account-tab-box__item .account-count,
.body-account-list-stop .account-tab-box__item .account-count {
  padding-left: 4px;
  font-weight: 400;
  text-decoration: none;
}

.body-account-list .account-tab-box__item + .account-tab-box__item,
.body-account-list-stop .account-tab-box__item + .account-tab-box__item {
  margin-left: 24px;
}
.body-account-list .account-tab-box__item + .account-tab-box__item:before,
.body-account-list-stop .account-tab-box__item + .account-tab-box__item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -15px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  pointer-events: none;
  background-color: #404040;
}

.body-account-list #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(1),
.body-account-list-stop #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(1) {
  min-width: 150px;
}
.body-account-list #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2),
.body-account-list-stop #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(2) {
  min-width: 150px;
}
.body-account-list #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3),
.body-account-list-stop #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(3) {
  max-width: 150px;
}
.body-account-list #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4),
.body-account-list #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(5),
.body-account-list-stop #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(4),
.body-account-list-stop #account-table_wrapper .cmn-table-head .cmn-table-list__item:nth-child(5) {
  max-width: 60px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
body-black-list
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.body-black-list .black-list-table .cmn-table-list__item:nth-child(4) {
  min-width: 88px;
}

/*! --------------------------------------------------------------------
------------------------------------------------------------------------
dialog
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.dialog-modal {
  width: 50%;
}
.dialog-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
