#form .inner .form_tt {
  text-align: center;
}
#form .inner .form_tt .bold {
  font-weight: bold;
}
#form .inner .form_tt .attention {
  color: #E73828;
}
#form .inner .form_tt .kome {
  color: #E73828;
  font-size: 1rem;
  position: relative;
  top: -1.5em;
}
#form .inner .form_cont {
  width: 90%;
  max-width: 960px;
  margin: 3em auto;
  background-color: #E7DDD2;
}
#form .inner .form_cont dl {
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  border-top: #ffffff 1px solid;
  border-bottom: #C1AC93 1px solid;
  border-left: #ffffff 1px solid;
}
#form .inner .form_cont dl:first-child {
  border-top: #C1AC93 1px solid;
}
#form .inner .form_cont dl dt {
  float: left;
  width: 32%;
  font-size: .85rem;
  padding: .6rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #form .inner .form_cont dl dt {
    width: 37%;
  }
}
@media all and (max-width: 480px) {
  #form .inner .form_cont dl dt {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
}
#form .inner .form_cont dl dt.required::after {
  content: "\005fc5\009808";
  display: block;
  font-size: .5rem;
  width: 1.5rem;
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  background-color: #E73828;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
#form .inner .form_cont dl dd {
  float: right;
  width: 68%;
  background-color: #ffffff;
  padding: .6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #form .inner .form_cont dl dd {
    width: 63%;
  }
}
@media screen and (max-width: 480px) {
  #form .inner .form_cont dl dd {
    display: block;
    width: 100%;
  }
}
#form .inner .form_cont dl dd p {
  font-size: .85rem;
}
@media all and (max-width: 480px) {
  #form .inner .form_cont dl dd p {
    font-size: 1rem;
  }
}
#form .inner .form_cont dl dd p.inline {
  display: inline-block;
  width: 49%;
}
@media all and (max-width: 480px) {
  #form .inner .form_cont dl dd p.inline {
    width: 48%;
  }
}
@keyframes hover01 {
  0% {
    background-color: #000000;
    color: #ffffff;
  }
  100% {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #000000;
  }
}
#form .inner .form_cont dl dd p.inline .search_btn {
  display: block;
  font-size: .6rem;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
}
#form .inner .form_cont dl dd p.inline .search_btn:hover {
  animation: hover01 .4s ease-out forwards;
}
#form .inner .form_cont dl dd input {
  width: 80%;
}
@media all and (max-width: 480px) {
  #form .inner .form_cont dl dd input {
    width: 98%;
  }
}
#form .inner .form_cont dl dd textarea {
  width: 80%;
  height: 8em;
}
@media all and (max-width: 480px) {
  #form .inner .form_cont dl dd textarea {
    width: 98%;
  }
}
#form .inner .form_submit {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 2rem;
}
#form .inner .form_submit p {
  font-size: .85rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  #form .inner .form_submit p {
    font-size: 1rem;
  }
}
#form .inner .form_submit p.attention {
  font-size: .6rem;
  text-align: left;
  margin: 2rem 0 3rem;
}
@media all and (max-width: 480px) {
  #form .inner .form_submit p.attention {
    font-size: .8rem;
  }
}
#form .inner .form_submit .submit_btn .lack {
  display: block;
  width: 40%;
  height: 7rem;
  margin: 0 auto 2rem;
  box-sizing: border-box;
  background-color: #DCD1C5;
  border: 1px solid #ffffff;
  font-weight: bold;
  padding: 1rem 1rem 0;
  color: #ffffff;
}
@media all and (max-width: 480px) {
  #form .inner .form_submit .submit_btn .lack {
    width: 96%;
  }
}
#form .inner .form_submit .submit_btn .lack span {
  display: block;
  font-size: .6rem;
  margin-top: 1em;
}
@keyframes hover02 {
  0% {
    border: 1px solid #ffffff;
  }
  100% {
    border: 10px solid #ffffff;
  }
}
#form .inner .form_submit .submit_btn #submit {
  display: block;
  width: 40%;
  height: 7rem;
  margin: 0 auto 2rem;
  box-sizing: border-box;
  background-color: #E11C24;
  border: 1px solid #ffffff;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  #form .inner .form_submit .submit_btn #submit {
    width: 96%;
  }
}
#form .inner .form_submit .submit_btn #submit:hover {
  animation: hover02 .4s ease-out forwards;
}
@media all and (max-width: 480px) {
  #form .inner .form_submit .submit_btn #submit:hover {
    animation: none;
  }
}
#form .inner .form_submit a:link {
  text-decoration: underline;
}
#form.confirm .inner .confirm_txt {
  text-align: center;
  margin-top: 3rem;
}
#form.confirm .inner .form_cont dl dd {
  font-size: .85rem;
}
@media all and (max-width: 480px) {
  #form.confirm .inner .form_cont dl dd {
    font-size: 1rem;
  }
}
#form.confirm .inner .form_submit .submit_btn.confirm_btn {
  text-align: center;
}
#form.confirm .inner .form_submit .submit_btn.confirm_btn #correct {
  display: inline-block;
  width: 30%;
  height: 5rem;
  background-color: #B0A497;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  #form.confirm .inner .form_submit .submit_btn.confirm_btn #correct {
    width: 96%;
    margin-bottom: 1rem;
  }
}
#form.confirm .inner .form_submit .submit_btn.confirm_btn #correct:hover {
  animation: hover02 .4s ease-out forwards;
}
#form.confirm .inner .form_submit .submit_btn.confirm_btn #submit {
  display: inline-block;
  height: 5rem;
}

#send .inner .thanks_txt {
  width: 90%;
  max-width: 960px;
  margin: 2rem auto;
  text-align: center;
}
#send .inner .thanks_txt .txt01 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#send .inner .thanks_txt .txt02 {
  font-size: .85rem;
  margin-bottom: 2rem;
}
#send .inner .top_btn {
  text-align: center;
}
#send .inner .top_btn a {
  display: inline-block;
  width: 40%;
  height: 7rem;
  margin: 0 auto 2rem;
  box-sizing: border-box;
  background-color: #E11C24;
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
}
#send .inner .top_btn a img {
  width: 60%;
  display: block;
  margin: 1rem auto 0;
}
#send .inner .top_btn a:hover {
  animation: hover02 .4s ease-out forwards;
}
