@charset "utf-8";

/* default PC */

.entry-area {
  margin:0 auto 50px auto;
  text-align:center;
}

.table-01 {
  font-size:1.02em;
  margin:0 auto;
  max-width:850px;
  width:100%;
}

.table-01 th {
  background-color:transparent;
  border:none;
  min-width:250px;
  padding:20px;
  vertical-align:top;
}

.table-01 td {
  border:none;
  padding:20px;
}

.table-01 tr {
  border-bottom:1px solid #D4D4D4;
}

.table-01 th.need p:before {
  background-color:#DD343C;
}

#contents .table-01 th p {
  font-size:18px;
  line-height:1em;
  margin-bottom:0;
  padding:14px 0 14px 50px;
}

#contents .table-01 td p {
  margin-bottom:0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_send {
  background:linear-gradient(135deg, #E13B44, #CB171C);
  border-radius:10px;
  color:#FFF;
}

input.year {
  margin-right:10px;
  max-width:60px;
  width:100%;
}

input#year {
  margin-right:5px;
  max-width:120px;
  width:100%;
}

input#zip,
input#zip-02 {
  margin-bottom:5px;
  max-width:200px;
  width:100%;
}

form table input {
  border-radius:10px;
}

textarea {
  border-radius:10px;
}

.table-01 td .occupation {
  border-color:#BCBCBC;
  border-radius:10px;
  padding:.7em;
  width:70%;
}

.table-01 td .occupation option:first-child {
  color:gray;
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  form table input {
    width:100%;
  }

  .table-01 td .occupation {
    width:100%;
  }

  #contents .table-01 th p {
    padding:0 0 0 50px;
  }

  .table-01 th.need p:before {
    top:-1px;
  }

  .table-01 td {
    padding-top:0;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .table-01 td {
    padding:0 10px 10px;
  }


  #contents .table-01 th p {
    font-size:16px;
  }
}
