@charset "utf-8";

#application-form dt sup {
	font-size: 75%;
	color: red;
	vertical-align: top;
}
#application-form input[type="submit"] {
	font-size:1.4rem;
	color: #000000;
	padding: 10px 30px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#a1a1a1 89%,
		#b8b8b8);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.89, #a1a1a1),
		to(#b8b8b8));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #000000;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(194,194,194,0.6);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(194,194,194,0.6);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(194,194,194,0.6);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}

#application-form form > p:before {
	font-family: "FontAwesome";
	content: "\f111";
	margin: 0 2px 0 0;
}


/* smartphone */
@media screen and (max-width: 768px){

	#form_plumbing01 {
		line-height: 1.5;
		margin: 10px 0 0;
	}
	#form_plumbing01 dl:not(:last-child),
	#form_plumbing01 dt {
		margin: 0 0 10px;
	}
	#form_plumbing01 dt:before {
		font-family: "FontAwesome";
		content: "\f13a";
		margin: 0 2px 0 0;
	}
	#form_plumbing01 dt:after {
		content: "エリア表示";
	}
	#form_plumbing01 dl dd {
		display: none;
		width: 100%;
		font-size: 1.3rem;
	}
	#form_plumbing01 dl dd ul {
		border: 1px #ccc solid;
		padding: 14px;
	}
	#form_plumbing01 dl dd ul li {
		display: inline-block;
	}
	#form_plumbing01 dd li:not(:last-child):after {
		content: "|";
		margin: 0 4px;
	}
	
	.dltable p {
		margin: 12px 0 0;
	}

	#application-form {
		font-size:1.3rem;
	}
	#application-form div > dl {
		border-left: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-right: 1px #ccc solid;
		width: 100%;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	#application-form div > dl:first-child { border-top: 1px #ccc solid; }
	#application-form div > dl > dt,
	#application-form div > dl > dd {
		background: #fff;
		padding: 8px 12px;
		vertical-align: middle;
		margin:0;
	}
	#application-form .wpcf7 dl dd{
		margin-bottom:0!important;
	}
	#application-form div > dl > dd textarea{
		margin:0;
	}
	#application-form div > dl > dt {
		background: #f3f3f3;
		line-height: 1.4;
	}

	#application-form div > dl > dd span {
		font-size:1.2rem;
		margin: 4px 0 0;
	}
	#application-form input[type="text"],
	#application-form input[type="email"],
	#application-form input[type="url"],
	#application-form textarea {
		font-size:1.3rem;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	#application-form input[type="text"],
	#application-form input[type="email"],
	#application-form input[type="url"] {
		width:100%;
	}
	#application-form dd.long input[type="text"] {
		width:100%;
	}
	#application-form dd.short input[type="text"] {
		width:20%;
	}
	#application-form textarea {
		width:100%;
		height: 10em;
	}
	#application-form form > p {
		color: #fff;
		background: #032957;
		border-left: 1px #ccc solid;
		border-right: 1px #ccc solid;
		font-size:1.4rem;
		font-weight: bold;
		padding: 8px 12px;
	}
	#application-form form label {
		white-space: nowrap;
		margin: 0 1em 0 0;
	}
	#application-form .submit {
		background: #f3f3f3;
		text-align: center;
		padding: 12px;
	}

}

/* PC */
@media screen and (min-width: 769px){

	#form_plumbing01 {
		background: url( ../images/form_plumbing/form_plumbing-map.jpg ) no-repeat right center;
		line-height: 1.5;
		margin: 15px;
	}
	#form_plumbing01 dt {
		color: #032957;
		font-size:1.4rem;
		font-weight: bold;
		margin: 4px 0;
	}
	#form_plumbing01 dt:before {
		font-family: "FontAwesome";
		content: "\f0da";
		margin: 0 2px 0 0;
	}
	#form_plumbing01 dd li {
		display: inline-block;
	}
	#form_plumbing01 dd li:not(:last-child):after {
		content: "|";
		margin: 0 4px;
	}
	
	.dltable p {
		margin: 12px 0 0;
	}
	
	
	#application-form {
		font-size:1.3rem;
		padding: 16px;
	}
	#application-form div > dl {
		display: flex;
		flex-wrap: wrap;
		border-left: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		border-right: 1px #ccc solid;
		width: 100%;
	}
	#application-form div > dl:first-child { border-top: 1px #ccc solid; }
	#application-form div > dl > dt,
	#application-form div > dl > dd {
		background: #fff;
		vertical-align: middle;
	}
	#application-form div > dl:first-child { border-top: 1px #ccc solid; }
	#application-form div > dl > dd {
		padding: 8px 12px;
	}
		#application-form div > dl > dt{
			padding: 12px;
		}
	#application-form .wpcf7 dl dd{
		margin-bottom:0!important;
	}
	#application-form div > dl > dt {
		width: 30%;
		background: #f3f3f3;
		line-height: 1.4;
	}
	#application-form div > dl > dd span {
		font-size:1.2rem;
	}
	#application-form input[type="text"],
	#application-form input[type="email"],
	#application-form input[type="url"],
	#application-form textarea {
		font-size:1.3rem;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	#application-form input[type="text"],
	#application-form input[type="email"],
	#application-form input[type="url"] {
		width:75%;
	}
	#application-form dd.long input[type="text"] {
		width:100%;
	}
	#application-form dd.short input[type="text"] {
		width:20%;
	}
	#application-form textarea {
		width:100%;
		height: 10em;
	}
	#application-form form > p {
		color: #032957;
		font-size:1.4rem;
		font-weight: bold;
		padding: 8px 0;
	}
	#application-form form label {
		white-space: nowrap;
		margin: 0 1em 0 0;
	}
	#application-form .submit { text-align: center; }

}
