@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important; }

  * {
    max-width: 100%; } }
@media screen and (min-width: 738px) {
  .sp {
    display: none !important; } }
body {
  font-family: 'Noto Sans Japanese','メイリオ', Meiryo,"メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; }

body {
  color: #000;
  position: relative;
  min-width: 1200px; }
  body a {
    color: #000; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  font-weight: normal; }

body {
  line-height: 1; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

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

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none; }

textarea {
  font-family: sans-serif; }

main {
  display: block; }

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

* {
  max-width: 100%; }

.red {
  color: red; }
  .red a {
    color: red; }

.bold {
  font-weight: bold; }

.vat {
  vertical-align: top !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.fr {
  float: right;
  margin-bottom: 10px; }

.full {
  display: block;
  width: 100%; }

.pt {
  display: inline-block;
  padding-top: 1px; }

.mh {
  min-height: 100px; }

.error {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: red; }

.hoverlink {
  cursor: pointer; }
  .hoverlink:hover td {
    background-color: greenyellow !important; }

.hovericon p {
  display: none;
  position: fixed;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5em;
  z-index: 99999;
  color: #000; }

.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%; }

body {
  background-color: whitesmoke; }

input[type="text"],
input[type="password"],
textarea {
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  transition-property: all;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-appearance: none;
  appearance: none;
  color: #555555; }

input[type="text"],
input[type="password"] {
  height: 20px; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="date"]:disabled,
  input[type="month"]:disabled,
  input[type="time"]:disabled,
  input[type="week"]:disabled,
  input[type="number"]:disabled,
  input[type="email"]:disabled,
  input[type="url"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="color"]:disabled,
  .uneditable-input:disabled,
  select:disabled,
  textarea:disabled {
    background-color: #ccc; }

select {
  height: 22px;
  border-radius: 3px;
  padding-left: 0.2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #555555; }

.checkbox {
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0; }
  .checkbox:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid #B3B3B3;
    z-index: 3;
    box-sizing: border-box; }
  .checkbox:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    margin-top: calc(((15px / 12) * 5) * -1);
    top: calc(50% - (((15px / 12) * 5) / 2));
    left: calc((20px / 2) - (((15px / 12) * 5) / 2));
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-right: 3px solid #38348f;
    border-bottom: 3px solid #38348f;
    top: calc(50% - (((15px / 12) * 5) / 2));
    display: block;
    margin-top: calc(((15px / 12) * 5) * -1);
    width: calc(((15px / 12) * 5));
    height: 15px;
    z-index: 1; }
  .checkbox input[type='checkbox'] {
    display: block;
    box-shadow: 20px 0px #FFF;
    left: -20px;
    padding: 0;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    margin: 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    outline: none; }
    .checkbox input[type='checkbox']:checked {
      box-shadow: none; }

.checked {
  box-sizing: border-box;
  margin-top: calc(((15px / 12) * 5) * -1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 3px solid #38348f;
  border-bottom: 3px solid #38348f;
  width: calc(((15px / 12) * 5));
  height: 15px;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  
p{
 padding:5px;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff; }
  .header > div {
    position: relative;
    height: 42px;
    text-align: center; }
  .header__logo {
    position: absolute;
    top: 0;
    left: 0; 
    width: 200px;
    height: 40px;}
  .header__title {
    padding-right: 20%; }
    .header__title > img {
      height: 42px; }
  .header__link {
    letter-spacing: -0.5em;
    position: absolute;
    top: 23px;
    right: 3%; }
    .header__link > * {
      letter-spacing: normal; }
    .header__link li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 14px; }
      .header__link li:first-child {
        margin-left: 0; }
      .header__link li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1; 
        color: #638DED;
        text-decoration: underline;}

/* footer */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
  background-color: #463B39;
  text-align: center; }
  .footer p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff; }

/* nav */
.nav {
  background-color: #806C68;
  padding: 0; }
  .nav__list {
    letter-spacing: -0.5em; }
    .nav__list > * {
      letter-spacing: normal; }
    .nav__list a {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.07143;
      color: #fff; }
      .nav__list a:hover {
        background-color: #660A23; }
    .nav__list > li {
      display: inline-block;
      width: 155px;
      position: relative;
      text-align: center; }
      .nav__list > li:first-child {
        border-left: 1px solid #660A23; }
      .nav__list > li:first-child {
        width: 80px; }
      .nav__list > li:last-child {
        width: 150px; }
      .nav__list > li > a {
        font-weight: bold; }
      .nav__list > li i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1; }
    .nav__list__child {
      display: none;
      position: absolute;
      top: 29px;
      left: 0;
      right: 0;
      background-color: #806C68;
      border-left: 1px solid #660A23;
      border-right: 1px solid #660A23; }

/* btn */
.btn {
  padding: 0 0.8em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  color: #000000;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition-property: all;
  transition: 0.1s linear; }

/* main */
main {
  position: relative;
  padding-top: 75px;
  padding-bottom: 62px;
  margin: 0 3%; }

/* side */
.side {
  position: absolute;
  right: 3%;
  bottom: 100px; }
  .side__login {
    border: 1px solid #000;
    border-radius: 5px; }
    .side__login p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      text-align: left;
      padding: 1em; }
  .side__login__BR {
    display: block;
    content: "";
    height: 10px;}

/* title */
.title {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  margin: 0.2em 0; }
  .title i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    background-color: #BF1443;
    color: #fff;
    padding: 0 0.3em;
    margin-right: 0.2em; }

/* config */
.config {
  position: absolute;
  top: 85px;
  right: 0; }
  .config ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .config ul li {
      margin-left: 10px; }
      .config ul li:first-child {
        margin-left: 0; }
  .config-btn {
    top: 90px; }
    .config-btn .btn {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 0.3em 0.8em;
      margin-left: 0.8em; }
      .config-btn .btn:first-child {
        margin-left: 0; }

/* datepicker */
.datepicker * {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857; }
.datepicker .next,
.datepicker .prev {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1; }
.datepicker .datepicker-switch,
.datepicker .dow {
  font-weight: bold; }

/* login */
.login {
  margin-top: 40px;
  text-align: center; }
  .login .btnlist {
    margin-top: 30px; }
  .login__form {
    display: inline-block;
    text-align: left; }
    .login__form > p {
      padding: 0 0.5em;
      margin-top: 0.2em; }
    .login__form li {
      border-bottom: 1px solid #fff; }
      .login__form li span,
      .login__form li p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      .login__form li span {
        display: inline-block;
        width: 220px;
        background-color: #463B39;
        color: #fff;
        padding: 0.2em 0.2em 0.2em 0.5em; }
      .login__form li input {
        margin-left: 0.5em;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25;
        height: auto;
        padding: 0.1em 0.2em; }
      .login__form li p {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429;
        vertical-align: baseline;
        margin: 0 0.5em; }
        #warn_label {
          background-color: #BF1443;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px;
          color: #ffffff;
          width: 520px;
          font-size: 2.2rem;
          line-height: 1.25;

        }

/* regist */
.regist {
  margin-top: 5px; }
  .regist__title {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    border-bottom: 3px solid #BF1443;
    margin-top: 0.8em;
    margin-bottom: 1em; }
    .regist__title:first-child {
      margin-top: 0; }
  .regist__tab {
    letter-spacing: -0.5em; }
    .regist__tab > * {
      letter-spacing: normal; }
    .regist__tab li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      display: inline-block;
      background-color: #ccc;
      border: 1px solid #ccc;
      border-bottom: 0;
      cursor: pointer;
      padding: 0.2em 3em; }
      .regist__tab li.current {
        background-color: #660A23;
        color: #fff; }
  .regist__info > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; }
  .regist__info__txt__date {
    float: right; }
  .regist__info__txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    display: inline-block;
    vertical-align: top; }
  .regist__info__multi option {
    padding-left: 0.5em;
    padding-right: 2em; }
  .regist__info__list {
    border: 1px solid #ccc;
    display: inline-block; }
    .regist__info__list li {
      width: 400px;
      border-top: 1px solid #ccc;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 0.2em;
      display: table; }
      .regist__info__list li:first-child {
        border-top: 0; }
      .regist__info__list li span {
        display: table-cell;
        width: 40px;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        border-right: 1px solid #ccc; }
        .regist__info__list li span input[type="radio"] {
          margin: 0 !important; }
      .regist__info__list li div {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        display: table-cell;
        padding: 0.2em; }
        .regist__info__list li div button {
          float: right; }
  .regist__info__icon {
    letter-spacing: -0.5em; }
    .regist__info__icon > * {
      letter-spacing: normal; }
    .regist__info__icon li {
      display: inline-block;
      width: 50%;
      padding: 5px; }
      .regist__info__icon li label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.14286; }
      .regist__info__icon li span {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        margin: 0 0.1em 0 0; }
  .regist__info__dllink a {
    text-decoration: underline; }
  .regist__info__upload p {
    display: inline-block;
    background-color: #ccc;
    padding: 30px;
    border: 1px dashed; }
    .regist__info__upload p button {
      display: inline-block;
      vertical-align: top;
      margin-left: 0.2em; }
  .regist__info__upload:first-child li:first-child {
    margin-top: 0; }
  .regist__info__upload li {
    margin-top: 5px; }
    .regist__info__upload li > * {
      display: inline-block; }
    .regist__info__upload li button {
      margin-left: 5px; }
    .regist__info__upload li a {
      margin-top: -2px;
      margin-left: 5px; }
  .regist__info table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 5px; }
    .regist__info table:first-child {
      margin-top: 0; }
    .regist__info table tr:first-child th,
    .regist__info table tr:first-child td {
      border-top: 0; }
    .regist__info table * {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      vertical-align: middle; }
    .regist__info table th {
      background-color: #463B39;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 2px 10px;
      border-top: 1px solid #fff; }
      .regist__info table th span {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.33333;
        color: red;
        background-color: pink;
        border-radius: 10px;
        padding: 0 0.5em;
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.3em; }
      .regist__info table th a {
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 3px; }
      .regist__info table th button {
        margin: 0.5em; }
    .regist__info table td {
      padding: 2px 5px;
      border-top: 1px solid #ccc;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; }
      .regist__info table td > * {
        vertical-align: middle; }
      .regist__info table td > span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin: 0 0.2em;
        vertical-align: top; }
      .regist__info table td .mr {
        margin-right: 15px; }
      .regist__info table td input[type="radio"] {
        width: 14px;
        height: 14px;
        margin: 0;
        margin-right: 0.2em; }
      .regist__info table td label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-top: 0 !important; }
        .regist__info table td label.checkbox {
          margin-left: 2em; }
        .regist__info table td label:first-child {
          margin-left: 0; }
  .regist__info-detail {
    margin-top: 20px; }
    .regist__info-detail table td {
      padding: 0; }
      .regist__info-detail table td div {
        padding: 5px 10px;
        overflow-y: auto;
        height: 100px; }

/* btnlist */
.btnlist {
  text-align: center;
  margin-top: 15px; }
  .btnlist > * {
    display: inline-block;
    vertical-align: middle; }
  .btnlist .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0.3em 0.8em;
    margin-left: 0.8em; }
    .btnlist .btn:first-child {
      margin-left: 0; }

/* search */
.search {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff; }
  .search__title {
    position: relative;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    cursor: pointer;
    border-radius: 5px 5px 0 0; }
    .search__title p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.5;
      margin-left: 1em; }
    .search__title i {
      position: absolute;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.16667;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      color: #565656; }
    .search__title__arrow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 35px;
      height: 35px;
      transition-property: all;
      transition: 0.1s linear; }
    .search__title .back {
      transform: rotate3d(1, 0, 0, 180deg); }
  .search__info__multi option {
    padding-left: 0.5em;
    padding-right: 2em; }
  .search__info__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-left: 10px;
    margin-top: 0.5em; }
    .search__info__title:first-child {
      margin-top: 0; }
      .search__info__title:first-child + table td {
        border-bottom: 1px solid #ccc; }
  .search__info table {
    width: 100%;
    table-layout: fixed; }
    .search__info table th {
      background-color: #463B39;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 2px 10px;
      border-top: 1px solid #fff;
      vertical-align: top; }
    .search__info table td {
      vertical-align: middle;
      padding: 2px 5px;
      border-top: 1px solid #ccc; }
      .search__info table td > * {
        vertical-align: middle; }
      .search__info table td.search__info__icon label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.14286;
        height: 30px; }
        .search__info table td.search__info__icon label:before {
          top: 5px; }
        .search__info table td.search__info__icon label > * {
          vertical-align: middle; }
      .search__info table td.search__info__icon span {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        margin: 0 0.1em 0 0; }
      .search__info table td span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin: 0 0.2em; }
      .search__info table td .mr {
        margin-right: 15px; }
      .search__info table td input[type="radio"] {
        width: 14px;
        height: 14px;
        margin: 0;
        margin-right: 0.2em;}
      .search__info table td label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-top: 0 !important; }
        .search__info table td label.checkbox {
          margin-left: 2em; }
        .search__info table td label:first-child {
          margin-left: 0; }
  .search__info > div {
    height: 35px;
    text-align: center;
    display: table;
    width: 100%;
    border-top: 1px solid #ccc; }
    .search__info > div span {
      display: table-cell;
      vertical-align: middle; }
    .search__info > div button, .standard_button {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429;
      padding-left: 3em;
      padding-right: 3em; }

/* list */
.list {
  margin-top: 10px;
  border-top: 3px solid #BF1443;
  position: relative; }
  .list-noline {
    border-top: 0;
    margin-top: 5px; }
  .list__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; }
  .list__info {
    margin-top: 10px; }
    .list__info:after {
      content: "";
      display: block;
      clear: both; }
    .list__info > * {
      display: inline-block;
      vertical-align: middle; }
    .list__info button {
      float: right;
      margin-left: 10px; }
    .list__info-center {
      text-align: center; }
      .list__info-center button {
        float: inherit; }
    .list__info__select {
      letter-spacing: -0.5em;
      margin-left: 20px; }
      .list__info__select > * {
        letter-spacing: normal; }
      .list__info__select li {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px; }
        .list__info__select li:first-child {
          margin-left: 0; }
        .list__info__select li.current a {
          background-color: yellowgreen; }
        .list__info__select li a {
          display: inline-block;
          vertical-align: top;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          border: 1px solid #000;
          border-radius: 10px;
          padding: 0 0.8em;
          background-color: #fff; }
    .list__info__pager {
      letter-spacing: -0.5em; }
      .list__info__pager > * {
        letter-spacing: normal; }
      .list__info__pager li {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        background-color: #fff;
        border: 1px solid #ccc;
        border-left: 0;
        padding: 0.2em 0.5em; }
        .list__info__pager li:first-child {
          border-left: 1px solid #ccc; }
        .list__info__pager li.current {
          background-color: #0070c0;
          color: #fff; }
        .list__info__pager li a {
          display: block;
          height: 100%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          color: #0070c0; }
    .list__info__num {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      margin-left: 10px; }
      .list__info__num select {
        margin-right: 0.2em; }
    .list__info__txt {
      margin-left: 10px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: bold; }
  .list__table {
    margin-top: 10px;
    overflow-x: scroll;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px; }
    .list__table__ls {
      letter-spacing: -0.15em; }
    .list__table-limit {
      overflow-x: hidden; }
    .list__table-sort table td:first-child:after {
      content: "";
      display: block;
      clear: both; }
    .list__table-sort table td:first-child a {
      float: right; }
    .list__table-sort table td:first-child button {
      float: left; }
    .list__table-team {
      margin-top: 0; }
      .list__table-team table thead tr {
        border-top: 1px solid #ccc; }
        .list__table-team table thead tr:first-child {
          border-top: 0; }
        .list__table-team table thead tr th:first-child {
          border-left: 1px solid #ccc; }
        .list__table-team table thead tr:first-child th:first-child {
          border-left: 0; }
        .list__table-team table thead tr div {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 0.3em 0.5em; }
      .list__table-team table tbody td:first-child {
        text-align: center; }
        .list__table-team table tbody td:first-child a {
          color: #638DED; }
    .list__table-mail {
      overflow-x: hidden;
      width: 700px;
      margin: 10px auto; }
      .list__table-mail table tr th {
        vertical-align: top; }
        .list__table-mail table tr th div {
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 5px;
          margin-top: 3px; }
        .list__table-mail table tr th p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857; }
        .list__table-mail table tr th label {
          display: inline-block;
          vertical-align: top;
          width: auto;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          margin-right: 1em;
          margin-top: 0 !important; }
          .list__table-mail table tr th label:last-child {
            margin-right: 0; }
      .list__table-mail table tr td {
        vertical-align: top; }
        .list__table-mail table tr td label {
          display: inline-block;
          vertical-align: top;
          width: auto;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          margin-right: 1em;
          margin-top: 0 !important; }
          .list__table-mail table tr td label:last-child {
            margin-right: 0; }
    .list__table-fixed th:first-child {
      position: absolute;
      border-radius: 5px 0 0 0;
      top: 0;
      left: 1px;
      z-index: 999; }
    .list__table-fixed td:first-child {
      position: absolute;
      left: 1px;
      z-index: 1; }
    .list__table__order {
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      bottom: 5px;
      right: 5px;
      cursor: pointer; }
      .list__table__order:before {
        content: "\f0dc";
        font-family: 'Font Awesome\ 5 Free';
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857; }
    .list__table__multi {
      text-align: center;
      padding: 0 !important; }
      .list__table__multi div {
        background-color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857; }
      .list__table__multi ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        text-align: center;
        border-top: 1px solid #ccc; }
        .list__table__multi ul li {
          width: 33.33%;
          box-sizing: border-box;
          border-left: 1px solid #ccc;
          padding: 0 0.5em;
          text-align: left;
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857; }
          .list__table__multi ul li:first-child {
            border-left: 0; }
          .list__table__multi ul li span {
            bottom: 0; }
      .list__table__multi-half ul li {
        width: 50%; }
    .list__table table {
      width: 100%;
      table-layout: fixed; }
      .list__table table th {
        position: relative;
        background-color: #fafafa;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 0.3em 0.5em;
        border: 1px solid #ccc;
        }
        .list__table table th:first-child {
          border-left: 0; }
        .list__table table th input[type="text"] {
          max-width: calc(100% - 15px); }
        .list__table table th label {
          display: block;
          margin: 0 auto;
          padding-left: 0;
          width: 20px; }
      .list__table table td {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 0.3em 0.5em;
        vertical-align: middle; }
        .list__table table td p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          -ms-overflow-style: none;
          overflow-x: auto;
          white-space: nowrap; }
          .list__table table td p::-webkit-scrollbar {
            display: none; }
        .list__table table td span {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.25; }
        .list__table table td ul,
        .list__table table td li {
          border: 0; }
        .list__table table td label {
          display: block;
          margin: 0 auto;
          padding-left: 0;
          width: 20px; }
        .list__table table td a,
        .list__table table td button {
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px; }
          .list__table table td a:first-child,
          .list__table table td button:first-child {
            margin-left: 0; }
        .list__table table td a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          text-decoration: underline;
          position: relative; }
          .list__table table td a > img {
            display: inline-block;
            vertical-align: middle; }
        .list__table table td button {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857;
          padding: 0 0.5em;
          color: #000; }
    .list__table tbody tr:nth-child(2n+1) td {
      background-color: #f9f9f9; }
    .list__table tbody tr:nth-child(2n) td {
      background-color: #fff; }
    .list__table-unread table td span {
      display: inline-block;
      width: 40px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      color: red; }

.reglist {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ccc; }
  .reglist .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0.2em 1em;
    margin-left: 0.4em;
    margin-right: 0.4em; }
    .reglist .btn:first-child {
      margin-left: 0.4em; }
    .reglist .btn > i {
      display: inline-block;
      vertical-align: baseline;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      margin-right: 5px; }

/* view */
.view {
  margin-top: 5px; }
  .view .btnlist {
    margin-top: 30px;
    padding-right: 110px; }
  .view__title {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    border-bottom: 3px solid orange;
    margin-top: 0.8em;
    margin-bottom: 1em; }
    .view__title:first-child {
      margin-top: 0; }
  .view .ms2side__hide {
    color: #ccc; }
  .view .ms2side__div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
  .view .ms2side__select {
    width: 400px; }
    .view .ms2side__select > p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      text-align: left; }
    .view .ms2side__select select {
      width: 100%;
      height: 220px;
      margin-left: 0;
      padding: 4px 0;
      border-radius: 0;
      line-height: inherit;
      padding-left: 0;
      font-size: 14px;
      color: #555555; }
    .view .ms2side__select option {
      border-bottom: 1px dotted #ddd; }
      .view .ms2side__select option:last-child {
        border-bottom: 0; }
  .view .ms2side__options {
    padding-top: 0 !important; }
    .view .ms2side__options .AddOne,
    .view .ms2side__options .RemoveOne {
      border-radius: 4px !important;
      border-bottom: 1px solid #d4d4d4 !important; }
    .view .ms2side__options .AddAll,
    .view .ms2side__options .RemoveAll {
      display: none; }
    .view .ms2side__options p {
      margin: 1em 1em 0 1em; }
      .view .ms2side__options p:first-child {
        margin-top: 0; }
  .view .ms2side__updown {
    padding-top: 0 !important; }
    .view .ms2side__updown .MoveTop,
    .view .ms2side__updown .MoveUp,
    .view .ms2side__updown .MoveDown,
    .view .ms2side__updown .MoveBottom {
      border-radius: 4px !important;
      border-bottom: 1px solid #d4d4d4 !important; }
    .view .ms2side__updown p {
      margin: 1em 1em 0 1em; }
      .view .ms2side__updown p:first-child {
        margin-top: 0; }
  .view__list {
    width: 1000px;
    margin: 20px auto 0;
    position: relative; }
    .view__list p {
      padding: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
      background-image: -o-linear-gradient(top, #fff, #f2f2f2);
      background-image: linear-gradient(to bottom, #fff, #f2f2f2);
      border-radius: 4px 4px 0 0;
      border: 1px solid #d4d4d4;
      border-bottom: none;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      text-align: center; }
      .view__list p i {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        padding: 0 0.8em; }

/* portal */
.portal {
  margin-top: 30px; }
  .portal__title {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    border-bottom: 3px solid #BF1443;
    margin-top: 0.8em; }
    .portal__title:first-child {
      margin-top: 0; }
  .portal__info__list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    margin-top: 10px; }
    .portal__info__list li {
      min-height: 30px;
      border-top: 1px dotted #ccc;
      box-sizing: border-box; }
      .portal__info__list li:first-child {
        border-top: 0; }
    .portal__info__list p,
    .portal__info__list a,
    .portal__info__list i {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; }
      .portal__info__list p > *,
      .portal__info__list a > *,
      .portal__info__list i > * {
        display: inline-block;}
    .portal__info__list i {
      margin: 0 0.5em;
      color: #3f3f3f
      }
    .portal__info__list-news ul {
      overflow-y: scroll;
      height: 245px; }
      .portal__info__list-news ul li {
        border-bottom: 1px dotted #ccc; }
        .portal__info__list-news ul li:first-child {
          margin-top: 0; }
        .portal__info__list-news ul li:last-child {
          border-bottom: 0; }
    .portal__info__list-news p {
      padding: 5px; }
      .portal__info__list-news p > a {
        padding-left: 0.5em; }
      .portal__info__list-news p:first-child {
        font-weight: bold; }
      .portal__info__list-news p:last-child {
        border-top: 1px dotted #ccc; }
    .portal__info__list-mess ul{
      overflow-y: scroll;
      height: 245px;
    }
    .portal__info__list-mess li, .portal__info__list-data li {
      padding: 5px;
      letter-spacing: -0.5em; }
      .portal__info__list-mess li > *, .portal__info__list-data li > * {
        letter-spacing: normal; }
      .portal__info__list-mess li p, .portal__info__list-data li p {
        font-weight: bold;
        display: inline-block;
        width: 150px; }
      .portal__info__list-mess li a, .portal__info__list-data li a {
        color: #638DED;
        text-decoration: underline; }
    .portal__info__list-data ul {
      overflow-y: scroll;
      height: 180px; }
  .portal__info__arrow {
    position: relative;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    height: 35px;
    border: 1px solid #ccc;
    border-top: 0; }
    .portal__info__arrow i {
      position: absolute;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.16667;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      color: #565656; }
    .portal__info__arrow span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 35px;
      height: 35px;
      transition-property: all;
      transition: 0.1s linear; }
    .portal__info__arrow .back {
      transform: rotate3d(1, 0, 0, 180deg); }

/* dialog */
.dialog {
  display: none;
  position: fixed;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 300px;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 10px 1px #a3a3a3;
  border-radius: 6px;
  z-index: 10000; }
  .dialog p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: bold; }
  .dialog .btnlist .btn {
    padding: 0.5em 1.8em; }

/* memo */
.memo {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 3%; }
  .memo > div {
    background-color: #fff;
    border: 1px solid #ccc; }
  .memo p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: 1px solid #ccc; }
    .memo p span {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      background-color: #660A23;
      color: #fff;
      padding: 2px 10px;
      margin-right: 10px;
      width: 150px;
      box-sizing: border-box; }
  .memo__input {
    padding: 10px; }
  .memo .btnlist {
    margin-top: 10px; }
  .memo textarea {
    display: block;
    width: 100%;
    padding: 5px; }
    .memo textarea:first-child {
      margin-bottom: 10px; }

/* message */
.message__num {
  display: inline-block;
  margin-left: 2em;
  color: #337ab7;
  text-decoration: underline; }
.message__list li {
  position: relative;
  border: 1px solid #ccc;
  border-top: 0; }
  .message__list li.open .message__list__name:before {
    content: "▼"; }
.message__list dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0.3em 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  cursor: pointer; }
.message__list__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding-left: 2em; }
.message__list__name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857; }
  .message__list__name:before {
    display: inline-block;
    content: "▶";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-right: 1em; }
.message__list__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857; }
.message__list__txt {
  display: none;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  border-top: 1px dashed #ccc;
  padding: 0.5em 2.5em; }
  .message__list__txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; }
.message__to {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0; }
  .message__to p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0.3em 2.5em;
    border-bottom: 1px dashed #ccc; }
  .message__to__input {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 0.3em 2.5em; }
    .message__to__input textarea {
      width: 100%; }

/* add_header */
.header-logo{
 margin: left 0;
 float:left;
}

/* add_portal */
.message-datetime{
  width:15%;
}
.message-from{
  width:20%;
}

.portal__info__list-mess a{
  color: #DE2B1B;
  text-decoration:underline;
}

.list__table-limit i{
    margin: 0 0.1em;
    color: #3f3f3f;
}

/* add_product_list */

.download_icons{
    text-align: right;
    padding-right:12.5%;
    margin-bottom:10px;
}

.download_icons i{
    font-size: xx-large;
}

.search{
  width:75%;
  margin: 0 auto;
}

.search table{
  margin-top: 25px;
}

.list__table table td a{
  margin-left: 0;
}

/* bootstrap5になりcursor:not-allowedが効かなくなったのを補正 */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: auto !important;
  cursor: not-allowed;
}

/*セルに収まらない場合に省略する*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* search__infoの場合のみカレンダーのCSSが崩れるため補正 */
.bootstrap-datetimepicker-widget.dropdown-menu{
  width:290px !important;
}

.search__info.datepicker-days{
  border: 1px solid #ccc;
}

.cursor-pointer {
  cursor: pointer;
}

/* ログイン画面のロゴ */
.login__logo {
  position: absolute;
  top: 60px;
  left: 50px; 
  width: 300px;
  height: 90px;
}

/* 一覧系画面　行が押せる箇所は、マウスオーバーでポインターを変える＋背景色をつける */
.clickable-record:hover > td{
  cursor: pointer;
  background-color: rgba(188,143,156,0.3) !important;
}

/* 一覧の商品名の改行 */
.productName-wordwrap {
  word-wrap: break-word;
}

