body {
  border: none;
  background-color: #FAF4E4;
}
.form #wrap {
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  margin-top: 50px;
  padding: 10px;
}
.form #wrap header {
  background: url(../images/form/bg_header.jpg) top center / cover;
  margin-bottom: 0;
  padding-left: 45px;
  height: 525px;
}
.form #wrap header .tel {
  float: right;
}
.form #wrap header .logo {
  padding-top: 15px;
}
.form #wrap header h1 {
  margin-top: 60px;
  text-indent: 0;
}
.form #wrap header .text {
  margin-top: 40px;
}
.form #wrap header .note {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 25px;
  width: 450px;
}
.form #wrap header .email {
  color: #1F1F1F;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 72px;
  margin-left: 83px;
  width: 790px;
}
.form #wrap header .email span {
  color: #FF6600;
  font-weight: bold;
}
.form #wrap .cont .steps {
  margin-top: 45px;
}
.form #wrap .cont h2 {
  background: none;
  border-bottom: 1px solid #C5C5C5;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  height: auto;
  text-align: center;
  text-indent: 0;
}
.form #wrap .cont form .q_cont {
  border-bottom: 1px solid #E0DCD6;
  position: relative;
  overflow: visible;
}
.form #wrap .cont form .q_cont label,
.form #wrap .cont form .q_cont .label {
  border-top: 1px solid #E0DCD6;
  background-color: #FCF7F1;
}
.form #wrap .cont form .q_cont label:hover,
.form #wrap .cont form .q_cont .label:hover {
  background-color: #F3E1C9;
}
.q_cont .multi {
  color: #FF6700;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.q_cont .baloon {
  background-color: #fff;
  border: 6px solid #FF6901;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -22px;
  left: 540px;
  height: 185px;
  width: 395px;
  padding: 20px 20px 20px 30px;
}
.q_cont .baloon:before {
  border: 8px solid transparent;
  border-right: 12px solid #FF6901;
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: calc(100% + 6px);
}
.q_cont.q15 .baloon {
	top: -122px;
}
.q_cont .baloon:before {
	top: 120px;
}
.q_cont .baloon p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}
.q_cont .baloon .image {
  margin-left: 20px;
}
.q_cont .baloon button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -16px;
  right: -15px;
}
.q_cont .baloon.wide {
	flex-wrap:wrap;
}
.q_cont .baloon.wide p {
	width: 100%;
	margin-bottom: 10px;
}
.q_cont .baloon.wide .image {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.form footer {
  background: none;
  padding: 25px 0;
}
.form footer small {
  color: #666;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .form #wrap {
    margin: 0;
    padding: 0;
  }
  .form #wrap header {
    background: url(../images/form/sp/bg_header.jpg) top right / 100% no-repeat #fff;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .form #wrap header img {
    width: 100%;
  }
  .form #wrap header .logo {
    padding-top: 15px;
    width: 42%;
  }
  .form #wrap header h1 {
    margin-top: 60px;
    width: 85%;
  }
  .form #wrap section.cont {
    padding: 18px 5% 0;
  }
  .form #wrap .cont .steps {
    margin: 0;
  }
  .form #wrap .cont .steps img {
    width: 100%;
  }
  .form #wrap section.cont h2 {
    background: none;
    border-bottom: 1px solid #C5C5C5;
    font-size: inherit;
    line-height: 1;
    height: auto;
    margin-top: 23px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-indent: 0;
  }
  .form #wrap section.cont h2 img {
    width: 100%;
  }
  .q_cont .baloon {
    display: none;
  }
  .form footer {
    padding: 10px 0;
  }
  .form footer small {
    font-size: 10px;
  }
}