/* media query */
nav.navStd ul li.direct a {
  background-color: #f5f5f5;
  color: #222;
}

.infoArea {
  border: 1px solid #CB4B4B;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .infoArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .infoArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.infoArea > p {
  color: #CB4B4B;
  font-size: 1.1em;
  text-align: center;
}

@media screen and (max-width: 668px) {
  .infoArea > p {
    text-align: left;
  }
}

.infoArea > p:not(:last-child) {
  margin-bottom: 20px;
}

.submitArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

@media all and (max-width: 1200px) {
  .submitArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .submitArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.submitArea p {
  text-align: center;
}

.submitArea p.btn a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 20px 40px 20px 25px;
  display: block;
  background-color: #E1DCDB;
  pointer-events: none;
}

.submitArea p.btn a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submitArea p.btn a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}

@media screen and (max-width: 960px) {
  .submitArea p.btn a {
    padding: 15px 35px 15px 15px;
  }
}

.submitArea p.btn a:hover::after {
  right: 15px;
}

.submitArea p.btn a.on {
  background-color: #3E577E;
  color: #fff;
  pointer-events: painted;
}
/*# sourceMappingURL=index.css.map */