@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  --bs-base-color:#1ead69;
  --bs-base-site-color:#24A368;
  --bs-sub-site-color:#74BB35;
  --bs-font-family:"SourceHanSansJP-Regular";
  --bs-bootstrap-family:"bootstrap-icons";
  --bs-border-radius: 0.375rem;
  --bs-primary-text-emphasis: #013550;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #284105;
  --bs-info-text-emphasis: #033a47;
  --bs-warning-text-emphasis: #573002;
  --bs-danger-text-emphasis: #580f0f;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce6f4;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #e0edcf;
  --bs-info-bg-subtle: #cee9f0;
  --bs-warning-bg-subtle: #f7e4cd;
  --bs-danger-bg-subtle: #f8d4d4;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9acee9;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #c1da9e;
  --bs-info-border-subtle: #9cd3e0;
  --bs-warning-border-subtle: #f0c99b;
  --bs-danger-border-subtle: #f1a8a8;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
}

/* ============================================ */
/* RESET
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them stable.
 * 1. Make form elements stable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================ */
/* BASE
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: var(--bs-font-family);
  font-size: 1.4em;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: #2D2E33;
}

a:hover {
  color: #2D2E33;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

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

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

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

.valign-middle {
  vertical-align: middle;
}

.mg0 {
  margin: 0 !important;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.pd-5 {
  padding: 5px !important;
}

.pd-l5 {
  padding-left: 5px !important;
}

.pd-r5 {
  padding-right: 5px !important;
}

.noPointer {
  cursor: not-allowed !important;
  pointer-events: none;
}

hr {
  color: #adb5bd;
  margin: 10px 0 5px;
}

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

.pos_relative {
  position: relative;
}

/***********************
 FONT
 **********************/
.ff_bold {
  font-family: "SourceHanSansJP-Bold";
}

.ff_medium {
  font-family: "SourceHanSansJP-Medium";
}

.ff_alpha {
  font-family: din-2014, sans-serif;
}

/***********************
 ボタン
 **********************/
.btn {
  display: inline-block;
  padding: 0.725rem 1.25rem;
  font-family: "SourceHanSansJP-Bold";
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #2c3034;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-base {
  background-color: var(--bs-base-color);
  border: solid 1px var(--bs-base-site-color);
  color: #FFF;
}

.btn-base:hover {
  background-color: var(--bs-sub-site-color);
  color: #FFF !important;
}

.btn-gray {
  background-color: #454c53;
  border: solid 1px #454c53;
  color: #FFF;
}

.btn-gray:hover {
  background-color: #373d42;
  color: #FFF !important;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group .btn {
  border-radius: 0 !important;
}

.btn-group, .btn-group-vertical {
  /*position: relative;*/
  display: inline-flex;
  vertical-align: middle;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-text {
  font-size: 1.2rem;
}

.alert-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bs-alert-link-color);
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

input {
  line-height: normal;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  overflow: auto;
}

input[type=text], textarea, .form-control {
  border: solid 1px #adb5bd;
  border-radius: 0.725rem;
  padding: 10px;
  width: 100%;
}

.form-control:focus {
  /*border-color: #66afe9;*/
  border-color: var(--bs-sub-site-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(36, 163, 104, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(36, 163, 104, 0.6);
}

.formBtn1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.formBtn1 div {
  width: 100%;
}
.formBtn1 div p {
  padding: 10px;
  text-align: center;
}

.formBtn2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.formBtn2 div {
  width: 50%;
}
.formBtn2 div p {
  padding: 10px;
  text-align: center;
}

.txt-btn-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.txt-btn-box .input {
  width: 70%;
}
.txt-btn-box .input-btn {
  width: 30%;
}
.txt-btn-box .input-btn p {
  padding-left: 10px;
  text-align: left;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  line-height: 25px;
  font-size: 1.2rem;
}

.form-group {
  padding-bottom: 10px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 20px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
}

.require {
  padding: 2px;
  border: solid 1px #dc2626;
  color: #dc2626;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.any {
  padding: 2px;
  border: solid 1px #ced4da;
  color: #adb5bd;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control.is-invalid {
  border-color: #dc2626;
}

.notice {
  font-size: 1.2rem;
  padding: 5px 0;
  color: #dc2626;
}

textarea.form-control {
  height: auto;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=radio], input[type=checkbox] {
  /*margin: 4px 0 0;*/
  /*margin-top: 1px \9;*/
  line-height: normal;
  border: solid 1px #ced4da;
  width: 20px;
  height: 20px;
}

input[type=radio] {
  border-radius: 10rem;
  position: relative;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bs-base-site-color);
  content: "";
}

input[type=checkbox]:checked {
  background-color: var(--bs-base-site-color);
}

input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

button, select {
  text-transform: none;
}

.select {
  position: relative;
}

.select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #adb5bd transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}

option:nth-child(2n+1) {
  background: #e9ecef;
}

/*

.input_box{
  display: flex;
  flex-wrap: wrap;
}
.input_box .flex2{
  width: 50%;
}
.input_box .flex3{
  width: calc(100%/3);
}
.input_box .flex4{
  width: calc(100%/4);
}
.input_W3rem{
  width: 3rem;
  padding: 0 5px;
  text-align: center;
  position: relative;
  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }
}


.input_W5rem{
  width: 5rem;
  padding: 0 5px;
  text-align: center;
  position: relative;
  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }
}
.input_W8rem{
  width: 8rem;
  text-align: center;
  position: relative;

  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }

}
.input_W10rem{
  width: 10rem;
  position: relative;

  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }

}
.input_W20rem{
  width: 20rem;
  position: relative;

  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }

}

.input_W30rem{
  width: 30rem;
  position: relative;

  .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //-webkit- transform: translateY(-50%) translateX(-50%);
  }

}
*/
.innerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.innerText2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.bg-color {
  background: var(--bs-base-site-color) linear-gradient(135deg, var(--bs-base-site-color) 0, var(--bs-sub-site-color) 100%) !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  min-height: 100vh;
}

.container {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  flex: 0 0 auto;
}

header {
  margin: 20px auto;
  min-width: 250px;
  max-width: 350px;
  width: 100%;
}
header p {
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #6c757d;
  font-weight: bold;
}

main {
  margin: 20px auto;
  min-width: 320px;
  max-width: 620px;
  width: 100%;
  padding: 20px;
}

footer {
  margin: 20px auto;
  width: 100%;
  text-align: center;
  color: #6c757d;
}

.forgot {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.forgot a {
  color: #6c757d;
  text-decoration: underline solid #6c757d;
}

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