.start_image p {
  text-align: center;
  color: #fff;
  background: #013965;
  padding: 0.8em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .start_image p {
    padding: 0.82em 0.8em 0.8em;
    margin: -12vw -4vw 0;
  }
}

@media screen and (max-width: 767px) {
  .start_image .l_feature__hero {
    margin: 0 -4vw;
  }
}

.lead_content {
  max-width: 1000px;
  font-size: 1.2rem;
  margin: 2rem auto 0 !important;
}

.lead_content_block + .lead_content_block {
  margin-top: 2rem;
}

@media screen and (min-width: 767.1px) {
  .lead_content .slogan {
    position: relative;
    display: inline-block;
    padding: 0 3.5rem;
  }
  .lead_content .slogan::after, .lead_content .slogan::before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 2.5rem;
    height: 1px;
    background-color: black;
  }
  .lead_content .slogan::after {
    right: 0;
  }
  .lead_content .slogan::before {
    left: 0;
  }
}

.lead_content .appeal_ttl {
  text-align: center;
  color: #fff;
  padding: 0.5em;
  border-radius: 1.5em;
}

.lead_content .appeal_con:nth-child(1) .appeal_ttl, .lead_content .appeal_con:nth-child(2) .appeal_ttl {
  background: #760000;
}

.lead_content .appeal_con:nth-child(3) .appeal_ttl, .lead_content .appeal_con:nth-child(4) .appeal_ttl {
  background: #030054;
}

.lead_content .appeal_content {
  font-size: 1rem;
}

.lead_content .appeal_content p {
  margin: 1rem 0;
}

.tagline {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 1rem 1.35rem;
  background: #000;
}

.tagline::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.sec__ttl {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.sec__ttl::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background: #ccc;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1.5px;
}

.sec__lead {
  max-width: 800px;
  margin: 0 auto !important;
}

.sec .attention {
  color: #db0000;
}

.sec .l_feature__gbox > * ~ * {
  margin-top: 6.36364%;
}

.login {
  font-size: 16px;
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
}

.login a {
  position: relative;
  display: inline-block;
  padding: 0 0.1em 0.2em;
}

.login a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.btn_bdr {
  margin-right: auto;
  margin-left: auto;
}

.btn_bdr.d-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

video {
  width: 100%;
}

#sec03 .col-8.d-flex,
#sec03 .col-24.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec03 .col-8.d-flex div:nth-child(1) h4,
#sec03 .col-24.d-flex div:nth-child(1) h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 1.2rem;
  margin-bottom: 0;
}

#sec03 .col-8.d-flex div:nth-child(1) p,
#sec03 .col-24.d-flex div:nth-child(1) p {
  margin: 1.2rem 0;
}

@media screen and (max-width: 767px) {
  #sec03 .feature_list--pickup {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
}

#sec03 .feature_list--pickup .col-12.col-md-24 {
  margin-bottom: 1.2rem !important;
}

@media screen and (max-width: 767px) {
  #sec03 .feature_list--pickup .col-12.col-md-24:last-child {
    margin-bottom: 0 !important;
  }
}

#sec04 .feature_list--campaign .col-12.col-md-24 {
  margin-bottom: 1.2rem !important;
}

.large_pc {
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  .large_pc {
    font-size: 100%;
  }
}
/*# sourceMappingURL=start.css.map */