@charset "utf-8";


.contents-wrap {
	margin: 80px auto 40px auto;
}

.contact-tit {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 3rem;
	text-align: center;
}

.contact-tex {
	max-width: 700px;
	margin: 30px auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.contact-tex2 {
	margin: 30px auto;
	font-size: 20px;
	font-size: 2rem;
	font-weight:bold;
	line-height: 26px;
	line-height: 2.6rem;
	
	}
.thanks .contact-tex {
	text-align: center;
}

.tel {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 40px;
	line-height: 4rem;
	text-align: center;
}

.form-area {
	max-width: 700px;
	margin: 40px auto 0 auto;
}

.form-area-tex {
	margin: 30px auto 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: center;
}

.form-list {
	width: 100%;
}

.form-list th,
.form-list td {
	padding: 10px 0;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}

.form-list th {
	width: 30%;
	padding-top: 15px;
}

.form-list th.req:after {
	content: "【必須】";
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(255, 0, 0, 1);
}

.form-item {
	width: 100%;
	padding: 0 10px;
	border: 0;
	background-color: rgba(0, 0, 0, .05);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem;
	box-sizing: border-box;
}

.form-item:focus {
	background-color: rgba(0, 0, 0, .1);
}

input[type=text].form-item,
input[type=email].form-item,
input[type=tel].form-item {
	height: 40px;
}

input[type=text].form-item,
input[type=email].form-item,
input[type=tel].form-item {
	height: 40px;
}

textarea.form-item {
	height: 100px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.form-foot {
	margin-top: 20px;
	text-align: center;
}

.form-foot li {
	margin: 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.form-submit,
.form-cancel {
	width: 200px;
	height: 50px;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 1);
}

.form-submit {
	background-color: rgba(0, 0, 0, 1);
}

.form-submit:hover {
	background-color: rgba(0, 0, 0, .8);
}

.form-cancel {
	background-color: rgba(0, 0, 0, .4);
}

.form-cancel:hover {
	background-color: rgba(0, 0, 0, .3);
}

.error {
	margin: 40px auto;
	padding: 40px;
	display: table;
	border: 2px solid rgba(255, 0, 0, 1);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: bold;
	color: rgba(255, 0, 0, 1);
}

.pc_off{
	display:none;
	}
	
.linkbtn{
	margin:0 auto;
	padding: 10px 20px;
    display: table;
	font-size:14px;
	font-size:1.4rem;
    border: 1px solid rgba(0, 0, 0, .2);
    text-decoration: none;
	}
	.linkbtn:hover {
	border: 1px solid rgba(0, 0, 0, 1);
    text-decoration: none;
}

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

	.contents-wrap {
		margin: 50px auto 0 auto;
		padding-bottom: 40px;
	}

	.form-list th,
	.form-list td {
		width: 100%;
		display: block;
		box-sizing: border-box:
	}

	.form-list th {
		padding-bottom: 0;
	}
.pc_off{
	display:inline-block;
	}

}


/*------------------------------------*/


