@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  color: #43403b;
  line-height: 1.5;
  background: #fff;
}
html {
  font-size: 16px;
}
* html body {
  font-size: small;
} /* for IE6 */
*:first-child + html body {
  font-size: small;
} /* for IE7 */
.clear {
  clear: both;
}
a {
  color: #222222;
}
a.link-blue{
  color:#007bff;
  text-decoration: underline;
}
.mb5 {
  margin-bottom: 5px;
}
div.logo {
  text-align: center;
}
.indent li {
  padding-left: 1rem;
  text-indent: -1rem;
}
em {
  font-weight: bold;
  color: #e03380;
}
.txt-pink {
  color: #e03380;
}
.txt-red {
  color: #ff3333;
}
.txt-green {
  color: #72a46e;
}
.txt-dgreen {
  color: #0d800c;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-offwhite {
  background-color: #fbf9f7;
}
section.sec-arrow {
  position: relative;
}
section.sec-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fbf9f7 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}
.kv dl dt {
  font-weight: normal;
}
h1 {
  margin-bottom: 5px;
  color: #72a46e;
  margin-top: 10px;
}
.kv h3 {
  text-align: center;
  background-color: #d6e4c6;
  padding: 10px;
  border-radius: 10px;
}
.circle {
  display: inline-block;
  background: #72a46e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 52px;
  text-align: center;
  line-height: 80px;
}
.kv dl dd span {
  background-color: #72a46e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.balloon {
  position: relative;
}
/* アイコンを下に表示 */
.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 5px;
  bottom: -10px;
  border-top: 15px solid #72a46e;
  border-left: 15px solid transparent;
}

.step-info h6 {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.step-info img {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ececec;
  margin-bottom: 5px;
}
.thanks .step-info img {
  margin-bottom: 0;
}
.step-info dd {
  padding-left: 5px !important;
}
.step-info dd.arrow,
.thanks .step-info .arrow,
.thanks .step-info .arrow-2 {
  position: relative;
}
.step-info dd.arrow:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  border-left: 13px solid #e2eee2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.thanks .step-info .arrow:after,
.thanks .step-info .arrow-2:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -8px;
  border-left: 13px solid #72a46e;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.triangle3 {
  width: 0 !important;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e2eee2;
}
.thanks .triangle3 {
  border-top: 20px solid #72a46e;
}

.form-step {
  margin-bottom: 1.875rem;
  font-size: 1.1rem;
}
.form-step .form-step-inner {
  letter-spacing: -0.4em;
  text-align: center;
  margin: auto;
}
.form-step .form-step-inner li {
  background-color: #e2e2e2;
  color: #000;
  display: inline-block;
  height: 70px;
  letter-spacing: normal;
  line-height: 70px;
  margin-right: 30px;
  position: relative;
  vertical-align: middle;
  width: 284px;
}
.form-step .form-step-inner li::after {
  background-color: #fff;
  border-color: transparent transparent transparent #e2e2e2;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
}
.form-step .form-step-inner li.step03 {
  margin-right: 0;
}
.form-step .form-step-inner li.step03::after {
  display: none;
}
.form-step .form-step-inner li.current {
  background-color: #72a46e;
  color: #fff;
  position: relative;
}
.form-step .form-step-inner li.current::after {
  border-color: transparent transparent transparent #72a46e;
}
.form-step .form-step-inner li .step {
  float: left;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: inherit;
  padding: 0 3px 0 24px;
  position: relative;
}
.form-step .form-step-inner li .text {
  padding-left: 10px;
}
#end p {
  margin-bottom: 20px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.centeryose {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
a.topback {
  border: 1px solid #222222;
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #222222;
}
a.topback:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* .footer ******************************************************/
.footer {
  font-size: 80%;
  padding: 1rem 5px;
  background-color: #707070;
  color: #fff;
}

#form input[type="radio"],
#form input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
#form input[type="radio"] + label,
#form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
/* repatcha */
.center-yose {
  text-align: center;
  margin: 20px auto 0;
  width: 300px;
  display: block;
}
/* Thanks */
.ttl-bd {
  border-left: 7px solid #0d800c;
  padding-left: 10px;
  font-weight: normal;
}
.lh1 {
  line-height: 1;
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  h1 {
    line-height: 1.5;
  }
  .col-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
  .circle {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
  }
  .form-step {
    margin-bottom: 1.5rem;
  }
  .form-step .form-step-inner li {
    width: 45%;
    margin-right: 10px;
  }
  .form-step .form-step-inner li .step {
    font-size: 0.65rem !important;
    padding-left: 8px;
  }
  .thanks .step-info .arrow-2:after {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.7rem;
  }
  .kv .h4 {
    font-size: 1.25rem;
  }
  .col-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
  .circle {
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 38px;
  }
  .step-info dl {
    margin-bottom: 0;
  }
  .step-info dd.arrow:after,
  .thanks .step-info .arrow:after {
    content: none;
  }
  .form-step .form-step-inner li {
    width: 48%;
    font-size: 1rem;
  }
  .form-step .form-step-inner li .text {
    padding-left: 0;
  }
  .thanks .step-info img {
    width: 90%;
  }
}
@media (min-width: 1px) {
  #form input[type="radio"],
  #form input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  #form input[type="radio"] + label,
  #form input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  #form input[type="radio"] + label::before,
  #form input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -9px;

    background: #fff;
  }
  #form input[type="radio"] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  #form input[type="checkbox"] + label::before {
    border: 2px solid #ccc;
  }
  #form input[type="radio"]:checked + label::after,
  #form input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 35%;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #form input[type="radio"]:checked + label::after {
    left: 7px;

    width: 10px;
    height: 10px;
    margin-top: 1px;

    background: #e71063;
    border-radius: 8px;
  }
  #form input[type="checkbox"]:checked + label::after {
    left: 4px;

    width: 16px;
    height: 8px;

    border-left: 3px solid #e71063;
    border-bottom: 3px solid #e71063;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
