@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#visual {
	margin-bottom: 50px;
}

#contact {
	min-height: 40vh;
}

#contact p {
	margin-bottom: 25px;
}

#contact .nth1 {
	margin-bottom: 40px;
}

#contact .nth2 {
	margin-bottom: 50px;
	padding: 20px;
	background: #f5f4ef;
	text-align: left;
}

#contact .nth2 p:last-child {
	margin-bottom: 0;
}

#contact .em {
	color: #c30000;
}

#contact em {
	color: #ee5984;
}

/* ---------------------------------------------------------
	CSS Document contact > table
--------------------------------------------------------- */

#contact .form {
	margin-bottom: 50px;
}

#contact table {
	width: 100%;
}

#contact th {
	width: 25%;
	padding: 15px 20px;
	border: solid 1px #d7d7d7;
	background: #f8f8f8;
	text-align: left;
	font-weight: 500;
}

#contact td {
	padding: 15px 20px;
	border: solid 1px #d7d7d7;
	text-align: left;
}

#contact td .em {
	font-size: 13px;
}

#contact td small {
	margin-left: 10px;
	font-size: 12px;
}


/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

#contact input[type='email'],
#contact input[type='text'],
#contact select,
#contact textarea {
	padding: 1px 10px 0;
	outline: 0;
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-webkit-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-moz-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#contact input[type='email'],
#contact input[type='text'],
#contact select {
	height: 40px;
}

#contact textarea {
	width: 100%;
	padding: 10px;
}

#contact .w100 {
	width: 100%;
}

#contact .w400 {
	width: 400px;
}

#contact .w280 {
	width: 280px;
}

#contact p.submit {
	margin-top: 30px;
}

#contact input[type='submit'] {
	vertical-align: top;
	width: 200px;
	height: 50px;
	padding: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bfbfbe;
	background: #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

#contact input[type='submit'].submit {
	width: 140px;
	margin-left: 60px;
}

#contact a.back {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 50px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bfbfbe;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #4b4b4b;
}

#contact input[type='submit']:hover,
#contact a.back:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document contact > privacy
--------------------------------------------------------- */

#privacy {
	margin-bottom: 25px;
}

#privacy .block {
	height: 146px;
	overflow: auto;
	padding: 15px 15px 0;
	border: solid 1px #929292;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#privacy .block p {
	margin: 0 0 10px;
}