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

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

@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;
  }
}

@media screen and (max-width: 668px) {
  .infoArea {
    margin-bottom: 30px;
  }
}

.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;
}

.checkText {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
  font-size: 1.3em;
  letter-spacing: 2px;
}

@media screen and (max-width: 668px) {
  .checkText {
    margin-bottom: 30px;
  }
}

.scrollArea {
  height: 500px;
  overflow-y: scroll;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 50px;
}

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

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

@media screen and (max-width: 668px) {
  .scrollArea {
    padding: 20px;
  }
}

.scrollArea > h3 {
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 150%;
  letter-spacing: 3px;
}

.scrollArea > section:not(:last-child) {
  margin-bottom: 40px;
}

.scrollArea > section > h4 {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0.2rem 1rem;
  border-left: 8px solid #000;
  background-color: #f0f0f0;
}

.scrollArea > section > p:not(:last-child) {
  margin-bottom: 15px;
}

.scrollArea > section > ul:not(:last-child) {
  margin-bottom: 15px;
}

.scrollArea > section > ul.disc {
  margin-left: 20px;
}

.scrollArea > section > ul.disc li {
  list-style: disc;
}

.scrollArea > section > ul.kome {
  margin-left: 20px;
  margin-left: 1em;
}

.scrollArea > section > ul.kome li {
  list-style: none;
}

.scrollArea > section > ul.kome li {
  text-indent: -1em;
}

.scrollArea > section span.red {
  color: #CB4B4B;
}

.scrollArea > label.checkArea {
  background-color: #E1DCDB;
  padding: 20px;
  text-align: center;
  display: block;
  letter-spacing: 3px;
  font-size: 1.1em;
  margin-left: 10px;
}

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

@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.txt {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.submitArea button {
  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;
  margin: 0 auto;
  width: 100%;
}

.submitArea button::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 button:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}

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

.submitArea button:hover::after {
  right: 15px;
}

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