@charset "UTF-8";

/* other
---------------------------------------------------------- */
.keyVisual {
	width: 100%;
	margin: 0 auto 0;
	padding: 87px 0;
	background: url(../contact/images/img_main.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.keyVisual h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	text-align: center;
}
.keyVisual h2 em {
	color: #ffffff;
	font-size: 24px;
	display: block;
	padding: 14px 0 0;
}

@media all and (max-width: 1200px) {
	.keyVisual {
		margin-bottom: 0;
	}
	.breadcrumbArea {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.keyVisual {
		padding: 60px 0;
	}
	.keyVisual h2 {
		font-size: 28px;
		position: relative;
		left: auto; top: auto;
	}
	.keyVisual h2 em {
		font-size: 18px;
		letter-spacing: 0;
		padding: 10px 0 0;
	}
}


/* other */
#other {
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 80px;
}
#other .otherList {
	margin-bottom: 20px;
}
#other .otherList li {
	padding: 20px 0;
}
#other .otherList li ul {
	margin-top: 20px;
}
#other .otherList li ul li {
	padding: 0 0 5px;
}
#other .otherList li dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}
#other .txt {
	text-align: center;
}
#other .txt01 {
	text-align: left;
}

@media all and (min-width: 768px) and (max-width: 1201px) {
	#other .otherList {
		width: 96%;
		margin: 0 2% 40px;
	}
}
@media all and (max-width: 768px) {
	#other .otherList {
		width: 96%;
		margin: 0 2% 40px;
	}
	#other .txt01 {
		width: 96%;
		margin: 0 2%;
	}
}
