@charset "utf-8";
/******
		contents
					******/
body {
  background-color: #fff;
  position: relative;
}

body img {
  max-width: 100%;
}

header {
  background: url(../img/key_bg.png) center center/cover no-repeat;
  max-width: 1024px;
  margin: auto;
}

.header-main {
  margin-top: -60px;
}

.header-point {
  margin-top: 40px;
}

.body-wrap {
  background: url(../img/body_bg.png) center center/contain repeat;
  max-width: 1024px;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 100;
}

.header-inner-top {
  background: url(../img/header-inner-top-bg.png) center center/cover no-repeat;
}

.head-main {
  background: url(../img/head-main-bg.png) top center/cover no-repeat;
  margin-top: -180px;
  position: relative;
  z-index: 100;
}

.head-main-img {
  margin-top: -240px;
}

.head-bunner {
  margin-top: -100px;
  position: relative;
  z-index: 110;
}

.cta-sec {
  padding: 40px 0;
}

.step-sec {
  background: url(../img/step-bg.png) top center/cover no-repeat;
}

.step-main {
  margin-top: 60px;
  position: relative;
}

.step-baloon {
  position: absolute;
  bottom: -100px;
  right: 37%;
}

.cond-sec {
  background: url(../img/cond-bg.png) top center/cover no-repeat;
  padding: 180px 0px 0px 0px;
}

.cond-bottom img {
  width: 100%;
}

.bullet-sec {
  background: url(../img/bullet-bg.png) top center/cover no-repeat;
  padding-top: 90px;
}

.bullet-inner ul {
  margin-top: 60px;
}

.bullet-inner ul li {
  margin-top: 30px;
}

.qa-sec {
  background: url(../img/qa-bg.png) top center/cover no-repeat;
  padding-top: 90px;
}

.qa-main {
  margin-bottom: 20px;
}

.qa-main ul {
  margin-top: 60px;
}

.qa-main ul li {
  margin-top: 40px;
}

.sec-form {
  background-color: #35b500;
  padding: 90px 0 0px 0;
  position: relative;
}

.form-top {
  position: relative;
  z-index: 100;
}

.form-main {
  position: relative;
  z-index: 100;
}

.sec-form-img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50%;
}

.form-list {
  margin-top: 30px;
  text-align: left;
  margin-top: 20px !important;
}

.form-list label {
  color: #fcee21;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 10px !important;
}

.form-list label span {
  color: #f70b0b;
  font-weight: 900;
  font-size: 20px;
  margin-left: 6px;
}

.form-list input {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #000;
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  border-right: 10px;
  box-sizing: border-box;
}

.form-list label .none-red {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  margin-left: 6px;
}

.form-list textarea {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #000;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.display-none {
  display: none !important;
}

.required_color {
  background-color: #fff !important;
}

footer {
  background-color: #35b500;
  color: #fff;
  margin-top: -1px;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list {
  padding: 0 40px;
}
