@charset "utf-8";

/* CSS Document */

.topImg {
  line-height: 0;
}
.topImg img{
  width: 100%;
}
.title01 {
	font-size: 45px;
	font-weight: 200!important;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Sarabun', sans-serif;
  margin-top: 70px;
}
.title01 span {
	letter-spacing: 10px;
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
#contact {
  padding-bottom: 175px;
}
#contact p {
  line-height: 2.5;
  font-size: 15px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 30px;
}
#contact a {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
#contact .container img {
  width: 20%;
}
#contact .tel {
  font-size: 24px;
  color: #666767;
}
#contact .formArea {
  margin: 0 150px;
}
#contact select {
  width: 390px;
  padding: 10px;
}
#contact input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
#contact dt {
  font-size: 15px;
  letter-spacing: 5px;
}
#contact dd {
  padding: 10px 0 15px;
}
.select {
  text-align: center;
  padding-bottom: 90px!important;
}
textarea {
  width: 100%;
  padding: 10px;
  height: 255px;
  border: 1px solid #000;
}
.send_btn {
  text-align: center;
  padding-top: 80px;
}
.btnS,
.btnO,
.btnB,
.btnL {
  display: inline-block;
  width: 250px;
  background: #333;
  line-height: 40px;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
  border: none;
}.btnS:hover,
.btnO:hover,
.btnB:hover,
.btnL:hover {
	background: #666;
	color: #fff;
}
figure {
  margin: 0 90px;
}
#contact table {
  width: 70%;
  margin: 0 auto;
}
#contact table th {
  width: 40%;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
#contact table td {
  width: 60%;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
.check .c_title02{
  margin-top: 100px;
}
.check .c_text01 {
  margin-bottom: 50px!important;
}
.error_messe {
  color: #FF0004;
}
.send_btn a {
  display: inline-block;
  width: 400px;
  background: #333;
  line-height: 40px;
  color: #fff;
  margin: 0 5px;
  cursor: pointer
}
.send_btn a:hover {
	background: #666;
	color: #fff;
}
@media only screen and (max-width: 767px) {

.topImg {
  line-height: 0;
}
.topImg img{
  width: 100%;
}
.title01 {
	font-size: 22px;
	margin-bottom: 20px;
}
.title01 span {
	font-size: 12px;
}

#contact {
  padding-bottom: 50px;
}
#contact p {
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#contact .container img {
  width: 50%;
}
#contact .tel {
  font-size: 20px;
}
#contact .formArea {
  margin: 0;
}
#contact select {
  width: 100%;
  padding: 10px;
}
#contact input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
#contact dt {
  font-size: 15px;
  letter-spacing: 0;
}
#contact dd {
  padding: 10px 0 15px;
}
.select {
  text-align: center;
  padding-bottom: 45px!important;
}
textarea {
  width: 100%;
  padding: 10px;
  height: 150px;
  border: 1px solid #000;
}
.send_btn {
  text-align: center;
  padding-top: 40px;
}
.btnS,
.btnO,
.btnB,
.btnL {
  display: block;
  width: 90%;
  background: #333;
  line-height: 40px;
  color: #fff;
  margin: 5px auto;
  cursor: pointer;
  border: none;
}.btnS:hover,
.btnO:hover,
.btnB:hover,
.btnL:hover {
	background: #666;
	color: #fff;
}
figure {
  margin: 0 90px;
}
#contact table {
  width: 100%;
  margin: 0 auto;
}
#contact table th {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
#contact table td {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
.check .c_title02{
  margin-top: 40px;
}
.check .c_text01 {
  margin-bottom: 30px!important;
}
.error_messe {
  color: #FF0004;
}
.send_btn a {
  display: inline-block;
  width: 90%;
  background: #333;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer
}
.send_btn a:hover {
	background: #666;
	color: #fff;
}
}