.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}

.wpcf7-form input[type="submit"] {
background-color: #0073aa;
color: #fff;
border: none;
padding: 10px 50px;
cursor: pointer;
border-radius: 5px;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #005177;
}

/* Scss Document */
header nav ol li:nth-of-type(5) a {
  background-image: url("/common/images/nav_recruit_o.svg");
  width: 77px;
  height: 95px;
  margin-left: 27px;
}
header nav ol li:nth-of-type(5) a:hover {
  background-image: url("/common/images/nav_recruit.svg");
  width: 77px;
  height: 95px;
}

@media (min-width: 969px) {
  body {
    background-image: url("images/bg.png");
    background-position: top 110px center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 968px) {
  h1 img {
    margin-top: 6px;
    height: 80%;
  }
}

main {
  text-align: center;
}
main section {
  margin: 0px auto;
  text-align: left;
}
@media (min-width: 969px) {
  main section {
    padding-left: 30px;
    padding-right: 30px;
    height: 460px;
    overflow-y: scroll;
  }
  main section::-webkit-scrollbar {
    width: 5px;
  }
  main section::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  main section::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  main section::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
}
main section article {
  border-bottom: 2px #000 dashed;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
}
@media (min-width: 969px) {
  main section article {
    display: flex;
  }
}
main section article div {
  background-image: url("../common/images/date.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media (min-width: 969px) {
  main section article div {
    padding: 3px 10px;
    font-size: 14px;
  }
}
@media (max-width: 968px) {
  main section article div {
    padding: 3px 10px;
    font-size: 14px;
  }
}
main section article p {
  display: block;
}
@media (min-width: 969px) {
  main section article p {
    padding-top: 2px;
    padding-left: 10px;
    margin: 0px;
  }
}
@media (max-width: 968px) {
  main section article p {
    padding-top: 10px;
    margin: 0px;
  }
}
main section article a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 969px) {
  main section article a {
    font-size: 16px;
  }
}
@media (max-width: 968px) {
  main section article a {
    font-size: 15px;
  }
}
main section article a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=local.css.map */