@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

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

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

html {
  min-width: 1240px;
  background: #F8F8F8;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #007BFF;
  text-decoration: underline;
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

input::-moz-placeholder {
  opacity: 0.5;
}

input:-ms-input-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

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

.icon-filter_none {
  margin: 0 3px;
  color: #007BFF;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/common/icon/fonts/icomoon.eot?ui7ing");
  src: url("/common/icon/fonts/icomoon.eot?ui7ing#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2?ui7ing") format("woff2"), url("/common/icon/fonts/icomoon.ttf?ui7ing") format("truetype"), url("/common/icon/fonts/icomoon.woff?ui7ing") format("woff"), url("/common/icon/fonts/icomoon.svg?ui7ing#icomoon") format("svg");
  font-family: "icomoon";
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  position: absolute;
  top: -999999px;
  left: -999999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  opacity: 0;
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.e-a-txt-arrow {
  display: block;
  position: relative;
  padding: 0 0 0 1.25em;
  text-decoration: none;
  transition: 0.4s all;
}
.e-a-txt-arrow .__ico {
  color: #007BFF;
  line-height: 1.2;
}
.e-a-txt-arrow .__ico::before {
  display: inline-block;
}
.e-a-txt-arrow .__ico:first-child {
  position: absolute;
  top: 3px;
  left: 5px;
}
.e-a-txt-arrow .__txt {
  color: #007BFF;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  max-width: 100%;
  height: 55px;
  margin: 10px 5px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #007BFF;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: 0.4s all;
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._m-0_ {
  margin: 0;
}
.e-btn._w-l_ {
  min-width: 260px;
  height: 55px;
  font-size: 1.5rem;
}
.e-btn._w-s_ {
  min-width: inherit;
  height: 30px;
  padding: 0 20px;
}
.e-btn._logout_ {
  width: 90px;
  min-width: inherit;
  height: 30px;
  padding: 0;
  background: #DDE4EB;
  color: #707070;
  font-size: 1.3rem;
}
.e-btn._outline_ {
  border: 1px solid #007BFF;
  background: #ffffff;
  color: #007BFF;
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
  border: 2px solid #d9d9d9;
  content: "";
}
.e-form-check .__txt::after {
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
  content: "\f00c";
  color: #007BFF;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "icomoon";
  opacity: 0;
}

.e-form-file {
  display: flex;
  align-items: center;
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  content: "";
}
.e-form-radio .__txt::after {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #007BFF;
  content: "";
  opacity: 0;
}

.e-form-select {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #DEE2E6;
  background: #ffffff;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #DEE2E6;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
}
.e-form-text._w-m_ {
  width: 350px;
}
.e-form-text._w-s_ {
  width: 100px;
}
.e-form-text._w-l_ {
  width: 550px;
}
.e-form-text._w-a_ {
  width: auto;
}
.e-form-text._error_ {
  border: 1px solid #FF6258;
  background: #FFF3F2;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DEE2E6;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
}
.e-form-textarea::-moz-placeholder {
  color: #bcbcbc;
}
.e-form-textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
.e-form-textarea::placeholder {
  color: #bcbcbc;
}
.e-form-textarea._error_ {
  border: 1px solid #FF6258;
  background: #FFF3F2;
}

.e-h1 {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.e-h1._ta-c_ {
  text-align: center;
}
.e-h1._mb-s_ {
  margin-bottom: 15px;
}

.e-h2 {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #007BFF;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.e-h3 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.e-h3._mb-l_ {
  margin-bottom: 35px;
}

.e-h4 {
  position: relative;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.e-list-circle__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.e-list-circle__item::before {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #007BFF;
  content: "";
}
.e-list-circle._black_ .e-list-circle__item::before {
  background: #000000;
}

.e-list-number {
  counter-reset: number 0;
}
.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}
.e-list-number__item:not(:first-child) {
  margin-top: 5px;
}
.e-list-number__item::before {
  display: block;
  position: absolute;
  left: 0;
  content: counter(number) ".";
  color: #007BFF;
  counter-increment: number;
}
.e-list-number._black_ .e-list-number__item::before {
  color: #000000;
}

.e-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 25px;
  margin: 10px 5px 10px 10px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #2196F3;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: 0.4s all;
}
.e-label._gray_ {
  background: #DEE2E6;
  color: #7E7E7E;
}
.e-label._w-m_ {
  height: 30px;
  margin: 10px 5px 10px 15px;
  padding: 0 15px;
  font-size: 1.5rem;
  line-height: 30px;
}

.e-note {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
}

.m-box {
  padding: 20px;
  background: #ffffff;
}
.m-box._gray_ {
  background: #F2F2F2;
}
.m-box._line-gray_ {
  border: 1px solid #F2F2F2;
}
.m-box._error_ {
  margin: 0 0 40px;
  border: 1px solid #FF6258;
  background: #FFF3F2;
  color: #FF6258;
  font-size: 1.4rem;
}
.m-box._error_ .__alert {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.m-box._error_ .__alert .__ico {
  margin: 0 5px 0 0;
}
.m-box._notice_ {
  margin: 0 0 40px;
  border: 1px solid #007BFF;
  background: #E8F3FF;
  color: #007BFF;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.m-indent {
  display: table;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #007BFF;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

.m-pagination {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
  line-height: 1.4;
}
.m-pagination__item {
  margin: 0 0 5px;
}
.m-pagination__item:first-child .m-pagination__link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.m-pagination__item:last-child .m-pagination__link {
  border: 1px solid #DEE2E6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  border: 1px solid #DEE2E6;
  border-right: none;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: 0.4s all;
}
.m-pagination__link._current_ {
  background: #007BFF;
  color: #ffffff;
  opacity: 1;
}

.m-table {
  width: 100%;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.m-table th {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.m-table th._sort_ {
  padding: 0;
}
.m-table th._sort_ .m-table__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.4s all;
}
.m-table th._sort_ .m-table__link .__ico {
  margin: 0 0 0 5px;
}
.m-table td._detail_ {
  padding: 15px 0 15px 20px;
}
.m-table td._detail_ .e-btn {
  margin: 0 0 0 15px;
  white-space: nowrap;
}
.m-table td._p-l_ {
  padding: 20px;
}
.m-table td._p-l_ .__note {
  margin: 10px 0 0 0;
  color: #4D555E;
  font-size: 1.4rem;
}
.m-table tbody th {
  text-align: left;
}
.m-table tbody th, .m-table tbody td {
  border-bottom: 1px solid #DEE2E6;
}
.m-table tbody tr:first-child th,
.m-table tbody tr:first-child td {
  border-top: 1px solid #DEE2E6;
}
.m-table thead + tbody tr:first-child th,
.m-table thead + tbody tr:first-child td {
  border-top: none;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._va-t_ {
  vertical-align: top;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
.m-table ._blue_ {
  background: #E8F3FF;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid:not([class*=_col]) {
  margin-right: calc(20px / 2 * -1);
  margin-left: calc(20px / 2 * -1);
}
.c-grid .__col {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid .__col._col-lg-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-lg-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-right: calc(20px / 2);
  margin-bottom: 20px;
  margin-left: calc(20px / 2);
}
.c-grid._col2_ .__col {
  flex-basis: calc((100% - (20px * 1.5)) / 2);
}
.c-grid._col2_ .__col:not(:nth-child(2n+1)) {
  margin-left: calc(20px * 1.5);
}
.c-grid._col2_ .__col:not(:nth-child(-n+2)) {
  margin-top: calc(20px * 1.5);
}
.c-grid._col2_._wide01_ .__col {
  flex-basis: calc((100% - (20px * 2)) / 2);
}
.c-grid._col2_._wide01_ .__col:not(:nth-child(2n+1)) {
  margin-left: calc(20px * 2);
}
.c-grid._col2_._wide01_ .__col:not(:nth-child(-n+2)) {
  margin-top: calc(20px * 2);
}
.c-grid._col3_ .__col {
  flex-basis: calc((100% - (20px * 1.5) * 2) / 3);
}
.c-grid._col3_ .__col:not(:nth-child(3n+1)) {
  margin-left: calc(20px * 1.5);
}
.c-grid._col3_ .__col:not(:nth-child(-n+3)) {
  margin-top: calc(20px * 1.5);
}
.c-grid._col4_ .__col {
  flex-basis: calc((100% - (20px * 1.25) * 3) / 4);
}
.c-grid._col4_ .__col:not(:nth-child(4n+1)) {
  margin-left: calc(20px * 1.25);
}
.c-grid._col4_ .__col:not(:nth-child(-n+4)) {
  margin-top: calc(20px * 1.25);
}
.c-grid._col5_ .__col {
  flex-basis: calc((100% - 20px * 4) / 5);
}
.c-grid._col5_ .__col:not(:nth-child(5n+1)) {
  margin-left: 20px;
}
.c-grid._col5_ .__col:not(:nth-child(-n+5)) {
  margin-top: 20px;
}
.c-grid._col6_ .__col {
  flex-basis: calc((100% - 20px * 5) / 6);
}
.c-grid._col6_ .__col:not(:nth-child(6n+1)) {
  margin-left: 20px;
}
.c-grid._col6_ .__col:not(:nth-child(-n+6)) {
  margin-top: 20px;
}
.c-grid._stretch_ .__col {
  display: flex;
}

.c-navi__list {
  display: flex;
  align-items: center;
}
.c-navi__list._sub_ {
  margin: 0 0 40px;
  border-bottom: 1px solid #DEE2E6;
}
.c-navi__item {
  margin: 0 15px;
}
.c-navi__link {
  display: flex;
  position: relative;
  align-items: center;
  height: 55px;
  color: #949494;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.4s all;
}
.c-navi__link::before {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #007BFF;
  content: "";
  transition: 0.4s all;
}
._staging_ .c-navi__link {
  color: #000000;
}
._staging_ .c-navi__link::before {
  background: #ffffff;
}
.c-navi__link:hover {
  color: #007BFF;
}
.c-navi__link:hover::before {
  width: 100%;
}
._staging_ .c-navi__link:hover {
  color: #ffffff;
}
._csv_ .c-navi__link._csv_, ._mailing_ .c-navi__link._mailing_, ._setting_ .c-navi__link._setting_, ._list_ .c-navi__link._list_, ._log_ .c-navi__link._log_ {
  color: #007BFF;
}
._csv_ .c-navi__link._csv_::before, ._mailing_ .c-navi__link._mailing_::before, ._setting_ .c-navi__link._setting_::before, ._list_ .c-navi__link._list_::before, ._log_ .c-navi__link._log_::before {
  width: 100%;
}
._csv_ ._staging_ .c-navi__link._csv_, ._mailing_ ._staging_ .c-navi__link._mailing_, ._setting_ ._staging_ .c-navi__link._setting_, ._list_ ._staging_ .c-navi__link._list_, ._log_ ._staging_ .c-navi__link._log_ {
  color: #ffffff;
}
._csv_ ._staging_ .c-navi__link._csv_::before, ._mailing_ ._staging_ .c-navi__link._mailing_::before, ._setting_ ._staging_ .c-navi__link._setting_::before, ._list_ ._staging_ .c-navi__link._list_::before, ._log_ ._staging_ .c-navi__link._log_::before {
  width: 100%;
}
._setting_ .c-navi__link._setting_::before, ._list_ .c-navi__link._list_::before, ._log_ .c-navi__link._log_::before {
  width: calc(100% + 30px);
}

.c-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}

.l-contents {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
}
.l-header._staging_ {
  background: #FF6258;
  color: #ffffff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 55px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-header-logo {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.l-header-gnav {
  margin: 0 30px;
  white-space: nowrap;
}
.l-header-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.l-row {
  width: 100%;
  margin: 0 0 30px;
  padding: 30px 20px 35px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
}
.l-row._login_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 50px 20px;
}
.l-row._csv_ {
  padding: 30px 40px 35px;
}

.t-wrap {
  padding: 100px 20px 70px;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.8;
}
.t-wrap._login_ {
  position: relative;
  flex: 1 1 auto;
  height: 100vh;
}
.t-wrap._login_ .l-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 55px);
  text-align: center;
}

.u-al-l {
  text-align: left !important;
}

.u-al-c {
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
}

.u-al-r {
  text-align: right !important;
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.u-c-red {
  color: #FF6258 !important;
}

.u-fw-n {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.u-fw-m {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.u-fw-b {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.5rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}

.u-mb-xl {
  margin-bottom: 80px !important;
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}

.u-mb-xxxl {
  margin-bottom: 150px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}

.u-ml-xl {
  margin-left: 80px !important;
}

.u-ml-xxl {
  margin-left: 100px !important;
}

.u-ml-xxxl {
  margin-left: 150px !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}

.u-mr-xl {
  margin-right: 80px !important;
}

.u-mr-xxl {
  margin-right: 100px !important;
}

.u-mr-xxxl {
  margin-right: 150px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 60px !important;
}

.u-mt-xl {
  margin-top: 80px !important;
}

.u-mt-xxl {
  margin-top: 100px !important;
}

.u-mt-xxxl {
  margin-top: 150px !important;
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}

.u-pa-xl {
  padding: 80px !important;
}

.u-pa-xxl {
  padding: 100px !important;
}

.u-pa-xxxl {
  padding: 150px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}

.u-pb-xl {
  padding-bottom: 80px !important;
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}

.u-pb-xxxl {
  padding-bottom: 150px !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}

.u-pl-xl {
  padding-left: 80px !important;
}

.u-pl-xxl {
  padding-left: 100px !important;
}

.u-pl-xxxl {
  padding-left: 150px !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}

.u-pr-xl {
  padding-right: 80px !important;
}

.u-pr-xxl {
  padding-right: 100px !important;
}

.u-pr-xxxl {
  padding-right: 150px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}

.u-pt-xl {
  padding-top: 80px !important;
}

.u-pt-xxl {
  padding-top: 100px !important;
}

.u-pt-xxxl {
  padding-top: 150px !important;
}

.u-w0p {
  width: 0% !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-mw0p {
  max-width: 0% !important;
}

.u-mw1p {
  max-width: 1% !important;
}

.u-mw2p {
  max-width: 2% !important;
}

.u-mw3p {
  max-width: 3% !important;
}

.u-mw4p {
  max-width: 4% !important;
}

.u-mw5p {
  max-width: 5% !important;
}

.u-mw6p {
  max-width: 6% !important;
}

.u-mw7p {
  max-width: 7% !important;
}

.u-mw8p {
  max-width: 8% !important;
}

.u-mw9p {
  max-width: 9% !important;
}

.u-mw10p {
  max-width: 10% !important;
}

.u-mw11p {
  max-width: 11% !important;
}

.u-mw12p {
  max-width: 12% !important;
}

.u-mw13p {
  max-width: 13% !important;
}

.u-mw14p {
  max-width: 14% !important;
}

.u-mw15p {
  max-width: 15% !important;
}

.u-mw16p {
  max-width: 16% !important;
}

.u-mw17p {
  max-width: 17% !important;
}

.u-mw18p {
  max-width: 18% !important;
}

.u-mw19p {
  max-width: 19% !important;
}

.u-mw20p {
  max-width: 20% !important;
}

.u-mw21p {
  max-width: 21% !important;
}

.u-mw22p {
  max-width: 22% !important;
}

.u-mw23p {
  max-width: 23% !important;
}

.u-mw24p {
  max-width: 24% !important;
}

.u-mw25p {
  max-width: 25% !important;
}

.u-mw26p {
  max-width: 26% !important;
}

.u-mw27p {
  max-width: 27% !important;
}

.u-mw28p {
  max-width: 28% !important;
}

.u-mw29p {
  max-width: 29% !important;
}

.u-mw30p {
  max-width: 30% !important;
}

.u-mw31p {
  max-width: 31% !important;
}

.u-mw32p {
  max-width: 32% !important;
}

.u-mw33p {
  max-width: 33% !important;
}

.u-mw34p {
  max-width: 34% !important;
}

.u-mw35p {
  max-width: 35% !important;
}

.u-mw36p {
  max-width: 36% !important;
}

.u-mw37p {
  max-width: 37% !important;
}

.u-mw38p {
  max-width: 38% !important;
}

.u-mw39p {
  max-width: 39% !important;
}

.u-mw40p {
  max-width: 40% !important;
}

.u-mw41p {
  max-width: 41% !important;
}

.u-mw42p {
  max-width: 42% !important;
}

.u-mw43p {
  max-width: 43% !important;
}

.u-mw44p {
  max-width: 44% !important;
}

.u-mw45p {
  max-width: 45% !important;
}

.u-mw46p {
  max-width: 46% !important;
}

.u-mw47p {
  max-width: 47% !important;
}

.u-mw48p {
  max-width: 48% !important;
}

.u-mw49p {
  max-width: 49% !important;
}

.u-mw50p {
  max-width: 50% !important;
}

.u-mw51p {
  max-width: 51% !important;
}

.u-mw52p {
  max-width: 52% !important;
}

.u-mw53p {
  max-width: 53% !important;
}

.u-mw54p {
  max-width: 54% !important;
}

.u-mw55p {
  max-width: 55% !important;
}

.u-mw56p {
  max-width: 56% !important;
}

.u-mw57p {
  max-width: 57% !important;
}

.u-mw58p {
  max-width: 58% !important;
}

.u-mw59p {
  max-width: 59% !important;
}

.u-mw60p {
  max-width: 60% !important;
}

.u-mw61p {
  max-width: 61% !important;
}

.u-mw62p {
  max-width: 62% !important;
}

.u-mw63p {
  max-width: 63% !important;
}

.u-mw64p {
  max-width: 64% !important;
}

.u-mw65p {
  max-width: 65% !important;
}

.u-mw66p {
  max-width: 66% !important;
}

.u-mw67p {
  max-width: 67% !important;
}

.u-mw68p {
  max-width: 68% !important;
}

.u-mw69p {
  max-width: 69% !important;
}

.u-mw70p {
  max-width: 70% !important;
}

.u-mw71p {
  max-width: 71% !important;
}

.u-mw72p {
  max-width: 72% !important;
}

.u-mw73p {
  max-width: 73% !important;
}

.u-mw74p {
  max-width: 74% !important;
}

.u-mw75p {
  max-width: 75% !important;
}

.u-mw76p {
  max-width: 76% !important;
}

.u-mw77p {
  max-width: 77% !important;
}

.u-mw78p {
  max-width: 78% !important;
}

.u-mw79p {
  max-width: 79% !important;
}

.u-mw80p {
  max-width: 80% !important;
}

.u-mw81p {
  max-width: 81% !important;
}

.u-mw82p {
  max-width: 82% !important;
}

.u-mw83p {
  max-width: 83% !important;
}

.u-mw84p {
  max-width: 84% !important;
}

.u-mw85p {
  max-width: 85% !important;
}

.u-mw86p {
  max-width: 86% !important;
}

.u-mw87p {
  max-width: 87% !important;
}

.u-mw88p {
  max-width: 88% !important;
}

.u-mw89p {
  max-width: 89% !important;
}

.u-mw90p {
  max-width: 90% !important;
}

.u-mw91p {
  max-width: 91% !important;
}

.u-mw92p {
  max-width: 92% !important;
}

.u-mw93p {
  max-width: 93% !important;
}

.u-mw94p {
  max-width: 94% !important;
}

.u-mw95p {
  max-width: 95% !important;
}

.u-mw96p {
  max-width: 96% !important;
}

.u-mw97p {
  max-width: 97% !important;
}

.u-mw98p {
  max-width: 98% !important;
}

.u-mw99p {
  max-width: 99% !important;
}

.u-mw100p {
  max-width: 100% !important;
}

.u-w-a {
  width: auto !important;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
  .e-a-txt-arrow:hover .__ico,
.e-a-txt-arrow:hover .__txt {
    color: #034388;
  }
  .e-btn:not(._disabled_):hover {
    opacity: 0.7;
  }
  .e-btn._outline_:not(._disabled_):hover {
    background: #007BFF;
    color: #ffffff;
  }
  .m-pagination__link:hover {
    background: #007BFF;
    color: #ffffff;
    opacity: 1;
  }
  .m-table th._sort_ .m-table__link:hover {
    color: #034388;
  }
}
