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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
}

/**************************************************************************
BASE STYLE
**************************************************************************/
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

/*  Display */
.flex, .flexB, .flexC, .flexW {
  display: flex;
}
.flex ul, .flex li, .flexB ul, .flexB li, .flexC ul, .flexC li, .flexW ul, .flexW li {
  list-style: none;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

/**/
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.item-2 {
  width: calc(50% - 4px);
  padding: 0 2px;
}

.item-3 {
  width: calc(33.3333333333% - 4px);
  padding: 0 2px;
}

.item-4 {
  width: calc(50% - 4px);
  padding: 0 2px;
}

.item-5 {
  width: calc(20% - 4px);
  padding: 0 2px;
}

.item-6 {
  width: calc(16.6666666667% - 4px);
  padding: 0 2px;
}

.icon-eye .item-2 {
  width: calc(50% - 1px);
}
.icon-eye .item-2 #eyePass {
  width: 42px;
  height: 42px;
  background: #dadada;
  text-align: center;
}
.icon-eye .item-2 #eyePass .bi-eye, .icon-eye .item-2 #eyePass .bi-eye-slash {
  line-height: 4.3rem;
}

/**************************************************************************
ボタン・アラート
************************************************************************ */
.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-blue {
  color: #FFF !important;
  background-color: #115F72 !important;
}

.btn-blue-cubic {
  border-bottom: 5px solid #0C3F4B;
}

.btn-blue-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0C3F4B;
}

.btn-gray {
  color: #ebedef !important;
  background-color: #40464f !important;
}

.btn-gray-cubic {
  border-bottom: 5px solid #111;
}

.btn-gray-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #111;
}

.btn-green {
  color: #FFF !important;
  background-color: #63AE13 !important;
}

.btn-green-cubic {
  border-bottom: 5px solid #4D8410;
}

.btn-green-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #4D8410;
}

.btn-red {
  color: #fff !important;
  background-color: #d20010 !important;
}

.btn-red-cubic {
  border-bottom: 5px solid #9f000c;
}

.btn-red-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

.btn-radius {
  border-radius: 100vh;
}

.btn-add {
  background: #0a53be;
  color: #FFF;
  border-radius: 10px;
  padding: 2px;
  font-size: 1.2rem;
}

.btn-edit {
  background: #0d6832;
  color: #FFF;
  border-radius: 10px;
  padding: 2px;
  font-size: 1.2rem;
}

.btn-approval {
  background: #ec96a4;
  color: #FFF;
  border-radius: 10px;
  padding: 2px;
  font-size: 1.2rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.cate-event {
  background-color: #ec96a4;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  width: auto;
  display: inline;
}

.cate-caution {
  background-color: #f5be41;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  width: auto;
  display: inline;
}

.cate-blog {
  background-color: #4cb5f5;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  width: auto;
  display: inline;
}

.cate-work {
  background-color: #8eba43;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  width: auto;
  display: inline;
}

.caet-counseling {
  background-color: #f0810f;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  width: auto;
  display: inline;
}

.cate-other {
  background-color: #92aac7;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.4rem;
  width: auto;
  display: inline;
}

/*  アラート*/
.alert {
  position: relative;
  padding: 1.25rem 1.5rem;
  border: 1px solid transparent;
  margin: 20px 0;
  border-radius: 10px;
}
.alert p {
  font-size: 1.6rem;
}

.alert-primary {
  background-color: #dfe7f6 !important;
  color: #2c58a0 !important;
  border: solid 1px #2c58a0;
}

.alert-secondary {
  background-color: #ebedef !important;
  color: #40464f !important;
  border: solid 1px #40464f;
}

.alert-success {
  background-color: #d6f0e0 !important;
  color: #0d6832 !important;
  border: solid 1px #0d6832;
}

/*
.col-danger {  background-color: #af233a !important; color: #f9e1e5 !important; }
 */
.alert-danger {
  color: #f9e1e5 !important;
  background-color: #dc3545 !important;
  border: solid 1px #dc3545;
}

.alert-warning {
  background-color: #fbf0da !important;
  color: #73510d !important;
  border: solid 1px #73510d;
}

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

.alert-light {
  background-color: #4f4f4f !important;
  color: #f5f5f5 !important;
  border: solid 1px #f5f5f5;
}

.alert-dark {
  background-color: #332e2e !important;
  color: #f5f5f5 !important;
  border: solid 1px #f5f5f5;
}

/**************************************************************************
色
 */
.sun {
  color: #CB5645 !important;
}

.sat {
  color: #395584 !important;
}

.eventBox {
  background-color: #ec96a4 !important;
  color: #FFF !important;
}
.eventBox p {
  font-size: 1.2rem;
}

.stWork {
  background-color: #4cb5f5;
  color: #FFF;
  padding: 1rem 1rem;
  border-radius: 10px;
}

.stToday {
  background-color: #f5be41;
  color: #FFF;
  padding: 1rem 1rem;
  border-radius: 10px;
}

.stHoliday {
  background-color: #ec96a4;
  color: #FFF;
  padding: 1rem 1rem;
  border-radius: 10px;
}

.stNon {
  background-color: #92aac7;
  color: #FFF;
  padding: 1rem 1rem;
  border-radius: 10px;
}

.icon {
  display: inline-block;
  padding: 0.1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.caution-icon {
  background: #fcd635;
}

.work-icon {
  background: #4db4aa;
}

.blog-icon {
  background: #baddfa;
}

.event-icon {
  background: #ffccd1;
}

.consult-icon {
  background: #ffcb80;
}

.other-icon {
  background: #dfdfdf;
}

/**************************************************************************
FORM
 **************************************************************************/
.formBtn {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.formBtn ul li {
  width: calc(50% - 30px);
  padding: 5px;
  margin: 20px 10px;
}

input, textarea, label {
  vertical-align: middle;
}

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

label {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.6rem;
}

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

.require {
  display: inline-block;
  background: #fb4143;
  color: #FFF;
  border: 1px solid #ff0000;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  margin-right: 5px;
}

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

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

.errors {
  border-color: #fb4143 !important;
}

.error-message {
  display: inline-block;
  padding: 10px 0;
  color: #ff2222;
  font-size: 1.2rem;
}

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

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

.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: 0.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 0.2s ease-in-out, opacity 0.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: 0.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(.3,.3,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 10px;
   */
  background: #0031a2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  left: 8.5px;
  top: 36%;
  opacity: 0;
  position: absolute;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

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;
  width: 100%;
}

.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: 100%;
  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: 0.5rem 0.5rem;
  background: #369;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

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

/**************************************************************************

 */
.area {
  position: relative;
  width: 100%;
  /*height: 100px;*/
  border: solid 1px #f00;
  border-radius: 5px;
  background-color: #fee;
  margin-bottom: 20px;
}
.area__label {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 600;
  padding: 0 10px;
  transform: translateY(-50%);
}
.area__label::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.area__content {
  padding: 20px 10px 10px;
  font-size: 1.4rem;
}
.area .head {
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
}
.area .strong {
  font-weight: bold;
}

.area-col-info {
  background-color: #def1f7 !important;
  color: #1c657d !important;
  border: solid 1px #1c657d !important;
}

.area-col-success {
  background-color: #d6f0e0 !important;
  color: #0d6832 !important;
  border: solid 1px #0d6832 !important;
}

.area-col-danger {
  color: #f9e1e5 !important;
  background-color: #dc3545 !important;
  border: solid 1px #dc3545 !important;
}

.area-col-warning {
  background-color: #fbf0da !important;
  color: #73510d !important;
  border: solid 1px #73510d !important;
}

html, body {
  background: #dfe7f6;
}

.wrapper {
  width: 100%;
}
.wrapper .container {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
  background: #FFF;
  border-radius: 20px;
}
.wrapper .container header {
  padding: 10px 10px;
  text-align: center;
}
.wrapper .container header h1 {
  text-align: center;
}
.wrapper .container header h1 img {
  width: 150px;
}
.wrapper .container main {
  padding: 5px 20px 10px;
}

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