@charset "utf-8";
/*----------------------------------------------------
とくとく修正MAX
----------------------------------------------------*/
.toktok-max {
  margin-bottom: 30px;
  padding: 60px 0 0;
}
.hissu {
  color: #f30;
}
.toktok-max table.table02 {
  margin-bottom: 30px;
}
.toktok-max table.table02 th,
.toktok-max table.table02 td {
  text-align: left;
}
.toktok-max table.table02 th {
  width: 20%;
  background: #eee;
  font-weight: normal;
}
.privacy-area {
  margin: 20px auto;
  text-align: center;
}
.privacy-area label {
  font-size: 1.5rem;
}
.toktok-max table.table02 td input.textfield01 {
  width: 30%;
}
.toktok-max table.table02 td input.textfield02 {
  width: 50%
}
.toktok-max table.table02 td input.textfield03 {
  width: 70%;
}
.toktok-max table.table02 td textarea {
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 575.98px) {
  .toktok-max table.table02 th {
     width: 100%;
  }
}
/*-- テキストカウンター --*/
.cnt_area {
  float: left;
}
.cnt_area.cnt_danger {
  color: #FF0000;
}
.textAttention {
  display: none;
}
.textAttention.text_danger {
  display: block;
  color: #FF0000;
}
/*-- フォーム --*/
input[type="text"], textarea, select {
  padding: 2px 4px;
  border: 1px solid #ccc;
  margin: 0 10px 3px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-size: 1.6rem;
}
input[type="radio"] {
  margin: 4px 8px 8px 0;
  vertical-align: middle;
}
input[type="checkbox"] {
  margin: 7px 5px 8px 0;
  vertical-align: middle;
}
input:focus[type="text"], textarea:focus, select:focus {
  border: 1px solid #fff15f;
  background: #fffcdf;
}
input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
}
/*-- ボタン --*/
.button-primary {
  position: relative;
  display: inline-block;
  max-width: 260px;
  margin: 0;
  padding: 8px 40px;
  background: #f30;
  border: 1px solid #f30;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: .3s;
}
.button-primary:hover {
  background: transparent;
  cursor: pointer;
  color:#f30;
  border: 1px solid #f30;
}
.button-back {
  position: relative;
  display: inline-block;
  max-width: 260px;
  margin: 0;
  padding: 8px 40px;
  background: #ccc;
  border: none;
  border-radius: 4px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: .3s;
}
.button-back:hover {
  background: transparent;
  cursor: pointer;
  color: #000;
  border: 1px solid #ccc;
}
/*----------------------------------------------------
コンテンツ2
----------------------------------------------------*/
.template-content2 {
  margin-bottom: 30px;
  padding: 60px 0 0;
}
.template-content2 table.table01 th {
  width: 50%;
  background: #ff0000;
}
@media (max-width: 575.98px) {
  .template-content2 table.table01 th {
     width: 100%;
  }
}
