
/* --------------------------------------------------- */
#sec01 {
	max-width: 1300px;
	width: 95%;
	margin: 0 auto 80px;
	border: #eee 3px solid;
	padding: 50px;
}
#sec01 dl {
	width: 100%;
	display: table;
	border-top: #ddd 1px dashed;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: top;
	padding: 30px 15px;
}
#sec01 dt {
	font-weight: 500;
	width: 240px;
	line-height: 1.5em;
	position: relative;
}
#sec01 dt span {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	background-color: #B85657;
	color: #fff;
	line-height: 1;
	padding: 3px 4px 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#sec01 dt span.off {
	background-color: #ddd;
}
#sec01 dd {
}
#sec01 dd textarea,
#sec01 dd input,
#sec01 dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
}
#sec01 dd textarea::placeholder,
#sec01 dd input::placeholder {
	color: #ccc;
	letter-spacing: 3px;
	font-weight: 400;
}
#sec01 dd textarea:hover,
#sec01 dd input:hover,
#sec01 dd select:hover {
}
#sec01 dd .list {
}
#sec01 dd .list li {
	margin-bottom: 5px;
}
#sec01 dd .list li label {
	transition: .4s;
}
#sec01 dd .list li label input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	box-shadow: none;
}
#sec01 dd .list li label:hover {
	cursor: pointer;
	color: #ccc;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
	background-color: #B85657;
	text-align: center;
	border: none;
	font-size: 1.1em;
	line-height: 100%;
	padding: 25px 0;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #CE4F54;
}

#privacy {
	border: #B85657 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
.thanks {
	max-width: 600px;
	width: 90%;
	margin: -80px auto 100px;
}
.thanks h6 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.thanks p {
	margin-bottom: 20px;
}
.thanks .btn-style01 {
	max-width: 300px;
	width: 90%;
	margin: 30px auto;
	padding: 15px 0;
}
@media screen and (max-width: 880px) {
	#sec01 {
		padding: 0 0 30px;
	}
	#sec01 dl,
    #sec01 dt,
    #sec01 dd {
        display: block;
    }
	#sec01 dt,
    #sec01 dd {
    }
	#sec01 dt {
		width: 100%;
		padding: 25px 20px 0;
    }
	#sec01 dd {
		padding: 15px 20px 20px;
    }
	#privacy {
		width: 90%;
		margin: 0 auto 20px;
	}
	.thanks {
        margin: -50px auto 80px;
    }
}
@media screen and (max-width: 680px) {
	.thanks {
        margin: 0px auto 40px;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media screen and (max-width: 880px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

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


