@charset "UTF-8";
@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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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;
}
/*-- add チェックボックス非活性スタイル start --*/
.disable-check::before {
  background-color: silver;
  /* cursor: not-allowed; */
}
/*-- add end --*/

.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;
}

.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;
}

/* header */
.header {
  position: fixed;
  min-width: 1200px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.header > div {
  position: relative;
  height: 42px;
  text-align: center;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 3%;
}
.header__logo > img {
  height: 42px;
}
.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: #337ab7;
}
.env_header {
  font-size: 42px;
  text-align: center;
  color: #fff;
  height: auto;
  background-color: #b40926;
  padding: 5px 0;
  height: 42px;
  text-align: center;
}

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

/* nav */
.nav {
  background-color: #3f4aaa;
  box-shadow: 1px 1px 2px #7092be;
  border-bottom: 4px solid #7381ff;
  padding: 0 3%;
}
.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: #293499;
}
.nav__list > li {
  display: inline-block;
  border-right: 1px solid #293499;
  width: 140px;
  position: relative;
  text-align: center;
}
.nav__list > li:first-child {
  border-left: 1px solid #293499;
}
.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: #3f4aaa;
  border-left: 1px solid #293499;
  border-right: 1px solid #293499;
}

/* 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;
  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: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0 6px rgba(0, 0, 0, 0.15);
  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%;
}

.warn_label {
  font-size: 42px;
  text-align: center;
  color: #fff;
  height: auto;
  background-color: #b40926;
  margin-bottom: 10px;
  padding: 5px 0;
}

/* 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__spacer {
  padding: 70px 0;
}

/* title */
.title {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  background-color: #fff;
  margin: 0.2em 0;
}
.title i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background-color: #7092be;
  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: 100px;
  text-align: center;
}
.login .btnlist {
  margin-top: 60px;
}
.login__form {
  display: inline-block;
  text-align: left;
}
.login__form > p {
  padding: 0 0.5em;
  margin-top: 0.2em;
}
.login__form li {
  background-color: #fff;
  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: #24317c;
  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;
}

/* 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 orange;
  margin-top: 0.8em;
  margin-bottom: 1em;
}
.regist__title:first-child {
  margin-top: 0.8em;
}
.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: #24317c;
  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;
}
/* カレンダーデザイン対応 start */
.regist__info > table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 10px;
}
.regist__info > table:first-child {
  margin-top: 10;
}
.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: #24317c;
  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 .contact_point  {
  width: 300px;
}
.regist__info > table td .bikou  {
  width: 600px;
  height: 80px;
}
.regist__info > table td label.checkbox {
  margin-left: 2em;
}
.regist__info > table td label:first-child {
  margin-left: 0;
}



/* カレンダーデザイン対応 end */
.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: #24317c;
  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 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding-left: 3em;
  padding-right: 3em;
}
.search__info table .request_date{
  font-size: 14px;
  line-height: 1.42857;
}
.search__info table td label .status{
  margin-left: 20px;
}

/* list */
.list {
  margin-top: 10px;
  border-top: 3px solid orange;
  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: 850px;
}
.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;
}
/*-- 20180724 del toyama start --*/
/* .list__table__order:before {
        content: "\f0dc";
        font-family: 'Font Awesome\ 5 Free';
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857; } */
/*-- 20180724 del toyama end --*/
.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%;
}
/* カレンダーデザイン対応 start */
.list__table > table,
.list__table > .scroll-table > table {
  width: 100%;
  table-layout: fixed;
}
.list__table > table th {
  position: relative;
  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);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0.3em 0.5em;
  border-left: 1px solid #ccc;
}
.list__table > table th:first-child,
.list__table > .scroll-table > th:first-child {
  border-left: 0;
}
.list__table > table th input[type="text"],
.list__table > .scroll-table > table th input[type="text"] {
  max-width: calc(100% - 15px);
}
.list__table > table th label,
.list__table > .scroll-table > table th label {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  width: 20px;
}
.list__table > table td,
.list__table > .scroll-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,
.list__table > .scroll-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,
.list__table > .scroll-table > table td p::-webkit-scrollbar {
  display: none;
}
.list__table > table td span,
.list__table > .scroll-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,
.list__table > .scroll-table > table td ul,
.list__table > .scroll-table > table td li {
  border: 0;
}
.list__table > table td label,
.list__table > .scroll-table > table td label {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  width: 20px;
}
.list__table > table td a,
.list__table > table td button,
.list__table > .scroll-table > table td a,
.list__table > .scroll-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,
.list__table > .scroll-table > table td a:first-child,
.list__table > .scroll-table > table td button:first-child {
  margin-left: 0;
}
.list__table > table td a,
.list__table > .scroll-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,
.list__table > .scroll-table > table td a > img {
  display: inline-block;
  vertical-align: middle;
}
.list__table > table td button,
.list__table > .scroll-table > table td button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 0 0.5em;
  color: #000;
}
.list__table > table > tbody > tr:nth-child(2n + 1) > td,
.list__table > .scroll-table > table > tbody > tr:nth-child(2n + 1) > td {
  background-color: #f9f9f9;
}
.list__table > table > tbody > tr:nth-child(2n) > td,
.list__table > .scroll-table > table > tbody > tr:nth-child(2n) > td {
  background-color: #fff;
}
/* カレンダーデザイン対応 end */
.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: 5px;
}
.portal__title {
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  border-bottom: 3px solid orange;
  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;
  vertical-align: top;
}
.portal__info__list i {
  margin: 0 1em;
}
.portal__info__list-news ul {
  overflow-y: scroll;
  height: 130px;
}
.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 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-mess ul {
  overflow-y: scroll;
  height: 130px;
}
.portal__info__list-data ul {
  overflow-y: scroll;
  height: 130px;
}
.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: #24317c;
  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%;
}
.print {
  display: none;
}

@media print {
  html,
  body {
    height: auto !important;
  }

  /* 需要家注文番号・商社注文番号 */
  /* .print__list li.ppfont{
      font-family: 'Courier New', Courier, Monaco, monospace;
      font-size: 11px;
    } */
  body {
    min-width: auto;
  }

  .print__info:before,
  .print__info td,
  .print__table td,
  .print__table td p,
  .print__table td span,
  .print__change p,
  .print__change ul li,
  .print__change ul li span,
  .print__list p,
  .print__list th,
  .print__list ul li {
    font-size: 10px;
    line-height: normal;
  }

  .noprint {
    display: none;
  }

  .print {
    display: block;
    background-color: #fff;
    /* width: 172mm; */
    width: 100%;
    page-break-after: always;
    position: relative;
  }
  .print__title {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    font-style: oblique;
    border-bottom: double;
    margin-top: 0.5em;
  }
  .print__info {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
  }
  .print__info:before {
    position: absolute;
    top: 0;
    left: -3.5em;
    content: "利用者:";
  }
  .print__info td:last-child {
    padding-left: 2em;
  }
  .print__txt p {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-top: 1em;
  }
  .print__table table {
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
  }
  .print__table td {
    padding-left: 5px;
  }
  .print__table td:first-child {
    padding-left: 0;
  }
  .print__table td.rowspan {
    padding-left: 5px;
    vertical-align: top;
  }
  .print__table td p {
    display: inline;
    border-bottom: 1px solid;
  }
  .print__table td div {
    padding: 3px 0 3px 95px;
    position: relative;
  }
  .print__table td div.print__table__full {
    padding-left: 0;
    letter-spacing: -0.5em;
  }
  .print__table td div.print__table__full > * {
    letter-spacing: normal;
  }
  .print__table td div.print__table__full span {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .print__table td div.print__table__smail {
    padding-left: 50px;
  }
  .print__table td div.print__table__smail span {
    width: 50px;
  }
  .print__table td span {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 95px;
    font-weight: bold;
  }
  .print__table td span:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    margin-top: 0;
  }
  .print__change {
    margin-top: 10px;
  }
  .print__change p {
    font-weight: bold;
    display: inline-block;
  }
  .print__change p:after {
    content: "";
    display: block;
    border-bottom: 1px solid;
    margin-top: 0;
  }
  .print__change ul {
    margin-top: 10px;
  }
  .print__change ul li {
    padding-left: 1em;
  }
  .print__change ul li span {
    display: inline-block;
    width: 110px;
  }
  .print__list p {
    text-align: right;
    padding-right: 1em;
  }
  .print__list p + table {
    margin-top: 5px;
  }
  .print__list table {
    margin-top: 10px;
    table-layout: fixed;
    width: 100%;
  }
  .print__list thead {
    display: table-header-group;
  }

  .print__list thead th {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .print__list thead td {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0 solid;
  }

  /* .print__list tbody tr:nth-child(2n+1) {
        background-color: lightgray !important; } */
  .print__list th,
  .print__list td {
    vertical-align: top;
  }

  .print__list th {
    border-top: 0 solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .print__list td {
    border-top: 0 solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0 solid;
  }

  .print__list tbody tr:last-child th {
    border-top: 0 solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .print__list tbody tr:last-child td {
    border-top: 0 solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0 solid;
  }

  @-moz-document url-prefix() {
    .print__list table,
    .print__list table tr,
    .print__list table th,
    .print__list table td {
      border: solid 1px !important;
    }
  }

  .print__list th {
    width: 30px;
    text-align: right;
    padding: 0 0.3em;
  }
  .print__list ul {
    letter-spacing: -0.5em;
  }
  .print__list ul > * {
    letter-spacing: normal;
  }
  .print__list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.2em;
    box-sizing: border-box;
  }
  .print__list-02 ul li {
    /*セルに収まらない場合に省略する*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .print__list-01 ul:first-child li:nth-child(1) {
    width: 20%;
  }
  .print__list-01 ul:first-child li:nth-child(2) {
    width: 30%;
  }
  .print__list-01 ul:first-child li:nth-child(3) {
    width: 20%;
  }
  .print__list-01 ul:first-child li:nth-child(4) {
    width: 15%;
  }
  .print__list-01 ul:first-child li:nth-child(5) {
    width: 15%;
  }
  .print__list-01 ul:last-child li:nth-child(1) {
    width: 20%;
  }
  .print__list-01 ul:last-child li:nth-child(2) {
    width: 20%;
  }
  .print__list-01 ul:last-child li:nth-child(3) {
    width: 60%;
  }

  .print__list-02 ul:nth-child(1) li:nth-child(1) {
    width: 15%;
  }
  .print__list-02 ul:nth-child(1) li:nth-child(2) {
    width: 65%;
  }
  .print__list-02 ul:nth-child(1) li:nth-child(3) {
    text-align: right;
    width: 20%;
  }

  .print__list-02 ul:nth-child(2) li:nth-child(1) {
    width: 15%;
  }
  .print__list-02 ul:nth-child(2) li:nth-child(2) {
    width: 25%;
  }
  .print__list-02 ul:nth-child(2) li:nth-child(3) {
    width: 40%;
  }
  .print__list-02 ul:nth-child(2) li:nth-child(4) {
    text-align: right;
    width: 20%;
  }

  .print__list-02 ul:nth-child(3) li:nth-child(1) {
    width: 15%;
  }
  .print__list-02 ul:nth-child(3) li:nth-child(2) {
    width: 25%;
  }
  .print__list-02 ul:nth-child(3) li:nth-child(3) {
    width: 20%;
  }
  .print__list-02 ul:nth-child(3) li:nth-child(4) {
    width: 20%;
  }
  .print__list-02 ul:nth-child(3) li:nth-child(5) {
    text-align: right;
    width: 20%;
  }

  .print__list-02 ul:nth-child(4) li:nth-child(1) {
    width: 40%;
  }
  .print__list-02 ul:nth-child(4) li:nth-child(2) {
    width: 20%;
  }
  .print__list-02 ul:nth-child(4) li:nth-child(3) {
    width: 20%;
  }
  .print__list-02 ul:nth-child(4) li:nth-child(4) {
    text-align: right;
    width: 20%;
  }

  .print__list-02 ul:nth-child(5) li:nth-child(1) {
    width: 40%;
  }
  .print__list-02 ul:nth-child(5) li:nth-child(2) {
    width: 60%;
  }

  .print__list-02 tbody ul:nth-child(1) li:nth-child(2) {
    width: 65%;
  }
  .print__list-02 tbody ul:nth-child(1) li:nth-child(3) {
    text-align: right;
    padding-right: 0;
    width: 14%;
  }
  .print__list-02 tbody ul:nth-child(1) li:nth-child(4) {
    padding: 0;
    width: 6%;
  }

  .print__list-02 tbody ul:nth-child(2) li:nth-child(3) {
    width: 40%;
  }
  .print__list-02 tbody ul:nth-child(2) li:nth-child(4) {
    text-align: right;
    padding-right: 0;
    width: 14%;
  }
  .print__list-02 tbody ul:nth-child(2) li:nth-child(5) {
    padding: 0;
    width: 6%;
  }

  .print__list-02 tbody ul:nth-child(3) li:nth-child(5) {
    text-align: right;
    padding-right: 0;
    width: 14%;
  }
  .print__list-02 tbody ul:nth-child(3) li:nth-child(6) {
    padding: 0;
    width: 6%;
  }
  .next-page-preview {
    page-break-after: always;
  }

  .print__list-02 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    table-layout: fixed;
  }
}

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

/*IE11テキスト折り返し*/
.ie-wordwrap {
  word-wrap: break-word;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled-class {
  opacity: 0.6;
  pointer-events: none;
}