/*--------------------------------------------------------------------------
   Request
---------------------------------------------------------------------------*/
#Request .ttl dt {
  max-width: 92px !important;
}
@media screen and (max-width: 960px) {
  #Request .ttl dt {
    max-width: 69px !important;
  }
}
#Request #Sec .error-message {
  color: #FF0000;
}
#Request #Sec .txts {
  margin-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  /*--- IE10 ---*/
  align-items: center;
  color: #ED6942;
  position: relative;
}
@media screen and (max-width: 960px) {
  #Request #Sec .txts {
    width: 100%;
  }
}
#Request #Sec .txts dt {
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  #Request #Sec .txts dt {
    width: 55%;
  }
}
#Request #Sec .txts dd {
  position: relative;
}
#Request #Sec .txts dd a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #ED6942;
  padding: 5px 25px;
  box-sizing: border-box;
  border: 1px solid #ED6942;
  border-radius: 50px;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  #Request #Sec .txts dd a {
    padding: 5px 25px 5px 15px;
  }
}
#Request #Sec .txts dd a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 15px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ED6942;
  border-right: 2px solid #ED6942;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 960px) {
  #Request #Sec .txts dd a:after {
    right: 15px !important;
    width: 6px !important;
    height: 6px !important;
  }
}
#Request #Form .form-content-checklist {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
#Request #Form .form-content-checklist li {
  width: 50%;
  margin-bottom: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #Request #Form .form-content-checklist li {
    width: 100%;
  }
}
#Request #Form .form-content-checklist li span {
  position: relative;
}
@media screen and (max-width: 960px) {
  #Request #Form .form-content-checklist {
    margin-bottom: 20px;
  }
}
#Request #Form .form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #Request #Form .form-content {
    display: block;
  }
}
#Request #Form .form-content .form-content-ttl {
  width: 25%;
  margin-left: 2%;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  #Request #Form .form-content .form-content-ttl {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#Request #Form .form-content .form-content-input {
  width: 73%;
}
@media screen and (max-width: 960px) {
  #Request #Form .form-content .form-content-input {
    width: 100%;
  }
}
#Request #Form .form-content6 {
  -ms-flex-align: baseline;
      align-items: baseline;
}
#Request #Form button {
  background-color: #FFFFFF;
}
#Request #Form .c-button {
  padding: 10px 30px;
  width: 100%;
  max-width: 290px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Request #Form .c-button {
    max-width: 100%;
  }
  #Request #Form .c-button:hover {
    color: #ED6942;
  }
  #Request #Form .c-button::before, #Request #Form .c-button::after {
    display: none;
  }
}
#Request #Form .check-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#Request #Form .check-policy span {
  position: relative;
}
#Request #Form .check-policy span a {
  text-decoration: underline;
}
#Request #Form .bt-check, #Request #Form .bt-send {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
#Request #Form .bt-send {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Request #Form .bt-send {
    margin-bottom: 10px;
  }
}
#Request #Form .bt-back {
  text-align: center;
}
#Request #Form #Input .input {
  margin-bottom: 0;
}
#Request #Form #Input input {
  border: 2px solid #ED6942;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Request #Form #Input input {
    font-size: 14px;
    padding: 10px 15px;
  }
}
#Request #Form #Input textarea {
  border: 2px solid #ED6942;
  border-radius: 5px;
  font-size: 16px;
  height: 200px;
  line-height: 32px;
  outline: 0;
  padding: 10px 15px;
  resize: vertical;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Request #Form #Input textarea {
    font-size: 14px;
    padding: 10px 15px;
  }
}
#Request #Form #Input input[type="checkbox"],
#Request #Form #Input input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#Request #Form #Input label {
  position: relative;
}
#Request #Form #Input label input[type="checkbox"] + span::before {
  border-color: #ED6942;
}
#Request #Form #Input label span {
  display: inline-block;
  padding-left: 35px;
  font-size: 14px;
}
#Request #Form #Input label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#Request #Form #Input label input[type="checkbox"] + span::before, #Request #Form #Input label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
#Request #Form #Input label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: #FFFFFF;
  width: 22px;
  height: 22px;
  border: 2px #ED6942 solid;
  border-radius: 5px;
  box-sizing: border-box;
}
#Request #Form #Input label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
#Request #Form #Input label input[type="checkbox"]:checked + span::before {
  background-color: #ED6942;
}
#Request #Form #Input label input[type="checkbox"]:checked + span::after {
  border: 2px solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#Request #Form #Input ::-webkit-input-placeholder {
  color: #F9D2C6;
}
#Request #Form #Input ::-moz-placeholder {
  color: #F9D2C6;
  opacity: 1;
}
#Request #Form #Input :-ms-input-placeholder {
  color: #F9D2C6;
}
#Request #Form #Input .error {
  border: 2px #D0021B solid;
}
#Request #Form #Input .error_m {
  color: #D0021B;
  padding-top: 5px;
  display: block;
}
#Request #Thanks .thanks-ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #Request #Thanks .thanks-ttl {
    margin-bottom: 15px;
  }
}
#Request #Thanks .thanks-txt {
  text-align: center;
  font-size: 15px;
  line-height: 200%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #Request #Thanks .thanks-txt {
    margin-bottom: 40px;
    text-align: left;
  }
}
#Request #Thanks .bt {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Request #Thanks .bt {
    margin-bottom: 10px;
  }
}
#Request #Thanks .bt:last-child {
  margin-bottom: 0;
}
#Request #Thanks .bt .c-button {
  padding: 10px 30px;
  width: 100%;
  max-width: 290px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Request #Thanks .bt .c-button {
    max-width: 100%;
  }
  #Request #Thanks .bt .c-button:hover {
    color: #ED6942;
  }
  #Request #Thanks .bt .c-button::before, #Request #Thanks .bt .c-button::after {
    display: none;
  }
}
