#sec01 {
  padding: 90px 0 210px;
  text-align: center;
}
#sec01 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#sec01 .txt {
  font-weight: bold;
  color: #414141;
}
#sec01 .txt p + p {
  margin-top: 32px;
}
#sec02 {
  background: #f4f1e9;
  padding-bottom: 86px;
}
#sec02 dl {
  width: 100%;
  padding: 0 80px;
}
#sec02 dt {
  margin-bottom: 13px;
  left: 34px;
  width: 230px;
}
#sec02 dt span {
  background: #c49984;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  float: right;
  padding: 0 7px;
}
#sec02 dd {
  margin-bottom: 18px;
  width: 560px;
}
#sec02 dd li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#sec02 label {
  display: inline-block;
}
#sec02 label.s {
  width: 40px;
}
#sec02 select {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border: none;
  font-weight: normal;
  padding: 0 10px;
}
#sec02 textarea,
#sec02 input[type='text'] {
  line-height: 34px;
  font-size: 14px;
  -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border: none;
  width: 100%;
  font-weight: normal;
  padding: 0 10px;
}
#sec02 textarea.s,
#sec02 input[type='text'].s {
  width: 125px;
  margin-right: 30px;
}
#sec02 textarea {
  height: 190px;
  resize: none;
}
#sec02 button {
  background: none;
  border: none;
  cursor: pointer;
}
#sec02 .error {
  color: #a40000;
  padding-top: 10px;
  font-weight: normal;
}
#sec02 .txt {
  text-align: center;
  margin: 0 0 30px;
}
#sec02 .confirm_mail {
  display: table;
  width: 100%;
  display: none;
}
#sec02 .form_button {
  text-align: center;
}
#sec02 .form_button .btr {
  display: inline-block;
  padding: 0 18px;
}
#sec02 .tab-content {
  position: relative;
  padding: 52px 0 50px;
  display: table;
  width: 100%;
}
#sec02 .tab-content > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#sec02 .tab-content > li.active {
  position: static;
  display: block;
}
#sec02 .tab-content h3 {
  margin-bottom: 50px;
}
#sec02 .tab-btn {
  position: absolute;
  width: 740px;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
}
#sec02 .tab-btn li {
  width: 370px;
  height: 100px;
  position: relative;
  float: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: #fff;
  color: #4c2f20;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sec02 .tab-btn li span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec02 .tab-btn li.active,
#sec02 .tab-btn li:hover {
  color: #fff;
  background: #9a5b3d;
}
#sec02 .boxs {
  border: 1px solid #c3b1a1;
  padding: 46px 40px 54px;
  font-weight: bold;
}
#sec02 .boxs h3 {
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 26px;
  text-align: center;
}
#sec02 .form_mail dd{
	width:500px;
}
.form-caution{
	text-align:center;
	padding:30px 0;
}