/***** コンタクトフォーム *****/
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
  font-size: 12px;
  width: 100%;
}

.required-contactform7 {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.unrequired-contactform7 {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.table-contactform7 tr {
  border-bottom: solid 2px white;
}

.table-contactform7 th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 0;
}

.table-contactform7th {
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

.table-contactform7 td {
  text-align: left;
  width: auto;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  border: none;
  line-height: 0;
}
.table-contactform7 td p {
  margin-top: 10px;
}

.table-contactform7 td {
  text-align: left;
  width: auto;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  border: none;
}

#wpcf7-f10083-o1
  > form
  > pre
  > table
  > tbody
  > tr:nth-child(7)
  .table-contactform7 input,
.table-contactform7 select,
.table-contactform7 textarea {
  max-width: 90% !important;
  /* margin: 5px 10px 10px 5px; */
  line-height: 1;
  text-align: center;
}
  .table-contactform7 input{
      text-align: center;
      line-height: normal;
  }
.table-contactform7 select {
  height: 100px;
}


.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (max-width: 767px) {
  .table-contactform7 th {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .table-contactform7 {
    /* display: block; */
  }

  .table-contactform7 tbody,
  .table-contactform7 tr {
    /* display: block; */
    width: 100%;
  }

  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    line-height: 0.2;
  }

  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 5;
    width: 100%;
    border-top: none !important;
  }

  .table-contactform7 td p {
    margin-top: 10px;
  }
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  /* margin-top: 30px; */
  width: 100%;
  background: #339900;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  /* height: 100px; */
  margin: auto;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  opacity: 0.7;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 1.8em;
}
