@charset "UTF-8";
.step, .appli_flow {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.appli_flow {
  margin: 60px auto;
}
.step li {
  width: calc(100% / 3 - 35px);
  border: 2px solid #D0D0D0;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  color: #D0D0D0;
  padding: 10px 0;
  max-width: 250px;
  position: relative;
  font-weight: 500;
}
.step li::after, .appli_flow li::after {
  position: absolute;
  content: "";
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: url("../../images/common/b_a_arrow.png")no-repeat center center/contain;
}
.step li:last-child, .appli_flow li:last-child {
  margin: 0
}
.step li:last-child::after, .appli_flow li:last-child::after {
  display: none;
}
.step li.active {
  border: 2px solid #F07114;
  color: #F07114;
}
.step li .en {
  font-size: 20px;
  padding: 20px;
}
.step li .txt {
  font-size: 18px;
  padding: 15px 0 15px 23px;
  line-height: 1.2;
  color: #D0D0D0;
}
.step li.active .txt {
  color: #F07114;
}
.appli_flow li {
  border: 2px solid #FFDEC6;
  width: calc(100% / 3 - 35px);
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 45px 10px 26px;
}
.appli_flow li::after {
  right: -53px;
}
.appli_flow li .en {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 2px solid #F07114;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #F07114;
  font-size: 20px;
}
.appli_flow li .txtcont {
  text-align: center;
}
.appli_flow li .org_txt {
  color: #F07114;
  font-size: 18px;
  margin-bottom: 10px;
}
.appli_flow li .txt {
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}
.icon01, .icon02, .icon03 {
  display: block;
  height: 50px;
  width: 100%;
  margin-bottom: 13px;
}
.icon01 {
  background: url("../../images/application/flow_icon01.png")no-repeat center center/contain;
}
.icon02 {
  background: url("../../images/application/flow_icon02.png")no-repeat center center/contain;
}
.icon03 {
  background: url("../../images/application/flow_icon03.png")no-repeat center center/contain;
}
@media only screen and (min-width: 1001px) {
  .step li .txt {
    border-left: 1px solid #D0D0D0;
  }
  .step li.active .txt {
    border-left: 1px solid #F07114;
  }
}
@media only screen and (max-width: 1000px) {
  .step {
    max-width: 600px;
  }
  .step li {
    width: calc(100% / 3 - 25px);
  }
  .step li::after {
    width: 30px;
    height: 30px;
    right: -36px;
  }
  .step li .en {
    font-size: 16px;
    padding: 10px;
  }
  .step li .txt {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .step {
    max-width: 400px;
  }
  .step li {
    flex-wrap: wrap;
    text-align: center;
    padding: 5px;
    width: calc(100% / 3 - 15px);
  }
  .step li .txt {
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    padding: 10px 0;
    width: 100%;
  }
  .step li .en {
    line-height: 1;
    width: 100%;
  }
  .step li::after {
    width: 30px;
    height: 30px;
    right: -28px;
    z-index: 10;
  }
  .appli_flow {
    max-width: 400px;
  }
  .appli_flow li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    margin-bottom: 50px;
  }
  .appli_flow li::after {
    right: 50%;
    top: calc(100% + 27px);
    transform: translateY(-50%) translateX(50%) rotate(90deg);
  }
  .appli_flow li .en {
    left: 2%;
  }
  .icon01, .icon02, .icon03 {
    width: 50px;
  }
  .appli_flow li .txtcont {
    text-align: left;
    width: calc(100% - 70px);
  }
}
.contact_table tr {
  border-bottom: 2px solid #EBEBEB;
  padding: 20px 10px;
  display: block;
}
.contact_table tr:first-child {
  border-top: 2px solid #EBEBEB;
}
.contact_table tr:last-child {
  border-bottom: none;
}
.contact_table th, .contact_table td {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}
.contact_table td {
  font-size: 16px;
}
.contact_table td input, .contact_table td textarea {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.contact_table .radios label {
  width: 100%;
  display: block;
}
.contact_table .radios label input {
  margin-right: 5px;
}
.contact_table td input.inputL, .contact_table td textarea {
  width: 100%;
}
.contact_table td textarea {
  height: 160px;
}
.hissu, .ninni {
  background: #C30100;
  color: #fff;
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 400;
  margin-left: 10px;
}
.ninni {
  background: #6C6C6C;
}
.submitAreaWhiteBox {
  padding: 20px;
  background: #F8F8F8;
  border: 1px solid #EBEBEB;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.submitAreaWhiteBox a {
  color: #3A7AB8;
  text-decoration: underline;
  font-size: 18px;
}
.submitAreaWhiteBox input {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.btm10 {
  margin-bottom: 10px;
}
.validation {
  color: #F01414;
  border-radius: 5px;
  margin-top: 8px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex .inr {
  width: 100%;
  margin: 10px 0 20px;
}
.flex .inr .inr_ttl {
  border-bottom: 1px solid #F07114;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.inr_subttl {
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 16px;
}
.js-form-input-step > .txt, .js-form-confirm-step > .txt {
  margin-bottom: 60px;
}
@media only screen and (min-width: 600px) {
  .flex .inr {
    width: calc(100% / 3 - 10px);
    margin: 0;
  }
  .flex .inr:nth-child(1) {
    max-width: 206px;
  }
}
@media only screen and (min-width: 1200px) {
  .btm10 {
    margin-bottom: 20px;
  }
  .contact_table tr {
    padding: 40px;
  }
  .contact_table th {
    padding-bottom: 20px;
  }
  .submitAreaWhiteBox {
    padding: 40px;
  }
  .submitArea {
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
    margin: 60px auto;
  }
}
.submitBtn {
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #FE5800 0%, #FE5800 50%, #F07114 50%, #F07114 100%);
  overflow: hidden;
  width: 100%;
  text-align: left;
  max-width: 300px;
  margin: 60px auto;
  border: none;
}
.submitBtn.prev {
  background-image: linear-gradient(to right, #555 0%, #555 50%, #6C6C6C 50%, #6C6C6C 100%);
}
.submitBtn.prev::after {
  background: #AFAFAF;
}
.submitBtn::after {
  position: absolute;
  content: "\e904";
  padding: 15px 13px;
  font-family: 'icomoon' !important;
  transform: translateY(-50%);
  background: #F2944F;
  border-radius: 100%;
  right: 10px;
  top: 50%;
  font-size: 10px;
  line-height: 1;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.thanks .cont_inr-s {
  max-width: 900px;
}
.thanks .common_mv .cont_ttl {
  line-height: 1.5;
}
.thanks .cont_inr-s .und_brd_ttl {
  margin-bottom: 40px;
}
.thanks .cont_inr-s .left_brd_ttl {
  border-left: 2px solid #F07114;
  padding-left: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 60px;
}
.thanks .cont_inr-s ul {
  margin: 20px 0;
}
.thanks .cont_inr-s .box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 450px;
  margin-top: 20px;
}
.thanks .cvsbtn {
  margin: 80px auto 0;
}
@media only screen and (min-width: 769px) {
  .thanks .single_mv.common_mv {
    min-height: 585px;
  }
}