@charset "utf-8";
/*---------------------
    AT-A  
----------------------*/

#contents h1 {
	background: url("../images/index/ttl_01.png") no-repeat 0 #262626;
	padding-left: 450px;
	min-height: 68px;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

#contents h2.first + p {
	margin: 1em 1.5em 2em;
	line-height: 1.7;
}

.workCont {
	border: 1px solid #888;
	border-radius: 3px;
	padding: 5px 10px 5px 15px;
	margin: 5px 10px 5px 0;	
	height: 2em;
	line-height: 2em;
}

.optionWork {
	margin-top: 30px;
}

#contents p.note {
	margin-bottom: 2em;
}



/* address */
.address div {
	float: left;
	width: 100%;
}

.address div.postalCode {
	width: 20%;
}

.address div.postalCode input[type="text"] {
	width: 81%;
}

.address div.prefecture {
	width: 20%;
}

.address div.prefecture select {
	width: 100%;
}

.details div {
	width: 37.7%;
}

.details div input[type="text"] {
	width: 90%;
}


/* work */
.work label {
	display: block;
}

.work div.workCont {
	float: left;
	width: 34%;
}

.work input[type="radio"] {
	margin-right: 10px;
}

/* kinds */
.kinds label {
	display: block;
}

.kinds div.workCont {
	float: left;
	width: 34%;
}

/* path */
.path label {
	display: block;
}

.path div.workCont {
	float: left;
	width: 34%;
}

/* attention */
.attention ul {
	padding: 0;
	margin-left: 2em;
}

.attention ul li {
	margin-bottom: 0.5em;
}

/* request */
.request label {
	display: block;
}

.request div.workCont {
	float: left;
	width: 34%;
}

/* products */
.products label {
	display: block;
}

.products div.workCont {
	float: left;
	width: 34%;
}

.products p.note {
	margin: 2em 0 1em;
	padding-left: 1em;
	text-indent: -1em;
}


/* tryOption */

.tryOption label {
	display: block;
}

.tryOption textarea {
	width: 72%;
	height: 7em;
	padding: 10px;
}

/* desirableDate */

.desirableDate label {
	display: block;
}

.desirableDate p.note {
	margin-bottom: 30px;
}

.desirableDateOption textarea {
	width: 72%;
	height: 8em;
	padding: 10px;
}


/* experience */

.experience label {
	display: block;
}

.experience div.workCont {
	float: left;
	width: 34%;
}


/* use */

.use label {
	display: block;
}

.use div.workCont {
	float: left;
	width: 35%;
}

/* accept */

.accept div.workCont {
	width: 34%;
}

/* inquiry */

.inquiry textarea {
	width: 72%;
	height: 8em;
	padding: 10px;
}



/* submitForm */
.submitForm {
	margin: 30px auto;
	padding: 10px 50px;
	background-color: #18357B;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

.submitForm:hover {
	background-color: #1B67DC;
}



@media only screen and (max-width: 1023px) {

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
	
	#contents h1 span {
		display: none;
	}
	
	#contents div.workCont {
		float: none;
		width: 100%;
	}
	
}


