body {
  font-size: 17px;
  font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
p {
  margin: 0;
  padding: 0;
  line-height: 2.2;
}
section {
  clear: both;
  overflow: auto;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
/*見出し*/
h2 {
  letter-spacing: 0.05em;
  margin: 0 0 60px;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #78be39;
  border-radius: 2px;
}
h3 {
  margin: 0;
  font-size: 35px;
  text-align: left;
  color: #78be39;
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
  font-weight: bold;
}
h3 img {
  position: absolute;
  top: -70px;
  left: -15px;
  width: 150px !important;
}
/*全体*/
.main {
  text-align: center;
}
.sec_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.main img,
.header_logo img,
.fv img {
  width: 100%;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
.b {
  font-weight: bold;
}
.t_big {
  font-size: 1.4em;
}
.t_big2 {
  font-size: 1.6em;
}
.t_big3 {
  font-size: 1.3em;
}
.t_y {
  color: #ffff00;
}
.t_o {
  color: #ff9d22;
}
.t_r {
  color: #ea7465;
}
.slash {
  position: relative;
}
.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 1.2em;
  margin: 0 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.slash:before {
  transform: rotate(-25deg);
}
.slash:after {
  transform: rotate(25deg);
}
/*ヘッダー*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background: #fff;
  overflow: auto;
  box-shadow: 0 1px 2px rgb(0, 0, 0, 0.1);
}
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.header_logo {
  width: 200px;
}
.h_btn a,
.cta_btn a {
  font-weight: bold;
  display: block;
  background: #018f16;
  color: #fff;
  padding: 10px 20px 5px;
  border-radius: 50px;
  box-shadow: 2px 2px 3px rgb(0, 0, 0, 0.2);
  text-align: center;
}
.h_btn img,
.cta_btn img {
  width: 30px;
  margin: 0 5px 5px 0;
}
/*FV*/
.fv {
  background: url("../images/fv_back.jpg") no-repeat center;
}
.fv_in {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cta {
  padding: 40px 0;
  background: #78be39;
}
.cta p {
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 0.05em;
}
.cta_btn a {
  border: 2px solid #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px 20px;
  font-size: 1.4em;
}
.feature {
  padding: 60px 0 25px;
  text-align: center;
}
.feature_box li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 80px;
  text-align: left;
}
.f_img {
  width: 37%;
}
.f_inr {
  width: 52%;
}
.reason {
  padding: 80px 0;
  background: #f5f5f5;
}
.r_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  text-align: left;
  box-shadow: 0 0 3px rgb(0, 0, 0, 0.2);
}
.r_img {
  width: 39%;
}
.r_text {
  width: 56%;
}
.arrow_img {
  width: 170px;
  margin: -15px auto 30px;
}
.price {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.discount {
  margin: 40px 0 0;
  background: #fff;
  border-radius: 50px;
  padding: 20px 40px 0;
  text-align: left;
  border: 3px solid #78be39;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.d_inr {
  padding-bottom: 20px;
}
.discount_ttl {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
.discount img {
  width: 28%;
  margin-right: 20px;
}
.flow {
  padding: 80px 0;
  background: url("../images/bg.jpg") no-repeat top;
  background-size: cover;
}
.f_ttl_img {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 35px;
}
.flow_box {
  display: flex;
  justify-content: space-around;
  text-align: left;
}
.flow_img {
  width: 65%;
  margin: 0 auto;
}
.flow_box li {
  width: 29%;
}
.flow_ttl {
  margin: 15px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff9d22;
}
.f_btn {
  margin-top: 10px;
  text-align: center;
}
.f_btn a {
  display: block;
  background: #018f16;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  width: 80%;
  margin: 0 auto;
}
.qa {
  padding: 80px 0;
  background: #eef7e5;
}
.faq_area {
  text-align: left;
}
.faq_list li {
  padding: 30px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(120, 190, 57, 0.4);
  border-radius: 15px;
  margin-bottom: 25px;
}
.question {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  padding-bottom: 30px;
}
.answer {
  border-top: 1px solid #ccc;
  display: flex;
  background: #fff;
  align-items: center;
  padding-top: 30px;
  font-size: 1rem;
}
.question::before,
.answer::before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 4rem;
  margin-right: 20px;
  flex-shrink: 0;
}
.question::before {
  background: #78be39;
}
.answer::before {
  background: #fff;
  border: 1px solid #78be39;
  color: #78be39;
  content: "A";
}
.last {
  background: #78be39;
  padding: 40px 0;
}
.last_inr {
  text-align: left;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
.footer {
  padding: 12px;
  text-align: center;
}
.footer p {
  font-size: 15px;
}
.footer a {
  color: #024f8a;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .f_btn a {
    width: 100%;
  }
  .e_box01,
  .e_box02 {
    width: 49%;
  }
  .e_inr,
  .e_inr02 {
    padding: 15px;
  }
  .t_small {
    font-size: 0.6em;
  }
  .t_small02 {
    font-size: 0.6em;
  }
}
