/*PC*/

ol li {
	margin-left: 1.5em;
}
@media (min-width: 641px) {

	/* メインビジュアル 
	------------------------------------------- */
	#mainvisual {
		background: url(images/mainvisual.jpg) no-repeat center top;
		height: 150px;
		background-size: cover;
		border-bottom: 2px solid #fff;
	}
	#mainvisual h2 {
		width: 1000px;
		margin: auto;
		padding-top: 53px;
	}



	/* 咨询 
	------------------------------------------- */
	#contact strong {
		font-size: 15px;
	}
	#contact .telBox {
		background: #f2f2f3;
		margin-top: 15px;
		margin-bottom: 40px;
		text-align:center;
	}
	#contact .tel {
		padding: 40px;
		color: #081664;
	}
	#contact .tel:first-child {
		padding-left: 70px;
		padding-right: 40px;
	}
	#contact .tel strong {
		font-size: 14px;
		color: #000;
	}
	#contact form table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		background: #ddd;
		margin-bottom: 30px;
	}
	#contact form th:after {
		content: '任意';
		background: #a6a5a5;
		color: #fff;
		padding: 0px 6px;
		font-size: 10px;
		position: absolute;
		top: 13px;
		right: 10px;
	}
	#contact form th.required:after {
		content: '必须';
		background: #c90202;
	}
	#contact form th {
		background: #f5f5f5;
		/*border: 1px solid #DDDDDD;*/
		padding: 10px 20px;
		width: 170px;
		position: relative;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
	}
	#contact form td {
		/*border: 1px solid #DDDDDD;*/
		background: #fff;
		padding: 15px 20px;
		vertical-align: top;
	}
	#contact form td input[type="text"] {
		height: 27px;
		padding: 0 10px;
	}
	#contact textarea {
		width: 100%;
		height: 100px;
	}
	#contact button {
		background: none;
		border: none;
		cursor: pointer;
	}
	#contact .agree {
		width: 400px;
		margin: auto auto 20px auto;
		display: block;
	}
	#contact .agree input {
		margin: 6px 6px 20px 6px;
		float: left;
	}
	#contact button,
	#contact a.back {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.70, #e0e0e0), color-stop(0.66, #fff));
		background: -webkit-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -moz-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -o-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -ms-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: linear-gradient(to bottom, #fff 66%, #e0e0e0 70%);
		border: 1px solid #959595;
		border-radius: 4px;
		box-shadow: 0 1px 6px #000;
		line-height: 58px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		padding: 0;
		width: 238px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin: 0 10px 20px 10px;
	}
	#contact a.back:hover {
		text-decoration: none;
	}
}



/*スマホ*/
@media (max-width: 640px) {
	/* メインビジュアル 
	------------------------------------------- */
	#mainvisual {
		background: url(images/mainvisual.jpg) no-repeat center top;
		padding: 20px;
		background-size: cover;
		border-bottom: 2px solid #fff;
	}

	/* 咨询 
	------------------------------------------- */
	#contact .telBox {
		background: #f2f2f3;
		margin-top: 15px;
		margin-bottom: 40px;
		padding: 20px;
		text-align:center;
	}
	#contact .tel {
		color: #081664;
		margin-bottom: 20px;
	}
	#contact .tel strong {
		font-size: 14px;
		color: #000;
	}
	#contact form table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		background: #ddd;
		margin-bottom: 30px;
	}
	#contact form th:after {
		content: '任意';
		background: #a6a5a5;
		color: #fff;
		padding: 0px 6px;
		font-size: 10px;
		position: absolute;
		top: 7px;
		right: 10px;
	}
	#contact form th.required:after {
		content: '必须';
		background: #c90202;
	}
	#contact form th {
		background: #f5f5f5;
		/*border: 1px solid #DDDDDD;*/
		padding: 4px 10px;
		display: block;
		position: relative;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
	}
	#contact form td {
		/*border: 1px solid #DDDDDD;*/
		background: #fff;
		padding: 8px 10px;
		display: block;
		vertical-align: top;
	}
	#contact form td label {
		display: inline-block;
	}
	#contact form td input[type="text"] {
		height: 27px;
		padding: 0;
	}
	#contact form td.address label {
		display: block;
	}
	#contact form td.address input[type="text"] {
		width: 95%;
		margin-left: 0 !important;
		display: block;
	}
	#contact textarea {
		width: 100%;
		height: 100px;
	}
	#contact button {
		background: none;
		border: none;
		cursor: pointer;
	}
	#contact .agree {
		width: 350px;
		margin: auto auto 20px auto;
		display: block;
	}
	#contact .agree input {
		margin: 6px 6px 20px 6px;
		float: left;
	}
	#contact button,
	#contact a.back {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.70, #e0e0e0), color-stop(0.66, #fff));
		background: -webkit-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -moz-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -o-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: -ms-linear-gradient(top, #fff 66%, #e0e0e0 70%);
		background: linear-gradient(to bottom, #fff 66%, #e0e0e0 70%);
		border: 1px solid #959595;
		border-radius: 4px;
		box-shadow: 0 1px 6px #000;
		line-height: 58px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		padding: 0;
		width: 238px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin: 0 10px 20px 10px;
	}
	#contact a.back:hover {
		text-decoration: none;
	}
}

}























