/* フォーム
----------------------------------*/

.form_box {
    padding-top: 10px;
    padding-bottom: 10px;    
    padding-right: 10px;
    padding-left: 10px;
}
.form_box h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 36px;
  margin-bottom: 5px;
  color: #333;
}


.form_tx {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-top: 10px;
	padding-bottom: 10px;
}
.form_box2 {
    padding-top: 2%;
    padding-bottom: 2%; 
}

.box_con02 {
  max-width: 100%;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
}
.box_con02 form {
  width: 100%;
}
.box_con02 form table {
  width: 100%;
}
.box_con02 form table tr {
  position: relative;
}
.box_con02 form table tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
}
.box_con02 form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 0.1em .5em;
    background-color: rgba(155,144,110,0.2);
    color: #000;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
  }
}
.box_con02 form table tr th span {
  background: #e55927;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
}
.box_con02 form table tr td {
  position: relative;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_con02 form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con02 form table tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
.box_con02 form table tr .box_br {
  display: block;
}
.box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
  width: 100%;
  /*height: 2em;*/
  padding: 0.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr textarea {
  height: 10em;
}
.box_con02 form table tr .box_br label {
    padding-right: 10px;  
}



.btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	width: 100%;
    
}

.btn input {
    display: inline-block;
    background-color: rgba(155,144,110,1.0);
    padding: .5em 6em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.btn button {
  display: inline-block;
  background-color: rgba(155,144,110,1.0);
  padding: .5em 6em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
	text-align: center;
    margin-right: auto;
    margin-left: auto;	
}
.btn button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.tel_area {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(155,144,110,0.1);
    margin-bottom: 10%;
}
.tel_box {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255,255,255,1.0);
}
@media (max-width: 576px) {
.tel_box {
    padding-top: 5%;
}
}
.tel_time {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #9b906e;    
    text-align: center;
    font-weight: bold;    
}
@media (max-width: 576px) {
.tel_time {
    font-size: 18px;
}
}
.tel_number {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;    
    border-radius: 20px;
    text-align: center;    
}
@media (max-width: 576px) {
.tel_number {
    font-size: 26px;
    font-weight: bold;    
}
}

@media screen and (max-width:1080px) {

}
@media screen and (max-width:810px) {

}
@media screen and (max-width:767px) {
	.bgw {
    background-color: rgba(255,255,255,0.5);    
}
	.form_txbox {
	width: 100%;
}
}
@media (max-width: 576px) {
}
@media screen and (max-width:375px) {}