@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------

formArea

------------------------------------------------- */
.formArea{

}
.formArea table{
	width: 100%;
	margin: 0 0 20px;
}
.formArea table th{
	background-color: #eee;
	white-space: nowrap;
}
.formArea table th span.hissu{
	font-size: 0.9em;
	color:#f00;
	padding-left: 3px;
}
.formArea table th,
.formArea table td{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 15px;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.05);
}
.formArea table td{
	background-color: #fff;
}
 /*  PC */
@media print, screen and (min-width:769px) {
.formArea{
	width: 1200px;
	margin: 60px auto;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.formArea{
	padding: 30px 20px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.formArea table th,
.formArea table td{
	display: block;
}
}

/* -------------------------------------------------

form reset

------------------------------------------------- */

.formText {
	padding: 5px;
	margin: 0 5px 10px!important;
	font-size: 1.2em;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fff!important;
}
input[type="submit"] {
	cursor: pointer;
	border:0;
}
.submitBtn{
	background-color: #ff7625;
	color:#fff;
	margin: 0 auto 10px!important;
	display: block;
	text-align: center;
	transition: 0.5s;
	font-family: "Noto Sans Japanese";
	font-size: 1.1em;
	letter-spacing: 3px;
	font-weight: 700;
	border-radius: 5px;
}
.submitBtn:hover{
	opacity: 0.8;
}

.checkArea{
	height: auto;
}
.checkArea > label{
	float: left;
	width: 128px;
}
.checkArea input::placeholder{
  font-size: 0.9em;
}
.checkArea input:placeholder-shown{
  font-size: 0.9em;
}
/* PC */
@media print, screen and (min-width:769px) {
.sizeXL {
	width:550px;
}
.sizeL {
	width: 300px;
}
.sizeM {
	width: 220px;
}
.sizeS {
	width: 100px;
}
.sizeXS {
	width: 80px;
}
select {
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 5px;
}
.submitBtn{
	padding: 15px 100px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.sizeXL {
	width: 90% !important;
}
.sizeL {
	width: 70% !important;
}
.sizeM {
	width: 45% !important;
}
.sizeS {
	width: 30% !important;
}
.sizeXS {
	width: 25% !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	margin: 0;
	padding:7px;
	background: none;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
}
select {
	padding: 9px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	margin-bottom: 10px;
	margin-left: 5px;
}
.submitBtn{
	padding: 15px 0;
	width:35%;
}
/* SearchBtn */
#submit_check{
	width: 90%;
}
input[type="submit"] {
	display: block !important;
	-webkit-appearance: none;
	font-size: 1em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
label{
	display: block;
}
.submitBtn{
	width: 100%;
}
.checkArea > label{
	float: none;
	width: 100%;
}
}
