.sp_db {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp_dn {
    display: none;
  }
  .sp_db {
    display: block;
  }
}
.fastest {
  background: url(../img/fastest_bg.png) center/cover no-repeat;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .fastest {
    padding-top: 30px;
  }
}
.fastest img {
  width: 100%;
}
.fastest .inner {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fastest .inner {
    width: calc(100% - 40px);
  }
}
.fastest .contents--title {
  width: 500px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .fastest .contents--title {
    width: 90%;
  }
}
.fastest .fastest_text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_text {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
}
.fastest .fastest_text p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.fastest .fastest_text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_text p {
    font-size: 15px;
  }
}
.fastest .fastest_text p .br_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_text p .br_sp {
    display: block;
  }
}
.fastest .fastest_text p .txt_red {
  color: #e90000;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_text p .txt_red {
    font-size: 21px;
  }
}
.fastest .cta {
  padding: 0;
}
.fastest .fastest_btn {
  width: 700px;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_btn {
    width: 100%;
  }
}
.fastest .fastest_present {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fastest .fastest_present {
    width: 100%;
  }
}

.fastest_caption {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  line-height: 1.4;
}
.fastest_caption .fastest_caption_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  overflow: scroll;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .fastest_caption .fastest_caption_box {
    padding: 40px 20px 20px;
  }
}
.fastest_caption .fastest_caption_box .fastest_caption_item {
  margin-bottom: 20px;
}
.fastest_caption .fastest_caption_box .fastest_caption_item .fastest_caption_ttl {
  font-weight: bold;
}
.fastest_caption .fastest_caption_box .fastest_caption_item .fastest_caption_text li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.fastest_caption .fastest_caption_box .fastest_caption_item .fastest_caption_text p,
.fastest_caption .fastest_caption_box .fastest_caption_item .fastest_caption_text li {
  font-size: 14px;
}
.fastest_caption .fastest_caption_box .fw_b {
  font-weight: bold;
}
.fastest_caption .fastest_caption_box .fz_small {
  font-size: 12px;
}
.fastest_caption .fastest_caption_box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2rem;
  height: 2rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .fastest_caption .fastest_caption_box .close {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.fastest_caption .fastest_caption_box .close::before, .fastest_caption .fastest_caption_box .close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 768px) {
  .fastest_caption .fastest_caption_box .close::before, .fastest_caption .fastest_caption_box .close::after {
    width: 1.8rem;
  }
}
.fastest_caption .fastest_caption_box .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fastest_caption .fastest_caption_box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.media_bg {
  background: url(../img/media_bg.jpg) top/cover no-repeat;
  padding: 20px 0 85px;
}
@media only screen and (max-width: 768px) {
  .media_bg {
    padding-bottom: 50px;
  }
}

.fz_s {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .fz_s {
    font-size: 10px;
  }
}

input[name=properties2] + label {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #0f2c8b;
  border-radius: 4px;
  opacity: 0.64;
  cursor: pointer;
}
input[name=properties2] + label:hover {
  opacity: 1;
}

input[name=properties2] {
  display: none;
}

input[name=properties2]:checked + label {
  opacity: 1;
}

.amgf {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
}
.amgf a {
  position: absolute;
  width: 22% !important;
  height: 5%;
  bottom: 36%;
  right: 17%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .amgf a {
    width: 28% !important;
    height: 8%;
    bottom: 26%;
    right: 16%;
  }
}

@media only screen and (max-width: 768px) {
  .fastest .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-kv-cta {
    display: none;
  }
}

.l-kv-cta-inner {
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.l-kv-cta-inner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.l-kv-cta-inner a {
  cursor: pointer;
  position: absolute !important;
}
.l-kv-cta-inner a.p-cta-btn {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 101%;
  height: 60%;
}
.l-kv-cta-inner a.fastest_btn {
  height: 16%;
  bottom: 67%;
  width: 26%;
  right: 15%;
}

.p-case-cta {
  position: relative;
  width: 500px;
  margin: 40px auto 0;
  max-width: 100%;
}
.p-case-cta a {
  cursor: pointer;
  position: absolute !important;
}
.p-case-cta a.p-cta-btn {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 101%;
  height: 60%;
}
.p-case-cta a.fastest_btn {
  height: 16%;
  bottom: 67%;
  width: 26%;
  right: 15%;
}

.amgf-btn {
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .amgf-btn {
    width: 370px;
    max-width: 100%;
  }
}
.amgf-btn img {
  display: block;
  margin: 0 auto;
}
.amgf-btn a {
  cursor: pointer;
  position: absolute !important;
  height: 28%;
  bottom: 26%;
  width: 34%;
  right: 5%;
}/*# sourceMappingURL=style_1212.css.map */