.waa {
	width: 60%;
	margin: 0;
	position: absolute;
	top: 200px;
	right: -5%;
	z-index: 0;
}
#contact {
	max-width: 1000px;
	width: 95%;
	margin: 150px auto 0px;
	position: relative;
	z-index: 1;
	padding: 50px;
	background-color: rgba(255,255,255,.98);
	
	contain: paint;
	opacity: 0;
	animation: fadein-blur 1s ease 1.0s forwards;
}
@keyframes fadein-blur {
  to {
    opacity: 1;
	  margin-top: 100px;
  }
}
@media (max-width: 992px) {
	#contact {
		padding: 40px;
	}
}
@media (max-width: 768px) {
	#contact {
		padding: 30px;
	}
}
@media (max-width: 580px) {
	.waa {
        top: 150px;
    }
	#contact {
		padding: 20px;
		margin-top: 70px;
		opacity: 0;
		animation: fadein-blur-sp 1s ease 1.0s forwards;
	}
	@keyframes fadein-blur-sp {
      to {
		  opacity: 1;
          margin-top: 20px;
      }
    }
}

/* --------------------------------------------------- */
#sec01 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
#sec01 dl {
	display: table;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: middle;
}
#sec01 dt {
	text-align: center;
	line-height: 140%;
	border: #333 1px solid;
	padding: 15px;
	font-size: .9em;
}
#sec01 dd {
	line-height: 150%;
	padding-left: 20px;
}
#sec01 dd a {
	pointer-events: none;
	display: inline-block;
	font-size: 2em;
}
#sec01 dd span {
	display: block;
	font-size: 12px;
}
@media (max-width: 992px) {
	#sec01 dd a {
		font-size: 1.6em;
	}
}
@media (max-width: 768px) {
	#sec01 {
        margin: 0 auto 50px;
        display: block;
    }
	#sec01 dl {
		margin: 0 auto 20px;
	}
	#sec01 dt {
		width: 75px;
		padding: 10px 0;
	}
	#sec01 dd {
		padding-left: 10px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
#sec02 dl {
	margin-bottom: 25px;
}
#sec02 dt {
	line-height: 160%;
	margin-bottom: 8px;
	position: relative;
	padding-left: 40px;
}
#sec02 dt span {
	display: inline-block;
	border: #111 1px solid;
	font-size: 11px;
	line-height: 14px;
	padding: 0 3px 2px;
	position: absolute;
	left: 0;
	bottom: 2px;
}
#sec02 dt span.off {
	border: #ccc 1px solid;
	color: #bbb;
}
#sec02 dd {
}
#sec02 dd textarea,
#sec02 dd input,
#sec02 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;
}
#sec02 dd textarea::placeholder,
#sec02 dd input::placeholder {
	color: #ddd;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #111;
	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;
	border: #111 2px solid;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #fff;
	color: #111;
}
#privacy {
	border: #111 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 600;
	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: 700px;
	width: 85%;
	margin: 10vh auto;
}
#thanks .cat1 {
	max-width: 250px;
	width: 30%;
	margin: 0 auto 20px;
	position: relative;
}
#thanks h6 {
	text-align: center;
	font-size: 1.4em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 4px;
}
#thanks p {
}
#thanks a {
	display: block;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
}
#thanks a:hover {
	background-color: #111;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
/* --------------------------------------------------- */