@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* ------------------------------------------------------------
 Reset
------------------------------------------------------------ */
html, body, a, abbr, address, area, article, aside, audio,
b, blockquote, button, canvas, caption, cite, code, col, colgroup,
data, datalist, dd, del, dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
i, iframe, img, input, ins, kbd, label, legend, li, main, map, mark, menu, nav,
object, ol, optgroup, option, output, p, param, pre, progress, q,
rb, rp, rt, rtc, ruby, s, samp, section, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* ------------------------------------------------------------
 Base.css
------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Noto Sans JP, sans-serif;
  height: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #f8fafc;
  color: #212529;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.6;
}

main {
  flex: 1 0 auto;
}

body,h1,h2,h3,h4,h5,h6 {
  font-family: Noto Sans JP, sans-serif;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol, ul, dl {
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

input[type="email"]:focus {
  box-shadow: #80bdff;
  outline: 0;
}

.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.wrap-content {
  box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-top: 1.5rem !important;
  position: relative;
}

.card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  word-wrap: break-word;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}

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

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.form-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  margin-bottom: 0;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}

.col-form-label span {
  background: #3f51b5;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 5px;
  padding: 5px 10px;
}

.col-form-label span.optional {
  background: #616161;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 5px;
  padding: 5px 10px;
}

.form-control {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control:focus {
  background-color: #fff;
  border-color: #9ac8ee;
  box-shadow: 0 0 0 0.25rem rgb(52 144 220 / 25%);
  color: #212529;
  outline: 0;
}

.form-control::placeholder {
  color: #939ba2;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form_textarea {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form_textarea:focus {
  background-color: #fff;
  border-color: #9ac8ee;
  box-shadow: 0 0 0 0.25rem rgb(52 144 220 / 25%);
  color: #212529;
  outline: 0;
}

.border-b {
  border-bottom: solid 2px #f2f2f2;
}

select.form-control:focus::-ms-value {
  background-color: #ffffff;
  color: #495057;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

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

.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}

/* padding-top */
.pt-4 {
  padding-top: 1.5rem !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

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

.mt-5 {
  margin-top: 1.75rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

/* fontsize */
.h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.h5 {
  font-size: 1rem;
  margin-bottom: 0;
}

/* session */
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding: 1rem 1rem;
}

.alert-success {
  background-color: #d7f3e3;
  border-color: #c3ecd5;
  color: #227444;
}

.alert-success .alert-link {
  color: #1b5d36;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #e4002c;
}

.alert-danger hr {
  border-top-color: #721c24;
}

.alert-danger .alert-link {
  color: #491217;
}

/* error */
.is-invalid .form-control {
  background-color: #f8d7da;
  border-color: #e4002c;
  color: #212529;
  outline: 0;
}

.invalid-feedback {
  color: #e4002c;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  margin-top: 1rem;
  width: 100%;
}

/* btn */
.btn-box {
  text-align: center;
}

.btn {
  width: 50%;
}

.close-message {
  padding: 15px 10px 5px;
}

.back-btn, .next-btn, .home-btn, .download-btn {
  width: 80%;
}

.agree-order {
  margin-top: 0.5rem;
  padding: 0 20px;
}
/* ------------------------------------------------------------
 modal
------------------------------------------------------------ */
.modal-content {
  width: 50%;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding: 15px;
}

.modal-body {
  padding: 15px;
}

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}

.sub-modal {
  background-color: #f44336;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  margin-left: 5px;
  padding: 6px 12px;
}

.w3-closebtn.sub-modal:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.bk-modal, .bk-logout-modal, .bk-download-modal {
  background-color: #9e9e9e;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 12px;
}

.w3-closebtn.bk-modal:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
/* ------------------------------------------------------------
 header
------------------------------------------------------------ */
.header-logo img {
  width: 60%;
}

.register-box {
  position: relative;
}

.register-btn {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------
 breadcrumb
------------------------------------------------------------ */
.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 1% 1%;
}

.breadcrumb li {
  font-size: 0.9rem;
  margin-right: 1%;
  padding-right: 2%;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumb li::after {
  bottom: 0;
  color: #3f51b5;
  content: ">";
  font-family: sans-serif;
  font-weight: 700;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------
 footer
------------------------------------------------------------ */
footer {
  flex-shrink: 0;
  width: 100%;
}

.footer-box {
  height: 60px;
}

.footer-list {
  display: flex;
  justify-content: center;
}

.footer-list li {
  border-right: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-list li a {
  color: #fff;
}

.footer-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  text-align: center;
}

.message {
  color: #e4002c;
}
/* ------------------------------------------------------------
 login
------------------------------------------------------------ */
.w80-box {
  text-align: center;
}

.btn-w80 {
  width: 80%;
}

.remember-password {
  text-align: center;
}

.forgot-password {
  text-align: center;
}

.forgot-password a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------
 register
------------------------------------------------------------ */
.policy-check {
  background-color: #d5e9f0;
  border-radius: 0.25rem;
  font-size: 1rem;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.policy-check a:hover {
  color: #007bff;
  text-decoration: underline;
}

.policy-check label input[type='checkbox'] {
  cursor: pointer;
  margin-right: 7px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .header-logo img {
    width: 100%;
  }
  .footer-box {
    height: 130px;
  }
  .footer-list {
    display: block;
    list-style: none;
    text-align: center;
  }

  .footer-list li {
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }

  .copyright {
    font-size: 0.75rem;
    margin-top: 20px;
  }

  #loginBtn {
    width: 100%;
  }
}