@charset "utf-8";
/* メインコンテンツ */
main {
	margin: 0;
	padding: 15px;
	width: 90%;
}
main h2 {
	border-left: 10px solid green;
	text-indent: 0.5rem;
	font-size: 20px;
}

.company-head {
	display: block;
	width: 100%;
	height: 250px;
	background: url("../images/parts_header.jpg") center / cover no-repeat;
}
#form table,
	#form tbody,
	#form tr,
	#form th,
	#form td{
		display: block;
		width: 100%;
	}
	#form th{
		padding: 0.5em 0 0;
		border-top: solid 1px #ccc;
	}
	#form td{
		padding: 0 0 0.5em;
	}
	#form textarea {
		margin: 5px;
		padding: 0.75em;
		border: solid 1px #ccc;
		width: 95%;
	}
	#form input {
		margin: 5px;
		padding: 0.75em;
		border: solid 1px #ccc;
		width: 5%;
	}
	#form h3{
		padding: 0 0 0.5em;
		border-bottom: solid 1px #ccc;
		font-size: 1.1rem;
		text-align: left;
		font-weight: 400;
	}
	#form h4{
		margin: 1.5em 0 1em;
		font-size: 1rem;
	}

	.property-list li{
		float: left;
		width: 100%;
		list-style: none;
		
	}
	#form .confirm input ,
	#form .preview input {
		width: 80%;
	}
	
		
	.tel-wrap{
		padding: 15px;
		border: solid 1px #ccc;
	}
	.tel-wrap h3{
		margin: 0 0 1em;
		font-size: 2rem;
		font-weight: 400;
	}

	.tel-wrap .tel-num{
		margin: 10px 0 0;
		width: 100%;
	}

	.tel-wrap .tel-num dl{
		margin: 15px 0 0;
		float: none;
		width: 100%;
	}
	.tel-wrap .tel-num dt{
		font-size: 1.4rem;
	}
	.tel-num dd{
	}
	.tel-num .customer dd{
		padding: 0 0 0 40px;
		color: #CC1C1C;
		font-size: 3rem;
		line-height: 1.3;
		background: transparent url(../img/parts_fdial_r.png) no-repeat left center;
		background-size: 30px auto;
	}
	.tel-num .customer a{
		color: #CC1C1C;
	}

	.tel-num .partner dd{
		color: #000;
		font-size: 3rem;
	}
	.tel-num .partner dd:before{
		content: '\f095 ';
		padding: 0 .25em 0 0;
		font-family: FontAwesome;
		font-size: 3rem;
		line-height: 1;
	}
	
		
	#sitemap-wrap{
		text-align: left;
	}
	#sitemap-wrap > li{
		padding: 1em 0;
		border-bottom: solid 1px #ccc;
	}

	#sitemap-wrap li a:before{
		content: ' \f105';
		padding: 0 .25em 0 0;
		font-family: FontAwesome;
		font-size: 2rem;
		line-height: 1;
		color: #cc1c1c;
	}

	#sitemap-wrap ul{
		padding: 0 0 0 1.5em;
		width: 100%;
		overflow: hidden;
	}
	#sitemap-wrap ul li{
		float: none;
		width: 100%;
		font-size: 1.3rem;
	}

	#sitemap-wrap ul a:before{
		color: #999;
	}
	.property-list li a {
		color: #000;
	}
	.property-list li a:hover {
		color: red;
	}
	ul.property-list {
		overflow: hidden;
	}
	ul.property-list li{
		list-style: none;
	}




@media screen and (min-width:768px) {
	main {
	margin: 0 auto;
	padding: 15px 0;
	width: 90%;
	}
	main h2 {
		width: 100%;
		margin: 30px auto 45px;
		border-left: 10px solid green;
		text-indent: 0.5rem;
	}
	.inner {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	table.form th {
		padding: 10px 15px;
		text-align: left;
	}
	
	#form th{
	width: 30%;
	border: none;
	}
	#form td{
		width: 60%;
	}

	#form h3{
		padding: 0 0 0.5em;
		border-bottom: solid 1px #ccc;
		font-size: 1.25rem;
		text-align: left;
		font-weight: 400;
	}
	#form h4{
		margin: 1.5em 0 1em;
		font-size: 1.25rem;
		font-weight: 400;
		text-align: left;
	}

	.property-list{
		width: 100%;
		overflow: hidden;
	}
	.property-list li{
		float: left;
		width: 50%;
		text-align: left;
	}
	.property-list li a {
		color: #000000;
	}
	.property-list li a:hover {
		color: red;
	}
	
	

	#form th em{
		padding: 0 .5em;
		border: solid 1px #CC1C1C;
		float: right;
		color: #CC1C1C;
	}

	#form textarea,
	#form input{
		margin: 5px;
		padding: 0.75em;
		border: solid 1px #ccc;
		width: 100%;
	}


	#form .property-list input,
	#form .check,
	#form .radio{
		width: auto;
		background: none;
	}
	#form .w10{	width: 10%;}
	#form .w20{	width: 20%;}
	#form .w30{	width: 30%;}
	#form .w40{	width: 40%;}
	#form .w60{	width: 60%;}

	.error{
	display: block;
	color: #CC1C1C;
	font-weight: bold;
	}

	.caution{
		margin: 30px 0;
		border: solid 1px #ccc;
		background: #eee;
		padding: 20px;
	}

	.confirm,
	.preview {
		margin: 30px 0 0;
		text-align: center;
		clear: both;
	}
	#form .confirm input ,
	#form .preview input {
		margin: 0 auto;
		padding: 1em 0.5em;
		border: none;
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		background: #CC1C1C url(../../common/img/arw_submit.png) no-repeat right 20px center;
		background-size: auto 15px;
		width: 30%;
	}
	.preview input {
		display: inline-block;
		width: 300px;
	}
	.confirm input {
		display: inline-block;
		width: 300px;
	}

	label.error{
		display: block;
		color: #CC1C1C;
	}

	.tel-wrap{
		padding: 30px;
		border: solid 1px #ccc;
	}
	.tel-wrap h3{
		margin: 0 0 1em;
		font-size: 3rem;
		font-weight: 400;
	}

	.tel-wrap .tel-num{
		margin: 30px 0 0;
		width: 100%;
		overflow: hidden;
	}

	.tel-wrap .tel-num dl{
		float: left;
		width: 50%;
	}
	.tel-wrap .tel-num dt{
		margin: 0 auto;
		border: solid 1px #ccc;
		width: 9em;
		font-size: 2rem;
	}
	.tel-num dd{
		display: inline-block;
		font-family: "Times New Roman" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	.tel-num .customer dd{
		padding: 0 0 0 60px;
		color: #CC1C1C;
		font-size: 5.6rem;
		line-height: 1.3;
		background: transparent url(../img/parts_fdial_r.png) no-repeat left center;
	}
	.tel-num .customer a{
		color: #CC1C1C;
	}

	.tel-num .partner dd{
		color: #000;
		font-size: 4.4rem;
	}
	.tel-num .partner dd:before{
		content: '\f095 ';
		padding: 0 .25em 0 0;
		font-family: FontAwesome;
		font-size: 3.6rem;
		line-height: 1;
	}

	.privacy-list {
		width: 900px;
		margin: 30px auto;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	.privacy-list li {
		text-indent: 0.5rem;
	}
	.privacy-list p {
		text-indent: 1rem;
	}
	.group li{
		margin: 10px 20px;
		display: inline-block;
		text-align: left;
	}
	.group li:before{
		content: '・';
	}

	#sitemap-wrap{
		text-align: left;
	}
	#sitemap-wrap > li{
		padding: 1em 0;
		border-bottom: solid 1px #ccc;
	}

	#sitemap-wrap li a:before{
		content: ' \f105';
		padding: 0 .25em 0 0;
		font-family: FontAwesome;
		font-size: 2rem;
		line-height: 1;
		color: #cc1c1c;
	}

	#sitemap-wrap ul{
		padding: 0 0 0 10em;
		width: 100%;
		overflow: hidden;
	}
	#sitemap-wrap ul li{
		float: left;
		width: 50%;
		font-size: 1.5rem;
	}

	#sitemap-wrap ul a:before{
		color: #999;
	}
	li label a:hover {
		color: BLUE;
	}
	#form2 {
		width: 900px;
		margin: 0 auto;
	}
	
}