/* -------------------------------------------------------------- */

/* エントリー画面                                                    */

/* -------------------------------------------------------------- */

header {
  width: 100%;
  position: fixed;
  z-index: 100;
}

h1 {
  padding: 20px;
}

p {
  padding: 5px;
}

ul li {
  list-style: disc;
  padding: 10px 10px;
  text-align: left;
  list-style-position: inside;
}

section {
  overflow: hidden;
  width: 100%;
}

footer {
  width: auto;
  height: 20px;
}

.back_img {
  background-image: url('../img/entry/web_homepage_recruit_bg.png');
  background-size: contain;
  height: 650px;
  /* width: 1400px; */
}

.entry_form {
  background-color: rgb(230, 228, 228);
  padding: 20px;
}

.wrapper {
  padding: 30px 0px;
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  /* animation: bgiLoop 5s linear infinite; */
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 200px;
  }
}

.logo {
  width: 300px;
  height: auto;
}

.simple_theme {
  padding: 1rem 2rem;
  text-align: center;
  margin: 20px 0px;
}

.strong {
  font-weight: bold;
}

.mail_template {
  padding: 0.5em 1em;
  margin: 1em 0;
  background: #fff;
  border-left: solid 6px #5bb7ae;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.warning {
  color: crimson;
}

@media screen and (min-width:671px) and (max-width:900px) {
  .wrapper {
    width: 80%;
  }
}

@media screen and (max-width:670px) {
  .wrapper {
    width: 90%;
  }
}