@charset "UTF-8";
/**
 * PC時の実際の最大コンテンツ幅
 */
/**
 * ブレイクポイント
 */
/**
 * メディアクエリmixinのデフォルトブレイクポイント
 */
/**
 * フォント
 */
/**
 * アニメーション
 */
/**
 * カラー
 */
/**
 * display: flex
 */
/**
 * flex-direction
 */
/**
 * flex-wrap
 */
/**
 * justify-content
 */
/**
 * align-items
 */
/**
 * align-content
 */
/**
 * order
 */
/**
 * flex-basis
 */
/**
 * flex-grow
 */
/**
 * align-self
 */
/**
 * コンテンツ中央配置
 */
/**
 * 天地左右中央配置
 */
/**
 * 長文テキストを枠内に収める
 */
/**
 * メディアクエリ
 */
/**
 * PC表示時のみ適応するhover設定
 */
/**
 * background-imageを一枚画像のように配置する
 */
/**
 * background-atachment: fixed;を擬似要素で代替する
 * iOSのsafariやIEではbackground-atachment: fixed;が使用できないため
 * 元サイズのままタイル状にリピートしたい場合は、$sizeにnullを指定して$repeatにrepeatを渡す
 */
/**
 * backgroundの線形グラデーション
 * $angle : ex.180
 * $color : グラデーションの開始色(非対応ブラウザでは単色で表示される)
 * $color_to : グラデーションの終止色を指定する場合に使用
 * $amount : 色相を変化させる割合
 */
/**
 * backgroundの円形グラデーション
 * $inner_color : グラデーションの中心の色
 * $outer_color : 外側の色
 * $amount : 色相を変化させる割合
 */
/**
 * テキスト要素のグラデーション
 * $angle : ex.180
 * $color : グラデーションの開始色(非対応ブラウザでは単色で表示される)
 * $color_to : グラデーションの終止色を指定する場合に使用
 * $amount : 色相を変化させる割合
 */
/**
 * clearFix
 */
/**
 * フォームパーツのリセット
 */
/**
 * リンク要素のカラーを状態ごとに一括指定する
 */
/**
 * ベンダープレフィックスの一括付与
 */
/**
 * プレースホルダーに色やスタイルを指定
 */
/**
 * Material Iconを表示・または擬似要素に設定
 */
/**
 * font-awesome アイコンを表示
 */
/**
 * 疑似要素beforeに font-awesome アイコンを表示
 */
/**
 * 疑似要素afterに font-awesome アイコンを表示
 */
/**
 * ボックスシャドウ
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

a {
  text-decoration: none; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative; }

.required::after {
  content: "*";
  color: #f75555;
  margin-left: 3px; }

.error_text,
.txt_error {
  display: block;
  color: #f75555;
  font-size: .8rem;
  margin-top: 5px; }
  .error_text.mb_10,
  .txt_error.mb_10 {
    margin-bottom: 10px; }

.hidden,
.default_row,
.dlg_source {
  display: none; }

.password_reset {
  font-size: .9rem;
  text-decoration: underline; }

.message_box {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: .9rem;
  background: #b8daff;
  border: 1px solid #b8daff;
  color: #004085; }
  .message_box.login {
    margin-top: 50px;
    z-index: 1; }
  .message_box.success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724; }
  .message_box.error {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24; }

input[type="text"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="url"]:placeholder-shown,
input[type="search"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="number"]:placeholder-shown {
  color: #ccc; }

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  color: #ccc; }

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder {
  opacity: 1;
  color: #ccc; }

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  opacity: 1;
  color: #ccc; }

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #ccc; }

textarea {
  resize: none; }
  textarea:placeholder-shown {
    color: #ccc; }
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  textarea:-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  textarea:-ms-input-placeholder {
    color: #ccc; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 10px; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  textarea:disabled {
    background-color: #eeeeee; }

input[type="file"] {
  display: none; }

input[type="month"],
input[type="date"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 4px 8px;
  font-family: inherit;
  width: 150px; }

select {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 34px 3px 12px;
  overflow: hidden;
  max-width: 700px;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 9px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), 100% 0;
  background-size: 4px 4px, 4px 4px, 1.5em 2em;
  background-repeat: no-repeat; }
  select:placeholder-shown {
    color: #ccc; }
  select::-webkit-input-placeholder {
    color: #ccc; }
  select:-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  select::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  select:-ms-input-placeholder {
    color: #ccc; }
  select.xl {
    width: 100%; }

.radio_wrapper {
  display: inline-block;
  margin-right: 15px;
  font-size: .9rem; }
  .radio_wrapper:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .radio_wrapper {
      display: block;
      margin-right: 0;
      margin-bottom: 5px; }
      .radio_wrapper:last-of-type {
        margin-bottom: 0; } }
  .radio_wrapper input[type="radio"] {
    display: none; }
    .radio_wrapper input[type="radio"] + label {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .radio_wrapper input[type="radio"] + label::before {
        font-family: 'Material Icons';
        content: "";
        color: #131416;
        margin-right: 5px; }
    .radio_wrapper input[type="radio"]:checked + label::before {
      font-family: 'Material Icons';
      content: "";
      color: #2e80ca; }
    .radio_wrapper input[type="radio"]:disabled + label::before {
      font-family: 'Material Icons';
      content: "";
      color: #ccc; }

.checkbox_wrapper {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .checkbox_wrapper:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .checkbox_wrapper {
      display: block;
      margin-right: 0;
      margin-bottom: 5px; }
      .checkbox_wrapper:last-of-type {
        margin-bottom: 0; } }
  .checkbox_wrapper input[type="checkbox"] {
    display: none; }
    .checkbox_wrapper input[type="checkbox"] + input[type="hidden"] + label {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 15px; }
      .checkbox_wrapper input[type="checkbox"] + input[type="hidden"] + label::before {
        font-size: 16px;
        cursor: pointer;
        font-family: 'Material Icons';
        content: "";
        color: #131416;
        margin-right: 5px; }
    .checkbox_wrapper input[type="checkbox"] + label {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 15px; }
      .checkbox_wrapper input[type="checkbox"] + label::before {
        font-size: 16px;
        cursor: pointer;
        font-family: 'Material Icons';
        content: "";
        color: #131416;
        margin-right: 5px; }
    .checkbox_wrapper input[type="checkbox"]:checked + input[type="hidden"] + label::before {
      font-family: 'Material Icons';
      content: "";
      color: #2e80ca; }
    .checkbox_wrapper input[type="checkbox"]:checked + label::before {
      font-family: 'Material Icons';
      content: "";
      color: #2e80ca; }
  .checkbox_wrapper.box_only {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center; }
    .checkbox_wrapper.box_only input[type="checkbox"] + label,
    .checkbox_wrapper.box_only input[type="checkbox"] + input[type="hidden"] + label {
      margin: 0; }
      .checkbox_wrapper.box_only input[type="checkbox"] + label::before,
      .checkbox_wrapper.box_only input[type="checkbox"] + input[type="hidden"] + label::before {
        margin: 0; }

button,
a.btn,
label.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .8rem;
  cursor: pointer;
  border: 1px solid #2e80ca;
  border-radius: 2px;
  background-color: #2e80ca;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  @media screen and (min-width: 769px) {
    button:hover,
    a.btn:hover,
    label.btn:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
      opacity: .8; } }
  button.round,
  a.btn.round,
  label.btn.round,
  input[type="submit"].round,
  input[type="button"].round,
  input[type="reset"].round {
    border-radius: 100px; }
  button.white,
  a.btn.white,
  label.btn.white,
  input[type="submit"].white,
  input[type="button"].white,
  input[type="reset"].white {
    background-color: #fff;
    color: #2e80ca; }
    @media screen and (min-width: 769px) {
      button.white:hover,
      a.btn.white:hover,
      label.btn.white:hover,
      input[type="submit"].white:hover,
      input[type="button"].white:hover,
      input[type="reset"].white:hover {
        opacity: .8;
        background-color: #2e80ca;
        color: #fff; } }
  button.important,
  a.btn.important,
  label.btn.important,
  input[type="submit"].important,
  input[type="button"].important,
  input[type="reset"].important {
    border-color: #f75555;
    background-color: #f75555;
    color: #fff; }
    @media screen and (min-width: 769px) {
      button.important:hover,
      a.btn.important:hover,
      label.btn.important:hover,
      input[type="submit"].important:hover,
      input[type="button"].important:hover,
      input[type="reset"].important:hover {
        opacity: .8; } }
  button.cancel, button.delete,
  a.btn.cancel,
  a.btn.delete,
  label.btn.cancel,
  label.btn.delete,
  input[type="submit"].cancel,
  input[type="submit"].delete,
  input[type="button"].cancel,
  input[type="button"].delete,
  input[type="reset"].cancel,
  input[type="reset"].delete {
    border-color: #333436;
    background-color: #333436;
    color: #fff; }
    @media screen and (min-width: 769px) {
      button.cancel:hover, button.delete:hover,
      a.btn.cancel:hover,
      a.btn.delete:hover,
      label.btn.cancel:hover,
      label.btn.delete:hover,
      input[type="submit"].cancel:hover,
      input[type="submit"].delete:hover,
      input[type="button"].cancel:hover,
      input[type="button"].delete:hover,
      input[type="reset"].cancel:hover,
      input[type="reset"].delete:hover {
        opacity: .8; } }
  button.upload,
  a.btn.upload,
  label.btn.upload,
  input[type="submit"].upload,
  input[type="button"].upload,
  input[type="reset"].upload {
    border-color: #3b9f1e;
    background-color: #3b9f1e;
    color: #fff; }
    @media screen and (min-width: 769px) {
      button.upload:hover,
      a.btn.upload:hover,
      label.btn.upload:hover,
      input[type="submit"].upload:hover,
      input[type="button"].upload:hover,
      input[type="reset"].upload:hover {
        opacity: .8; } }
    .iphone button.upload,
    .ipad button.upload,
    .android button.upload, .iphone
    a.btn.upload,
    .ipad
    a.btn.upload,
    .android
    a.btn.upload, .iphone
    label.btn.upload,
    .ipad
    label.btn.upload,
    .android
    label.btn.upload, .iphone
    input[type="submit"].upload,
    .ipad
    input[type="submit"].upload,
    .android
    input[type="submit"].upload, .iphone
    input[type="button"].upload,
    .ipad
    input[type="button"].upload,
    .android
    input[type="button"].upload, .iphone
    input[type="reset"].upload,
    .ipad
    input[type="reset"].upload,
    .android
    input[type="reset"].upload {
      display: none; }
  button.download,
  a.btn.download,
  label.btn.download,
  input[type="submit"].download,
  input[type="button"].download,
  input[type="reset"].download {
    border-color: #ef8d07;
    background-color: #ef8d07;
    color: #fff; }
    @media screen and (min-width: 769px) {
      button.download:hover,
      a.btn.download:hover,
      label.btn.download:hover,
      input[type="submit"].download:hover,
      input[type="button"].download:hover,
      input[type="reset"].download:hover {
        opacity: .8; } }
  button.small,
  a.btn.small,
  label.btn.small,
  input[type="submit"].small,
  input[type="button"].small,
  input[type="reset"].small {
    font-size: .8rem;
    padding: 2px 12px; }
  button[disabled],
  a.btn[disabled],
  label.btn[disabled],
  input[type="submit"][disabled],
  input[type="button"][disabled],
  input[type="reset"][disabled] {
    border-color: #ccc;
    background-color: #ccc;
    color: #fff;
    cursor: default;
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -ms-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms; }
    @media screen and (min-width: 769px) {
      button[disabled]:hover,
      a.btn[disabled]:hover,
      label.btn[disabled]:hover,
      input[type="submit"][disabled]:hover,
      input[type="button"][disabled]:hover,
      input[type="reset"][disabled]:hover {
        opacity: 1; } }

table {
  border-collapse: collapse;
  width: 100%; }
  table th,
  table td {
    border-collapse: collapse;
    padding: 7px 15px;
    font-weight: normal;
    box-sizing: border-box; }
  table th {
    background-color: #eee;
    border: 1px solid #ccc; }
  table td {
    background-color: #fff;
    border: 1px solid #ccc; }

.icon.icon_burger::before {
  font-family: 'Material Icons';
  content: "";
  cursor: pointer; }

.icon.icon_mail::before {
  font-family: 'Material Icons';
  content: "";
  font-size: 2rem;
  cursor: pointer; }

header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #333436;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header .header_container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    header .header_container .logo_box {
      margin-left: 15px; }
      header .header_container .logo_box .logo {
        display: block;
        color: #fff;
        font-weight: bold; }
        header .header_container .logo_box .logo img {
          max-height: 40px;
          vertical-align: middle; }
    header .header_container .user_info {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .header_container .user_info .user_id {
        margin-right: 15px; }
      header .header_container .user_info .logout_box {
        margin-right: 20px;
        color: #fff; }
        header .header_container .user_info .logout_box a {
          background-color: #333436;
          border: none;
          font-size: .8rem; }

footer {
  width: 100%;
  min-width: 1000px;
  margin-top: auto;
  padding: 20px 0 10px; }

#pageWrapper {
  min-height: 100vh;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#contentsWrapper {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

main {
  display: block;
  width: calc(100% - 240px);
  min-width: 840px;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 240px;
  padding-top: 40px;
  color: #333436; }
  main .main_contents_area {
    padding: 20px 30px 30px; }

aside {
  background-color: #f6f6f6;
  border-right: 1px solid #ccc;
  width: 240px;
  height: calc(100% - 50px);
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  overflow-y: auto; }
  aside .sidebar_label {
    padding: 8px;
    display: block; }
    aside .sidebar_label::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      margin-right: 8px;
      position: relative;
      top: -1px; }
  aside .menu_box {
    border-top: 1px solid #ccc;
    font-size: .9rem; }
    aside .menu_box ul li {
      border-bottom: 1px solid #dcdcdc; }
      aside .menu_box ul li.toggle_accordion, aside .menu_box ul li.link {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        cursor: pointer;
        color: #333436;
        font-weight: normal; }
        aside .menu_box ul li.toggle_accordion.current, aside .menu_box ul li.link.current {
          color: #2e80ca;
          font-weight: bold; }
          aside .menu_box ul li.toggle_accordion.current::before, aside .menu_box ul li.link.current::before {
            color: #2e80ca; }
        aside .menu_box ul li.toggle_accordion .label, aside .menu_box ul li.link .label {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          aside .menu_box ul li.toggle_accordion .label::before, aside .menu_box ul li.link .label::before {
            width: 25px; }
          aside .menu_box ul li.toggle_accordion .label.account::before, aside .menu_box ul li.link .label.account::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.company::before, aside .menu_box ul li.link .label.company::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.corporation::before, aside .menu_box ul li.link .label.corporation::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.data::before, aside .menu_box ul li.link .label.data::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.graph::before, aside .menu_box ul li.link .label.graph::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.system::before, aside .menu_box ul li.link .label.system::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
          aside .menu_box ul li.toggle_accordion .label.check::before, aside .menu_box ul li.link .label.check::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436; }
        aside .menu_box ul li.toggle_accordion .icon_folder::before, aside .menu_box ul li.link .icon_folder::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul li.toggle_accordion .icon_link::before, aside .menu_box ul li.link .icon_link::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul li.toggle_accordion.open, aside .menu_box ul li.link.open {
          color: #2e80ca;
          font-weight: bold; }
          aside .menu_box ul li.toggle_accordion.open .label::before, aside .menu_box ul li.link.open .label::before {
            color: #2e80ca; }
          aside .menu_box ul li.toggle_accordion.open .icon_folder::before, aside .menu_box ul li.link.open .icon_folder::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436;
            color: #2e80ca; }
      aside .menu_box ul li a {
        color: #333436;
        display: block;
        padding: 10px 5px; }
      aside .menu_box ul li.link a {
        padding: 0; }
      aside .menu_box ul li.toggle_child {
        display: none; }
    aside .menu_box ul.child {
      background-color: #fff; }
      aside .menu_box ul.child > li:last-of-type {
        border: none; }
      aside .menu_box ul.child > li.current {
        background-color: #e9f0f8; }
      aside .menu_box ul.child > li a {
        padding-left: calc(2rem + 5px);
        line-height: 21px; }
        aside .menu_box ul.child > li a::before {
          width: 15px;
          margin-right: 10px;
          display: inline-block; }
        aside .menu_box ul.child > li a.check::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.list::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.create::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.bulk::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.setting::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.search::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.password::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        aside .menu_box ul.child > li a.link::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }

/**
 * モーダル全体の共通スタイル
 */
.modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .modal_wrapper .overlay {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  .modal_wrapper .modal {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px; }
    .modal_wrapper .modal .title {
      text-align: center;
      color: #2e80ca;
      font-weight: bold;
      margin-bottom: 10px; }
      .modal_wrapper .modal .title.red {
        color: #f75555; }
    .modal_wrapper .modal .explain {
      text-align: center;
      font-size: .9rem; }
    .modal_wrapper .modal .notice {
      text-align: center;
      font-size: .9rem; }
    .modal_wrapper .modal .modal_main {
      margin-top: 40px; }
    .modal_wrapper .modal .table_box {
      width: 100%; }
      .modal_wrapper .modal .table_box table {
        width: 100%; }
    .modal_wrapper .modal .btn_box {
      margin-top: 30px;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center; }
      .modal_wrapper .modal .btn_box button {
        margin: 0 10px; }
    .modal_wrapper .modal.preview {
      width: 700px;
      max-height: 90vh;
      overflow-y: auto; }
      .modal_wrapper .modal.preview .table_box {
        word-break: break-word; }
        .modal_wrapper .modal.preview .table_box .photo_list {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          margin-bottom: 20px; }
          .modal_wrapper .modal.preview .table_box .photo_list .photo_item {
            width: 130px;
            height: 130px; }
            .modal_wrapper .modal.preview .table_box .photo_list .photo_item .image {
              display: block;
              background-size: cover;
              background-position: center center;
              width: 130px;
              height: 130px; }
        .modal_wrapper .modal.preview .table_box table {
          max-width: 600px; }
          .modal_wrapper .modal.preview .table_box table tr th {
            width: 120px;
            font-size: .8rem; }
          .modal_wrapper .modal.preview .table_box table tr td pre {
            white-space: pre-line; }
          .modal_wrapper .modal.preview .table_box table tr td .tag {
            display: inline-block;
            font-size: .7rem;
            margin-right: 5px;
            margin-bottom: 5px;
            background-color: #2e80ca;
            color: #fff;
            padding: 2px 5px;
            border-radius: 3px; }

body.login main {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #efefef; }
  body.login main .main_contents_area .form_box {
    background-color: #fff;
    padding: 30px;
    width: 450px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    body.login main .main_contents_area .form_box dl {
      margin-top: 20px; }
      body.login main .main_contents_area .form_box dl dd {
        margin-bottom: 15px; }
    body.login main .main_contents_area .form_box .submit_btn_box {
      text-align: center; }

body.password_change main {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }
  body.password_change main .main_contents_area .register_form_box {
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: inherit !important; } }

.page_headline_box {
  position: fixed;
  top: 50px;
  width: calc(100% - 240px);
  padding: 8px;
  background-color: #e9f0f8;
  border-left: 1px solid #eaeaea;
  z-index: 100;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page_headline_box p {
    display: inline-block; }
  .page_headline_box i {
    padding: 0 10px; }
  .page_headline_box .breadcrumbs {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    font-weight: 500;
    color: #333436;
    font-size: 1rem; }
    .page_headline_box .breadcrumbs .breadcrumb_link {
      text-decoration: underline; }
    .page_headline_box .breadcrumbs li:not(:first-child) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0 10px; }
      .page_headline_box .breadcrumbs li:not(:first-child)::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900;
        vertical-align: middle;
        color: #333436; }
  .page_headline_box .headline_btn_box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    gap: 10px 20px; }
    .page_headline_box .headline_btn_box input,
    .page_headline_box .headline_btn_box button,
    .page_headline_box .headline_btn_box a,
    .page_headline_box .headline_btn_box label.btn {
      padding: 2px 10px;
      font-size: .8rem;
      width: 100px;
      text-align: center; }
      .page_headline_box .headline_btn_box input.middle,
      .page_headline_box .headline_btn_box button.middle,
      .page_headline_box .headline_btn_box a.middle,
      .page_headline_box .headline_btn_box label.btn.middle {
        width: 150px; }
      .page_headline_box .headline_btn_box input.long,
      .page_headline_box .headline_btn_box button.long,
      .page_headline_box .headline_btn_box a.long,
      .page_headline_box .headline_btn_box label.btn.long {
        width: 200px; }
      .page_headline_box .headline_btn_box input:last-child,
      .page_headline_box .headline_btn_box button:last-child,
      .page_headline_box .headline_btn_box a:last-child,
      .page_headline_box .headline_btn_box label.btn:last-child {
        margin-right: 0; }
  .page_headline_box .link_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 280px; }
    .page_headline_box .link_box a {
      padding: 2px 10px;
      font-size: .7rem;
      width: 100px;
      border-radius: 3px;
      border: 1px solid #2e80ca;
      background-color: #2e80ca;
      color: #fff; }
      .page_headline_box .link_box a.edit {
        border: 1px solid #2e80ca;
        background-color: #fff;
        color: #2e80ca; }
      .page_headline_box .link_box a.delete {
        border: 1px solid #131416;
        background-color: #131416;
        color: #fff; }
      .page_headline_box .link_box a:last-of-type {
        margin-left: 20px; }
    .page_headline_box .link_box span.disabled {
      padding: 2px 10px;
      font-size: .7rem;
      width: 100px;
      border-radius: 3px;
      border: 1px solid #ccc;
      background-color: #ccc;
      color: #fff; }

.section_headline_box .headline {
  font-weight: 500;
  color: #333436;
  font-size: 1.1rem;
  margin-bottom: 10px;
  white-space: nowrap; }
  .section_headline_box .headline .count_text {
    font-size: .8rem;
    margin-left: 10px; }
  .section_headline_box .headline .row_color_description {
    font-size: .8rem;
    margin-left: 10px;
    font-weight: bold; }
    .section_headline_box .headline .row_color_description .notice {
      color: #ffce34;
      margin-right: 10px; }
    .section_headline_box .headline .row_color_description .warning {
      color: #e15562;
      margin-right: 10px; }
    .section_headline_box .headline .row_color_description .gray_out {
      color: #90a0af; }
  .section_headline_box .headline.search::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    vertical-align: middle;
    color: #333436;
    margin-right: 8px;
    position: relative;
    top: -2px; }
  .section_headline_box .headline.list::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    vertical-align: middle;
    color: #333436;
    margin-right: 8px;
    position: relative;
    top: -2px; }
  .section_headline_box .headline.bulk::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    vertical-align: middle;
    color: #333436;
    margin-right: 8px;
    position: relative;
    top: -2px; }
  .section_headline_box .headline.result::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    vertical-align: middle;
    color: #333436;
    margin-right: 8px;
    position: relative;
    top: -2px; }

.search_form_box .search_table_box {
  width: 100%;
  margin-bottom: 40px; }
  .search_form_box .search_table_box.flex_box {
    display: flex;
    flex-wrap: wrap; }
  .search_form_box .search_table_box table.table_left, .search_form_box .search_table_box table.table_right {
    width: 50%; }
  .search_form_box .search_table_box table tr th,
  .search_form_box .search_table_box table tr td {
    text-align: left;
    padding: 5px 10px;
    font-size: .8rem; }
  .search_form_box .search_table_box table tr th {
    width: 12%; }
  .search_form_box .search_table_box table tr td {
    width: 38%; }
    .search_form_box .search_table_box table tr td input[type="text"],
    .search_form_box .search_table_box table tr td input[type="tel"],
    .search_form_box .search_table_box table tr td input[type="email"],
    .search_form_box .search_table_box table tr td input[type="password"] {
      width: 250px;
      max-width: 650px; }
      .search_form_box .search_table_box table tr td input[type="text"].xs,
      .search_form_box .search_table_box table tr td input[type="tel"].xs,
      .search_form_box .search_table_box table tr td input[type="email"].xs,
      .search_form_box .search_table_box table tr td input[type="password"].xs {
        width: 80px; }
      .search_form_box .search_table_box table tr td input[type="text"].s,
      .search_form_box .search_table_box table tr td input[type="tel"].s,
      .search_form_box .search_table_box table tr td input[type="email"].s,
      .search_form_box .search_table_box table tr td input[type="password"].s {
        width: 150px; }
      .search_form_box .search_table_box table tr td input[type="text"].l,
      .search_form_box .search_table_box table tr td input[type="tel"].l,
      .search_form_box .search_table_box table tr td input[type="email"].l,
      .search_form_box .search_table_box table tr td input[type="password"].l {
        width: 350px; }
      .search_form_box .search_table_box table tr td input[type="text"].xl,
      .search_form_box .search_table_box table tr td input[type="tel"].xl,
      .search_form_box .search_table_box table tr td input[type="email"].xl,
      .search_form_box .search_table_box table tr td input[type="password"].xl {
        width: 100%; }
    .search_form_box .search_table_box table tr td span.separator_colon::after {
      content: "："; }
    .search_form_box .search_table_box table tr td span.separator_tilde::after {
      content: "～"; }
  .search_form_box .search_table_box table.table_right th {
    border-left: none; }
  .search_form_box .search_table_box .form_btn_box {
    margin-top: 20px;
    width: 100%; }
    .search_form_box .search_table_box .form_btn_box input, .search_form_box .search_table_box .form_btn_box a, .search_form_box .search_table_box .form_btn_box button {
      width: 120px;
      margin-right: 20px;
      text-align: center; }

.pagination_box.top {
  margin-bottom: 10px; }

.pagination_box.bottom {
  margin-top: -30px; }

.pagination_box ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination_box ul li a,
  .pagination_box ul li span {
    padding: 5px 10px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-right: none;
    font-size: .8rem; }
  .pagination_box ul li a {
    color: #2e80ca; }
    .pagination_box ul li a.current {
      background-color: #2e80ca;
      color: #fff; }
  .pagination_box ul li:last-of-type a,
  .pagination_box ul li:last-of-type span {
    border-right: 1px solid #ccc; }

.record_list_box .pagination_box.flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.record_list_box .pagination_box ul {
  justify-content: end;
  -ms-justify-content: end;
  -webkit-justify-content: flex-end; }
  .record_list_box .pagination_box ul li {
    display: flex; }

.record_table_box {
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #ccc; }
  .record_table_box table {
    -webkit-overflow-scrolling: touch; }
    .record_table_box table tr.selected_delete td {
      background-color: #daecff !important; }
    .record_table_box table tr.selected_edit td {
      background-color: #fff3cd !important; }
    .record_table_box table tr.success td {
      background-color: #d1e7dd; }
    .record_table_box table tr.notice td {
      background-color: #fff3cd; }
    .record_table_box table tr.warning td {
      background-color: #f8d7da; }
    .record_table_box table tr.gray_out td {
      background-color: #e9ecef; }
    .record_table_box table tr:hover td {
      background-color: #e9f0f8; }
    .record_table_box table tr th,
    .record_table_box table tr td {
      text-align: center; }
      .record_table_box table tr th:last-of-type,
      .record_table_box table tr td:last-of-type {
        border-right: none; }
    .record_table_box table tr th {
      padding: 3px 15px;
      font-size: .9rem;
      border: none;
      border-right: 1px solid #ccc; }
      .record_table_box table tr th.group_header_row {
        border-bottom: 1px solid #ccc;
        text-align: left;
        font-weight: bold; }
      .record_table_box table tr th.select {
        width: 60px; }
      .record_table_box table tr th a {
        color: inherit; }
      .record_table_box table tr th .control_sort, .record_table_box table tr th .control_search_sort {
        padding: 5px; }
        .record_table_box table tr th .control_sort.asc, .record_table_box table tr th .control_search_sort.asc {
          font-weight: bold; }
          .record_table_box table tr th .control_sort.asc::after, .record_table_box table tr th .control_search_sort.asc::after {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436;
            font-size: 1rem;
            padding: 0 5px; }
        .record_table_box table tr th .control_sort.desc, .record_table_box table tr th .control_search_sort.desc {
          font-weight: bold; }
          .record_table_box table tr th .control_sort.desc::after, .record_table_box table tr th .control_search_sort.desc::after {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            vertical-align: middle;
            color: #333436;
            font-size: 1rem;
            padding: 0 5px; }
    .record_table_box table tr td {
      padding: 3px 15px;
      font-size: .9rem;
      border-left: none;
      border-bottom: none; }
      .record_table_box table tr td.right {
        text-align: right; }
      .record_table_box table tr td.total {
        background: #eee;
        font-weight: bold;
        text-align: right; }
      .record_table_box table tr td.bg_gray {
        background: #eee; }
      .record_table_box table tr td a:not(.control_action) {
        color: #2e80ca;
        text-decoration: underline; }
        .record_table_box table tr td a:not(.control_action):visited {
          color: #ca782e; }
      .record_table_box table tr td .control_action {
        padding: 5px; }
        .record_table_box table tr td .control_action.show::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        .record_table_box table tr td .control_action.edit::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        .record_table_box table tr td .control_action.delete::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        .record_table_box table tr td .control_action.approve::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        .record_table_box table tr td .control_action.list::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }
        .record_table_box table tr td .control_action.reset::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900;
          vertical-align: middle;
          color: #333436; }

.scroll_table_box {
  overflow-y: auto;
  border: 1px solid #ccc;
  max-height: 150px;
  white-space: normal; }
  .scroll_table_box table {
    position: relative; }
    .scroll_table_box table thead {
      position: sticky;
      top: 0; }
    .scroll_table_box table th {
      border: none;
      border-right: 1px solid #ccc; }
    .scroll_table_box table td {
      border-left: none;
      border-bottom: none; }

.register_form_box,
.detail_form_box {
  max-width: 1000px; }

.register_table_box,
.detail_table_box {
  width: 100%;
  margin-bottom: 40px; }
  .register_table_box table tr th,
  .register_table_box table tr td,
  .detail_table_box table tr th,
  .detail_table_box table tr td {
    text-align: left;
    padding: 7px 14px;
    font-size: .9rem;
    word-break: break-word; }
  .register_table_box table tr th,
  .detail_table_box table tr th {
    width: 250px;
    vertical-align: center; }
  .register_table_box table tr td input[type="text"],
  .register_table_box table tr td input[type="tel"],
  .register_table_box table tr td input[type="email"],
  .register_table_box table tr td input[type="password"],
  .detail_table_box table tr td input[type="text"],
  .detail_table_box table tr td input[type="tel"],
  .detail_table_box table tr td input[type="email"],
  .detail_table_box table tr td input[type="password"] {
    width: 250px;
    max-width: 650px; }
    .register_table_box table tr td input[type="text"].xs,
    .register_table_box table tr td input[type="tel"].xs,
    .register_table_box table tr td input[type="email"].xs,
    .register_table_box table tr td input[type="password"].xs,
    .detail_table_box table tr td input[type="text"].xs,
    .detail_table_box table tr td input[type="tel"].xs,
    .detail_table_box table tr td input[type="email"].xs,
    .detail_table_box table tr td input[type="password"].xs {
      width: 80px; }
    .register_table_box table tr td input[type="text"].s,
    .register_table_box table tr td input[type="tel"].s,
    .register_table_box table tr td input[type="email"].s,
    .register_table_box table tr td input[type="password"].s,
    .detail_table_box table tr td input[type="text"].s,
    .detail_table_box table tr td input[type="tel"].s,
    .detail_table_box table tr td input[type="email"].s,
    .detail_table_box table tr td input[type="password"].s {
      width: 150px; }
    .register_table_box table tr td input[type="text"].l,
    .register_table_box table tr td input[type="tel"].l,
    .register_table_box table tr td input[type="email"].l,
    .register_table_box table tr td input[type="password"].l,
    .detail_table_box table tr td input[type="text"].l,
    .detail_table_box table tr td input[type="tel"].l,
    .detail_table_box table tr td input[type="email"].l,
    .detail_table_box table tr td input[type="password"].l {
      width: 350px; }
    .register_table_box table tr td input[type="text"].xl,
    .register_table_box table tr td input[type="tel"].xl,
    .register_table_box table tr td input[type="email"].xl,
    .register_table_box table tr td input[type="password"].xl,
    .detail_table_box table tr td input[type="text"].xl,
    .detail_table_box table tr td input[type="tel"].xl,
    .detail_table_box table tr td input[type="email"].xl,
    .detail_table_box table tr td input[type="password"].xl {
      width: 100%; }
  .register_table_box table tr td textarea,
  .detail_table_box table tr td textarea {
    max-width: 650px;
    height: 100px; }
  .register_table_box table tr td .drag_and_drop_box,
  .detail_table_box table tr td .drag_and_drop_box {
    max-width: 650px; }
  .register_table_box table tr td .tag_list,
  .detail_table_box table tr td .tag_list {
    max-width: 650px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 15px; }
    .register_table_box table tr td .tag_list .tag_item,
    .detail_table_box table tr td .tag_list .tag_item {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #2e80ca;
      border-radius: 100px;
      color: #fff;
      padding: 2px 5px 2px 10px;
      margin-right: 8px;
      margin-bottom: 8px; }
      .register_table_box table tr td .tag_list .tag_item span,
      .detail_table_box table tr td .tag_list .tag_item span {
        font-size: .8rem; }
      .register_table_box table tr td .tag_list .tag_item button,
      .detail_table_box table tr td .tag_list .tag_item button {
        display: block;
        width: 25px;
        height: 25px;
        padding: 0;
        border-radius: 50%;
        background-color: #fff;
        color: #2e80ca;
        margin-left: 10px; }
  .register_table_box table tr td div.name_box,
  .detail_table_box table tr td div.name_box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex; }
    .register_table_box table tr td div.name_box input,
    .detail_table_box table tr td div.name_box input {
      width: 120px;
      margin-right: 10px; }
  .register_table_box table tr td div.inner_row,
  .detail_table_box table tr td div.inner_row {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px; }
    .register_table_box table tr td div.inner_row .inner_label,
    .detail_table_box table tr td div.inner_row .inner_label {
      width: 80px;
      font-weight: bold; }
  .register_table_box table tr td div.last,
  .detail_table_box table tr td div.last {
    margin-bottom: 0; }
  .register_table_box table tr td span.separator_colon::after,
  .detail_table_box table tr td span.separator_colon::after {
    content: "："; }
  .register_table_box table tr td span.separator_tilde::after,
  .detail_table_box table tr td span.separator_tilde::after {
    content: "～"; }
  .register_table_box table tr td span.text_unit,
  .detail_table_box table tr td span.text_unit {
    margin-left: 7px; }
  .register_table_box table tr td img,
  .detail_table_box table tr td img {
    height: 50px; }
  .register_table_box table.multi_table,
  .detail_table_box table.multi_table {
    margin: 15px 0; }
  .register_table_box table.last,
  .detail_table_box table.last {
    margin-bottom: 0; }
  .register_table_box .form_btn_box,
  .detail_table_box .form_btn_box {
    margin-top: 40px;
    text-align: center;
    width: 100%; }
    .register_table_box .form_btn_box input,
    .register_table_box .form_btn_box button,
    .register_table_box .form_btn_box a,
    .detail_table_box .form_btn_box input,
    .detail_table_box .form_btn_box button,
    .detail_table_box .form_btn_box a {
      width: 120px; }
      .register_table_box .form_btn_box input:first-child,
      .register_table_box .form_btn_box button:first-child,
      .register_table_box .form_btn_box a:first-child,
      .detail_table_box .form_btn_box input:first-child,
      .detail_table_box .form_btn_box button:first-child,
      .detail_table_box .form_btn_box a:first-child {
        margin-right: 20px; }

.photo_select_box .preview_list_box .preview_list {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }
  .photo_select_box .preview_list_box .preview_list li {
    position: relative;
    margin-right: 10px; }
    .photo_select_box .preview_list_box .preview_list li button.delete_box {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px;
      z-index: 100;
      background-color: #000;
      border-color: #000;
      border-radius: 100px;
      padding: 0;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center; }
      .photo_select_box .preview_list_box .preview_list li button.delete_box .icon_delete {
        width: 10px; }
    .photo_select_box .preview_list_box .preview_list li:first-of-type::before {
      content: "メイン";
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 100;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 3px;
      padding: 0 2px;
      font-size: .7rem; }
    .photo_select_box .preview_list_box .preview_list li .image_box {
      box-sizing: content-box;
      position: relative;
      z-index: 20; }
      .photo_select_box .preview_list_box .preview_list li .image_box.drag_over {
        border-left: 10px solid #e87575;
        padding-left: 5px; }
      .photo_select_box .preview_list_box .preview_list li .image_box .image {
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
  .photo_select_box .preview_list_box .preview_list .dummy_image_box {
    width: 80px;
    height: 90px;
    margin-left: 8px; }

.photo_select_box .drag_and_drop_box {
  width: 100%;
  padding: 30px;
  text-align: center;
  border: 3px dashed #ccc;
  border-radius: 3px;
  color: #bbb; }
  .photo_select_box .drag_and_drop_box p {
    margin-bottom: 1rem; }

.bulk_form_box {
  margin-bottom: 60px; }
  .bulk_form_box .explain_text {
    margin-bottom: 20px; }
  .bulk_form_box .download_btn_box {
    margin-bottom: 30px; }
    .bulk_form_box .download_btn_box a {
      display: inline-block;
      margin-right: 20px;
      padding: 5px 10px;
      border-radius: 3px;
      background-color: #131416;
      color: #fff;
      font-size: .7rem; }
  .bulk_form_box form table th {
    font-size: .8rem; }
  .bulk_form_box form .form_btn_box {
    margin-top: 30px; }
    .bulk_form_box form .form_btn_box input {
      width: 120px; }
      .bulk_form_box form .form_btn_box input:first-of-type {
        margin-right: 15px; }

.bulk_result_box dl {
  background-color: #eee;
  padding: 20px; }
  .bulk_result_box dl dt {
    margin-bottom: 3px; }
    .bulk_result_box dl dt::before {
      position: relative;
      top: -2px;
      margin-right: 7px; }
    .bulk_result_box dl dt.success::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      color: #28a745; }
    .bulk_result_box dl dt.failed::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      color: #dc3545; }
    .bulk_result_box dl dt.list::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      color: #17a2b8; }
    .bulk_result_box dl dt.remarks::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      color: #ffc107; }
  .bulk_result_box dl dd {
    margin-bottom: 30px; }
    .bulk_result_box dl dd:last-of-type {
      margin-bottom: 0; }

.bulk_validation_box table {
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .bulk_validation_box table tr th,
  .bulk_validation_box table tr td {
    text-align: center; }
  .bulk_validation_box table tr th {
    border-right: 1px solid #ccc;
    padding: 3px 15px;
    font-size: .9rem; }
  .bulk_validation_box table tr td {
    padding: 3px 15px;
    font-size: .9rem;
    white-space: pre-wrap; }
    .bulk_validation_box table tr td a:not(.control_action) {
      color: #2e80ca;
      text-decoration: underline; }
      .bulk_validation_box table tr td a:not(.control_action):visited {
        color: #ca782e; }

.selected_suggest_item {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .selected_suggest_item .delete_suggest_item {
    width: 25px;
    height: 25px;
    background-color: inherit;
    border: none;
    padding: 0;
    margin-left: 15px; }
    .selected_suggest_item .delete_suggest_item img {
      display: block;
      width: 100%; }

.loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  z-index: 9998; }

.modal {
  width: 100%;
  margin-top: 1rem; }
  .modal .main_contents_area {
    font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: .9rem; }
    .modal .main_contents_area #confirmMessage {
      text-align: center; }
    .modal .main_contents_area .form_btn_box,
    .modal .main_contents_area .modal_btn_box {
      margin-top: 20px;
      text-align: center;
      width: 100%; }
      .modal .main_contents_area .form_btn_box input,
      .modal .main_contents_area .form_btn_box button,
      .modal .main_contents_area .form_btn_box a,
      .modal .main_contents_area .modal_btn_box input,
      .modal .main_contents_area .modal_btn_box button,
      .modal .main_contents_area .modal_btn_box a {
        color: #fff !important;
        width: 80px;
        text-align: center;
        margin-right: 20px; }
        .modal .main_contents_area .form_btn_box input.width_120,
        .modal .main_contents_area .form_btn_box button.width_120,
        .modal .main_contents_area .form_btn_box a.width_120,
        .modal .main_contents_area .modal_btn_box input.width_120,
        .modal .main_contents_area .modal_btn_box button.width_120,
        .modal .main_contents_area .modal_btn_box a.width_120 {
          width: 120px; }
        .modal .main_contents_area .form_btn_box input.last,
        .modal .main_contents_area .form_btn_box button.last,
        .modal .main_contents_area .form_btn_box a.last,
        .modal .main_contents_area .modal_btn_box input.last,
        .modal .main_contents_area .modal_btn_box button.last,
        .modal .main_contents_area .modal_btn_box a.last {
          margin-right: 0; }

.modal_table_box {
  width: 100%; }
  .modal_table_box table tr th,
  .modal_table_box table tr td {
    text-align: left;
    padding: 7px 14px;
    font-size: .9rem; }
  .modal_table_box table tr th {
    width: 150px;
    white-space: nowrap; }
  .modal_table_box table tr td input[type="text"],
  .modal_table_box table tr td input[type="tel"],
  .modal_table_box table tr td input[type="email"],
  .modal_table_box table tr td input[type="password"] {
    width: 250px;
    max-width: 650px; }
    .modal_table_box table tr td input[type="text"].xs,
    .modal_table_box table tr td input[type="tel"].xs,
    .modal_table_box table tr td input[type="email"].xs,
    .modal_table_box table tr td input[type="password"].xs {
      width: 80px; }
    .modal_table_box table tr td input[type="text"].s,
    .modal_table_box table tr td input[type="tel"].s,
    .modal_table_box table tr td input[type="email"].s,
    .modal_table_box table tr td input[type="password"].s {
      width: 150px; }
    .modal_table_box table tr td input[type="text"].l,
    .modal_table_box table tr td input[type="tel"].l,
    .modal_table_box table tr td input[type="email"].l,
    .modal_table_box table tr td input[type="password"].l {
      width: 350px; }
    .modal_table_box table tr td input[type="text"].xl,
    .modal_table_box table tr td input[type="tel"].xl,
    .modal_table_box table tr td input[type="email"].xl,
    .modal_table_box table tr td input[type="password"].xl {
      width: 100%; }
  .modal_table_box table tr td select {
    display: inline-block;
    margin-right: 5px; }
  .modal_table_box table tr td span {
    padding-right: 5px; }
  .modal_table_box table tr td textarea {
    height: 100px; }

.ui-widget.ui-widget-content {
  z-index: 1000; }

.calendar_area {
  font-size: .8rem; }
  .calendar_area .ttl_calendar {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; }
  .calendar_area .week_box,
  .calendar_area .calendar_box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center; }
    .calendar_area .week_box li,
    .calendar_area .calendar_box li {
      width: calc(100% / 7);
      border: 1px solid #ccc;
      border-bottom: none;
      border-right: none; }
      .calendar_area .week_box li.right,
      .calendar_area .calendar_box li.right {
        border-right: 1px solid #ccc; }
      .calendar_area .week_box li.bottom,
      .calendar_area .calendar_box li.bottom {
        border-bottom: 1px solid #ccc; }
      .calendar_area .week_box li.sat,
      .calendar_area .calendar_box li.sat {
        color: #2e80ca; }
      .calendar_area .week_box li.sun,
      .calendar_area .calendar_box li.sun {
        color: #f75555; }
  .calendar_area .week_box li {
    background-color: #eee; }
  .calendar_area .calendar_box li.out_of_range {
    background-color: #e9f0f8; }
  .calendar_area .calendar_box li.holiday {
    background-color: #ffc7cf; }
  .calendar_area .calendar_box li p {
    min-height: 20px;
    line-height: 20px;
    padding: 0 4px; }
    .calendar_area .calendar_box li p.date {
      text-align: left; }
    .calendar_area .calendar_box li p.holiday_name {
      color: #e92626;
      font-weight: bold; }

#pageError main {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #efefef; }
  #pageError main .main_contents_area {
    text-align: center;
    margin: 100px; }
    #pageError main .main_contents_area h1 {
      font-size: 2rem;
      margin-bottom: 20px; }
    #pageError main .main_contents_area a {
      font-size: .8rem;
      display: inline-block;
      margin: 80px;
      padding: 5px 15px;
      background-color: #2e80ca;
      color: #fff;
      border: 1px solid #2e80ca;
      border-radius: 2px; }

#passwordChange .register_table_box {
  margin-bottom: 0; }
  #passwordChange .register_table_box .form_btn_box {
    margin-top: 20px; }

#companyUserDetail main .main_contents_area .detail_form_box .detail_table_box .password_reset {
  margin-top: 5px;
  text-align: right; }

#corporateGroupDetail .scroll_table_box {
  max-height: 450px; }

#corporateUserDetail .password_reset {
  margin-top: 5px;
  text-align: right; }

#corporateEdit .record_table_box {
  margin-top: 10px; }

#reserveSearch .main_contents_area .search_form_box form select {
  max-width: 300px; }

#reserveSearch .main_contents_area .record_list_box .record_table_box table th .control_sort_reserve {
  padding: 5px; }
  #reserveSearch .main_contents_area .record_list_box .record_table_box table th .control_sort_reserve.asc {
    font-weight: bold; }
    #reserveSearch .main_contents_area .record_list_box .record_table_box table th .control_sort_reserve.asc::after {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      font-size: 1rem;
      padding: 0 5px; }
  #reserveSearch .main_contents_area .record_list_box .record_table_box table th .control_sort_reserve.desc {
    font-weight: bold; }
    #reserveSearch .main_contents_area .record_list_box .record_table_box table th .control_sort_reserve.desc::after {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      vertical-align: middle;
      color: #333436;
      font-size: 1rem;
      padding: 0 5px; }

#reserveSearch .btn_pay_confirm:hover {
  cursor: pointer; }

#reserveSearch #modalDlMonth {
  display: none; }

#reserveSearch #modalPayConfirm {
  display: none; }

#reserveDetail #flightInfoTableBox {
  max-height: 300px; }

#reserveDetail #memoTableBox {
  max-height: 300px;
  margin-bottom: 20px; }

#masterStockPurNoList .search_form_box .search_table_box {
  width: 50%; }
  #masterStockPurNoList .search_form_box .search_table_box table th {
    width: 30%; }
  #masterStockPurNoList .search_form_box .search_table_box table td {
    width: 70%; }

#masterHoliday .main_contents_area .register_form_box #frmDisp .register_table_box {
  margin-bottom: 0; }

#masterHoliday .main_contents_area .register_form_box .register_table_box table th {
  width: 150px; }

#masterHoliday .main_contents_area .register_form_box .register_table_box table td#dispCalendarBtnBox {
  width: 100px;
  text-align: center; }
  #masterHoliday .main_contents_area .register_form_box .register_table_box table td#dispCalendarBtnBox .submit {
    padding: 2px 14px; }

#masterHoliday .main_contents_area .register_form_box .register_table_box table td#reception_box {
  white-space: nowrap;
  vertical-align: top; }

#masterHoliday .main_contents_area .calendar_area .calendar_box .holiday_name {
  word-wrap: break-word; }

#masterHoliday .form_btn_box {
  margin-top: 0px; }

#affiliateDetail main .main_contents_area .detail_form_box .detail_table_box .password_reset {
  margin-top: 5px;
  text-align: right; }

/*# sourceMappingURL=style.css.map */