/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
/* animation
------------------------------ */
/* btn-style
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
*:not(.btn) + .btn {
  margin-top: 2em;
}
.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.2;
  border-radius: 80px;
  padding: 0 1.5em 0;
  cursor: pointer;
  background: #000000;
  color: #f5f5f5;
  border: none;
}
@media (max-width: 960px) {
  .btn--main {
    font-size: 14px;
    min-width: 80%;
  }
}
.btn--sub {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 80px;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #000000;
}
@media (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
    font-size: 14px;
  }
}
.btn--sub:hover {
  background: #000;
  color: #fff;
}
/* form
------------------------------ */
.form--post {
  margin: 0 auto 0 auto;
}
.form--post dt {
  margin: 2em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post dt {
  margin: 2em 0 .5em;
  font-size: 16px;
  font-weight: bold;
  /*opacity: 0.5;*/
}
.form--post dt span.red {
  font-size: 12px;
}
.form--confirm {
  transition: none;
  margin: 0 auto 0 auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.form--confirm * {
  transition: none;
}
.form--confirm dt {
  margin: 2em 0 .5em;
  font-size: 0.8em;
  font-weight: bold;
  opacity: 0.5;
}
.form--confirm dt:first-of-type {
  margin-top: 0;
}
.form--confirm dd:not(:last-of-type) {
  margin: 0 0 .5em;
}
.form--confirm.no-border {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.75;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 14px;
  line-height: 1.75;
}
:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.75;
}
:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.75;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #b5b5b5;
  padding: 0.5em;
}
input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled] {
  background: #ddd;
  color: #000;
  border: none;
  opacity: 0.5;
}
.input--half {
  width: 50% !important;
}
.input--quarter {
  width: 55% !important;
}
/* textarea */
textarea {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #b5b5b5;
  padding: 0.5em;
  height: 10em;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  color: #000;
  border: none;
  opacity: 0.5;
}
/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #b5b5b5;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  color: #000;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #03aca9;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
}
/* checkbox */
.form__checkbox label {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.form__checkbox :checked ~ p::before {
  background: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label {
  padding-left: 1.6em;
}
.form__radio label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}
.form__radio label:hover p::before {
  border-color: #000;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label {
  color: inherit;
  font-size: 18PX;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label {
  padding-left: 0;
  position: relative;
}
.form__toggle label::before,
.form__toggle label::after {
  content: '';
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #ddd;
}
.form__toggle label::before {
  width: 50px;
  border-radius: 15px;
  right: 0;
  top: 50%;
}
.form__toggle label::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: 20px;
  top: 50%;
}
.form__toggle .checked::before {
  background: #03aca9;
  border-color: #03aca9;
}
.form__toggle .checked::after {
  right: 0;
}
.form__toggle .txt--sub {
  margin: 5px 0 0;
}
/* horizontal */
.form--horizontal {
  font-size: 0;
}
.form--horizontal li {
  display: inline-block;
  color: inherit;
  font-size: 14PX;
  font-weight: 400;
  line-height: 1.4;
}
.form--horizontal li.input--half {
  width: 49% !important;
}
.form--horizontal li.input--half:first-of-type {
  margin-right: 2%;
}
.form--horizontal label {
  margin: 0 0.3em 0 0;
}
/* block--pull-down */
.block--pull-down {
  border: none;
  position: relative;
  margin: 0 0 30px;
}
.block--pull-down select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 100%;
  height: 45px;
  background: none;
  color: #111;
  font-size: 16px;
  border-radius: 0;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #555;
}
.block--pull-down:before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  color: #000;
  line-height: 0;
  font-size: 20px;
}
.block--error {
  color: #fff;
  margin: 1em auto;
  background: #ff2c2c;
  padding: 10px;
}
.block--error a {
  color: #fff;
  text-decoration: underline;
}
.list--error li {
  font-size: 13px;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.list--error li::before {
  content: '・';
}
.list--error li:not(:last-of-type) {
  margin-bottom: .5em;
}
.block--error.notice {
  margin: 1em auto;
  padding: 15px;
  background: #fff0ea;
  color: #F32;
  font-weight: bold;
}
.block--error.notice a {
  color: #F32;
  text-decoration: underline;
}
.block--error.notice .txt--basic {
  font-weight: bold;
}
.block--error.notice .list--error li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  font-size: 13px;
  text-indent: -1em;
}
.block--error.notice .list--error li::before {
  display: none !important;
}
.block--error.notice .list--error li:not(:last-of-type) {
  margin-bottom: .5em;
}
