.com-btn.jp {
    font-family: inherit;
}
.form table {
}
.form table th {
	border-bottom: #e3e3e3 1px solid;
	padding: 20px;
	
	font-weight: 500;
	width: 300px;
}
.form table td {
	border-bottom: #e3e3e3 1px solid;
	padding: 20px;
	word-break: break-all;
	
}
.form table td .formError {
    display: block;
    margin-top: 0 !important;
    position: static !important;
    margin-bottom: 5px;
    font-weight: 500;
    color: #d80d19;
}
.form table td input {
	padding: 10px;
	box-sizing: border-box;
	height: 55px;
	font-size: 16px;
	width: 100%;
	border: #a2a2a2 1px solid;
	transition: ease-in-out .3s;
}

.form table td .input-error:focus {
    border-color: #d80d19;
}
.form table td input:focus {
    border-color: #000;
    background-color: #F8F8F8;
}
.form table .item {
	display: flex;
	align-items: center;
}
.form table .item .label {
	margin-left: auto;
	background-color: #d80d19;
	color: #fff;
	width: 40px;
	font-size: 85%;
	text-align: center;
	line-height: 1.4;
	padding: 5px;
}
.form table .item .label.free {
	background-color: #b3b3b3;
}
::placeholder {
  color: #ccc;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #ccc;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #ccc;
}
.form table td textarea {
	padding: 10px;
	box-sizing: border-box;
	transition: ease-in-out .3s;
	height: 250px;
	font-size: 16px;
	width: 100%;
	border: #a2a2a2 1px solid;
}
.form table td textarea:focus {
	border-color: #000;
	background-color: #F8F8F8;
}
.form .btn-box {
	text-align: center;
	margin-top: 50px;
}
.form .btn-box li {
	margin: 15px;
}
.form .btn-box button {
	padding: 19px;
	display: block;
	transition: ease-in-out .3s;
	text-align: center;
	border: none;
	color: #fff;
	width: 230px;
	margin: auto;
	font-weight: 500;
	position: relative;
	background-color: #000;
	font-family: inherit;
	font-size: 15px;
	cursor: pointer;
	border: #000 1px solid;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.form .btn-box button.back-btn {
	background-color: #b3b3b3;
	border-color: #b3b3b3;
}
.form .btn-box button:hover {
	background-color: #fff;
	color: #000;
}
.form .btn-box button.back-btn:hover {
	color: #b3b3b3;
}
#contact .lead-txt {
	text-align: center;
	margin-bottom: 70px;
}

#contact .tel-box {
	margin-bottom: 80px;
	background-color: #f8f8f8;
	padding: 40px;
}
#contact .tel-box h2 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-align: center;
}

#contact .tel-box .tel-num {
	text-align: center;
	margin-top: 10px;
}
#contact .tel-box .tel-num a {
    font-size: 42px;
    font-family: 'Lora', serif;
    font-weight: 500;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 45px;
	padding-left: 50px;
	padding-right: 50px;
}
#contact .tel-box .time {
	text-align: center;
	font-size: 90%;
	font-weight: 300;
}
#contact .form .txt {
	margin-bottom: 20px;
}
.comp-txt {
    text-align: center;
    margin-bottom: 50px !important;
}
@media screen and (max-width:980px){
.form table th {
	display: block;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.form table td {
	display: block;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
}
@media screen and (max-width:480px){
    .comp-txt {
        text-align: left !important;
    }
.form .btn-box {
  margin-top: 30px;
}
.form .btn-box li {
  margin: 10px;
}
#contact .tel-box {
  margin-bottom: 40px;
  padding: 15px;
}
#contact .tel-box .tel-num a {
  font-size: 28px;
  background-size: 30px;
  padding-left: 35px;
  padding-right: 35px;
}
#contact .lead-txt {
  margin-bottom: 40px;
}
#contact .tel-box h2 {
  font-size: 16px;
  margin-bottom: 0px;
}
}