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

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

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

/* 理由ボタンcv */
.cv-reasons__title {
  text-align: center;
  font-size: 34px;
  margin: 0 auto 40px;
  color: #2f4c66;
}
.cv-reasons__wrap {
  max-width: 750px;
  margin: 70px auto;
  box-sizing: border-box;
}
.cv-reasons__btn {
  padding: 40px 0;
  background: #f6f5f4;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.cv-reasons__btn-wrap {
  width: 520px;
  margin: 0 auto;
}
.cv-reasons__btn button {
  position: relative;
  width: 100%;
  height: 130px;
  padding: 0;
  background: #34688f;
  border-radius: 3px;
  border: 1px solid #143e60;
  border-bottom: 10px 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: 100%;
  height: 95%;
  top: -4px;
  left: -4px;
  border: 4px solid #d87673;
  border-radius: 6px;
  
}
.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:hover {
  border-bottom-width: 4px;
  height: 120px;
  top: 10px;
  margin-bottom: 30px;
}
.cv-reasons__btn button:hover::after{
  background: none;
}
.label {
  display: block;
  font-size: 26px;
  font-family: "HiraginoSans-W5";
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

/* フッター */
.lp2111-footer {
  text-align: center;
}
.lp2111-footer__inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.lp2111-footer__info li {
  display: inline-block;
  font-size: 13px;
  color: #0071BC;
  line-height: 1.25em;
  margin: 0 8px;
}
.lp2111-footer__info li:last-child {
  border-right: none;
}
.lp2111-footer a {
  color: #7b7b7b;
}
.lp2111-footer__copyright {
  color: #7b7b7b;
  font-size: 11px;
  letter-spacing: -0.005em;
  margin: 0;
}
