
/* --------------------------------------------------- */
#splash {
	display: none;
}
/* --------------------------------------------------- */
#contact01 {
	margin-bottom: 100px;
}
#contact01 p {
	margin-bottom: 30px;
}
#contact01 .img {
	width: 80%;
	margin: 0 0 50px auto;
}
#contact01 form {
	max-width: 900px;
	width: 100%;
}
#contact01 dl {
	width: 100%;
	display: table;
	background-color: #f8f8f8;
	padding: 25px;margin-bottom: 10px;
}
#contact01 dt,
#contact01 dd {
	display: table-cell;
	vertical-align: top;
}
#contact01 dt {
	width: 220px;
	position: relative;
}
#contact01 dd {
}
#contact01 dt span {
	display: inline-block;
	font-size: 70%;
	background-color: #333;
	color: #fff;
	line-height: 100%;
	font-weight: 400;
	padding: 3px 3px 6px;
	position: absolute;
	top: 0;
	right: 0;
}
#contact01 dd textarea,
#contact01 dd input,
#contact01 dd select {
	width: 100%;
	padding: 13px;
	background-color: #fff;
	box-shadow:2px 2px 6px -6px #333;
	border: #333 1px solid;
}
#contact01 dd input::placeholder {
	color: #ccc;
}
#contact01 dd textarea:hover,
#contact01 dd input:hover,
#contact01 dd select:hover {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	background-color: #333;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 25px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
}
#privacy {
	border: #333 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 20px 0 30px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
#thanks {
	max-width: 800px;
	width: 95%;
	margin: 100px auto 80px;
	padding: 5%;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}
#thanks dt {
	font-size: 1.5em;
	font-weight:500;
	margin-bottom: 25px;
	letter-spacing: 5px;
}
#thanks dd {
}
#thanks dd p {
	margin-bottom: 20px;
}
#thanks dd a {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 40px auto 0;
	background-color: #333;
	border: #333 1px solid;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
	letter-spacing: 4px;
	font-size: .9em;
}
#thanks dd a:hover {
	background-color: #fff;
	color: #333;
}
@media screen and (max-width: 680px) {
	#contact01 dl,
    #contact01 dt,
    #contact01 dd {
        display: block;
    }
	#contact01 dl {
		padding: 15px 25px 25px;
		position: relative;
    }
	#contact01 dt {
		width: 100%;
		position: static;
		margin-bottom: 10px;
    }
	#contact01 dd {
    }
	#thanks {
        margin: 40px auto 30px;
    }
}
@media screen and (max-width: 480px) {
	#contact01 {
		width: 87%;
        margin: 0 auto;
    }
	#contact01 .img {
        width: 80%;
        margin: 0 -30px 20px auto;
    }
	#contact01 dl {
		padding: 10px 15px 15px;
		margin-bottom: 5px;
    }
    #contact01 dt {
    }
    #contact01 dd {
    }
	#privacy {
        margin: 10px 0 30px;
    }
	#thanks {
        margin: 0px auto 30px;
		padding: 7% 5%;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */




