
/* --------------------------------------------------- */
#sec01 {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1024px) {
}
@media (max-width: 840px) {
	#sec01 {
		display: block;
		width: 85%;
		margin: 0 auto 50px;
	}
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */
#sec01 #left {
	width: 40%;
	margin-bottom: 50px;
}
#sec01 #left .center {
	text-align: center;
	padding: 50px 0;
	border-top: #ccc 1px dashed;
}
#sec01 #left .center a {
	text-align: center;
	color: #379C2A;
	font-size: 2.6em;
	line-height: 100%;
	pointer-events: none;
}
#sec01 #left .center a span {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #444;
	margin-top: -10px;
}
#sec01 #left .center img {
	display: inline-block;
	width: 35px;
	margin-right: 10px;
	padding-bottom: 5px;
}
@media (max-width: 1024px) {
}
@media (max-width: 840px) {
	#sec01 #left {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#sec01 #left .center {
        padding: 20px 0;
    }
	#sec01 #left .center a {
		pointer-events: auto;
	}
	#sec01 #left .center img {
		width: 30px;
	}
}
/* --------------------------------------------------- */
#sec01 #right {
	width: 50%;
}
#sec01 #right form {
}
#sec01 #right dl {
	margin-bottom: 20px;
}
#sec01 #right dt {
	margin-bottom: 3px;
	font-weight: 500;
}
#sec01 #right dt span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
	color: #379C2A;
}
#sec01 #right dt span.off {
	color: #bbb;
}
#sec01 #right dd {
}
#sec01 #right dd textarea,
#sec01 #right dd input,
#sec01 #right dd select {
	width: 100%;
	padding: 19px;
	background-color: #fff;
	letter-spacing: 2px;
}
#sec01 #right dd textarea::placeholder,
#sec01 #right dd input::placeholder {
	color: #ccc;
	font-weight: 300;
}
#sec01 #right dd textarea:hover,
#sec01 #right dd input:hover,
#sec01 #right dd select:hover {
}
#sec01 #right dd .list {
}
#sec01 #right dd .list li {
	margin-bottom: 5px;
}
#sec01 #right dd .list li label {
	transition: .4s;
}
#sec01 #right dd .list li label input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	box-shadow: none;
}
#sec01 #right dd .list li label:hover {
	cursor: pointer;
	color: #ccc;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #379C2A;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 25px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: rgba(55,156,42,.1);
	color: #379C2A;
}

#privacy {
	background: rgba(55,156,42,.05);
	border: rgba(55,156,42,.1) 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 0px 0 40px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#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;
}
@media (max-width: 1024px) {
}
@media (max-width: 840px) {
	#sec01 #right {
		width: 100%;
	}
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
