@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

/* Utility
   ========================================================================== */
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.reset, form dl dd, form dl dt {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

/* Utility
   ========================================================================== */
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.reset, form dl dd, form dl dt {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

form {
  margin: 0 auto;
  padding: 50px 0 0 0;
  border: none;
}
form fieldset {
  border: none;
}
@media (max-width: 768px) {
  form dl {
    border-bottom: 1px solid silver;
  }
}
form dl dt {
  width: 12em;
  float: left;
  padding: 0.7em 0 0.5em 0;
  min-height: 1.5em;
  clear: left;
}
@media (max-width: 768px) {
  form dl dt {
    width: auto;
    float: none;
    min-height: auto;
    padding: 1em 0 0 0;
    border-top: 1px solid silver;
    text-align: left;
  }
}
form dl span {
  font-size: 0.8em;
  color: red;
}
form dl dd {
  text-align: left;
  padding: 0.7em 0.5em 0.5em 12em;
  min-height: 1.5em;
}
@media (max-width: 768px) {
  form dl dd {
    padding: 0.3em 0 1em 0;
    min-height: auto;
  }
}
form dl dd input,
form dl dd textarea {
  border: 1px solid #777;
  background: #fff;
  border-radius: 5px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
form dl dd textarea {
  height: 10em;
  width: 95% !important;
}
form dl dd input[type=checkbox] {
  display: none;
}
form dl dd input[type=checkbox] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
form dl dd input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
form dl dd input[type=checkbox]:checked + label {
  color: #333;
}
form dl dd input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
form dl dd input[type=radio] {
  display: none;
}
form dl dd input[type=radio] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
form dl dd input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
form dl dd input[type=radio]:checked + label {
  color: #333;
}
form dl dd input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #333;
  border-radius: 50%;
}
form dl dd .post_code {
  width: 4em !important;
}
form dl dd input#email,
form dl dd input#address {
  width: 80% !important;
}
form dl dd input#confirm_email1 {
  width: auto !important;
}
form dl dd input#confirm_email2 {
  width: auto !important;
}
form dl dd input:focus,
form dl dd textarea:focus {
  box-shadow: 0 0 7px #3498db;
  border: 1px solid #3498db;
}
form dl dd div.hide {
  visibility: hidden;
  opacity: 0;
}
form dl dd div.hide > input {
  display: inline;
}
form dl dd div.error {
  color: #c80000;
  margin: 0.25em 0 0 0;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  display: inline;
  line-height: 1.5em;
}
form dl dd div#match_error {
  padding: 0 0 0 0;
  display: block;
}
form dl dd div#match_error.match {
  color: #1bcd6b;
}
form .CheckBoxLabelClass {
  margin-right: 20px;
  padding-left: 22px;
}
form .radiolabel {
  margin-right: 20px;
  padding-left: 22px;
}
form .LabelSelected, form .RadioSelected {
  background-position: bottom left;
}

.submit {
  border: 1px solid #333;
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18pxpx;
  line-height: 27pxpx;
  font-size: 1.125pxrem;
  line-height: 1.6875pxrem;
  letter-spacing: 0.3em;
  padding: 0.7em 1em 0.5em 1.3em;
}
.submit:hover {
  border: 1px solid #333;
  background-color: #333;
}
.submit:active {
  background: #666;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#privacy > p {
  text-align: left;
}
#privacy > ul > li {
  text-align: left;
}
#privacy > ul > li h3 {
  margin: 20px 0 5px 0;
  font-size: 1.1em;
}
#privacy > ul > li ol > li {
  margin: 0 0 0 2em;
  list-style: disc;
}

#aisatu {
  display: flex;
  flex-wrap: wrap;
}
#aisatu > div:nth-child(1) {
  width: 28%;
  margin-right: 2%;
}
#aisatu > div:nth-child(1) p {
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  padding: 10px 0 0 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#aisatu > div:nth-child(1) p span {
  display: block;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
}
#aisatu > div:nth-child(2) {
  width: 70%;
}/*# sourceMappingURL=index.css.map */