@charset "UTF-8";
/**
 * Project Name    : 新潟交通 運行情報管理システム
 * File Name       : style.scss
 * Encoding        : UTF-8
 * Creation Date   : 2022/11/30
 *
 * Copyright © 2022 dola INC.
 *
 * This source code or any portion thereof must not be
 * reproduced or used in any manner whatsoever.
 */
/**
 * Project Name    : 新潟交通 運行情報管理システム
 * File Name       : _common.scss
 * Encoding        : UTF-8
 * Creation Date   : 2022/11/30
 *
 * Copyright © 2022 dola INC.
 *
 * This source code or any portion thereof must not be
 * reproduced or used in any manner whatsoever.
 */
/*==========================================================================
  Break point
============================================================================*/
/*==========================================================================
  Font
============================================================================*/
/*Solid/900*/
/*Brand/400*/
/*==========================================================================
  color
============================================================================*/
/*==========================================================================
  mixin
============================================================================*/
/*==========================================================================
  gradient
============================================================================*/
/*==========================================================================
  trianle
============================================================================*/
/**
 * Project Name    : 新潟交通 運行情報管理システム
 * File Name       : _common.scss
 * Encoding        : UTF-8
 * Creation Date   : 2022/11/30
 *
 * Copyright © 2022 dola INC.
 *
 * This source code or any portion thereof must not be
 * reproduced or used in any manner whatsoever.
 */
/*==========================================================================
 reset
============================================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  transition: all 1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #1D2088;
  min-height: 100vh;
  position: relative;
}
body .modal {
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
body .waiting {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s ease-out;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
input:not([type]),
textarea,
select {
  height: 2.8rem;
  background-color: #fff;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1rem;
  background-color: #fff;
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

option {
  font-size: 1rem;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #fff;
  border: 0.1rem solid #1D2088;
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 30px;
  font-weight: 200;
}

button:focus,
button:hover,
a.btn:focus,
a.btn:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #1D2088;
  border-color: #1D2088;
  color: #fff;
  outline: 0;
  transition: 0.3s;
}

input[type=checkbox] {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}

input[readonly],
select[readonly],
select[disabled] {
  background-color: #dcdcdc;
  cursor: not-allowed;
}

.clear {
  clear: both;
}

.inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
}

.error-message {
  color: #dc143c;
  font-weight: 600;
  font-size: 0.8rem;
}

/* 標準ボタン設定 */
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  white-space: normal;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0px;
  height: 2.5rem;
  line-height: 1;
  text-align: left;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

/* ログイン／ログアウトのボタン設定 */
.btn01 {
  background-color: #F39800;
  border-radius: 20px;
  padding: 5px 40px;
}

/* メニューのボタン設定 */
.btn02 {
  font-size: 1rem;
  color: #1D2088;
  border: 2px solid #1D2088;
  border-radius: 40px;
  padding: 10px 40px;
  height: 3rem;
}
.btn02::after {
  content: "\f138";
}

/* 操作ボタンの設定 */
.btn03 {
  color: #1D2088;
  border: 2px solid #1D2088;
  height: auto;
  padding: 10px 25px;
}
.btn03::after {
  content: "\f054";
}

/* ファイル指定ボタンの設定 */
.btn04 {
  color: #696969;
  background-color: #a9a9a9;
  border: 2px solid #808080;
  padding: 5px 40px;
  font-weight: 400;
}

/* 検索ボタンの設定 */
.btn05 {
  color: #1D2088;
  border: 2px solid #1D2088;
  padding: 5px 40px;
}
.btn05::after {
  content: "\f002";
}

/* リンク風ボタンの設定 */
.btn06 {
  color: #1D2088;
  width: auto;
  height: auto;
  padding: 10px 5px;
}

/* テーブル内の操作ボタン設定 */
table tbody .op .btn {
  border-radius: 3px;
  padding: 5px 10px;
  width: 90px;
  font-weight: 400;
}
table tbody .op .btn07 {
  background-color: #E83828;
}
table tbody .op .btn08 {
  background-color: #D70051;
}
table tbody .op .btn09 {
  background-color: #2EA7E0;
}
table tbody .op .btn10 {
  background-color: #9FA0A0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #1D2088;
  padding: 0 20px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header .left {
  display: flex;
}
.header .left div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
}
.header .left div .logo {
  height: 35px;
  margin: 0 30px 0 0;
}
.header .left div button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header .left div {
    font-size: 4vw;
  }
  .header .left div .logo {
    display: none;
  }
}
.header .right {
  display: flex;
}
.header .right .nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .nav-wrap .login-name {
  font-size: 1rem;
  margin-right: 20px;
}
.header .right .nav-wrap .logout a {
  font-weight: 600;
}
.header .right .nav-wrap .logout a:hover {
  background-color: #fff;
  border-color: white;
  color: #1D2088;
}
.header .right .nav-wrap.open {
  display: flex;
  flex-direction: column;
}
.header .right .nav-wrap.close {
  display: none;
}
.header .right .nav-wrap .sp-logo {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header .right .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 12;
    background-color: rgba(29, 32, 136, 0.96);
    width: 100%;
    height: 100%;
    padding: 10%;
    overflow-y: auto; /* モーダルのスクロール */
  }
  .header .right .nav-wrap .sp-logo {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .header .right .nav-wrap .login-name {
    margin-top: 40px;
  }
  .header .right .nav-wrap .logout {
    margin-top: 40px;
  }
}
.header .right .nav-button {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header .right .nav-button {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 20;
    position: absolute;
    width: 34px;
    height: 26px;
    top: 20px;
    right: 20px;
  }
  .header .right .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .header .right .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .header .right .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .header .right .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .header .right .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    background: #fff;
  }
  .header .right .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .right .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
    background: #fff;
  }
}

.footer {
  height: 40px;
  background-color: #1D2088;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .footer {
    font-size: 2.5vw;
  }
}

.main {
  display: flex;
  justify-content: center;
  padding: 40px 2vw;
}
.main.login-layer {
  min-height: calc(100vh - 100px - 20px);
  align-items: flex-start;
}
.main.logout-layer {
  min-height: 100vh;
  align-items: center;
}

.container {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.container .navi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .navi button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.container .navi button:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 520px) {
  .container .navi {
    flex-direction: column;
  }
  .container .navi button {
    width: 100% !important;
    margin-right: 0px;
  }
}

/* ページング
 *********************************************/
.paginator ul {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: flex-end;
}
.paginator ul li {
  padding-right: 5px;
}
.paginator ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #1D2088;
  color: #1D2088;
}
.paginator ul .active a {
  background-color: #1D2088;
  color: #fff;
}

/* ダイアログ
 *********************************************/
.ui-dialog {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 0.6em;
}
.ui-dialog .ui-widget-header {
  background: #4682b4;
  color: #fff;
}
.ui-dialog .note {
  display: flex;
  align-items: center;
  margin: 20px 20px;
}
.ui-dialog .note i {
  margin-right: 10px;
}
.ui-dialog .note .fa-circle-exclamation {
  font-size: 2.6rem;
  color: blue;
}
.ui-dialog .note .fa-triangle-exclamation {
  font-size: 2.6rem;
  color: red;
}
.ui-dialog .note .fa-circle-question {
  font-size: 2.6rem;
  color: orange;
}
.ui-dialog .note .fa-ban {
  font-size: 2.6rem;
  color: red;
}

/**
 * Project Name    : 新潟交通 運行情報管理システム
 * File Name       : _page.scss
 * Encoding        : UTF-8
 * Creation Date   : 2022/08/02
 *
 * Copyright © 2022 dola INC.
 *
 * This source code or any portion thereof must not be
 * reproduced or used in any manner whatsoever.
 */
/*
 * カテゴリーカラー
 *
 ********************************************/
/*
 * ログイン画面
 *
 ********************************************/
.signin {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signin .signin-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.signin .signin-logo img {
  height: 40px;
}
.signin .sys-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 36px;
  color: #1D2088;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .signin .sys-ttl {
    font-size: 4vw;
  }
}
.signin .item {
  display: flex;
  flex-direction: row;
}
.signin .item .item-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 16px;
}
.signin .item .item-input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
}
@media screen and (max-width: 520px) {
  .signin .item {
    flex-direction: column;
  }
  .signin .item .item-name {
    justify-content: flex-start;
    width: 100%;
  }
  .signin .item .item-input {
    justify-content: flex-start;
    width: 100%;
  }
}
.signin .signin-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.signin .sys-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.signin .sys-logo img {
  height: 40px;
}

/*
 * メニュー画面
 *
 ********************************************/
.menu {
  width: 100%;
}
.menu .page-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1D2088;
  border-bottom: 2px solid #1D2088;
  margin-bottom: 80px;
}
.menu .menu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu .menu-list .menu-item {
  height: 60px;
}
.menu .menu-list .menu-item button {
  min-width: 400px;
}
@media screen and (max-width: 520px) {
  .menu .menu-list .menu-item button {
    min-width: 320px;
  }
}

/*
 * ページ共通(ログイン、メニューは除く)
 *
 ********************************************/
.page-common {
  width: 100%;
}
.page-common .page-ttl {
  text-align: center;
  font-size: 1.2rem;
  color: #1D2088;
  font-weight: 600;
  margin-bottom: 40px;
}
.page-common .page-ttl p {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(29, 32, 136, 0.3) 70%);
}
.page-common .category-ttl {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  height: 40px;
}
.page-common .category-ttl p[data-catid="1"] {
  color: #1D2088;
}
.page-common .category-ttl p[data-catid="2"] {
  color: #13AE67;
}
.page-common .category-ttl p[data-catid="3"] {
  color: #EA5514;
}
.page-common .category-ttl p[data-catid="4"] {
  color: #F8B62D;
}
@media screen and (max-width: 960px) {
  .page-common .category-ttl p {
    margin-bottom: 20px;
  }
}
.page-common .op-wrap {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.page-common .op-wrap .op {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .page-common .op-wrap p {
    margin-bottom: 20px;
  }
  .page-common .op-wrap .op {
    position: static;
  }
}
.page-common .category-name > div {
  width: 120px;
  padding: 5px 5px;
  margin: 10px;
}
.page-common .category-name > div.cat-rosen {
  background-color: #1D2088;
  color: #fff;
}
.page-common .category-name > div.cat-kennai {
  background-color: #13AE67;
  color: #fff;
}
.page-common .category-name > div.cat-kengai {
  background-color: #EA5514;
  color: #fff;
}
.page-common .category-name > div.cat-pdf {
  background-color: #F8B62D;
  color: #fff;
}

/*
 * テーブル共通設定
 *
 ********************************************/
.table-style table thead th {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #1D2088;
  color: #fff;
  border-right: 2px solid #BBBCDB;
  height: 60px;
}
.table-style table thead th:last-child {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .table-style table thead {
    display: none;
  }
}
.table-style table tbody tr:hover {
  background: #dcdcdc;
}
.table-style table tbody tr td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #1D2088;
  border-bottom: 2px solid #BBBCDB;
  border-right: 2px solid #BBBCDB;
  height: 100px;
}
.table-style table tbody tr td:last-child {
  border-right: 0;
}
.table-style table tbody tr td.op div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.table-style table tbody tr td.op div button {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .table-style table tbody tr td {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .table-style table tbody {
    width: 100%;
  }
  .table-style table tbody tr {
    display: grid;
    width: 100%;
    border: 2px solid #1D2088;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0 0 0;
  }
}

/*
 * 記事のリスト（ごみ箱含む）画面
 *
 ********************************************/
.post-list,
.post-trash {
  position: relative;
}
.post-list.inner,
.post-trash.inner {
  max-width: 1264px;
}
.post-list .search-wrap,
.post-trash .search-wrap {
  margin-bottom: 40px;
}
.post-list .search-wrap .conditions,
.post-trash .search-wrap .conditions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.post-list .search-wrap .conditions .search-item,
.post-trash .search-wrap .conditions .search-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.post-list .search-wrap .conditions .search-item:nth-child(3),
.post-trash .search-wrap .conditions .search-item:nth-child(3) {
  width: 100%;
}
.post-list .search-wrap .conditions .search-item:nth-child(3) .separator,
.post-trash .search-wrap .conditions .search-item:nth-child(3) .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-weight: 600;
}
.post-list .search-wrap .conditions .search-item .item-ttl,
.post-trash .search-wrap .conditions .search-item .item-ttl {
  margin-bottom: 16px;
  width: 120px;
  font-weight: 600;
}
.post-list .search-wrap .conditions .search-item .item-input,
.post-trash .search-wrap .conditions .search-item .item-input {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.post-list .search-wrap .conditions .search-item .item-input select,
.post-trash .search-wrap .conditions .search-item .item-input select {
  width: 250px;
}
@media screen and (max-width: 960px) {
  .post-list .search-wrap .conditions,
  .post-trash .search-wrap .conditions {
    flex-direction: column;
  }
  .post-list .search-wrap .conditions .search-item,
  .post-trash .search-wrap .conditions .search-item {
    width: 100%;
  }
  .post-list .search-wrap .conditions .search-item .item-ttl,
  .post-trash .search-wrap .conditions .search-item .item-ttl {
    width: 180px;
  }
  .post-list .search-wrap .conditions .search-item .item-input,
  .post-trash .search-wrap .conditions .search-item .item-input {
    width: 100%;
    margin-right: 0px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .post-list .search-wrap .conditions .search-item .item-input .separator,
  .post-trash .search-wrap .conditions .search-item .item-input .separator {
    transform: rotate(90deg);
  }
  .post-list .search-wrap .conditions .search-item .item-input select,
  .post-trash .search-wrap .conditions .search-item .item-input select {
    width: 100%;
  }
  .post-list .search-wrap .conditions .search-item .item-input > div,
  .post-trash .search-wrap .conditions .search-item .item-input > div {
    width: 100%;
  }
  .post-list .search-wrap .conditions .search-item .item-input > div input,
  .post-trash .search-wrap .conditions .search-item .item-input > div input {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .post-list .search-wrap .conditions .search-item,
  .post-trash .search-wrap .conditions .search-item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .post-list .search-wrap .conditions .search-item .item-ttl,
  .post-trash .search-wrap .conditions .search-item .item-ttl {
    width: 100%;
  }
}
.post-list .search-wrap .search-btn-wrap,
.post-trash .search-wrap .search-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-list .search-wrap .search-btn-wrap button,
.post-trash .search-wrap .search-btn-wrap button {
  width: 300px;
}
@media screen and (max-width: 520px) {
  .post-list .search-wrap .search-btn-wrap button,
  .post-trash .search-wrap .search-btn-wrap button {
    width: 100%;
  }
}
.post-list .navi,
.post-trash .navi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.post-list .navi .left,
.post-trash .navi .left {
  display: flex;
  flex-direction: row;
}
.post-list .navi .left > div:first-child,
.post-trash .navi .left > div:first-child {
  border-right: 1px solid #1D2088;
  margin-right: 10px;
  padding-right: 10px;
}
.post-list .navi .right,
.post-trash .navi .right {
  display: flex;
  flex-direction: row;
}
.post-list .navi .right button,
.post-trash .navi .right button {
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .post-list .navi,
  .post-trash .navi {
    flex-direction: column-reverse;
  }
  .post-list .navi .right > div button,
  .post-trash .navi .right > div button {
    margin-left: 0px;
    margin-right: 10px;
  }
  .post-list .navi .right > div:last-child button,
  .post-trash .navi .right > div:last-child button {
    margin-right: 0px;
  }
}
@media screen and (max-width: 520px) {
  .post-list .navi .right,
  .post-trash .navi .right {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
}
.post-list .search-result table thead th,
.post-trash .search-result table thead th {
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .post-list .search-result table thead,
  .post-trash .search-result table thead {
    display: none;
  }
}
.post-list .search-result table tbody tr td,
.post-trash .search-result table tbody tr td {
  text-align: center;
  padding: 2px;
}
@media screen and (max-width: 1080px) {
  .post-list .search-result table tbody tr td,
  .post-trash .search-result table tbody tr td {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .post-list .search-result table tbody,
  .post-trash .search-result table tbody {
    width: 100%;
  }
  .post-list .search-result table tbody tr,
  .post-trash .search-result table tbody tr {
    display: grid;
    width: 100%;
    border: 2px solid #1D2088;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0 0 0;
  }
}
.post-list .search-result table .check,
.post-trash .search-result table .check {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.post-list .search-result table .category-name,
.post-trash .search-result table .category-name {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}
.post-list .search-result table .update,
.post-trash .search-result table .update {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.post-list .search-result table .route,
.post-trash .search-result table .route {
  width: 100%;
}
.post-list .search-result table .situation,
.post-trash .search-result table .situation {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.post-list .search-result table .status,
.post-trash .search-result table .status {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.post-list .search-result table .modify-info,
.post-trash .search-result table .modify-info {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.post-list .search-result table .modify-user,
.post-trash .search-result table .modify-user {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}
.post-list .search-result table .modify-date,
.post-trash .search-result table .modify-date {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.post-list .search-result table .op,
.post-trash .search-result table .op {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .post-list .search-result table tbody,
  .post-trash .search-result table tbody {
    flex-direction: column;
    width: 100%;
  }
  .post-list .search-result table tbody tr,
  .post-trash .search-result table tbody tr {
    grid-template-columns: 50px 120px 1fr;
    grid-template-rows: 70px 50px 1fr 50px 50px;
  }
  .post-list .search-result table tbody tr td,
  .post-trash .search-result table tbody tr td {
    border: 0px;
  }
  .post-list .search-result table tbody tr .check,
  .post-trash .search-result table tbody tr .check {
    grid-row: 1/2;
    grid-column: 1/3;
    padding: 0;
    justify-content: center;
    margin-bottom: 20px;
  }
  .post-list .search-result table tbody tr .category-name,
  .post-trash .search-result table tbody tr .category-name {
    grid-row: 2/3;
    grid-column: 1/3;
    border-bottom: 1px solid;
    justify-content: center;
  }
  .post-list .search-result table tbody tr .update,
  .post-trash .search-result table tbody tr .update {
    grid-row: 2/3;
    grid-column: 3/4;
    justify-content: center;
    border-bottom: 1px solid;
  }
  .post-list .search-result table tbody tr .route,
  .post-trash .search-result table tbody tr .route {
    grid-row: 3/4;
    grid-column: 1/4;
    min-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid;
  }
  .post-list .search-result table tbody tr .route > div,
  .post-trash .search-result table tbody tr .route > div {
    white-space: normal;
    padding: 5px 0;
    text-align: left;
  }
  .post-list .search-result table tbody tr .situation,
  .post-trash .search-result table tbody tr .situation {
    grid-row: 4/5;
    grid-column: 1/3;
    justify-content: center;
    border-bottom: 1px solid;
  }
  .post-list .search-result table tbody tr .status,
  .post-trash .search-result table tbody tr .status {
    grid-row: 4/5;
    grid-column: 3/4;
    justify-content: center;
    border-bottom: 1px solid;
  }
  .post-list .search-result table tbody tr .modify-info,
  .post-trash .search-result table tbody tr .modify-info {
    grid-row: 5/6;
    grid-column: 3/4;
    max-width: none;
    width: 100%;
  }
  .post-list .search-result table tbody tr .modify-info div,
  .post-trash .search-result table tbody tr .modify-info div {
    text-align: right;
    width: 100%;
  }
  .post-list .search-result table tbody tr .modify-info br,
  .post-trash .search-result table tbody tr .modify-info br {
    display: none;
  }
  .post-list .search-result table tbody tr .op,
  .post-trash .search-result table tbody tr .op {
    grid-row: 1/2;
    grid-column: 2/4;
    min-width: fit-content;
    margin-bottom: 20px;
  }
}
.post-list .preview,
.post-trash .preview {
  position: absolute;
  display: none;
  width: 600px;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}
.post-list .preview.active,
.post-trash .preview.active {
  display: block;
}
.post-list .preview .body,
.post-trash .preview .body {
  width: 100%;
  border: 1px solid #000;
}
.post-list .preview .body .main,
.post-trash .preview .body .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.post-list .preview .body .main .content,
.post-trash .preview .body .main .content {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  padding: 10px;
  color: #000;
  font-size: 1.2rem;
  min-height: calc(7.5em + 20px);
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 700px;
  width: 100%;
}
.post-list .preview .body .main .op,
.post-trash .preview .body .main .op {
  text-align: center;
}
.post-list .preview .body .main .op a,
.post-trash .preview .body .main .op a {
  width: 300px;
}

/*
 * 記事の新規作成／編集画面
 *
 ********************************************/
.post-modify .bus-category-ttl {
  text-align: center;
  font-size: 1.2rem;
  color: #1D2088;
  margin-bottom: 10px;
}
.post-modify .bus-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.post-modify .bus-category .bus-category-list {
  display: flex;
  flex-direction: row;
}
.post-modify .bus-category .bus-category-list label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background-color: #fff;
  padding: 10px 20px;
  min-width: 200px;
}
.post-modify .bus-category .bus-category-list label:nth-of-type(1) {
  border: 2px solid #1D2088;
  color: #1D2088;
}
.post-modify .bus-category .bus-category-list label:nth-of-type(2) {
  border: 2px solid #13AE67;
  color: #13AE67;
}
.post-modify .bus-category .bus-category-list label:nth-of-type(3) {
  border: 2px solid #EA5514;
  color: #EA5514;
}
.post-modify .bus-category .bus-category-list label:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .post-modify .bus-category .bus-category-list label {
    margin-bottom: 5px;
    min-width: 140px;
  }
}
@media screen and (max-width: 520px) {
  .post-modify .bus-category .bus-category-list {
    flex-direction: column;
    width: 100%;
  }
  .post-modify .bus-category .bus-category-list label {
    min-width: auto;
  }
}
.post-modify .bus-category .bus-category-list input[type=radio] {
  display: none;
}
.post-modify .bus-category .bus-category-list input[type=radio]:nth-of-type(2):checked + label {
  background-color: #1D2088;
  color: #fff;
}
.post-modify .bus-category .bus-category-list input[type=radio]:nth-of-type(3):checked + label {
  background-color: #13AE67;
  color: #fff;
}
.post-modify .bus-category .bus-category-list input[type=radio]:nth-of-type(4):checked + label {
  background-color: #EA5514;
  color: #fff;
}
.post-modify .input-items {
  margin-bottom: 40px;
}
.post-modify .input-items .item {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #BBBCDB;
  padding-top: 16px;
}
.post-modify .input-items .item:first-of-type {
  border-top: 2px solid #BBBCDB;
}
.post-modify .input-items .item .item-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  color: #1D2088;
  padding-left: 20px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 0.8rem;
}
.post-modify .input-items .item .item-wrap {
  width: 100%;
  padding-right: 20px;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer {
  overflow-y: scroll;
  height: 300px;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-name {
  margin: 5px 0;
  font-weight: 600;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-name label input[type=checkbox] {
  margin-right: 10px;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-list {
  display: flex;
  flex-direction: column;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-list .minor-layer {
  margin: 5px 0;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-list .minor-layer label {
  margin-left: 10px;
  font-size: 0.8rem;
}
.post-modify .input-items .item .item-wrap .multi-checkbox-scroll-layer .major-list .minor-layer label input[type=checkbox] {
  margin-right: 10px;
}
.post-modify .input-items .item .item-wrap .datetime-layer {
  display: flex;
  flex-direction: row;
}
.post-modify .input-items .item .item-wrap .datetime-layer .select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
}
.post-modify .input-items .item .item-wrap .datetime-layer .select p {
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  .post-modify .input-items .item .item-wrap .datetime-layer {
    flex-wrap: wrap;
  }
  .post-modify .input-items .item .item-wrap .datetime-layer .date-text {
    width: 100%;
  }
  .post-modify .input-items .item .item-wrap .datetime-layer .select {
    padding: 0px;
  }
}
.post-modify .input-items .item .item-wrap .time-layer {
  display: flex;
  flex-direction: row;
}
.post-modify .input-items .item .item-wrap .time-layer .select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
}
.post-modify .input-items .item .item-wrap .time-layer .select:nth-of-type(1) {
  padding: 0;
}
.post-modify .input-items .item .item-wrap .time-layer .select select {
  width: auto;
}
.post-modify .input-items .item .item-wrap .time-layer .select p {
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  .post-modify .input-items .item .item-wrap .time-layer {
    flex-wrap: wrap;
  }
  .post-modify .input-items .item .item-wrap .time-layer .select {
    padding: 0px;
  }
}
.post-modify .input-items .item .item-wrap .combo-txt-layer {
  display: flex;
  flex-direction: row;
}
.post-modify .input-items .item .item-wrap .combo-txt-layer .select {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-modify .input-items .item .item-wrap .combo-txt-layer .select select {
  width: 250px;
}
.post-modify .input-items .item .item-wrap .combo-txt-layer .text {
  width: 100%;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 520px) {
  .post-modify .input-items .item .item-wrap .combo-txt-layer {
    flex-direction: column;
  }
  .post-modify .input-items .item .item-wrap .combo-txt-layer select {
    width: 100% !important;
  }
  .post-modify .input-items .item .item-wrap .combo-txt-layer .text {
    padding: 0px;
  }
}
.post-modify .input-items .item .item-wrap .checkbox-layer label {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 400;
}
.post-modify .input-items .item .item-wrap .checkbox-layer label input[type=checkbox] {
  margin-right: 5px;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .drop-zone {
  display: none;
  border: 3px #BBBCDB dashed;
  margin-bottom: 16px;
  padding: 30px 0;
  background-color: #d3d3d3;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .drop-zone.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .drop-zone p {
  text-align: center;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .drop-zone #file-input {
  display: none;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .droped-zone {
  display: none;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .droped-zone.active {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .droped-zone img {
  width: 30px;
}
.post-modify .input-items .item .item-wrap .file-upload-layer .droped-zone a {
  margin-left: 20px;
}
.post-modify .input-items .item .item-wrap .combobox-label-layer .label {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  padding: 10px;
  color: #000;
  font-size: 1rem;
  min-height: calc(7.5em + 20px);
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
}
.post-modify .input-items .item .item-wrap .radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.post-modify .input-items .item .item-wrap .radio input {
  margin: 0 10px 0 0;
}
.post-modify .input-items .item .item-wrap .radio label {
  margin-right: 20px;
  white-space: nowrap;
  font-size: 0.8rem;
}
@media screen and (max-width: 960px) {
  .post-modify .input-items .item .item-wrap .radio {
    margin-bottom: 10px;
  }
  .post-modify .input-items .item .item-wrap .radio input {
    margin: 0 5px 0 0;
  }
  .post-modify .input-items .item .item-wrap .radio label {
    margin-right: 5px;
  }
}
@media screen and (max-width: 520px) {
  .post-modify .input-items .item .item-wrap .radio {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .post-modify .input-items .item {
    flex-direction: column;
  }
  .post-modify .input-items .item .item-name {
    width: 100%;
    padding-left: 0px;
  }
  .post-modify .input-items .item .item-wrap {
    padding-right: 0px;
  }
}
.post-modify .input-items .item.group-item {
  display: flex;
  flex-direction: column;
}
.post-modify .input-items .item.group-item .item {
  border: 0px;
}
.post-modify .navi .btn03 {
  width: 400px;
}

/*
 * 記事の確認プレビュー画面
 *
 ********************************************/
.post-preview .preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 40px;
  border-top: 2px solid #BBBCDB;
}
.post-preview .preview .content {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  padding: 10px;
  color: #000;
  font-size: 1rem;
  min-height: calc(7.5em + 20px);
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 700px;
  width: 100%;
}
.post-preview .preview .content .accident {
  display: inline;
  margin-bottom: 5px;
  color: #e60012;
  font-weight: bold;
}
.post-preview .preview .content .normal {
  display: inline;
  margin-bottom: 5px;
  color: #0000cd;
  font-weight: bold;
}
.post-preview .output-status {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.post-preview .output-status .output-status-item label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 0.8rem;
}
.post-preview .output-status .output-status-item label input {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .post-preview .output-status {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .post-preview .output-status .output-status-item label input {
    margin: 5px;
  }
}
.post-preview .confirm_retweet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.post-preview .confirm_retweet .confirm_retweet_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #c0c0c0;
  max-width: 700px;
  width: 100%;
  padding: 10px;
}
.post-preview .confirm_retweet .confirm_retweet_wrap label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 0.8rem;
}
.post-preview .confirm_retweet .confirm_retweet_wrap label input {
  margin-right: 10px;
}
.post-preview .navi {
  padding: 0;
}
.post-preview .navi .btn03 {
  width: 200px;
}

.articulated-bus-modify label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.articulated-bus-modify label input[name=free_kbn] {
  margin: 10px 10px 10px 0;
}
.articulated-bus-modify .text-preview {
  padding: 20px;
  border: 2px solid #D1D1D1;
  border-radius: 10px;
  font-size: 1.2rem;
}
.articulated-bus-modify textarea {
  font-size: 1.2rem;
  min-height: calc(12em + 20px);
  line-height: 1.5;
  resize: none;
}
.articulated-bus-modify .navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.articulated-bus-modify .navi > div {
  margin: 0 5px;
}
.articulated-bus-modify .navi > div button {
  width: 200px;
}

/*
 * ユーザー管理
 *
 ********************************************/
.user-list .navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.user-list .navi > div {
  margin: 0 5px;
}
.user-list .navi > div button {
  width: 200px;
}
.user-list .upload-wrap {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.user-list .upload-wrap .fileupload {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.user-list .upload-wrap .fileupload input {
  margin-bottom: 0;
}
.user-list .upload-wrap .upload-errors {
  width: 100%;
  border: 1px solid #dc143c;
  margin-top: 40px;
  color: #dc143c;
}
.user-list .upload-wrap .upload-errors ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-height: 200px;
  overflow-y: scroll;
}
.user-list .upload-wrap .upload-errors ul li {
  display: flex;
  flex-direction: row;
}
.user-list .upload-wrap .upload-errors ul li .account {
  width: 200px;
  min-width: 200px;
}
.user-list .user-result table .account {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
.user-list .user-result table .name {
  width: 100%;
}
.user-list .user-result table .role_name {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.user-list .user-result table .last-login-date {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.user-list .user-result table .op {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .user-list .user-result table tbody {
    width: 100%;
  }
  .user-list .user-result table tbody tr {
    grid-template-columns: 1fr;
    grid-template-rows: 50px 50px 50px 50px;
  }
  .user-list .user-result table tbody tr td {
    border: 0px;
  }
  .user-list .user-result table tbody tr .account {
    grid-row: 2/2;
    grid-column: 1/1;
    border-bottom: 1px solid;
    min-width: 100%;
    padding-left: 20px;
  }
  .user-list .user-result table tbody tr .name {
    grid-row: 3/3;
    grid-column: 1/1;
    border-bottom: 1px solid;
    padding-left: 20px;
  }
  .user-list .user-result table tbody tr .last-login-date {
    grid-row: 4/4;
    grid-column: 1/1;
    border-bottom: 1px solid;
    min-width: 100%;
    padding-left: 20px;
  }
  .user-list .user-result table tbody tr .op {
    grid-row: 1/1;
    grid-column: 1/1;
    min-width: fit-content;
    margin-bottom: 20px;
  }
}

/*
 * ユーザーの新規／編集画面
 *
 ********************************************/
.user-modify {
  max-width: 700px;
}
.user-modify .input-items {
  margin-bottom: 40px;
}
.user-modify .input-items .item {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
}
.user-modify .input-items .item .item-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  color: #1D2088;
  padding-left: 20px;
  padding-bottom: 16px;
  font-weight: 600;
}
.user-modify .input-items .item .item-wrap {
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .user-modify .input-items .item {
    flex-direction: column;
    padding-top: 0px;
  }
  .user-modify .input-items .item .item-name {
    padding-left: 5px;
  }
}
.user-modify .navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.user-modify .navi > div {
  margin: 0 5px;
}
.user-modify .navi > div button {
  width: 200px;
}

.output-top-layer {
  background-color: #1D2088;
}
.output-top-layer .output-top .tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.output-top-layer .output-top .tab > div {
  width: 200px;
  text-align: center;
  height: 30px;
}
.output-top-layer .output-top .tab a {
  color: #fff;
  font-weight: 400;
}
.output-top-layer .output-top .post-list {
  background-color: #fff;
}
.output-top-layer .output-top .post-list > div {
  margin: 0px 20px 0 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #1D2088;
}

.output-status-layer .accordion {
  margin-bottom: 20px;
}
.output-status-layer .accordion input[type=checkbox] {
  display: none;
}
.output-status-layer .output-status {
  width: 100%;
}
.output-status-layer .output-status .toggle:checked {
  transition: all 0.3s;
}
.output-status-layer .output-status .toggle:checked + .ttl .right .expand:after {
  display: none;
}
.output-status-layer .output-status .toggle:checked + .ttl + .contens {
  height: auto;
  padding: 0px 0 20px 10px;
  transition: all 0.3s;
}
.output-status-layer .output-status .ttl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.output-status-layer .output-status .ttl .left .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin-left: 10px;
}
.output-status-layer .output-status .ttl .right {
  display: flex;
  flex-direction: row;
}
.output-status-layer .output-status .ttl .right .status img {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.output-status-layer .output-status .ttl .right .expand {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  position: relative;
}
.output-status-layer .output-status .ttl .right .expand:hover {
  cursor: pointer;
}
.output-status-layer .output-status .ttl .right .expand:before {
  position: absolute;
  content: "\f068";
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.output-status-layer .output-status .ttl .right .expand:after {
  position: absolute;
  content: "\f068";
  top: 0;
  left: 0;
  transform: rotate(90deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.output-status-layer .output-status .contens {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.3s;
  border-top: 1px solid #1D2088;
}
.output-status-layer .output-status .route-wrap .route-name {
  color: #000;
}
.output-status-layer .output-status .routes {
  padding: 0px !important;
  margin: 10px 0;
}
.output-status-layer .output-status .routes .contens > div {
  border-bottom: 1px solid #1D2088;
}
.output-status-layer .output-status .posts > div {
  padding: 20px 0px;
}

/*
 * エラーページ
 *
 ********************************************/
.error-layer {
  min-height: calc(100vh - 100px);
}
.error-layer .inner {
  width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-layer .inner > div {
  width: 100%;
}
.error-layer .inner .detail textarea {
  font-size: 1.2rem;
  min-height: calc(12em + 20px);
  line-height: 1.5;
}
.error-layer .inner .btn-layer {
  width: 300px;
}

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