HTML, BODY {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans";
}

HTML, BODY {
  background-color: #623090;
  height: 100%;
}

BODY {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

INPUT[type=submit], BUTTON {
  background-color: #5239BA;
  color: #FFF;
  appearance: none;
  padding: 8px;
  border-radius: 5px;
  border: 0px none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}

A {
  color: #5239BA;
}
A.button-link {
  text-decoration: none;
  border-radius: 5px;
  background-color: #fdbd1d;
  color: inherit;
  padding: 12px 24px;
  font-size: 20px;
  display: inline-block;
}
A:HOVER {
  text-decoration: none;
  opacity: 0.9;
}
A BUTTON {
  cursor: pointer;
}
A BUTTON:HOVER {
  opacity: 0.9;
}

.content {
  background-color: #F8F8F8;
  overflow-y: auto;
}

.login {
  background-color: #FFF;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  padding: 40px;
}
.login LABEL {
  display: block;
  margin-top: 10px;
}
.login BUTTON {
  display: block;
  margin-top: 10px;
}

.footer {
  background-color: #5239BA;
  color: #FFF;
}

.top-area {
  background-color: #F8F8F8;
  padding: 20px 1%;
  max-width: 1024px;
  width: 100%;
  margin: 40px auto 0px auto;
  border-radius: 10px 10px 0px 0px;
}
.top-area .menu LI A {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
}
.top-area .menu LI A.button-login {
  background-color: #5239BA;
}
.top-area .menu LI A.button-create {
  background-color: #fdbd1d;
  color: #000;
}
.top-area .logotext {
  display: none;
}
.top-area .max-width {
  margin: 0 auto;
  position: relative;
}
.top-area ul.menu {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: #FFF;
}
.top-area .menu > LI {
  display: inline-block;
}
.top-area .menu LI I {
  display: block;
  font-size: 32px;
  margin: 0 auto 5px auto;
  width: 32px;
}
.top-area .menu A {
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: #623090;
}
.top-area .menu A:HOVER {
  opacity: 0.8;
}

.max-width {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.front-article {
  background-image: url(/images/front-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 80px;
}

.front-article-inner {
  width: 40%;
  container-type: inline-size;
  padding-bottom: 100px;
}
.front-article-inner H1 {
  color: #5239BA;
  font-size: 9cqw;
}
.front-article-inner P {
  font-size: 5cqw;
}
.front-article-inner .button-link {
  color: #000;
  font-size: 5cqw;
  font-weight: 600;
  padding: 10px 40px;
  display: block;
}
.front-article-inner P.button-disclaimer {
  font-size: 3cqw;
  margin-top: 2px;
  text-align: center;
  width: auto;
  display: inline-block;
}

.front-ksp {
  margin-top: -30px;
  height: 60px;
  border-radius: 15px;
  background-color: #5239BA;
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
}
.front-ksp .ksp {
  box-size: border-box;
  display: inline-block;
  width: 30%;
  font-size: 20px;
  text-align: center;
  padding-top: 16px;
}
.front-ksp .ksp I {
  color: #fdbd1d;
  margin-right: 6px;
}

.front-ksp2 {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.front-ksp2 .ksp {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
}
.front-ksp2 .ksp img {
  display: block;
}
.front-ksp2 .ksp span {
  display: block;
  font-size: 12px;
}

.front-create {
  display: flex;
}
.front-create H1 {
  font-size: 11cqw;
  font-weight: normal;
  max-width: 450px;
}
.front-create H2 {
  color: #5239BA;
  font-weight: 400;
}
.front-create .front-article-inner {
  flex: 1;
  width: 40%;
}
.front-create .front-article-inner .article-ksp {
  background-color: #DDD;
  border-radius: 10px 0px 0px 10px;
  padding: 30px 40px;
  font-size: 20px;
}
.front-create .front-article-inner .article-ksp .ksp {
  padding: 8px 0px;
}
.front-create .front-article-inner .article-ksp .ksp I {
  margin-right: 6px;
}
.front-create .front-col-2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  width: 50%;
}
.front-create .front-create-form {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  background-image: url(/images/create-corner.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(0%, -50%);
  border-radius: 20px;
  padding: 20px;
}
.front-create .front-create-form .form-field label {
  display: block;
}
.front-create .front-create-form .disclaimer {
  width: 200px;
}

.article {
  width: 100%;
  max-width: 800px;
  padding: 40px 40px 40px 40px;
  margin: 0 auto 0 auto;
}

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