@charset "utf-8";

/*--------------------------------------------------------------------------
□ Contact
---------------------------------------------------------------------------*/
/*main
---------------------------------------------------------------------------*/
.p-ctc_form{
  margin-top: 8rem;
  @media (width <= 768px) {
    margin-top: 4rem;
  }
}
.p-ctc_table {
  width: 100%;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  background: #FFF;
  border: 1px solid #e9e9e9;
  box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .05);
  @media (width <=768px) {
    border: none;
    border-bottom: .1rem solid #ddd;
    font-size: 1.5rem;
  }
  th {
    background-color: #fcfcfc;
    text-align: left;
    vertical-align: top;
    width: 25%;
    span {
      padding: .3rem .6rem .2rem;
      margin-top: .1rem;
      background-color: #e60000;
      color: #fff;
      font-size: 70%;
      float: right;
    }
  }
  th, td {
    padding: 3rem;
    border: 1px solid #ddd;
    font-feature-settings: "palt";
    @media (width <=768px) {
      width: 100%;
      display: block;
      border-bottom: none;
      padding: 4%;
    }
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"] {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: 2.2rem;
    padding: 1rem 2rem;
    width: 100%;
    outline: none;
    @media (width <= 768px) {
      font-size: 1.6rem;
      padding: 1rem 1.6rem;
    }
  }
  textarea {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: 2.2rem;
    padding: 1rem 2rem;
    width: 100%;
    outline: none;
    resize: vertical;
    @media (width <= 768px) {
      font-size: 1.6rem;
      padding: 1rem 1.6rem;
    }
  }
}
.p-ctc_zip_td input[type="text"]{
  width: initial;
}
.p-ctc_note{
  font-size: 2rem;
  margin-top: 6rem;
  text-align: center;
  @media (width <= 768px) {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
/*p-contactConfirm
----------------------------------------*/
.p-ctcConf_msg{
  font-size: 2.2rem;
  margin-top: 6rem;
  text-align: center;
  @media (width <= 768px) {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.p-ctcConf_noteArea{
  margin-top: 6rem;
  @media (width <= 768px) {
    margin-top: 2rem;
  }
}
.p-ctcConf_note1{
  font-size: 2.2rem;
  @media (width <= 768px) {
    font-size: 1.5rem;
  }
}
.p-ctcConf_note2{
  font-size: 2rem;
  margin-top: 1rem;
  @media (width <= 768px) {
    font-size: 1.2rem;
  }
}
/*p-contactComplete
----------------------------------------*/
.p-ctcComp_msgArea {
  margin-top: 6rem;
  text-align: center;
  @media (width <=768px) {
    margin-top: 4rem;
  }
  p {
    font-size: 2.6rem;
    @media (width <=768px) {
      font-size: 1.6rem;
    }
  }
}