@charset "UTF-8";
select {
  background: #fff;
  padding: 10px;
  width: 100%;
}

.c-formSelectItem {
  width: 280px;
  position: relative;
}
.c-formSelectItem::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-formSelectItem {
    width: 100%;
  }
  .c-formSelectItem::after {
    top: 11px;
  }
}

textarea {
  background: #fff;
  padding: 10px;
  resize: none;
  width: 100%;
  height: 120px;
}

.p-special_in-title {
  text-align: center;
}

.lead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lead {
    font-size: 13px;
    text-align: left;
  }
}

.period {
  width: 320px;
  background: #fff;
  border: solid 2px #000;
  text-align: center;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .period {
    width: 100%;
    font-size: 13px;
    margin: 10px auto 0;
  }
}

.period dt {
  background: #000;
  color: #fff;
  padding: 5px 0;
}

.period dd {
  padding: 5px 0;
}

.form {
  background: #000;
  padding: 50px;
  color: #fff;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .form {
    padding: 6% 5%;
  }
}

.form .att {
  font-size: 13px;
}

.form .green {
  color: #fff000;
}

.submit {
  background: #fff;
  width: 200px;
  margin: 20px auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}

@media only screen and (max-width: 767px) {
  .submit {
    width: 150px;
  }
}

.submit input {
  text-align: center;
  color: #000;
  width: 200px;
  padding: 5px 0;
  font-family: YakuHanJP, "M PLUS 1p", "Anton", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  font-size: 18px;
  border: solid 2px #fff;
}

@media only screen and (max-width: 767px) {
  .submit input {
    font-size: 13px;
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .submit:hover {
    background: #000;
  }
  .submit:hover input {
    color: #fff;
  }
}

.form_list .form_item {
  margin-top: 20px;
}

.form_list .form_item dt {
  margin-bottom: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .form_list .form_item dt {
    font-size: 15px;
  }
}

.form_chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .form_chara {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form_chara .c-formRadioItem {
  cursor: pointer;
  width: 10%;
  margin-left: 0.5%;
}

.form_chara .c-formRadioItem .c-formRadio__text {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form_chara .c-formRadioItem:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form_chara .c-formRadioItem {
    width: 19%;
    margin: 0 1% 2% 0;
  }
  .form_chara .c-formRadioItem .c-formRadio__text {
    font-size: 10px;
  }
}

.form_chara .sample-radio {
  display: none;
}

.form_chara .sample-radio + label img {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}

.form_chara .sample-radio:checked + label img {
  opacity: 1;
}



.thanks{    
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .thanks{    
    font-size: 15px;
  }
}