@charset "UTF-8";
.table_area {
  margin: auto;
  text-align: center;
}
.text_area{
	overflow: hidden;
	margin-bottom: 2em;
}
.text_area p{
	margin-bottom: 1em;
}
.table_area .red {
  color: #EA51B5;
}
.error-js, .error-php, p.error {
  font-size: .88em;
  font-weight: 300;
  margin-top: .25em;
}
.table_area .preface {
  font-size: .88em;
  margin-bottom: 2.5em;
}
.table_area span.red {
  display: inline-block;
  font-size: .88em;
  margin-left: .3em;
}
.table_area table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_area table th, .table_area table td {
  padding: 0 0 2em 0;
  vertical-align: top;
}
.table_area table th {
  font-size:1.125em;
  font-weight: 400;
}
.table_area table td {}
.table_area input[type="text"], .table_area input[type="email"], .table_area textarea {
  border-radius: .1em;
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  background: #EDF1F5;
  width: 100%;
  border: none;
  padding: .9em 1em;
}
.table_area textarea{
	min-height: 9em;
}
/*ボタン*/
.table_area .btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
	border:none;
  cursor: pointer;
  margin: 1em auto;
	width:12em;
}
.table_area .btn-secondary, .table_area .btn-success {
  display: inline-block;
  margin: 1em;
}
/*+++++++++++++++++++++++++++
mediaクエリ【PC】
+++++++++++++++++++++++++++*/
body#contact .container{
	  background: url("../img/bg01.svg") center bottom / 95% auto no-repeat fixed;
}
@media (min-width: 641px) {
  .table_area table th {
    width: 22%;
    min-width: 8.2em;
  }
  .table_area table td {
    width: 78%;
  }
}
/*+++++++++++++++++++++++++++
mediaクエリ【スマホ】
+++++++++++++++++++++++++++*/
@media screen and (max-width: 640px) {
body#contact .container{
	  background: url("../img/bg01.svg") center bottom 2em / 110% auto no-repeat;
}
.table_area table th, .table_area table td {
	display:block;
	width:100%;
	padding:0;
}	
  .table_area table th {
	  margin-bottom: .85em;
  }
  .table_area table td {
	  margin-bottom: 2em;
  }

}