/*----------------------------------------------------*/
/* kv_top
-----------------------------------------------------*/
#contents {
  padding-top: 0;
}

.red {
  color: #CC0000;
}

.green {
  color: #3da030;
}

.call {
  font-size: 3rem;
  font-weight: bold;
}

.bnrlink {
  margin-bottom: 20px;
}

.recHeader01 {
  background: #222;
  color: #FFF;
  padding: 4px 10px;
  margin-bottom: 5px;
}

.contactTable {
  overflow: hidden;
  width: 100%;
  margin: 0 0 50px 0;
}

.contactTable th {
  width: 30%;
  padding: 20px 10px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px dashed #666;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactTable td {
  padding: 15px 15px;
  border-bottom: 1px dashed #666;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  text-align: center;
  margin: 0 0 50px 0;
}

.btn li {
  display: inline;
  margin: 0 5px;
}

.btn a,
.btn input[type=submit] {
  display: inline-block;
  padding: 5px 2em;
  background: #ff4200;
  color: #FFF;
  text-align: center;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4rem;
  line-height: 1.3;
}

.btn a {
  background: #666;
}

.btn a:hover,
.btn input[type=submit]:hover {
  opacity: 0.7;
}

input[type=text],
textarea {
  font-size: 16px;
  border: solid 1px #ccc;
}

textarea {
  height: 150px;
}

input.error,
textarea.error,
select.error {
  background: #FBEEF4;
}

p.error {
  color: #ff0000;
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 10px;
}

.hissu {
  color: #ff0000;
  font-weight: bold;
}

th .hissu {
  margin-left: 5px;
}

input:disabled {
  background: #eee;
}

.pageHeader + .column01 {
  padding-top: 50px;
}

.line {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .contactTable th,
  .contactTable td {
    display: block;
    width: 100%;
  }
  .contactTable th {
    background: #F3F3F3;
    padding: 10px;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  padding: 5px 5px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1% 0 0;
}

input.w100,
textarea {
  width: 100%;
}

input.age {
  width: 3em;
}

input.w100 {
  width: 100%;
}

.addresset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.addresset dt {
  width: 5em;
}

.addresset dd {
  width: calc(100% - 5em - 10px);
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.time dt {
  width: 5em;
  padding-top: 0.3em;
}

.time dd {
  width: calc(100% - 5em - 10px);
}

.time dd ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.time dd ul li.text {
  padding-top: 0.3em;
}

.time dd ul li select {
  height: 30px;
  min-width: 100px;
}

.time dd ul li input[type=text] {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.time dd ul li p.error {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

