/* Scss Document */
.read {
  margin: 1em 0 0;
  padding: 0 1em;
  line-height: 1.6;
}
.read span {
  color: #f00;
}

h2 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.375em;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*form reset*/
input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0.35em;
  width: 100%;
}

input[type="button"] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2f4ff',GradientType=0 );
  border: 1px solid #ddd;
  border-radius: 0;
}

input[type="submit"] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2f4ff',GradientType=0 );
  border: 1px solid #ddd;
  border-radius: 0;
  width: 10em;
}

input[type="reset"] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaf7ff 54%, #e2f4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2f4ff',GradientType=0 );
  border: 1px solid #ddd;
  border-radius: 0;
  width: 10em;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0.35em;
  width: 100%;
}

select {
  border: 1px solid #ddd;
  height: 2em;
}

.formarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  padding: 0 1em;
  margin: 2em auto 0 1em;
}
@media screen and (max-width: 414px) {
  .formarea {
    padding: 0;
    margin: 2em auto 0;
  }
}
.formarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
}
@media screen and (max-width: 414px) {
  .formarea dl {
    display: block;
  }
}
.formarea dl dt {
  width: 140px;
}
.formarea dl dt span {
  color: #f00;
}
@media screen and (max-width: 414px) {
  .formarea dl dt {
    line-height: 1.5;
  }
}
.formarea dl dd {
  padding: 0.3em;
  box-sizing: border-box;
  width: calc(100% - 140px);
}
.formarea dl dd .ssize {
  width: 8em;
}
.formarea dl dd .msize {
  width: 15em;
}
@media screen and (max-width: 414px) {
  .formarea dl dd {
    width: 100%;
    padding: 0.3em 0;
  }
}
.formarea div {
  text-align: center;
  margin-top: 1em;
}

.privacy_policy {
  margin: 1.5em 0 0;
  padding: 0 0.5em;
  font-size: 0.875em;
  line-height: 1.8;
}
.privacy_policy span {
  font-weight: 700;
}

.thanks {
  margin: 4em 0;
  text-align: center;
  line-height: 2;
}
.thanks div {
  display: inline-block;
  text-align: left;
}
.thanks div h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.thanks div .home {
  text-align: center;
  margin-top: 2em;
}
