@charset "utf-8";

h1 {
  font-size: calc(6px + 1vw);
  padding-top: 15px;
  color: #fff;
}

#key {
  padding-top: 4%;
  padding-left: 8%;
  padding-right: 8%;
}

h2 {
  text-align: center;
  color: #5f2e7e;
  font-size: calc(20px + 1vw);
  margin-top: 30px;
}

#text_in {
  text-align: left;
  line-height: calc(14px + 2vw);
  font-size: calc(15px + 1vw);
  margin: 7% 6%;
  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}

th {
  padding-top: 5%;
}

td {
  padding: 0 3%;
  box-sizing: border-box;
}

input {
  width: 100%;
  box-sizing: border-box;
}

.input-min {
  width: 20%;
}

.input-min1 {
  width: 15%;
}

.input-btn {
  font-size: calc(8px + 1vw);
  width: 50%;
  margin-bottom: 5%;
  padding: 2% 0;
}

label {
  font-size: calc(12px + 1vw);
  margin-top: 6%;
  padding: 0 0 2% 3%;
}
.required-mark {
  font-size: calc(8px + 1vw);
  color: red;
}

.input-mid1 {
  margin-bottom: 6%;
}

.contact-submits {
  margin: 5% 0 7%;
}

.contact-form {
  width: 87%;
  text-align: left;
  line-height: calc(14px + 2vw);
  font-size: calc(15px + 1vw);
  margin: 7% 6%;
  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-form th {
  padding-left: 4%;
}

.contact-form td {
  padding: 0 5%;
}

.contact-form td:last-child {
  padding-bottom: 5%;
}

/* 20200317:追記コード
================================================ */
#text_in th,
#text_in td {
  display: block;
}

#text_in tr td input[type="text"],
#text_in tr td input[type="num"] {
  width: 100%;
  patding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#text_in tr td textarea {
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
}

#text_in tr td #pc01,
#text_in tr td #pc02 {
  margin-bottom: 10px;
}

#text_in tr td #pc01 {
  width: 60px !important;
}

#text_in tr td #pc02 {
  width: 80px !important;
}

#text_in .privacy-check td input {
  display: inline;
  width: auto;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto;
}
