@charset "UTF-8";

.form_wrap{
	width:760px;
	margin-right: auto;
	margin-left:auto;
}

.row_06{
  padding:15px;
}

.row_06 form span.required {
  color: #ff0000;
  font-weight: normal;
  font-size: 10px;
}

.btn_wrap p{
  margin-bottom:10px;
  text-decoration:underline;
}

input{
	border:0;
  line-height: 1.7;
}

textarea{
	width: 100%;
	resize:none;
	border:0;
}
.btn_wrap{
    margin-top: 20px;
    text-align: center;
}
.form_btn{
  background: #f78e05;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  padding: 0 20px;
  width: auto;
  border:0;
}

.form_btn:hover{
	opacity:0.8;
}

.row_06 form table th {
  background: #1d1d1d;
  border-bottom: 0;
  border-right: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%; 
}

.row_06 form table td {
  background: #e8e8e8;
  border-bottom: 0;
  border-right: 0;
  color: #333;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.row_06 form table table th {
  background: 0;
  border: 0;
  color: #333;
  font-weight: normal;
  padding: 5px 10px 5px 0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

.row_06 form .w_name {
  width: 100px!important;
}

.row_06 form .w50 {
  width: 50px!important;
}

.row_06 form table td p {
  margin-bottom: 5px;
}

.row_06 form table {
  border-collapse: separate;
  border-spacing: 1px;
  border-left: 0;
  border-top: 0;
  font-size: 12px;
  width: 100%;
}

@media only screen and (max-width: 768px){
.row_06 form table th{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.row_06 form table td{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
}
.form_wrap{
	width:100%;
}

.row_06 form table {
  table-layout: fixed;
}

input{
  width:80%;
}

.row_06 form .w_name {
  width: 80px!important;
}

}