/* --------------------- */
/* base
/* --------------------- */
input{
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
textarea{
  border: 0;
  outline: none;
  resize: none;
}


/* -------------------------------- */
/* page-title
/* -------------------------------- */
.page-img-contact{
  height: 400px;
  background-image: url(../images/fv-bill.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: -1;
  margin-bottom: 75px;
}

.page-title-wrapper{
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 130px 0 80px;
}

/* ----------------------------------- */
/* form
/* ----------------------------------- */

.form-text{
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 75px;
}

.form-content{
  max-width: 485px;
}

.form-description-title{
  margin-bottom: 27px;
}

.form-content2{
  max-width: 485px;
}

.span-point4{
  font-weight: bold;
}

.form-btn{
  display: inline-table;
  color: #080F73;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
}

.form-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
}

.form-list{
  max-width: 711px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.form-item{
  margin-bottom: 40px;
}

.form-item:last-of-type{
  margin-bottom: 0;
}

.form-item-heading{
  margin-bottom: 16px;
  font-weight: bold;
}
.required{
  background-color: #FF922D;
  font-size: 1.4rem;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  line-height: 1;
  border-radius: 2px;
  margin-left: 10px;
}
.input_text{
  background-color: #E5EEF8;
  width: 100%;
  line-height: 3;
  color: #3D3C3C;
  padding: 0 8px;
  border-radius: 6px;
  box-sizing: border-box;
}

.textarea{
  background-color: #E5EEF8;
  width: 100%;
  line-height: 1.7;
  color: #3D3C3C;
  padding: 8px;
  border-radius: 6px;
  height: 200px;
  box-sizing: border-box;
}

.submit-btn{
  background-color: #1A72D2;
  display: block;
  width: 220px;
  margin: 0 auto;
  line-height: 56px;
  border: 0;
  border-radius: 27px;
  color: #fff;
  margin-bottom: 150px;
}
.submit-btn:hover{
  transform: scale(1.04);
  box-shadow: 0 0 24px rgba(100,100,150,.4);
  transition: .4s;
  cursor: pointer;
}
.confirm-text{
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:768px){

  /* ----------------------------- */
  /* page-title-ipad
  /* ----------------------------- */

  .page-img-contact {
    max-width: 768px;
  }

  .page-title-wrapper{
    padding: 155px 0 133px;
  }

  .page-title-en{
    font-size: 4.1rem;
  }

  .page-title-ja{
    font-size: 4.1rem;
  }


/* ----------------------------------- */
/* form-ipad
/* ----------------------------------- */

.form-text{
  max-width: 711px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 75px;
}

.form-content2{
  margin-top: 47px;
}


  
}


@media screen and (max-width:375px){

  /* ----------------------------- */
  /* page-title_sp
  /* ----------------------------- */

  .page-img-contact {
    max-width: 375px;
    height: 200px;
    margin-bottom: 50px;
  }

  .page-title-wrapper{
    padding: 73px 0 49px;
  }

  .page-title-wrapper{
    font-size: 2.5rem;
  }
  .page-title-en{
    font-size: 2.5rem;
  }

  .page-title-ja{
    font-size: 2.5rem;
  }
  


/* ----------------------------------- */
/* form_sp
/* ----------------------------------- */

.form-text{
  max-width: 345px;
  margin-bottom: 50px;
}

.form-list{
  max-width: 345px;
  margin-bottom: 50px;
}
.submit-btn{
  margin-bottom: 100px;
}

}