@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
========================================================================== */
body {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

/* link
========================================================================== */
a {
  color: #282828;
  text-decoration: underline;
}

a:visited {
  color: #282828;
  text-decoration: none;
}

a:hover {
  color: #282828;
  text-decoration: underline;
}

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}

.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.col-red {
  color: #FF0000;
}

.col-gray {
  color: #333;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* position
   ========================================================================== */
.po-r {
  position: relative;
}

.po-a {
  position: absolute;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

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

/*  横幅 */
.w5rem {
  width: 5rem !important;
}

.w10rem {
  width: 10rem !important;
}

.w15rem {
  width: 15rem !important;
}

.w20rem {
  width: 20rem !important;
}

.w25rem {
  width: 25rem !important;
}

.w30rem {
  width: 30rem !important;
}

/************************************************************/
.card {
  border: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-header {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #f5f5f5;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-footer {
  background-color: rgba(255, 255, 255, 0);
  border-top: 2px solid #f5f5f5;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.mask-black {
  background-color: rgba(0, 0, 0, 0.6);
}

.mask-white {
  background-color: rgba(251, 251, 251, 0.4);
}

.card.hover-shadow, .hover-shadow {
  box-shadow: none;
  transition: all .3s ease-in-out;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.hover-zoom img, .hover-zoom video {
  transition: all .3s linear;
}

.rounded-circle {
  border-radius: 50% !important;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 0.25rem;
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.table {
  font-size: .9rem;
}

.table {
  --mdb-table-bg: transparent;
  --mdb-table-accent-bg: transparent;
  --mdb-table-striped-color: #4f4f4f;
  --mdb-table-striped-bg: rgba(0,0,0,0.02);
  --mdb-table-active-color: #4f4f4f;
  --mdb-table-active-bg: rgba(0,0,0,0.1);
  --mdb-table-hover-color: #4f4f4f;
  --mdb-table-hover-bg: rgba(0,0,0,0.025);
  width: 100%;
  margin-bottom: 1rem;
  color: #4f4f4f;
  vertical-align: top;
  border-color: #e0e0e0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

table > thead {
  vertical-align: bottom;
}

tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

.table > :not(:first-child) {
  border-top: 2px solid inherit;
}

.table tbody {
  font-weight: 400;
}

.table > tbody {
  vertical-align: inherit;
}

.table th {
  font-weight: 500;
}

.table > :not(caption) > * > * {
  padding: 1rem 1rem;
}

.table > :not(caption) > * > * {
  background-color: var(--mdb-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--mdb-table-accent-bg);
}

/* ==========================================================================
   03. Layout
========================================================================== */
html, body {
  min-width: 320px;
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

b, strong {
  font-weight: bolder;
}

hr:not([size]) {
  height: 1px;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

.alert {
  position: relative;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert {
  border: 0;
  border-radius: 0.5rem;
}

.alert-primary {
  background-color: #dfe7f6;
  color: #2c58a0;
}

.alert-secondary {
  background-color: #ebedef;
  color: #40464f;
}

.alert-success {
  background-color: #d6f0e0;
  color: #0d6832;
}

.alert-danger {
  background-color: #f9e1e5;
  color: #af233a;
}

.alert-warning {
  background-color: #fbf0da;
  color: #73510d;
}

.alert-info {
  background-color: #def1f7;
  color: #1c657d;
}

.alert-light {
  background-color: #f5f5f5;
  color: #4f4f4f;
}

.alert-dark {
  background-color: #332e2e;
  color: #f5f5f5;
}

.alert-heading {
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
}

.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px;
}

.note strong {
  font-weight: 600;
}

.note-primary {
  background-color: #dfe7f6;
  border-color: #376fc8;
}

.note-secondary {
  background-color: #ebedef;
  border-color: #565e6c;
}

.note-success {
  background-color: #d6f0e0;
  border-color: #139647;
}

.note-danger {
  background-color: #f9e1e5;
  border-color: #d62e4a;
}

.note-warning {
  background-color: #fbf0da;
  border-color: #a17112;
}

.note-info {
  background-color: #def1f7;
  border-color: #2686a6;
}

.note-light {
  background-color: #f5f5f5;
  border-color: #8c8c8c;
}

.note-dark {
  background-color: #332e2e;
  border-color: #e8e8e8;
}

.btn {
  display: inline-block;
  color: #4f4f4f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,  box-shadow .15s ease-in-out;
  font-size: .75rem;
  line-height: 1.5;
}

[class*=btn-outline-] {
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: none;
  padding: 0.5rem 1.375rem 0.375rem;
}

.btn-rounded {
  border-radius: 10rem;
}

.btn-primary {
  background-color: #3b71ca;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #3b71ca;
}

.btn-outline-primary {
  color: #3b71ca !important;
  border-color: #3b71ca;
}

.btn-secondary {
  background-color: #e3ebf7;
  color: #285192 !important;
  box-shadow: 0 4px 9px -4px #e3ebf7;
}

.btn-outline-secondary {
  color: #285192 !important;
  border-color: #e3ebf7;
}

.btn-success {
  background-color: #14a44d;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #14a44d;
}

.btn-outline-success {
  color: #14a44d !important;
  border-color: #14a44d;
}

.btn-danger {
  background-color: #dc4c64;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #dc4c64;
}

.btn-outline-danger {
  color: #dc4c64 !important;
  border-color: #dc4c64;
}

.btn-warning {
  background-color: #e4a11b;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #e4a11b;
}

.btn-outline-warning {
  color: #e4a11b !important;
  border-color: #e4a11b;
}

.btn-info {
  background-color: #54b4d3;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #54b4d3;
}

.btn-outline-info {
  color: #54b4d3 !important;
  border-color: #54b4d3;
}

.btn-light {
  background-color: #fbfbfb;
  color: #4f4f4f !important;
  box-shadow: 0 4px 9px -4px #fbfbfb;
}

.btn-dark {
  background-color: #332d2d;
  color: #fff !important;
  box-shadow: 0 4px 9px -4px #332d2d;
}

.btn-outline-dark {
  color: #332d2d !important;
  border-color: #332d2d;
}

/**************************************
FORM
**************************************/
.form-group {
  display: block;
  padding: 20px 0;
  border-bottom: dashed 1px #dadada;
}

label {
  display: block;
  margin-bottom: 1.2rem;
}

.any:before {
  background: #dcdcdc;
  color: #808080;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  content: '任意';
  padding: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}

.require:before {
  background: #fb4143;
  color: #FFF;
  border: 1px solid #ff0000;
  border-radius: 5px;
  content: '必須';
  padding: 5px;
  font-size: 0.625rem;
  margin-right: 5px;
}

.form-control {
  display: block;
  width: calc(100% - 1.6rem);
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1e24;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e7e9;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus, .form-control:focus-visible {
  box-shadow: none;
  transition: all .1s linear;
  border-color: #3b71ca;
  box-shadow: inset 0 0 0 1px #3b71ca;
}

.is-valid {
  border-color: #0dd157;
}

.is-invalid {
  border-color: #fb4143;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #0dd157;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fb4143;
}

.is-valid ~ .valid-feedback, .is-invalid ~ .valid-feedback {
  display: block;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: .5rem;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.checkbox::after {
  border-right: 6px solid #0031a2;
  border-bottom: 3px solid #0031a2;
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px;
}

input[type=checkbox]:checked + .checkbox::before {
  border-color: #666;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: .5rem;
}

.radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  padding: 0;
}

.radio::after {
  background: #0031a2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 10px;
}

input[type=radio]:checked + .radio::before {
  border-color: #666;
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

#file {
  position: absolute;
  opacity: 0;
  width: 10px;
}

.fileUploadBtn {
  display: inline-block;
  padding: .5rem .5rem;
  background: #369;
  color: #fff;
  cursor: pointer;
  margin-bottom: .5rem;
}

.fileUploadBtn:hover,
.fileUploadBtn:focus {
  filter: brightness(1.2);
}

.valid .form-control, .valid .radio:before, .valid .checkbox:before, .valid select, .valid textarea {
  box-shadow: 1px 1px 5px 1px #198754;
  border-color: #198754 !important;
}

.valid .feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #198754;
}

.invalid .form-control, .invalid .radio:before, .invalid .checkbox:before, .invalid select, .invalid textarea {
  box-shadow: 1px 1px 5px 1px #dc3545;
  border-color: #dc3545 !important;
}

.invalid .feedback {
  width: calc(100% - 20px);
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
  background-color: #f9e1e5;
  border-color: #af233a !important;
  border-radius: 5px;
  padding: 10px;
}

.wrapper {
  min-width: 320px;
  max-width: 500px;
  margin: 50px auto;
}

.wrapper section {
  padding: 1.5rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border: 1px solid #e0e0e0 !important;
}

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