@charset "UTF-8";

.sub-main{
  padding: 50px 0 60px;
}
.sub-main .contact-ttl{
  background-color: #776C66;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  padding: 10px;
}

.contact01{
  padding-bottom: 80px;
}

.contact01 .req{
  color: #F00;
}

.contact01 .mwform-radio-field,
.mwform-checkbox-field{
  margin-right: 50px;
  white-space: nowrap;
}

.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0 !important;
}

.table02{
  border-top: 1px solid #DDD;
}

.table02 .table02__th{
  text-align: left;
  padding: 20px 10px;
  width: 202px;
  border-bottom: 1px solid #DDD;
}

.table02 .table02__td{
  width: calc(100% - 200px);
  border-bottom: 1px solid #DDD;
  padding: 20px 10px;
}


input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #231815;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  max-width: 540px;
}

.size-s{
  max-width: 120px !important;
}

.sp,.sp02{
  display: none;
}

.btn02{
  display: block;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
  max-width: 250px;
  padding: 13px;
  font-weight: bold;
  background-color: #EA5461;
  color: #FFF;
  transition: all .3s;
  line-height: 1.6;
  cursor: pointer;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: none;
}

.btn02.back{
  background-color: #AAA;
}

.btn02:hover{
  opacity: 0.6;
}


@media screen and (max-width: 768px) {
  .table02 .table02__th{
    display: block;
    padding: 10px 0 5px;
    width: 100%;
    border-bottom: none;
  }

  .table02 .table02__td{
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  .size-s{
    max-width: 90px !important;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}
