/* local set */
body {
	padding: 0;
	margin: 0px;
}

a {
	color: #333333;
	text-decoration: none;
	line-height: 120%;
}

a:visited {
	color: #555555;
	text-decoration: none
}

a:hover {
	color: #ff5555;
	text-decoration: underline;
}

.bg {
	background-repeat: no-repeat
}

.vis-sp {
	display: none;
}

.hide-sp {
	display: block;
}

.-required {
	color: #ff5555;
	padding-left: 5px;
	font-size: 0.8em;
}

.form_ttl {
	color: #69be3f;
	margin: 20px 0 10px 0.5em;
	font-size: 1.2em;
	padding-left: 10px;
	display: block;
	text-align: left;
	position: relative;

}

.form_ttl:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 1.5em;
	background-color: #69be3f;
	position: absolute;
	left: -10px;
}

.mail_other .form_ttl {
	color: #0066ff;
}

.mail_other .form_ttl:before {
	background-color: #0066ff;
}

.mail_form .form_ttl {
	color: #ff0000;
}

.mail_form .form_ttl:before {
	background-color: #ff0000;
}

.form_cap {
	margin: 20px 0 40px;
}

.form_wrap {
	max-width: 960px;
	margin: 30px auto;
	padding: 20px 30px;
}

.contact_form {}

.contact_form_tbl {
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: collapse;
}

.contact_form_tbl th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.contact_form_tbl th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.contact_form_tbl th,
.contact_form_tbl td {
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	padding: 10px 0;
}

.contact_form_submit {
	text-align: center;
	margin-bottom: 20px;
}

input[type="submit"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	background: #69be3f;
	padding: 10px 70px;
	font-size: 28px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: opacity 0.3s;
}

.mail_other input[type="submit"] {
	background: #0066ff;
}

.mail_form input[type="submit"] {
	background: #ff0000;
}

.contact_form_caution {
	text-align: center;
	font-size: 12px;
	color: #707070;
}

.contact_form_caution p {
	color: #ff5555;
}

.contact_form_tbl td input[type="email"],
.contact_form_tbl td input[type="text"],
.contact_form_tbl td textarea {
	width: 100%;
	border: 1px solid #ADADAD;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
	color: #444;
	font-size: 120%;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	width: 100%;
}

.copy {
	margin-bottom: 20px;
	padding: 0 10px;
}

@media screen and (max-width:640px) {
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.form_cap {
		font-size: 14px;
	}

	.contact_form_caution p {
		font-size: 12px;
		text-align: left;
	}

	.contact_form_tbl th,
	.contact_form_tbl td {
		display: block;
	}

	.contact_form_tbl th p,
	.contact_form_tbl td p {
		margin: 0;
	}

	.contact_form_tbl th {
		border-bottom: none;
		padding-bottom: 0;
	}

	.contact_form_tbl td {
		border-top: none;
		padding-top: 0;
	}

	.copy {
		font-size: 12px;
	}
}