@charset "UTF-8";
.errorlist {
  color: red;
}

.hide {
  display: none;
}

.profile label {
  width: 100px;
}

.profile input {
  width: 300px;
}

.logintextbox {
  width: 300px;
}

.flexbox-center {
  display: flex;
  justify-content: center; /*中央寄せで配置*/
}

.admin-box {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body main#main {
  flex: 1;
}

.question-number {
  font-size: 20px;
}

.question-note {
  margin-bottom: 20px;
}

#privacy-policy h2 {
  font-size: 30px;
  margin-bottom: 60px;
}
#privacy-policy h3 {
  font-size: 24px;
}
#privacy-policy section {
  margin: 0 0 40px;
  padding: 0;
}

.terms-of-use .text-wrapper {
  border: 1px solid #ccc;
  padding: 6px;
  width: 720px;
  height: 180px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.terms-of-use .text-wrapper .text h4 {
  font-size: 16px;
  font-weight: bold;
}
.terms-of-use .text-wrapper .text section {
  padding: 0 0 16px;
}
.terms-of-use .text-wrapper .text section p {
  line-height: 1.5;
  margin-bottom: 8px;
}
.terms-of-use .agree {
  margin-bottom: 30px;
}
.terms-of-use .agree label input[type=checkbox] {
  margin-right: 10px;
}

.footer-company-logo-img {
  width: 200px;
}
@media screen and (max-width: 700px) {
  .footer-company-logo-img {
    width: 100px;
  }
}

#footer-company-logo {
  text-align: right;
  padding-bottom: 20px;
}

.input_mail {
  width: 350px;
  font-size: 120%;
  font-family: "Open Sans", sans-serif;
}

.checkbox_remember {
  width: 18px;
  height: 18px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.error {
  color: red;
}

.contact .php-email-form .disabled {
  background: #d9dbde !important;
  color: #fff !important;
  border: #d9dbde !important;
}

.contact .php-email-form .disabled:hover {
  background: #d9dbde !important;
  color: #fff !important;
  border: #d9dbde !important;
}

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