
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec01 {
	width: 90%;
	margin: 0 auto;
}
#sec01 form {
	position: relative;
	z-index: 2;
	max-width: 600px;
	width: 95%;
	margin: 0 auto 150px;
}
#sec01 form dl {
	margin-bottom: 20px;
}
#sec01 form dt {
	position: relative;
	font-weight: 600;
}
#sec01 form dt span {
	display: inline-block;
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F17000;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 4px 6px 5px;
	line-height: 1;
	font-weight: 400;
}
#sec01 form dd {
}
#sec01 form dd textarea,
#sec01 form dd input,
#sec01 form dd select {
	width: 100%;
	margin: 4px 0;
	padding: 13px;
	border-radius: 3px;
	background-color: #fff;
	border: rgba(0,0,0,.1) 1px solid;
}
#sec01 form dd input.siz-m {
	max-width: 150px;
	display: inline-block;
}
#sec01 form dd textarea::placeholder,
#sec01 form dd input::placeholder {
	color: #ccc;
}
#sec01 form dd textarea:hover,
#sec01 form dd input:hover,
#sec01 form dd select:hover {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 2px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	background-image: linear-gradient(
		to right,
		#f5ce62 0%,
		#e43603 50%,
		#FF004F 100%
	);
	background-size: 200% 100%;
	background-position: 0% 0%;

	transition: background-position .4s ease-in-out;
}
input.form_btn:hover {
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#privacy {
	border: #999 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: .9em;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	letter-spacing: 0;
}
#privacy h6 {
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#privacy p {
	margin-bottom: 25px;
}
#privacy ol {
	list-style: outside decimal;
	margin-left: 25px;
}
#privacy ol > li {
	margin-bottom: 15px;
}
#privacy ol > li strong {
	display: block;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 5px;
}
#privacy ol li ul {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy ol li li {
	margin-bottom: 0;
}
#thanks {
	max-width: 600px;
	width: 95%;
	margin: 0 auto 150px;
}
#thanks h6 {
	text-align: center;
	font-size: 1.6em;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 4px;
}
#thanks p {
	margin-bottom: 30px;
	letter-spacing: 1px;
}
#thanks .btn-style02 {
	margin: 40px auto 0;
}
@media screen and (max-width: 1150px) {
}
@media screen and (max-width: 980px) {
	#sec01 form {
        margin: 0 auto 100px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 form {
        margin: 0 auto 60px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


