@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
#contact #teaser {
	background: url(../img/contact/teaser_contact.jpg) center center no-repeat;
	background-size: cover;
}

.contactInfo{
	border-top: 1px solid #717171;
	padding: 50px 0 80px;
}

.contactTit{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #3a3a3a;
	margin-bottom: 15px;
}
.contactTxt{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.contactLinks{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.contactLinks div{
	margin: 0 35px;
	padding-left: 45px;
	font-size: 1.8rem;
	line-height: 1.7;
}

.contactTel{
	background: url(../img/contact/ico_contact_tel.png) left center no-repeat;
}
.contactEmail{
	background: url(../img/contact/ico_contact_mail.png) left center no-repeat;
}
.contactFax{
	background: url(../img/contact/ico_contact_fax.png) left center no-repeat;
}

.contactMap{
	text-align: center;
}

.contactForm table{
	width: 100%;
	margin-bottom: 35px;
}

.contactForm table th,
.contactForm table td{
	border: 1px solid #dddddd;
	padding: 20px;
}
.contactForm table th{
	background: #f4f7f8;
	width: 280px;
	text-align: center;
	font-size: 1.4rem;
	color: #010101;
	vertical-align: middle;
}
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm input[type="text"]{
	width: 100%;
	height: 35px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.contactForm textarea{
	width: 100%;
	height: 145px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.contactForm .contactSubmit{
	text-align: center;
}

.contactForm .contactSubmit input[type="submit"]{
	width: 270px;
	height: 40px;
	font-size: 1.6rem;
	color: #ffffff;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: linear-gradient(to right,#1233c1,#1672d7);
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#contact #teaser {
		background: url(../img/contact/teaser_contact.jpg) center center no-repeat;
		background-size: cover;
	}
	
	.contactInfo{
		border-top: 1px solid #717171;
		padding: 30px 0 40px;
	}
	
	.contactTit{
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		color: #3a3a3a;
		margin-bottom: 15px;
	}
	.contactTxt{
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	
	.contactLinks{
		display: block;
		justify-content: center;
		margin-bottom: 15px;
	}
	
	.contactLinks div{
		margin: 10px 0;
		padding-left: 35px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	.contactTel{
		background: url(../img/contact/ico_contact_tel.png) left center no-repeat;
		background-size: auto 28px;
	}
	.contactEmail{
		background: url(../img/contact/ico_contact_mail.png) left center no-repeat;
		background-size: auto 28px;
	}
	.contactFax{
		background: url(../img/contact/ico_contact_fax.png) left center no-repeat;
		background-size: auto 28px;
	}
	
	.contactMap{
		text-align: center;
	}
	
	.contactForm table{
		width: 100%;
		margin-bottom: 35px;
		border-bottom: 1px solid #dddddd;
	}
	
	.contactForm table th,
	.contactForm table td{
		border: 1px solid #dddddd;
		padding: 20px;
		display: block;
	}
	.contactForm table th{
		background: #f4f7f8;
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		color: #010101;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.contactForm table td{
		border-top: 0;
		border-bottom: 0;
	}
	.contactForm input[type="email"],
	.contactForm input[type="tel"],
	.contactForm input[type="text"]{
		width: 100%;
		height: 35px;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	
	.contactForm textarea{
		width: 100%;
		height: 145px;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 10px;
		box-sizing: border-box;
		font-size: 1.2rem;
	}
	.contactForm .contactSubmit{
		text-align: center;
	}
	
	.contactForm .contactSubmit input[type="submit"]{
		width: 270px;
		height: 40px;
		font-size: 1.4rem;
		color: #ffffff;
		border: 0;
		margin: 0;
		padding: 0;
		cursor: pointer;
		background: linear-gradient(to right,#1233c1,#1672d7);
	}
	
}
