@media screen and (max-width: 800px){
table.form th, table.form td {
		width: 100%;			
		display: block;		
	}	
}
/*お問い合わせフォーム*/
.moji_center{
	text-align:center;
}
.gyoukan{
	line-height:200%;
	
}
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em 0em !important;/* ボタンの上下の余白 */
	background-color: #c3c3c3 !important;/* 背景の色 */
	border-radius: 5px !important;/* 角を丸く*/
	color: #fff !important;/* 文字の色*/
	font-size: 14px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 20%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
	background-color:#000 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}
.hissu {
	color:red;
	
}
a.clred {
	color:red;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 padding: 5px 15px;
	 margin-right: 0px;
	 margin-top: 3px;
	margin-bottom:3px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}
.wpcf7 inputbox  {
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

.form-control {
    display: block;
    width: 95%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
table.form {
	border: #2D0F09 0px solid;
	border-collapse: collapse;
	font-size: 12px;
	width: 80%;
	color: #333;
	text-align:left;
	margin:0 auto;

}
table.form td{
	padding:5px;
}

table th.t_top {
	border-bottom: #c3c3c3 1px dashed;
	background-color: #f7f4f0;
	text-align: left;
	padding: 10px;
	font: bold;
	vertical-align:middle;
	
} 
table td.t_line01 {
	border-bottom: #c3c3c3 1px dashed;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
}
table td.t_line02 {
	border: #A84673 1px dashed;
	background-color: #752241;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
table th.t_top-2 {
	border: #A84673 1px dashed;
	background-color: #f7f4f0;
	text-align: left;
	padding: 10px;
	font: bold;
	vertical-align:middle;
}
.form1-input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 16px;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  outline: 0;
  transition: 0.3s;
  -webkit-appearance: none;
}
.form1-input:focus {
  border: 1px solid #00b5ad;
}
@media screen and (max-width: 480px){
.wpcf7 input[type="email"]{
	width:50%;
}
	table.form th, table td.t_line01 {
	width:95%;
}
.sub_box p {
    font-size: 12px;
    line-height: 200%;
    padding: 0px; 
}
	table.form {
	width: 100%;
	

}
}