@charset "UTF-8";

.form_wrapbox{
  width: 800px;
  margin: 0 auto;
}
.top__hosoku{
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.9em;
}
.top__hosoku span{
  color: #A31A30;
}

.rec_name{
  font-weight: bold;
}
.rec_place{
  color: #A31A30;
}

.formcheck   { width: 40%; overflow: hidden; margin: 20px auto 20px; }
.formcheck input{
}
.formcheck label{
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    margin: 0px 1% 0px 0px;
    padding: 20px 0px;
    border: 2px solid #A31A30;
    background: #FFF;
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.e_comment{
  margin: 30px 0 30px 0;
  line-height:1.8em;
  text-align: left;
}
.e_boxcomment{
  border: 1px solid #ccc;
  height: 200px;
  overflow: scroll;
  padding: 15px;
}
.e_boxcomment h3{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
}
.e_boxcomment p{
  line-height:1.8em;
  font-size: 12px;
  text-align: left;
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
}

span.wpcf7-list-item{
  height: 30px !important;
}
p.hosoku{
  font-size: 12px;
  line-height: 1.7em;
  padding: 0 6px;
  margin: 0px;
}

.required-contactform7{
  color: #A31A30;
  margin-right: 5px;
  font-size: 12px;
  vertical-align: text-bottom;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 2px 10px 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

.rec_flow{
  width: 800px;
  border: 1px solid #ccc;
  padding: 30px 0 10px 0;
  margin: 0 auto 20px auto;
}
.rec_flow h2{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  width: 100px;
  margin: 0 auto 10px auto;
  padding: 0 0 10px 0;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }

@media screen and (max-width: 900px){
.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;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
.table-contactform7 .table th, .table td{
  text-align: left !important;
}
}

h3.thxh3{
  font-weight: bold;
  padding: 60px 0 20px 0;
}
.readtexthx{
  letter-spacing: 1px;
  line-height: 1.8em;
  margin: 0 0 60px 0;
}
