@charset "UTF-8";

/* CSS Document */

form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
}

.contact__box {
  max-width: 776px;
  margin: 32px auto 160px;
  padding: 0 24px;
  color: #242323;
}

@media screen and (max-width: 767px) {
  .contact__box {
    margin: 56px auto 68px;
    color: #242323;
  }
}

.contact__ttl {
  margin-bottom: 16px;
}

.input__lead {
  font-size: 14px;
  color: #606060;
  margin-bottom: 12px;
}

.contact__explanation {
  font-size: 16px;
  color: #606060;
  padding-bottom: 56px;
}

.date {
  font-weight: bold;
}

.contact__submit {
  width: 327px;
  margin: 16px auto;
}

.contact__submit li {
  margin-bottom: 16px;
}

.contact__btnview_confirm {
  display: inline-block;
  width: 327px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #3895ff;
  border-style: none;
  border-radius: 8px;
}

.contact__btnview_revise {
  display: inline-block;
  width: 327px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3895ff;
  background-color: #fff;
  border: 1px solid #3895ff;
  border-radius: 8px;
}

.contact__object {
  margin-bottom: 60px;
}

.contact__object .input__txt {
  display: block;
  width: 100%;
  height: 124px;
  box-sizing: border-box;
  padding: 12px;
  font-size: 16px;
  color: #242323;
  line-height: 150%;
  border: 1px solid #bababa;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .contact__object .input__txt {
    height: 272px;
  }
}

.contact__object .t-error {
  border: 1px solid #fd5c5c;
}

@media screen and (max-width: 767px) {
  .contact__object .input__txt:focus {
    outline: none;
    padding: 11px;
    border: 2px solid #3895ff;
  }
}

.contact__object .input__txt:focus {
  outline: none;
}

::placeholder {
  color: #bababa;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.p-txt::placeholder {
  color: #bababa;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.contact__object .input__mail {
  display: block;
  padding: 5px 5px 5px 0;
  width: 100%;
  font-size: 16px;
  color: #242323;
  border-bottom: 1px solid #bababa;
}

@media screen and (max-width: 767px) {
  .contact__object .input__mail:focus {
    border-bottom: 2px solid #3895ff;
    outline: none;
  }
}

.contact__object .m-error {
  border-bottom: 1px solid #fd5c5c;
}

.contact__object .contact__input {
  margin: 10px 0;
  display: block;
  border-bottom: 1px solid #bababa;
  width: 400px;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact__object .contact__input {
    width: 100%;
  }
}

.contact__input:invalid {
  color: #bababa;
  letter-spacing: -0.1em;
}

.contact__input:focus {
  outline: none;
}

.select__box {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .select__box {
    width: 100%;
  }
}

.select__box::after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 3%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #bababa;
  border-bottom: 2px solid #bababa;
  transform: rotate(45deg) translateY(-60%);
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact__object .contact__input:focus {
    border-bottom: 2px solid #3895ff;
    outline: none;
  }
}

.contact__object .s-error {
  border-bottom: 1px solid #fd5c5c;
}

@media screen and (max-width: 767px) {
  .contact__object {
    width: 100%;
  }
}

.input__note {
  font-size: 12px;
}

.error__txt_top {
  padding: 15px;
  margin-bottom: 48px;
  background: #ffe5e5;
  border-radius: 8px;
  font-size: 12px;
}

.error__txt_top img {
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.error__txt_top span {
  vertical-align: middle;
  color: #242323;
}

.error__txt {
  color: #fd5c5c;
  font-size: 12px;
  margin-top: 5px;
}

.comp__img {
  text-align: center;
  margin: 40px 0;
}

.comp__img img {
  width: 316px;
}

@media screen and (max-width: 767px) {
  .comp__img img {
    width: 210px;
  }
}

@media screen and (max-width: 320px) {
  .comp__img img {
    width: 190px;
  }
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #bababa;
  color: #909090;
  font-size: 14px;
  border-radius: 17px;
  margin-right: 5px;
}

.radio-inline__input:checked+.radio-inline__label {
  background: #3895ff;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  border-radius: 17px;
}

.radio-inline__input:focus+.radio-inline__label {
  border-radius: 17px;
}

form {
  border-top: #eee solid 2px;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  form {
    padding-top: 32px;
  }
}

.contact__heading {
  margin-bottom: 40px;
  font-size: 24px;
}

.ttl {
  font-size: 18px;
  color: #242323;
}

.category__list {
  overflow: hidden;
}

.category__list li {
  float: left;
  margin: 10px 3px 30px 0;
}

@media screen and (max-width: 767px) {
  .contact__heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .contact__explanation {
    padding-bottom: 32px;
  }
  .ttl {
    font-size: 16px;
    color: #242323;
  }
  .category__list li {
    margin: 15px 8px 0 0;
  }
  .category__list {
    margin-bottom: 24px;
  }
  .contact__object {
    margin-bottom: 32px;
  }
  .contact__object select {
    width: 100%;
  }
  .contact__btnview_confirm {
    display: inline-block;
    width: 100%;
  }
  .contact__btnview_revise {
    display: inline-block;
    width: 100%;
  }
  .contact__submit {
    width: 100%;
  }
}

.contact__btnview_complete {
  display: inline-block;
  width: 327px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #3895ff;
  border-style: none;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .contact__btnview_complete {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    letter-spacing: 1px;
    color: #fff;
    background-color: #3895ff;
    border-style: none;
    border-radius: 8px;
  }
}

@media screen and (max-width: 320px) {
  .contact__btnview_confirm {
    display: inline-block;
    width: 100%;
  }
  .contact__btnview_complete {
    display: inline-block;
    width: 100%;
  }
  .contact__btnview_revise {
    display: inline-block;
    width: 100%;
  }
  .contact__submit {
    width: 100%;
  }
  .contact__object .contact__input {
    width: 100%;
  }
  .contact__object .contact__input_error {
    width: 100%;
  }
}

.confirm__object {
  margin-bottom: 56px;
  padding-bottom: 5px;
}

.confirm__object--inner {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .confirm__object {
    margin-bottom: 24px;
    padding-bottom: 5px;
  }
  .confirm__txt {
    font-size: 14px;
  }
}

.confirm__label {
  font-size: 12px;
  color: #606060;
}

.confirm__input {
  margin-top: 4px;
  padding-bottom: 9px;
  font-size: 16px;
  color: #242323;
}

.confirm__lead {
  font-size: 12px;
  color: #606060;
  margin-top: 4px;
}

.confirm__txt {
  font-size: 16px;
  color: #242323;
  margin-bottom: 56px;
}

.c__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .c__ttl {
    margin-bottom: 32px;
    font-size: 20px;
  }
}