@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==================================================
font-size定義(ダッシュボード)
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow: auto;
  touch-action: manipulation;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #242428;
  font-size: 13.8px;
  background-color: #F1F1F1;
  height: 100%;
  min-height: 98vh;
  position: relative;
  font-family: "sans-serif", "Arial", "メイリオ";
}

/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #0A2346;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 10.5px;
  letter-spacing: 0;
}

q {
  quotes: none;
}

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

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 1rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

/* ==================================================
base
================================================== */
body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #242428;
  min-width: 1000px;
}

.l-header, .l-footer, .l-main {
  display: inline-block;
  width: 100%;
  min-width: 1175px;
}

.l-footer, .l-main {
  padding: 0 14px;
}

.l-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

main.l-main {
  min-width: 1200px;
}

/* ==================================================
PC,SP
================================================== */
.-pc {
  display: block;
}

.-sp {
  display: none;
}

/* ==================================================
dt,dd
================================================== */
dl {
  display: table;
}

dl:after {
  clear: both;
  content: "";
  display: block;
}

dt {
  display: table-cell;
  float: left;
  clear: left;
  width: 190px;
  margin-bottom: 45px;
}
dt:last-of-type {
  margin-bottom: 0;
}

dd {
  display: table-cell;
  float: left;
  margin-left: 1em;
  margin-bottom: 25px;
}
dd:last-of-type {
  margin-bottom: 0;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

a:hover {
  color: #B5B5B5;
}

/* ==================================================
move
================================================== */
.-down:hover {
  transform: translate3d(0, 4px, 0);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  overflow: hidden;
  line-height: 1.5;
  font-size: 18px;
}

.l-login {
  width: 100%;
}

input:focus {
  outline: none;
}

.invalid-feedback {
  color: #ff0000;
  display: inline;
}

/* ==================================================
PC,SP
================================================== */
.-pc {
  display: flex !important;
}

.-sp {
  display: none !important;
}

h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

h2 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}

h3 {
  font-weight: 700;
  font-size: 26px;
}

address {
  color: #ACACAC;
  font-size: 13px;
}

.gray-link {
  color: #ACACAC;
}
.gray-link:hover {
  color: #999;
}

.notice {
  font-size: 15px;
}

.l-login-left {
  padding-top: 35px;
  position: relative;
  min-width: 500px;
  width: 50vw;
  min-height: 760px;
  height: 100vh;
  background: url(/images/login_bg.png?b352902465a824de8a55f4570bee74b5);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.l-login-left-title {
  position: absolute;
  top: 25px;
  left: 25px;
}

.l-login-left-catch-image {
  width: 75%;
  margin-top: 20px;
  min-width: 470px;
}

.l-login-right {
  position: relative;
  width: 50vw;
  min-width: 500px;
  min-height: 760px;
  height: 100vh;
}

.l-login-right-main {
  padding-top: 60px;
}

.login_input {
  padding: 30px 27px;
}
.login_input label {
  display: block;
}
.login_input input[type=text], .login_input input[type=email], .login_input input[type=password], .login_input input[type=tel] {
  width: 100%;
  border: #D4D4D4;
  border-radius: 8px;
  font-size: 18px;
  padding: 10px;
}

.-remember input[type=checkbox] {
  display: none;
}

.-remember input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.-remember input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #0A2346;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.-remember input[type=checkbox]:checked + label::before {
  background-color: #0A2346;
  transition: all 0.2s ease;
  border-radius: 10px;
}

.-remember input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 7px;
  margin-top: -5px;
  top: 50%;
  left: 5px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #fff;
}

button.btn.btn-primary {
  background: #0A2346;
  border: 2px solid #0A2346;
  color: #fff;
  padding: 12px;
  width: 52%;
  min-width: 270px;
  border-radius: 51px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  font-weight: 700;
}
button.btn.btn-primary:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -13px;
  right: 38px;
  width: 50px;
  height: 50px;
  background: url(/images/login_off.svg?100d295c7fc47f8fc91326a2c97c3c99);
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
button.btn.btn-primary:hover {
  background: #fff;
  transition: all 0.2s ease;
  color: #0A2346;
}
button.btn.btn-primary:hover:before {
  background: url(/images/login_on.svg?b9c8dae12b037bfbea37aaafbf911c0e);
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.-help {
  font-size: 85%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  background: #0A2346;
  color: #F1F1F1;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
}
.-help:hover {
  text-decoration: none;
}
.-help:hover + small {
  display: inline !important;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 16px;
  }

  .login_input input[type=email], .login_input input[type=password] {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* ==================================================
  PC,SP
  ================================================== */
  body {
    min-width: 100%;
  }

  .-flex {
    display: inline-block !important;
    width: 100%;
    min-width: 100%;
  }

  .-pc {
    display: none !important;
  }

  .-sp {
    display: flex !important;
  }

  .l-login-left-title {
    top: 20px;
    left: 20px;
  }
  .l-login-left-title img {
    width: 95px;
  }

  .l-login-right {
    min-height: 100vh;
  }

  .l-login-right-main {
    padding-top: 90px;
  }

  button.btn.btn-primary {
    font-size: 16px;
    padding: 9px;
  }

  .-help {
    display: none;
  }
}
.-bg-white {
  background-color: #F1F1F1;
}

.-bg-MidleGray {
  background-color: #E1E1E1;
}

.-bg-theme {
  background-color: #0A2346;
}

.-color-theme {
  color: #0A2346;
}

.-color-White {
  color: #F1F1F1;
}

.-link-white {
  color: #F1F1F1;
}
.-link-white:hover {
  color: #B5B5B5;
}

.-link-red {
  color: #A03333;
  font-weight: bold;
}

input,
select {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 3px 8px;
  cursor: pointer;
}
input.mini,
select.mini {
  width: 100px;
}
input.-change,
select.-change {
  background: #FFEECC;
}

input {
  transition: all 0.2s ease;
  cursor: pointer;
  outline: 0;
}
input:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
input.-change {
  background: #FFEECC;
}

input[type=submit]:hover,
input[type=button]:hover {
  color: #B5B5B5;
}

/* radio
-------------------------------------------------------------------------- */
.l-search input[type=radio],
.l-search input[type=checkbox] {
  display: none;
}

.l-search label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 0;
}

.l-search .l-search-rule label {
  width: 48%;
  white-space: nowrap;
}
@media screen and (min-width: 1500px) {
  .l-search .l-search-rule label {
    width: 32.2%;
  }
}

.l-search label::before,
.l-search label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.l-search label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 3px;
}

.l-search label::after {
  background-color: #0A2346;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
}

.l-search input:checked + label::after {
  opacity: 1;
}

.l-search .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/* radio(ボタン)
-------------------------------------------------------------------------- */
input[type=radio].-button {
  display: none;
}

input[type=radio].-button + label {
  margin: 5px 2px 0 0;
  border: #F1F1F1;
  padding: 10px 13px;
  background: #F1F1F1;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type=radio]:checked.-button + label {
  background: #0A2346;
  color: #ffffff;
  transition: all 0.2s ease;
}

input[type=radio]:checked.-button.-change + label {
  background: #DB6B0F;
  color: #F1F1F1;
}

input[type=file] {
  display: none;
}

input[type=date] {
  min-height: 28px;
}

.-left {
  text-align: left;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

.-pointer {
  cursor: pointer;
}

.-round-left {
  border-radius: 0 9px 9px 9px;
}

.-wrap {
  white-space: wrap;
  word-break: break-all;
}

/* ==================================================
margin
================================================== */
.-mt4 {
  margin-top: 4px;
}

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

.-mt6 {
  margin-top: 6px;
}

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

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

.-mt19 {
  margin-top: 19px;
}

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

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

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

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

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

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

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

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

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

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

.-ml30 {
  margin-left: 30px;
}

.-ml40 {
  margin-left: 40px;
}

.-ml50 {
  margin-left: 50px;
}

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

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

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

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

.-mr25 {
  margin-right: 25px;
}

.-mr30 {
  margin-right: 30px;
}

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

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

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

/* ==================================================
padding
================================================== */
.-pl5 {
  padding-left: 5px;
}

.-pl10 {
  padding-left: 10px;
}

.-pl20 {
  padding-left: 20px;
}

.-pl30 {
  padding-left: 30px;
}

.-pl40 {
  padding-left: 40px;
}

.-pl50 {
  padding-left: 50px;
}

/* ==================================================
width
================================================== */
.-w50per {
  width: 50%;
}

.-w75per {
  width: 75%;
}

.-w80per {
  width: 80%;
}

.-w90per {
  width: 90%;
}

.-w100per {
  width: 100%;
}

.-w25 {
  width: 25px;
}

.-w50 {
  width: 50px;
}

.-w70 {
  width: 70px;
}

.-w75 {
  width: 75px;
}

.-w80 {
  width: 80px !important;
}

.-w100 {
  width: 100px;
}

/* ==================================================
float
================================================== */
.-float {
  display: table-cell;
}

/* ==================================================
block
================================================== */
.c-contets {
  margin-top: 50px;
}

.-contets_list + .-contets_list {
  margin-top: 24px;
}

/* ==================================================
decorare
================================================== */
.-left_border {
  border-left: 4px solid #0A2346;
  padding-left: 10px;
}

.-next-link {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  right: -50px;
  background: #F1F1F1;
  padding: 42px;
  border-radius: 50px;
}
.-next-link img {
  position: absolute;
  left: 13px;
  top: calc(50% - 10px);
}
.-next-link:hover {
  transform: translate3d(7px, 0, 0);
}

.-prev-link {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  left: -50px;
  background: #F1F1F1;
  padding: 42px;
  border-radius: 50px;
}
.-prev-link img {
  position: absolute;
  right: 13px;
  top: calc(50% - 10px);
}
.-prev-link:hover {
  transform: translate3d(-7px, 0, 0);
}

/* ==================================================
sticky
================================================== */
.-sticky-right10 {
  position: -webkit-sticky;
  position: sticky;
  right: 10px;
}

.-sticky-right20 {
  position: -webkit-sticky;
  position: sticky;
  right: 20px;
}

.-sticky-right30 {
  position: -webkit-sticky;
  position: sticky;
  right: 30px;
}

.-sticky-right40 {
  position: -webkit-sticky;
  position: sticky;
  right: 40px;
}

.-sticky-right50 {
  position: -webkit-sticky;
  position: sticky;
  right: 50px;
}

.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

.-grid {
  display: grid;
}
