main{

}

.toiawase_cont{
	max-width: 1180px;
	padding:0 100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: left;
}

.foot_toiawase{
	padding:0!important;
}
.foot_toiawase p{
	display: none;
}

/*問い合わせフォーム*/

.toiawaseTopComm{
	font-size:18rem;
	line-height:1.8;
	margin:0 0 30px 0;
	text-align: left;
}

.toiawaseBotComm{
	font-size:14rem;
	line-height:1.8;
	margin:30px 50px 20px 50px;
	text-align: left;
}

.toiawasePrivacyBox{
	height:150px;
	overflow:auto;
	text-align:left;
	border:solid 1px #ccc;
	margin-bottom: 10px;
}
.privacyBox{
	padding:10px;
}
.privacyBox h2,
.privacyBox h3,
.privacyBox p{
	background-color:#fff;
	border:none;
	padding:0;
	font-size:13rem;
	line-height:1.8;
	margin-bottom:1em;
}


.toiawaseFormMailAlert{
	margin-bottom: 15px;
	padding:20px;
	background-color: #f6f6f0;
}
.toiawaseFormMailAlert p{
	font-size: 14rem;
	line-height:1.6;
	margin-bottom: 10px;
}
.toiawaseFormMailAlert p:last-child{
	margin-bottom: 0;
}


.toiawaseFormBox dl{
	border-bottom:dotted 1px #999;
	padding:20px 0;
	display: flex;
	align-items: center;
}
.toiawaseFormBox dt{
	float:left;
	width:30%;
	font-size: 14rem;
	line-height: 1;
}
.toiawaseFormBox dt small{
	font-size: 12rem;
	line-height: 1;
	display: inline-block;
	background-color: #c39;
	padding:3px 10px;
	color:#fff;
	margin-left: 5px;
}
.toiawaseFormBox dd{
	float:left;
	width:70%;
}
.toiawaseFormBox dd label{
	float:left;
	margin-right: 2em;
}
.formText input,
.formText textarea{
	border:solid 1px #ccc;
	padding:3px;
	font-size:16rem;
	width:400px;
}
.formText textarea{
	width:95%;
}






.toiawaseSubmit{
	text-align: center;
	margin: 30px 0;
}

.toiawaseSubmit input{
	display: inline-block;
	color:#39c;
	border: solid 1px #39c;
	padding:1em 3em;
	font-size: 20rem;
	transition: 0.2s;
	background-color: #fff;
}
.toiawaseSubmit input:hover {
	background-color: #f3f6f9;
}


.toiawaseErrorBox{
	margin-bottom:2.5%;}
.toiawaseErrorBoxInner{
	border:solid 2px #c66;
	padding:10px;
	text-align:left;}
.toiawaseErrorBoxSt{
	font-size:14rem;
	line-height:1;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	background-color:#c66;
	font-weight:bold;
}
.toiawaseErrorBox p{
	font-size:15rem;
	line-height:1.8;
}

/*確認*/
.toiawaseBotComm_kakunin{
	font-size:16rem;
	line-height:1.8;
	margin-bottom:30px;
	text-align: center;
}
.toiawaseBotComm_kakunin{
	font-size:16rem;
	line-height:1.8;
	margin-top:30px;
	text-align: center;
}

/*完了*/
.toiawaseBotComm_kanryo{
	font-size:16rem;
	line-height:1.8;
	margin-bottom:1em;
}












/*-----834以下-----*/
@media screen and (max-width: 834px) {

	/*採用のお問い合わせ*/

	.toiawase_cont{
		max-width: auto;
		padding:0 4%;
		padding-bottom: 100px;
	}

	.toiawase_cont h3{
		font-size:8vw;
		margin-bottom:1em;
		padding-bottom:0.5em;
		letter-spacing: 0;
		text-indent: 0;
	}

	.foot_toiawase{
		padding:0!important;
	}
	.foot_toiawase p{
		display: none;
	}

	/*問い合わせフォーム*/
	.toiawaseTopComm{
		margin:0 0 5% 0;
		font-size:14rem;
	}
	.toiawaseTopComm h2{
		font-size:6vw;
		line-height: 1.6;
		margin-bottom:80px;
	}

	.toiawaseTelBox{
		margin-bottom: 80px;
	}
	.toiawaseTelBox_inner{
		margin-top: 0;
		display: block;
	}
	.toiawaseTelBox .toiawaseTel dl{
		margin-bottom: 20px;
	}
	.toiawaseTelBox .toiawaseTel dt{
		font-size:6vw;
		letter-spacing: 0;
		text-indent: 0;
		margin-bottom: 0.2em;
	}
	.toiawaseTelBox .toiawaseTel dd{
		font-size:18vw;
	}
	.toiawaseTelBox .toiawaseTel dd small{
		font-size:12vw;
	}


	.toiawasePrivacyBox{
		height:10em;
		margin-bottom: 5%;
	}
	.privacyBox{
		padding:1%;
	}


	.toiawaseFormMailAlert{
		margin-bottom:5%;
	}
	.toiawaseFormMailAlert p{
		margin-bottom: 5%;
	}


	.toiawaseFormBox dl{
		border-bottom:dotted 1px #999;
		padding:5% 0;
		display: block;
		align-items: center;
	}
	.toiawaseFormBox dt{
		float:none;
		width:auto;
		font-size: 4.5vw;
		margin-bottom:5%;
	}
	.toiawaseFormBox dt small{
		font-size: 3.5vw;
		padding:2% 3% 1% 3%;
		margin-left: 0.5%;
	}
	.toiawaseFormBox dd{
		font-size: 4.5vw;
		float:none;
		width:auto;
	}
	.toiawaseFormBox dd label{
		float:none;
		margin:0 0 2% 0;
	}
	.formText input,
	.formText textarea{
		width:96%;
	}
	.formText textarea{
		width:96%;
	}
	.form_jikantai{
		display: block;
		margin: 1em 0 0.5em 0;
	}

	.toiawaseSubmit{
		margin:10% 0 0 0;
	}

	.toiawaseSubmit input{
		font-size:6vw;
		padding:3% 8%;
		transition: 0s;
	}


	.toiawaseErrorBox{
		margin-bottom:5%;}
	.toiawaseErrorBoxInner{
		padding:4%;}
	.toiawaseErrorBoxSt{
		padding:3%;
		margin-bottom:3%;
	}
	.toiawaseErrorBox p{
		font-size:4.0vw;
	}

	/*確認*/
	.toiawase_cont_kakunin dt{
		margin-bottom:2%;
	}
	.toiawase_cont_kakunin dt::before{
		content: "■";
	}
	.toiawase_cont_kakunin dd{
		line-height:1.5;
	}
	.toiawaseBotComm_kakunin{
		margin:10% 0;
		font-size:4.0vw;
		text-align: left;
	}

	/*完了*/
	.toiawaseBotComm_kanryo{
		font-size:4.5vw;
		margin-bottom:1em;
	}


}
