
/*------------------------------------------------------------
　フォーム
------------------------------------------------------------*/

table.contactForm {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

table.contactForm th {
	background: #eee;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    vertical-align: middle;
    padding: 10px 3%;
    border: none;
}

table.contactForm td {
	vertical-align: middle;
	border: none;
	font-size: 1.2rem;
	padding: 18px 3% 15px;
	text-align: center;
}

table.contactForm td ul {
	text-align: left;
	font-size: 1rem;
	line-height: 1.6;
	color: #F07457;
	text-indent: -1em;
	padding-left: 1em;
}

table.contactForm td ul li {
	text-align: justify;
}

table.contactForm td select {
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dddCCC;
	border-radius: 4px;
	background: url(../common/img/arrow01.svg) 96% 50% no-repeat, #EDEFF0;
	background-size: 15px, 100%;
	position: relative;
	margin-bottom: 10px;
}

table.contactForm td input {
	background: #EDEFF0;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	border: 1px solid #dddCCC;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
 
table.contactForm td textarea {
	background: #EDEFF0;
	font-size: 1.4rem;
	width: 100%;
	height: 80px;
	border: 1px solid #dddCCC;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media only screen and (min-width: 641px) {	
	
	
	table.contactForm {
		border-top: 1px solid #ddd;
		margin-bottom: 60px;	
	}

	table.contactForm th {
		background: none;
		width: 25%;
	    font-size: 1.4rem;
	    text-align: right;
	    border-bottom: 1px solid #ddd;
	    padding: 20px 40px 15px 0;
	}
	
	table.contactForm td {
		width: 75%;
		font-size: 1.3rem;
		padding: 20px 3%;
		text-align: left;
	    border-bottom: 1px solid #ddd;
	}
	
	table.contactForm td ul {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	
	table.contactForm td select {
		background: url(../common/img/arrow01.svg) 98% 50% no-repeat, #EDEFF0;
		background-size: 20px, 100%;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	
	table.contactForm td input {
		margin-bottom: 15px;
	}
		
	table.contactForm td textarea {
		height: 100px;
	}

	
}

/*------------------------------------------------------------
　規　約
------------------------------------------------------------*/

div.orderListBox {
	height: 300px;
	font-size: 1.2rem;
	text-align: justify;
	border: 1px solid #ddd;
	padding: 15px 20px;
	margin: 0 0 20px;
	overflow-y: scroll;
}

div.agreeBox {
	width: 100%;
	text-align: center;
}

div#contractArea label {
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 5px;
}

@media only screen and (min-width: 641px) {	
	
	div.orderListBox {
		font-size: 1.3rem;
		margin: 0 0 30px;	
	}
	
	div#contractArea label {
		font-size: 1.8rem;
		margin-right: 10px;
	}
	
}


