.otherform-f { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto -18px;
  list-style-type: none;
}
.otherform{
  margin-top: -10px;
  border: 1px solid  #000; 
  background:white;
  width: 280px;
  height: 30px;
  transition:.2s all;
}
.otherform:hover  {
  background: #000;
}
.otherform p{
  font-weight: 300;
  text-align: center; 
  color: #000;
  font-size: 16px;
}
.otherform:hover p  {
  color: #fff;
}

.page-single{ 
    max-width: 700px;
    margin: 0 auto;
}

.page-single-top{   
    padding-right: 0px;   
    padding-left: 0px;
    margin: 0 auto;
    max-width: 2000px;   

}
.page-single-center{
    width: 100%;

}
.cf7-content-Title{   
    font-family: "ＭＳ Ｐ明朝", sans-serif, "ＭＳ Ｐゴシック";
    font-size: 30px;
    font-weight: 800;
    margin-top: 30px;
    margin-left: 8px;
	text-align: center;  
}

.inquiry{  

    margin-top: 100px;  

}
.inquiry p{  

    margin-left: 15px;  

}

.inquiry th p{ 

    margin-top: 15px; 

}

.check-erea-c p{  
    margin-top: 10px!important;
}
.check-erea-s p{  
    margin-top: 10px!important;
}

.wpcf7-free-text{  
    margin-top: 2px!important;
}


textarea{   
    width: 95%;
    min-height: 300px;
    resize: vertical;   
    padding: 0.5em;
    margin-top: 20px;

}

#formbtn:hover{
    border:solid 2px #ee6313;
    background:#fff;
    color:#ee6313;
   }


   .inquiry input {  
   
    width: 95%;
    height: 30px;
}

input[type="checkbox" i] {
    width: 13px;
    height: 13px;
    margin-left: -15px;
}

.wpcf7-list-item-label{
    margin-right: 30px;  
    line-height: 30px;  
}

input[type="radio" i] {
    width: 15px;
    height: 15px;
}


.inquiry input[type="text" i] {   
    margin: 15px auto auto 0;
}
.inquiry input[type="email" i] {    
    margin: 15px auto auto 0;
}
.inquiry input[type="tel" i] {   
    margin: 15px auto auto 0;
}


.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:23px;
    border:solid 1px #d7d7d7;	
   }

   .entry-content .inquiry tr,.entry-content table{
    border:solid 1px #d7d7d7;	
   }

   .haveto{
    font-size:7px;
    padding:5px;
    background:#ec3838;
    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{
    text-align: center;
    height: 50px;  
    display: block;

    margin-top:50px;
    width:100%;
    background:#ee6313;
    color:#fff;
    font-size:18px;
    font-weight:bold;	 
    border-radius:2px;
    border: none;
   }
   

@media(max-width:700px){
.inquiry th,.inquiry td {
 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 .haveto,.inquiry .any {	
font-size:10px;
}
}
@media(max-width:501px){
.cf7-content-Title{   
    font-size: 23px;
}
}