.lp2111 {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN";
}
img {
  height: 100%;
}
.inner {
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ヘッダー */
.inner--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px;
}
.header__logo {
  padding: 2.5px;
  width: 90px;
}
.header__text {
  display: inline-block;
  margin: 0;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #fafafa;
  border: 2px solid #ededed;
  font-size: 12px;
}

/* コンテンツ */
.content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 375px) {
  .content--mt {
    margin-top: -45px;
  }
}

/* 理由ボタンcv */
.cv-reasons__title {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 25px;
  color: #2f4c66;
}
.cv-reasons__wrap {
  max-width: 500px;
  margin: 30px auto;
  padding: 0 16px;
}
.cv-reasons__btn {
  padding: 24px 16px;
  background: #f6f5f4;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.cv-reasons__btn-wrap {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.cv-reasons__btn button {
  position: relative;
  width: 100%;
  height: 85px;
  padding: 0;
  background: #34688f;
  border-radius: 4px;
  border: 1px solid #143e60;
  border-bottom: 8px solid #143e60;
  cursor: pointer;
  margin: 0 0 20px;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
}
.animation1 #baikyakuYes::before, .animation2 #kakaku::before, .animation3 #baikyakuNo::before, .animation4 #other::before {
  position: absolute;
  content: "";
  width: 99%;
  height: 95%;
  top: -2px;
  left: -2px;
  border: 3px solid #d87673;
  border-radius: 4px;
}
.cv-reasons__btn button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient( 0deg, rgba(0, 0, 0, .4) -50%, rgba(255, 255, 255, .4) 76%);
  border-radius: 3px;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, .4) inset;
  }

  .cv-reasons__btn button:active {
    border-bottom-width: 3px;
    height: 75px;
    top: 10px;
    margin-bottom: 30px;
  }
  .cv-reasons__btn button:active::after {
    background: none;
  }

.label {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.cv-reasons__btn button:active .label {
  color: #fff;
}
.label::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 320px) {
  .cv-reasons__title {
    font-size: 18px;
  }
  .cv-reasons__btn {
    padding: 20px 10px;
  }
  .cv-reasons__btn button {
    height: 75px;
  }
  .cv-reasons__btn button:active {
    height: 65px;
  }
  .label {
    font-size: 13px;
  }
}

/* フッター */
.lp2111-footer {
  text-align: center;
}
.lp2111-footer__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
.lp2111-footer__info {
  margin-bottom: 10px;
}
.lp2111-footer__info li {
  display: inline-block;
  font-size: 10px;
  color: #0071BC;
  line-height: 1.25em;
  margin: 0 10px;
}
.lp2111-footer__info li:last-child {
  border-right: none;
}
.lp2111-footer a {
  color: #7b7b7b;
}
.lp2111-footer__copyright {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  color: #7b7b7b;
  font-size: 11px;
  letter-spacing: -0.005em;
  margin: 0;
  padding: 5px 0;
  background-color: #f0f0f0;
}

.cta-fixed {
  display: none;
  position: fixed;
  padding: 5px 40px 10px;
  margin: 0 auto;
  max-width: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b243d;
  box-sizing: border-box;
  z-index: 20;
}
.cta-fixed-box__lead {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
.cta-fixed-box__link {
  display: block;
  text-align: center;
}
.cta-fixed-box__text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.cta-fixed-box__link:hover {
  opacity: 0.8;
}
