@charset "utf-8";
/* CSS Document */
input.one {
	width: 90%;
	height: 2em;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
input.two {
	width: 90%;
	height: 2em;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
textarea.tarea {
	min-width: 90%;
	min-height: 60px;
	max-width: 90%;
	max-height: 60px;
	padding: 8px;
	font-size: 100%;
	line-height: 1.5em;
}
select.selectshort {
	width: 30%;
	padding: 5px;
	margin-bottom: 5px;
	height: 2em;
	font-size: 100%;
}
select.select {
	width: 40%;
	padding: 5px;
	margin-bottom: 5px;
	height: 2em;
	font-size: 100%;
}
.hissu {
	background-color: #E40000;
	border-radius: 3px;
	margin-right: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
form .form-table {
	width: 100%;
	/* [disabled]display: block;
*/
}
form .form-table th {
	background-color: #e5f7f6;
	padding: 5px;
	width: 100%;
	display: block;
}
form .form-table td {
	padding: 5px;
	width: 100%;
	display: block;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
input#submit_button {
	color: #FFF;
	display: inline-block;
	background: #ff4b00;
	font-size: 20px;
	font-weight: bold;
	text-shadow: unset;
	width: 90%;
	border-radius: 5px;
	border: none;
	padding: 15px;
	text-decoration: none;
	position: relative;
	background-size: 20px;
}
.tel-num {
}
.tel-num p {
	font-size: 40px;
	font-weight: bold;
	color: #ff4b00;
}
.tel-num p:before {
	font-family: "Font Awesome 5 Free";
	content: "\f098";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.5em;
	size: 2em;
	color: #ff4b00; /*アイコン色*/
	padding-right: 15px;
}
.tel-btn {
	margin-bottom: 20px;
}
.sp-area {
	display: none;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
input.one {
	width: 95%;
	height: 2em;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
input.two {
	width: 95%;
	height: 2em;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
textarea.tarea {
	min-width: 95%;
	min-height: 60px;
	max-width: 95%;
	max-height: 60px;
	padding: 8px;
	font-size: 100%;
	line-height: 1.5em;
}
select.selectshort {
	width: 30%;
	padding: 5px;
	margin-bottom: 5px;
	height: 2em;
	font-size: 100%;
}
select.select {
	width: 40%;
	padding: 5px;
	margin-bottom: 5px;
	height: 2em;
	font-size: 100%;
}
.hissu {
	background-color: #E40000;
	border-radius: 3px;
	margin-right: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
form .form-table {
	width: 100%;
	display: block;
}
form .form-table th {
	background-color: #e5f7f6;
	padding: 5px;
	width: 100%;
	display: block;
}
form .form-table td {
	padding: 5px;
	width: 100%;
	display: block;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
input#submit_button {
	color: #FFF;
	display: inline-block;
	background: #ff4b00;
	font-size: 20px;
	font-weight: bold;
	text-shadow: unset;
	width: 90%;
	border-radius: 5px;
	border: none;
	padding: 15px;
	text-decoration: none;
	position: relative;
	background-size: 20px;
}
.pc-area {
	display: none;
}
.sp-area {
	display: block;
}
}
