.googleform-wrapper {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: scroll;
}
.googleform-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

/****************************************
    エラーメッセージ
*****************************************/
.alert {
  color:#262626; 
  background:#FFEBE8;
  border:2px solid #990000;
  padding:12px; font-weight:850;
  margin-bottom: 20px;
}
.ul-alert{
  display: list-item;
}
.ul-alert li{
  text-align: center;
}
.field_with_errors {
  display: contents;
}
/****************************************
    フォーム
*****************************************/
.input{
  display: flex;
  margin-bottom: 20px;
}
.input input,.input select,.input-textarea textarea{
  border: 1px solid #727171;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 17px;
}
.input-textarea{
  margin-bottom: 45px;
}
.input-textarea textarea{
  min-height: 250px;
}

.input label{
  font-size: 16px;
  width: 265px;
  text-align: right;
  margin: 2px 26px 0px 0px;
}
.input-textarea label{
  font-size: 16px;
  text-align: right;
  float: left;
}
.form-width{
  max-width: 680px;
  margin: 0 auto;
}
.form-required{
  background: #e8384d;
    color: #fff;
    font-size: 66.6%;
    font-weight: bold;
    margin-left: 10px;
    padding: 2px 5px;
    vertical-align: middle;
}

.form-btn{
  -webkit-appearance: none;
  background: #28ade2;
  border-radius: 8px;
  border: none;
  color: #fff;
  display: block;
  font-size: 112.5%;
  font-weight: bold;
  width: 290px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .alert {
    margin-bottom: 10px;
  }
  .input{
    display: flex;
    flex-wrap: wrap;
  }
  .input-textarea label,.input label{
    text-align: justify;
  }
  .input-textarea{
    margin-bottom: 20px;
  }
  .input-textarea textarea{
    min-height: 150px;
  }
  .input label{
    font-size: 20px;
  }
  .input-textarea label{
    font-size: 20px;
  }
  th {
    width: 100px;
}
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.inquiry {
  margin: 0 auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
    /* 不要な場合は削除してね */
    width: 270px; 
}
td {
    border-top: 1px solid #ededed;
    padding: 12px;
    font-weight: 700;
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
@media screen and (max-width: 640px) {
  th {
    width: 100px;
  }
}