@charset "utf-8";

/* ----------------------------------------

notfound

---------------------------------------- */

.disabled {
  color: #ccc!important;
  pointer-events: none;
}

/* notfound
------------------------------- */
.l-notfound {
  padding: 60px 20px 40px 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.l-notfound h2 {
  color: #fa554b;
  font-size: 214.3%;
  font-weight: bold;
  margin: 35px 0 25px;
}
.l-notfound p {
  color: #5e230d;
  line-height: 1.67;
  font-weight: bold;
  font-size: 107.1%;
  margin-bottom: 50px;
}
.l-notfound a {
  min-width: inherit;
  width: 200px;
  text-decoration: none;
}


/* maintenance
------------------------------- */
.l-maintenance {
  padding: 60px 20px 40px 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.l-maintenance h2 {
  color: #5e230d;
  font-size: 214.3%;
  font-weight: bold;
  margin: 35px 0;
}
.l-maintenance dl {
  padding: 20px;
  margin-bottom: 30px;
  width: 480px;
  background: #fa554b;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.5;
  font-size: 142.9%;
  font-weight: bold;
}
.l-maintenance p {
  color: #5e230d;
  line-height: 1.67;
  font-weight: bold;
  font-size: 107.1%;
}
