 
@charset"utf-8";

form label{
  display: inline-block !important;
}
.main{
  background:#feffea; 
}

.title-txt01 {
  font-size:42px;
  color:#fff;
  line-height:1.3;
  font-weight:bold;
  text-align:center;
}

.title-txt02 {
  font-size: 24px;
  color: #f7ffa1;
  font-weight: bold;
  text-align: center;
  font-family: DIN BlackAlternate;	
}
.page-title {
  background:url(../images/faq/bg.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom:0px;
  padding-top:65px;
  height:220px;
}
.formttl{
  padding: 2rem 0 3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin:0 auto 3rem; 
  font-size: 1.25rem;
  background: #ffe3c8;
}
.formttl h2{
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 1.5rem;
}
.formttl h2::after{
  content: "";
  width: 176px;
  height: 154px;
  display: block;
  position: absolute;
  right: -76px;
  top:-5px;
  background:url(../images/title_03_after.png) right center no-repeat;
}
.formttl img{
  padding: .5rem 1rem;
  height: auto;
    max-height: 85px;
    width: auto;
}
.formttl img:first-of-type{
    max-height: 85px;
    width: auto;
}
.formbox{
  border-top:1px solid #c39181;
  border-bottom:1px solid #c39181;
  padding: 0 !important;
  background: #fff;
}
.formbox > div,.formttl{
  margin-right: auto;
  margin-left: auto;
}
.formbox label{
  margin-bottom:0; 
}
.formbox > div{
  display: flex;
  border-bottom:1px solid #e6e6e6;
}
.formbox > div:last-of-type{
  border-bottom:none;
  }
.formbox .field-info{
  width: 40%;
  min-width: 6rem;
  background: #f8f8f8;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.formbox .field-info h3{
  font-size: 1.125rem;
  position: relative;
  }
.formbox > div >.field{
  min-width: 6rem;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.formbox .field input.form-control,
.formbox .field textarea{
    display: block;
    vertical-align: top;
    width: 100%;
    min-width: 480px;
    max-width: 480px;
    height: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 1px 5px;
    border: 3px solid #dddddd;
    box-shadow: none;
    transition: all 0.3s;
    margin-bottom: 1rem;
    font-weight: 700;
}
.formbox .field textarea{
    min-width: 455px;
    max-width: 455px;
  height: auto;
  min-height: 60px;
  }
.formbox .holder-input input.form-control{
    background-color: transparent;
    border:none;
}
.submit{
  text-align: center;
  margin:2rem auto 1rem; 
}
.btn{
    user-select: none;
    text-transform: uppercase;
    transition: all .5s;
    background-color: #252525;
    display: inline-block;
    border: 0;
    padding: 18px 25px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 370px;
    margin-bottom:1rem;

}
.btn input{
  max-width: 200px;
  }
.submit .btn-sumbit input{
  margin:1rem auto; 
  user-select: none;
  text-transform: uppercase;
  transition: all .5s;
  background-color: #252525;
  min-width: 260px;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.125rem;
  align-items: center;
}
.assessment-application form .files .attachments .form-file .file {
    display: none;
}
.required,.field-info .required-to-purchase {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 43px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    background: #ff3d57;
    border-radius: 4px;
    font-weight: bold;
    width: 3.25rem;
    position: relative;
}
.field-info .required-to-purchase{
    background: #ffab1d;
}
.field-info .required-to-purchase .above-text {
    position: absolute;
    padding: 4px 10px;
    top: -18px;
    left: -16%;
    font-size: 11px;
    line-height: 14px;
    color: #ffab1d;
    font-weight: bold;
    border-radius: 4px;
    width: 8rem;
    color: #ffab1d;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    background: transparent;
    width: 35px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-select {
    position: relative;
    width: 100px;
    color: #1c1c22;
    border: 2px solid #dddddd;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
form .select select {
    padding: 5px 7px;
    width: 100%;
    border: 2px solid #dddddd;
    background: url(../images/select.png) right 5px top 50% no-repeat;
}
.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 8px;
    color: #424248;
    min-height: 25px;
    height: 1%;
}
.jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(0.01deg);
    transform: translate(50%, -50%) rotate(0.01deg);
    width: 12px;
    height: 8px;
    background: url(../images/select.png) 50% 50% no-repeat;
    transition: all 0.3s;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background: rgba(28, 28, 34, 0.8);
    color: #fff !important;
    transition: all .2s;
}
a.exel {
    color: #000;
    background-color: #dfe9cb;
    display: block;
    padding: 15px 30px;
    margin-top: 1rem;
    width: 18rem;
    border-radius: 3px;
  }
a.exel:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
.checkbox a{
  color: #55595c;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}
.mwform-error span{
  color: red;
}

.policy-check {
  background-color: #ffe5e5;
  padding: 20px;
}
.policy-check .required {
vertical-align: top;
margin-right: 20px;
}
.policy-check-label .mwform-checkbox-field-text {
  font-weight: bold;
}
.policy-check-note1 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fd1f53;
}
.policy-check-note1 span {
  display: inline-block;
}
.policy-check-note2 {
  font-size: 0.9rem;
}
.policy-check-link {
  font-size: 0.9rem;
}
.policy-check-link a {
  color: #1140c9;
}

@media screen and (max-width: 830px){
  .formttl h2::after{
    content: none;
   }
   .formttl {
    padding: 1.5rem 0 1.5rem;
  }
  .formbox .field input.form-control,
  .formbox .field textarea {
    min-width: 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px){
  .page-title .title-txt01 {
    font-size:1.4rem;
  }
  .page-title .title-txt02 {
    font-size: 1rem;
  }
  .page-title {
    background:url(../images/faq/bg.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:0px;
    height: 120px;
    padding-top: 35px;
  }
  .formttl img:first-of-type{
    max-width: 400px;
    width: 90vw;
    margin-right: auto;
    margin-left:auto;
    height: auto; 
    max-height: inherit;
  }
  .btn{
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    width: 300px;
  }
  .checkbox a{
    display: block;
  }
  .policy-check .required {
    margin-right: 8px;
  }
  .policy-check-link a {
    display: inline;
  }
  .policy-check-link {
    display: block;
  }
}
@media screen and (max-width: 480px){
  .formbox > div{
    flex-direction: column;
  }
.formbox .field-info,.formbox .field {
    width: 100%;
  }
.formbox .field input.form-control, .formbox .field textarea {
    min-width: 260px;
    max-width: 260px;
}
.btn{
  width: 280px;
  }
}