<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap&amp;subset=japanese");

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #0e367d;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #2558b3;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

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

img {
  border: none;
  vertical-align: top;
}

b,
strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
blockquote::before,
blockquote::after,
q:before,
q:after,
q::before,
q::after {
  content: "";
  content: none;
}

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

button {
  border: none;
  background: none;
}

button:hover,
button:active,
button:focus {
  outline: none;
}

button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  overflow-y: auto;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 960px),
print {
  html {
    overflow-y: scroll;
  }
}

html.page--menu {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

body.modal-open {
  overflow: visible;
}

/* --------------------------------

  Btn

-------------------------------- */
.btn {
  font-size: 100%;
}

.btn.btn-typeA {
  color: #fff;
  border-color: #0e367d;
  background-color: #0e367d;
}

.btn.btn-typeA:hover {
  border-color: #2558b3;
  background-color: #2558b3;
}

.btn.btn-typeA.disabled {
  color: #fff;
}

.btn.btn-typeB {
  color: #fff;
  border-color: #b50002;
  background-color: #b50002;
}

.btn.btn-typeB:hover {
  border-color: #d80000;
  background-color: #d80000;
}

.btn.btn-typeB:disabled {
  color: #000;
  border-color: #808080;
  background-color: #808080;
}

.btn.btn-typeC {
  border-color: #ccc;
  background: #ccc;
}

.btn.btn-typeC:hover {
  border-color: #ddd;
  background: #ddd;
}

/* --------------------------------

  Container

-------------------------------- */
.container-fluid {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}

.inner-main {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
}

.inner-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

/* --------------------------------

  Header

-------------------------------- */
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e9eced;
  background: #fff;
  z-index: 999;
}

@media screen and (min-width: 960px),
print {
  .header {
    position: static;
    width: auto;
    border-bottom: none;
    z-index: auto;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}

@media screen and (min-width: 960px),
print {
  .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 35rem;
    z-index: 1000;
  }
}

.header .img-box {
  margin: 0 .5rem 0 0;
}

@media screen and (min-width: 768px),
print {
  .header .img-box {
    margin: 0 2rem 0 0;
  }
}

.header .img-box img {
  display: block;
  width: auto;
  height: 50px;
  max-width: none;
}

@media screen and (min-width: 375px),
print {
  .header .img-box img {
    height: 60px;
  }
}

@media screen and (min-width: 768px),
print {
  .header .img-box img {
    height: 65px;
  }
}

@media screen and (min-width: 960px),
print {
  .header .img-box img {
    position: relative;
    top: -1px;
  }
}

.header .title {
  display: block;
  margin: 0;
}

.header .title h1 {
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px),
print {
  .header .title h1 {
    padding-top: .25rem;
    font-size: 2.3rem;
  }
}

.header-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  height: 66px;
  margin-left: auto;
  background: transparent;
  cursor: pointer;
}

@media screen and (min-width: 960px),
print {
  .header-menu-btn {
    display: none;
  }
}

.page--menu .header-menu-btn {
  background-color: #072b54;
}

.header-menu-btn-bar {
  display: block;
  position: relative;
  width: 23px;
  height: 16px;
}

.header-menu-btn-bar hr {
  border-top: 2px solid #09357F;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header-menu-btn-bar hr:nth-of-type(2) {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.header-menu-btn-bar hr:nth-of-type(3) {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.page--menu .header-menu-btn-bar hr {
  border-color: #fff;
}

.page--menu .header-menu-btn-bar hr:nth-of-type(1) {
  opacity: 0;
}

.page--menu .header-menu-btn-bar hr:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page--menu .header-menu-btn-bar hr:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------------

  Menu

-------------------------------- */
.menu {
  display: block;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100% - 66px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px),
print {
  .menu {
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 960px),
print {
  .menu {
    padding: 66px 2rem 0;
    background: #0e367d;
    z-index: auto;
  }
}

.page--menu .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
}

@media screen and (min-width: 768px),
print {
  .menu-inner {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 960px),
print {
  .menu-inner {
    max-width: 1240px;
    margin: auto;
  }
}

.menu .menu-item {
  width: calc(50% - 1rem);
  height: 6.5rem;
  margin: 0 1rem 1rem 0;
  color: #082f5c;
  border: 1px solid #fff;
}

@media screen and (min-width: 480px),
print {
  .menu .menu-item {
    width: calc(33.33% - 1rem);
  }
}

@media screen and (min-width: 768px),
print {
  .menu .menu-item {
    width: calc(16.66% - 1rem);
    height: 8.5rem;
  }
}

@media screen and (min-width: 960px),
print {
  .menu .menu-item {
    width: 8.5rem;
    margin: 0 .75rem 0 0;
  }
}

.menu .menu-item:hover {
  width: calc(50% - 1rem);
  height: 6.5rem;
  margin: 0 1rem 1rem 0;
  color: #fff;
  border: 1px solid #fff;
  background: #2558b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 480px),
print {
  .menu .menu-item:hover {
    width: calc(33.33% - 1rem);
  }
}

@media screen and (min-width: 768px),
print {
  .menu .menu-item:hover {
    width: calc(16.66% - 1rem);
    height: 8.5rem;
  }
}

@media screen and (min-width: 960px),
print {
  .menu .menu-item:hover {
    width: 8.5rem;
    margin: 0 .75rem 0 0;
  }
}

.menu .menu-item:hover path {
  fill: currentColor;
}

.menu .menu-item.active {
  color: #fff;
  border: 1px solid #fff;
  background: #2558b3;
}

.menu .menu-item.active path {
  fill: currentColor;
}

.menu .menu-item.disabled {
  color: #0e367d;
  background: #fff;
  opacity: .5;
}

.menu .menu-item.disabled:hover {
  cursor: default;
}

.menu .menu-item.disabled path {
  fill: currentColor;
}

.menu .menu-item-logo {
  position: relative;
  height: 3rem;
  margin: .5rem 0;
  line-height: 1;
  font-size: 100%;
}

.menu .menu-item-logo svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.menu .menu-item-logo path {
  fill: #0e367d;
}

.menu .menu-item-text {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (min-width: 768px),
print {
  .menu .menu-item-text {
    font-size: 1.2rem;
  }
}

.menu-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.menu-overlay-primary {
  display: block;
}

@media screen and (min-width: 768px),
print {
  .menu-overlay-primary {
    display: none;
  }
}

.menu-overlay-secondary {
  display: none;
}

@media screen and (min-width: 768px),
print {
  .menu-overlay-secondary {
    display: block;
  }
}

@media screen and (min-width: 960px),
print {
  .menu-overlay-secondary {
    display: none;
  }
}

.page--menu .menu-overlay {
  opacity: .7;
  pointer-events: auto;
}

@media screen and (min-width: 960px),
print {
  .page--menu .menu-overlay {
    display: none;
  }
}

/* CXサポートとは・ログアウト */
.global-header-menu {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.75rem 0;
  background: #fff;
  z-index: 10;
}

@media screen and (min-width: 768px),
print {
  .global-header-menu {
    position: fixed;
    top: 0;
    right: 80px;
    width: 26rem;
    height: 65px;
    z-index: 1000;
  }
}

@media screen and (min-width: 960px),
print {
  .global-header-menu {
    display: block;
    right: 0;
    width: 100%;
    height: 66px;
    padding: 0 2rem;
    border-bottom: 1px solid #e9eced;
    z-index: 999;
  }
}

.global-header-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px),
print {
  .global-header-menu-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 960px),
print {
  .global-header-menu-inner {
    position: relative;
    max-width: 1240px;
    margin: auto;
  }
}

.global-header-menu .help {
  padding: .4rem 2rem .4rem 0;
  border-right: 1px solid #ddd;
}

.global-header-menu .help a {
  font-size: 1.3rem;
  text-decoration: underline;
}

.global-header-menu .help a:hover {
  text-decoration: none;
}

.global-header-menu .logout {
  margin-left: 2rem;
}

.global-header-menu .logout .btn {
  width: 10rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.25rem;
}

/* アイコン付ナビ・ユーザー・お知らせ */
.global-menu {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px),
print {
  .global-menu {
    display: block;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100vh - 66px);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
  }
}

@media screen and (min-width: 960px),
print {
  .global-menu {
    position: static;
    height: auto;
    padding: 2rem 0;
    opacity: 1;
    pointer-events: auto;
    z-index: auto;
  }
}

@media screen and (min-width: 768px),
print {
  .page--menu .global-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.global-menu-inner {
  overflow: hidden;
}

@media screen and (min-width: 768px),
print {
  .global-menu-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media screen and (min-width: 960px),
print {
  .global-menu-inner {
    width: auto;
    height: auto;
    overflow: hidden;
  }
}

.global-menu .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -1rem -1rem 0;
  padding: 2rem;
  background: #0e367d;
  overflow: hidden;
}

@media screen and (min-width: 768px),
print {
  .global-menu .menu-items {
    position: relative;
    padding: 2rem 2rem 1rem;
    z-index: 10;
  }
}

@media screen and (min-width: 960px),
print {
  .global-menu .menu-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: auto;
    padding: 0;
    background: transparent;
  }
}

.global-menu .menuitem-menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.global-menu .menuitem-menu svg {
  height: 90%;
}

.global-menu .menuitem-basic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-basic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.global-menu .menuitem-detail {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.global-menu .menuitem-custom {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-custom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.global-menu .menuitem-analyze {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-analyze {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.global-menu .menuitem-analyze svg {
  height: 120%;
}

.global-menu .menuitem-idmanage {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.global-menu .menuitem-filter {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.global-menu .menuitem-customup {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.global-menu .menuitem-setting {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-setting {
    margin-right: 0;
  }
}

.global-menu .menuitem-setting:hover {
  margin-right: 0;
}

.global-menu .menuitem-setting svg {
  height: 110%;
}

.global-menu .menuitem-back {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

@media screen and (min-width: 960px),
print {
  .global-menu .menuitem-back {
    margin-right: 0;
  }
}

.global-menu .menuitem-back:hover {
  margin-right: 0;
}

.global-menu .menuitem-back svg {
  height: 110%;
}

.global-menu .username {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  width: 100%;
  margin: 0 0 2rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .global-menu .username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 1rem 0 0;
  }
}

@media screen and (min-width: 960px),
print {
  .global-menu .username {
    -webkit-box-ordinal-group: 99;
    -ms-flex-order: 98;
    order: 98;
    display: block;
    width: auto;
    margin: 0 2rem 0 auto;
    padding: 0;
    font-size: 1.3rem;
    text-align: right;
  }
}

.global-menu .notifications {
  margin: 1rem 0 0;
  font-size: 100%;
}

@media screen and (min-width: 768px),
print {
  .global-menu .notifications {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 960px),
print {
  .global-menu .notifications {
    margin: 1rem 0 0;
  }
}

.global-menu .notifications a {
  color: #fff;
}

/* --------------------------------

  Main

-------------------------------- */
.main {
  height: 100%;
  padding: calc(66px + 4rem) 2rem 4rem;
}

@media screen and (min-width: 960px),
print {
  .main {
    padding: 5rem 2rem;
  }
}

/* --------------------------------

  Footer

-------------------------------- */
.footer {
  width: 100%;
  padding: 5rem 2rem;
  background: #e2e2e2;
}

@media screen and (min-width: 768px),
print {
  .footer {
    padding: 3.5rem 2rem;
  }
}

.footer a:hover {
  color: #0e367d;
}

.footer a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../img/icon_right_arrow.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-bottom: 2px;
}

.footer-inner {
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: auto;
    text-align: left;
  }
}

.footer .privacy {
  margin-bottom: 2rem;
  font-size: 1.1em;
}

@media screen and (min-width: 768px),
print {
  .footer .privacy {
    margin-bottom: 0;
  }
}

.footer .copyright {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px),
print {
  .footer .copyright {
    margin-left: auto;
    font-size: 1.2rem;
  }
}

.footer .copyright small {
  font-size: 100%;
  letter-spacing: .075rem;
}

/* --------------------------------

  Login, Logout

-------------------------------- */
.login-box {
  width: 100%;
  margin: auto;
  padding: calc(66px + 3rem) 2rem 3rem;
}

@media screen and (min-width: 960px),
print {
  .login-box {
    padding-top: calc(4px + 3rem);
  }
}

.login-box-inner {
  width: 100%;
  max-width: 580px;
  margin: auto;
  padding: 2rem;
  border-radius: .75rem;
  border: 2px solid #0e367d;
  background: #fff;
}

@media screen and (min-width: 768px),
print {
  .login-box-inner {
    min-width: 580px;
    padding: 2rem 4rem;
  }
}

.login-box-title {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
  font-size: 3rem;
  color: #0e367d;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .login-box-title {
    font-size: 3.5rem;
  }
}

.login-box .login-detail {
  font-size: 100%;
}

.login-box .item_label {
  margin-bottom: .5rem;
  font-weight: 700;
}

.login-box .item_field {
  margin-bottom: 1.5rem;
}

.login-box .item_field .form-control {
  height: calc(2em + .75rem + 2px);
  font-size: 100%;
  font-family: inherit;
  border-radius: .5rem;
  border: 2px solid #000;
}

.login-box .item_field .form-control:hover,
.login-box .item_field .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-box .item_field .form-control:focus {
  border-color: #2558b3;
}

.login-box .item_field textarea.form-control {
  height: auto;
}

.login-box .remember {
  margin-bottom: 1rem;
}

.login-box .remember input[type="checkbox"] {
  display: none;
}

.login-box .remember input[type="checkbox"]:checked+label {
  color: #2558b3;
}

.login-box .remember input[type="checkbox"]:checked+label::before {
  border-color: #2558b3;
}

.login-box .remember input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

.login-box .remember label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

.login-box .remember label::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: .75rem;
  border-radius: .35rem;
  border: 2px solid #000;
}

.login-box .remember label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: .3em;
  left: .4em;
  width: .6em;
  height: 1.1em;
  margin: auto;
  border-right: 3px solid #2558b3;
  border-bottom: 3px solid #2558b3;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  opacity: 0;
}

.login-box .forget_password,
.login-box .backto_login {
  font-size: 1.2rem;
}

.login-box .login-ope {
  margin: 2rem 0 1rem;
}

.login-box .ope-panel {
  margin: 3rem 0 1rem;
}

.login-box .btn {
  width: auto;
  font-size: 100%;
  padding: 1rem 2rem;
}

.login-box .title {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  color: #0e367d;
}

@media screen and (min-width: 768px),
print {
  .login-box .title {
    font-size: 2.3rem;
  }
}

.login-box .description {
  margin-top: 0;
}

.login-box .description form .btn {
  margin-top: 0;
}

.login-box .description .item_field {
  margin: 2rem 0;
}

/* --------------------------------

  Dashboard

-------------------------------- */
.dashboard {
  max-width: 1240px;
  margin: auto;
}

.dashboard h2 {
  margin-bottom: 2rem;
  color: #0e367d;
  font-size: 1.6em;
}

@media screen and (min-width: 768px),
print {
  .dashboard h2 {
    font-size: 1.9em;
  }
}

.dashboard .notification-list {
  width: 780px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px),
print {
  .dashboard .notification-list {
    width: 100%;
  }
}

.dashboard .notification-list .badge {
  font-weight: 400;
}

.dashboard .notification-list .badge-pill {
  border-radius: 0;
}

.dashboard .notification-list .new-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  width: 6em;
  text-align: center;
  border-top: 1px solid #ddd;
}

.dashboard .notification-list .regist_date-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  width: 9em;
  border-top: 1px solid #ddd;
}

.dashboard .notification-list .detail-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  width: auto;
  border-top: 1px solid #ddd;
}

.dashboard .notification-list tr.notification_row:hover {
  text-decoration: none;
}

.dashboard .notification-list-scroller {
  overflow-x: auto;
}

@media screen and (min-width: 768px),
print {
  .dashboard .notification-list-scroller {
    overflow-x: visible;
  }
}

.dashboard .notification-list-scrollhint {
  margin-top: 1rem;
}

@media screen and (min-width: 768px),
print {
  .dashboard .notification-list-scrollhint {
    display: none;
  }
}

.dashboard .notification-list-scrollhint::before {
  content: "横にスクロールできます →";
  display: block;
  font-size: 1.1rem;
  color: #999;
  text-align: center;
}

.dashboard .notification_list_link {
  margin-top: 2rem;
  padding: 0;
  font-size: 100%;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .dashboard .notification_list_link {
    text-align: right;
  }
}

.dashboard .notification_list_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: .25rem;
  background: #0e367d;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.dashboard .notification_list_link a::after {
  content: "";
  display: block;
  position: relative;
  right: 0;
  width: .7em;
  height: .7em;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: right .3s;
  transition: right .3s;
}

.dashboard .notification_list_link a:hover {
  text-decoration: none;
  background: #2558b3;
}

.dashboard .notification_list_link a:hover::after {
  right: -.35rem;
}

.notifications .pagination {
  margin-top: 2rem;
}

/* --------------------------------

  Pagination

-------------------------------- */
.pagination {
  border-radius: 0;
}

.pagination .page-link {
  margin: 0 .35rem;
  padding: .7rem 1.15rem;
  color: #333;
  border-color: #ddd;
  background: transparent;
}

.pagination .page-link:focus,
.pagination .page-link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: auto;
}

.pagination .page-link:hover {
  color: #fff;
  border-color: #2558b3;
  background-color: #2558b3;
}

.pagination .page-item.active .page-link {
  border-color: #0e367d;
  background-color: #0e367d;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* --------------------------------

  Basic Data

-------------------------------- */
.basicdata-box {
  max-width: 1240px;
  margin: auto;
}

.basicdata-box .card {
  margin-bottom: 2rem;
  border-radius: 0;
  border: none;
  background: transparent;
}

.basicdata-box .titlelabel {
  position: relative;
  width: 100%;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  background: #0e367d;
}

@media screen and (min-width: 768px),
print {
  .basicdata-box .titlelabel {
    font-size: 2rem;
  }
}

.basicdata-box .titlelabel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: right .3s;
  transition: right .3s;
}

.basicdata-box .titlelabel[aria-expanded='false']::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.basicdata-box .titlelabel[aria-expanded='true']::before {
  top: .35em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.basicdata-box .text {
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-top: none;
}

.basicdata-box #textpanel {
  -webkit-transition: none;
  transition: none;
}

/* --------------------------------

  Signup

-------------------------------- */
.signup-box {
  width: 800px;
  margin: auto;
}

.signup-box .badge {
  display: inline-block;
  vertical-align: middle;
  width: 4em;
  padding: .35rem 0;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  border-radius: 0;
}

.signup-box .badge-required {
  background: red;
}

.signup-box .badge-free {
  background: #999;
}

.signup-box .btn {
  width: auto;
  padding: 1rem 2rem;
}

.signup-box .btn-cancel {
  padding: .5rem 2.5rem;
  font-size: .95em;
}

.signup-title {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  font-size: 1.3em;
  border-bottom: 1px solid #0e367d;
}

@media screen and (min-width: 960px),
print {
  .signup-title {
    font-size: 1.5em;
  }
}

.signup-title span {
  font-size: .8em;
}

.signup-text {
  margin-top: -1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

.signup-text .text {
  font-size: 1.2rem;
}

.signup-detail {
  max-width: 640px;
  margin: auto;
}

.signup-detail .item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 100%;
}

@media screen and (min-width: 768px),
print {
  .signup-detail .item_label {
    width: 24.5rem;
    margin-bottom: 0;
    padding-top: .75rem;
  }
}

.signup-detail .item_error {
  font-size: 100%;
}

.signup-detail .item_field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}

.signup-detail .item_field.form-control {
  margin-top: .75rem;
  padding-top: .65rem;
}

.signup-detail .help_text {
  display: block;
  margin: .35rem 0 0;
  font-size: 1.1rem;
  text-align: right;
  color: #999;
}

@media screen and (min-width: 480px),
print {
  .signup-detail .help_text {
    position: absolute;
    top: -2.35rem;
    right: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px),
print {
  .signup-detail .help_text {
    display: none;
  }
}

.signup-detail .form-control {
  height: calc(2em + .75rem + 2px);
  font-size: 100%;
  font-family: inherit;
  border-radius: .5rem;
  border: 2px solid #e9eced;
}

.signup-detail .form-control:hover,
.signup-detail .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signup-detail .form-control:focus {
  border-color: #2558b3;
}

.signup-detail .form-control::-webkit-input-placeholder {
  opacity: 0;
}

.signup-detail .form-control:-ms-input-placeholder {
  opacity: 0;
}

.signup-detail .form-control::-ms-input-placeholder {
  opacity: 0;
}

.signup-detail .form-control::placeholder {
  opacity: 0;
}

@media screen and (min-width: 768px),
print {
  .signup-detail .form-control::-webkit-input-placeholder {
    font-size: 1.3rem;
    color: #ccc;
    opacity: 1;
  }

  .signup-detail .form-control:-ms-input-placeholder {
    font-size: 1.3rem;
    color: #ccc;
    opacity: 1;
  }

  .signup-detail .form-control::-ms-input-placeholder {
    font-size: 1.3rem;
    color: #ccc;
    opacity: 1;
  }

  .signup-detail .form-control::placeholder {
    font-size: 1.3rem;
    color: #ccc;
    opacity: 1;
  }
}

.signup-detail .form-control[readonly] {
  background: #f8f8f8;
}

.signup-detail .form-control[readonly]:focus {
  border-color: #e9eced;
}

.signup-detail .signup-ope {
  margin: 2.5rem 0 0;
}

.signup-detail span.validate-error {
  color: red;
  font-size: 1.1rem;
}

.signup-detail .form-check-input {
  display: none;
}

.signup-detail .form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: .95em;
  cursor: pointer;
}

.signup-detail .form-check-label::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  margin-right: .75rem;
  border-radius: .35rem;
  border: 2px solid #000;
}

.signup-detail .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: .2em;
  left: .4em;
  width: .5em;
  height: .8em;
  margin: auto;
  border-right: 3px solid #2558b3;
  border-bottom: 3px solid #2558b3;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  opacity: 0;
}

.signup-detail .form-check-input:checked+.form-check-label {
  color: #2558b3;
}

.signup-detail .form-check-input:checked+.form-check-label::before {
  border-color: #2558b3;
  background: #fff;
}

.signup-detail .form-check-input:checked+.form-check-label::after {
  opacity: 1;
}

.signup-steps {
  max-width: 800px;
  margin: 0 auto 4rem;
}

.signup-steps ol {
  counter-reset: signup_steps;
}

@media screen and (min-width: 768px),
print {
  .signup-steps ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px),
print {
  .signup-steps li {
    width: 33.33333%;
  }
}

.signup-steps li::after {
  content: "";
  display: block;
  margin: 0 auto 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #f2f2f2 transparent transparent transparent;
}

@media screen and (min-width: 768px),
print {
  .signup-steps li::after {
    display: none;
  }
}

.signup-steps li.active::after {
  border-top-color: #2558b3;
}

.signup-steps li.active .label {
  color: #fff;
  background: #2558b3;
}

.signup-steps li.active .label::after {
  border-left-color: #2558b3;
}

.signup-steps li.finish .fa-check-circle {
  display: block;
}

.signup-steps li:last-child::after {
  display: none;
}

.signup-steps li:last-child .label {
  border-right: none;
}

.signup-steps li:last-child .label::after {
  display: none;
}

.signup-steps .label {
  display: block;
  position: relative;
  padding: 1.5rem 1rem;
  background: #f2f2f2;
}

@media screen and (min-width: 768px),
print {
  .signup-steps .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 0 0 2rem;
    border-right: 25px solid #fcfcfc;
  }
}

@media screen and (min-width: 768px),
print {
  .signup-steps .label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #f2f2f2;
  }
}

.signup-steps .label span {
  display: block;
  max-width: 11em;
  margin: auto;
  line-height: 1;
}

@media screen and (min-width: 768px),
print {
  .signup-steps .label span {
    max-width: none;
    margin: 0;
    font-size: 1.7rem;
  }
}

.signup-steps .label span::before {
  counter-increment: signup_steps;
  content: "STEP " counter(signup_steps) " .";
  margin-right: .5em;
  font-size: .65em;
}

@media screen and (min-width: 768px),
print {
  .signup-steps .label span::before {
    display: block;
    margin: 0 0 .5em;
  }
}

.signup-steps .fa-check-circle {
  display: none;
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-size: 2.5rem;
  color: #4caf50;
  opacity: .5;
}

@media screen and (min-width: 768px),
print {
  .signup-steps .fa-check-circle {
    position: static;
    margin-right: .75rem;
    font-size: 3.5rem;
    opacity: .5;
  }
}

/* --------------------------------

  Modal

-------------------------------- */
.modal-content {
  width: calc(100% - 1rem);
  margin: auto;
  border: none;
}

.modal-header {
  padding: 1.5rem 2rem;
  color: #fff;
  border-bottom: none;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background: #0e367d;
}

.modal-header .close {
  margin: -.75rem -1.35rem -1rem auto;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

@media screen and (min-width: 768px),
print {
  .modal-header .close {
    margin: -.85rem -1.35rem -1rem auto;
    font-size: 2rem;
  }
}

.modal-title {
  font-size: 1.05em;
}

@media screen and (min-width: 768px),
print {
  .modal-title {
    font-size: 1.2em;
  }
}

.modal-body {
  padding: 1.5rem 2rem;
  font-size: 100%;
}

@media screen and (min-width: 768px),
print {
  .modal-body {
    padding: 2rem;
  }
}

.modal-body .btn {
  width: 7rem;
  padding-right: 0;
  padding-left: 0;
  font-size: 100%;
}

/* --------------------------------

  user list

-------------------------------- */
.user-list-box {
  max-width: 1240px;
  margin: auto;
}

/*------------------------------
  Templates Upload

-------------------------------- */
.upload-box {
  display: block;
  /* max-width: 1240px; */
  margin: auto;
}

.user-list-box .pagination {
  margin-top: 2rem;
}

.user-list-box .user-list-panel {
  width: 780px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px),
print {
  .user-list-box .user-list-panel {
    width: 100%;
  }
}

.user-list-box .user-list-panel .profile-col,
.user-list-box .user-list-panel .username-col,
.user-list-box .user-list-panel .dept_name-col,
.user-list-box .user-list-panel .staff_name-col,
.user-list-box .user-list-panel .email-col,
.user-list-box .user-list-panel .ope-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.user-list-box .user-list-panel .profile-col {
  width: 14em;
  padding-left: 1em;
}

.user-list-box .user-list-panel .username-col {
  width: 20em;
}

.user-list-box .user-list-panel .dept_name-col {
  width: 14em;
}

.user-list-box .user-list-panel .staff_name-col {
  width: 16em;
}

.user-list-box .user-list-panel .email-col {
  width: 20em;
}

.user-list-box .user-list-panel .ope-col {
  width: 5em;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px),
print {
  .upload-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.upload-box .type-box {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px),
print {
  .upload-box .type-box {
    width: 30rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px),
print {
  .upload-box .type-box {
    width: 30%;
  }
}

.upload-box .panel-box {
  margin-left: 0;
}

@media screen and (min-width: 768px),
print {
  .upload-box .panel-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 960px),
print {
  .upload-box .panel-box {
    padding-left: 4rem;
  }
}

.upload-box .item_label {
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}

.upload-box .item_error {
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: Red;
}

.upload-box .item_error:empty {
  display: none;
}

.upload-box .item_error ul.errorlist {
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.upload-box .form-fields {
  display: block;
}

@media screen and (min-width: 768px),
print {
  .upload-box .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.upload-box .form-fields .btn {
  width: 8rem;
}

.upload-box .form-fields .btn-typeB {
  margin-top: .75rem;
}

@media screen and (min-width: 768px),
print {
  .upload-box .form-fields .btn-typeB {
    margin-top: 0;
    margin-left: auto;
  }
}

.upload-box .file-field label {
  vertical-align: top;
  padding: .375rem .75rem;
  font-size: 100%;
  color: #fff;
  border-color: #0e367d;
  background-color: #0e367d;
}

.upload-box .file-field label:hover,
.upload-box .file-field label.changed {
  border-color: #2558b3;
  background-color: #2558b3;
}

.upload-box .file-field label:after {
  top: 50%;
  right: auto;
  left: 6em;
  width: 10em;
  font-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.upload-box .file-field .filename {
  display: inline-block;
  vertical-align: top;
  margin: .5rem 0 0 1rem;
  font-size: 100%;
}

.upload-box .upload-panel {
  min-height: 20rem;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  border: 2px solid #082f5c;
  background: #fff;
  border-radius: 1rem;
}

.upload-box .panel-text {
  padding: 1rem;
}

.upload-box .upload_type h2 {
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

.upload-box .form-check {
  position: relative;
  padding-left: 1rem;
  font-size: 1.6rem;
}

.upload-box .form-check:not(:last-child) {
  margin-bottom: .5rem;
}

.upload-box .form-check-input {
  display: none;
}

.upload-box .form-check-label {
  display: block;
  position: relative;
  padding: .35rem 0 .35rem 2.5rem;
  line-height: 1;
  cursor: pointer;
}

.upload-box .form-check-label::before {
  content: "";
  display: block;
  position: absolute;
  top: .5rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  border: 1px solid #333;
}

.upload-box .form-check-input:checked+.form-check-label {
  color: #2558b3;
}

.upload-box .form-check-input:checked+.form-check-label::before {
  border-color: #2558b3;
  background: #2558b3;
}

.upload-box .form-check-input:checked+.form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: .9rem;
  left: .4rem;
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  background-color: #fff;
}</pre></body></html>