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

/* ---------------------------------------------------------
	CSS Document contact > visual
--------------------------------------------------------- */

#visual {
	background: url(../images/visual.jpg) no-repeat center;
}

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

#contact {
	margin: 0 10px;
}

#contact h3 {
	height: 48px;
	border-top: solid 2px #b7282e;
	text-align: center;
	font-family: WebMincho;
	font-weight: 100;
	font-size: 18px;
	line-height: 44px;
}

#contact h3:before {
	content: '';
	display: inline-block;
	vertical-align: 0;
	width: 22px;
	height: 13px;
	background: url(../../include/images/bg_entry.png) no-repeat 0 0;
	background-size: 22px 13px;
	margin-right: 5px;
}

#contact hr {
	height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

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

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

#contact small {
	display: block;
	font-size: 11px;
}

#contact em ,
#contact .em {
	color: #900;
}

/* ---------------------------------------------------------
	CSS Document contact > document
--------------------------------------------------------- */

.document {
	display: inline-block;
	margin: 0 auto 20px;
	padding: 15px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fef4e9;
}

.document p {
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	vertical-align: middle;
}

.document dl {
	display: inline-block;
	width: 66%;
	vertical-align: middle;
	text-align: left;
}

.document dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #a86269;
}

.document dt strong {
	display: block;
	font-family: WebMincho;
	font-weight: 100;
	font-size: 24px;
	color: #81010b;
}

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

#contact form dl {
	margin-bottom: 15px;
	text-align: left;
}

#contact form dt {
	margin-bottom: 5px;
	padding: 5px;
	background: #f7f7f8;
	text-align: left;
	font-weight: normal;
	line-height: 14px;
}

#contact form dt em {
	color: #593e7b;
}

#contact form dt br {
	display: none;
}

#contact form dd a {
	margin-left: 8px;
}

/* ---------------------------------------------------------
	CSS Document contact > width
--------------------------------------------------------- */

#contact .w30 {
	width: 30%;
}

#contact .w320 {
	width: 100%;
}

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

input[type='tel'],
input[type='email'],
input[type='text'], textarea , select {
	padding: 4px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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;
	background: #fff;
}

.w460 ,
.w490 ,
.w280 ,
.w400 ,
#contact textarea {
	width: 100%;
}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#contact input[type='checkbox'] {
	margin: 0;
	padding: 0;
	vertical-align: -2px;
}

#contact input[type='radio'] {
	margin: 0;
	padding: 0;
	vertical-align: -1px;
}

#contact label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 5px 0;
	white-space: nowrap;
}

#contact input[type='submit'] {
	width: 200px;
	height: 46px;
	padding: 0;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border: 0;
	background: #8b237a;
	background: -webkit-gradient(linear, left top, left bottom, from(#8b237a), to(#46163e));
	background: -moz-linear-gradient(top, #8b237a, #46163e);
	background: linear-gradient(to bottom, #8b237a, #46163e);
	background: -ms-linear-gradient(top, #8b237a, #46163e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b237a', endColorstr='#46163e', GradientType=0)";
	vertical-align: bottom;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

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

#contact a.back {
	display: inline-block;
	vertical-align: bottom;
	width: 140px;
	height: 46px;
	overflow: hidden;
	padding: 0;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border: 0;
	background: #c8858b;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8858b), to(#a86269));
	background: -moz-linear-gradient(top, #c8858b, #a86269);
	background: linear-gradient(to bottom, #c8858b, #a86269);
	background: -ms-linear-gradient(top, #c8858b, #a86269);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8858b', endColorstr='#a86269', GradientType=0)";
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

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

#privacy {
	margin: 15px 0;
	padding: 15px 15px 0;
	border: solid 1px #929292;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #777;
}

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