@charset "utf-8";
/* CSS Document */
/*::::::box_sizing::::::::::::*/
table {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/*::::::end::::::::::::*/


/*↓ラジオボタン縦並び*/
/*span.wpcf7-list-item { display: block; }*/

/*↓ラジオボタン縦並び*/
.office .wpcf7-list-item { display: block;
margin-bottom:2%;
margin-top:2%;
}

.muryou{
	color:#0000FF;
	font-weight: bold;
}
.yuuryou{
	color:#0000FF;
	font-weight: bold;
	margin-top:-4%;
}

.naiyou_setumei{
margin-top:-5%;

}
.formyoyaku {
	margin-top: 3%;
}
.red{
	color:#F00;
}

table th {
	background-color: #F3F3F3;
	text-align: left;
	font-weight: normal;
	width: 28%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	vertical-align: top;
	padding: 1.6%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
table td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 1.4%;
	line-height: 1em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
table {
	border-collapse:collapse;
	height: auto;
	width: 100%;
	border: 1px solid #999999;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.tel2 {
	margin-top: 2%;
}

/*送信ボタン*/
.buttom{
	margin-top:4%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 599px) {
table th,
table td {
  padding: 5px;
  border: none;
}

  table td {
    display: block;
    text-align: center;
	border-bottom: 1px solid #999;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
  .top_b{
  	border-top: 1px solid #999;
  }
}

@media(max-width: 767px) {
/*600px以上767px以下*/
.textarea {
width:90%;

}

}