@charset "UTF-8";
body {
  background: #fff !important;
  text-align: left;
}

.l-headLp-inner {
  width: 880px;
  margin: 0 auto;
  padding: 10px 0;
}

.title {
  text-align: center;
  background: #0dbfd4;
  padding: 30px 0;
  margin-bottom: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.kv {
  background: url(/img/lp1_area/kv_bg.png);
}

.kv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 880px;
  height: 450px;
  margin: 0 auto;
}

.kv-title {
  text-align: center;
}
.kv-title p {
  color: #154572;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rankingCv {
  text-align: center;
  margin-bottom: 60px;
}

.rankingCv__top {
  background: #feeebf;
}

.rankingCv-inner {
  width: 880px;
  margin: 0 auto;
  padding: 50px 0;
  background: #feeebf;
}

.rankingCv-title {
  margin-bottom: 40px;
}

.rankingCv-btn {
  width: 540px;
  margin: 0 auto 20px;
}
.rankingCv-btn a {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  background: #ff8c1c;
  color: #fff;
  padding: 17px 40px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: #d17317 0 7px 0;
}
.rankingCv-btn a:hover {
  opacity: 0.8;
}

.match {
  width: 780px;
  margin: 0 auto 80px;
}

.match-title {
  text-align: center;
  margin-bottom: 20px;
}

.match-content {
  padding: 30px 30px 20px;
  background: url(/img/lp1_area/bg-sindan.png) 0 0 repeat;
  border: 4px solid #0dbfd4;
  text-align: center;
}

.match-content-title {
  margin-bottom: 20px;
}

.match-content-btn {
  position: relative;
  width: 320px;
  margin: 40px auto 20px;
}
.match-content-btn a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding: 27px 10px 22px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: #e81818 0 7px 0;
  background: #ff3838 url(/img/lp1_area/match_btn_arrow.png) right 25px center no-repeat;
}
.match-content-btn a:hover {
  background: #f97373 url(/img/lp1_area/match_btn_arrow.png) right 25px center no-repeat;
  box-shadow: #f05858 0 7px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 0.2秒アニメーション */
}
.match-content-btn::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -26px;
  background: url(/img/lp1_area/match_btn_hukidashi.png) 0 0 no-repeat;
  width: 103px;
  height: 44px;
  z-index: 1;
}

.onayami {
  background: #f3f3f3;
  margin-bottom: 80px;
}

.onayami-inner {
  width: 880px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.point {
  margin-bottom: 80px;
}

.point-title {
  margin-bottom: 40px;
  background: #0dbfd4;
  padding: 20px 0 40px;
}

.point-title-inner {
  width: 880px;
  margin: 0 auto;
}

.point-graph {
  width: 880px;
  margin: 0 auto;
}
.point-graph:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .point-graph {
  *zoom: 1;
}

.point-graph-left {
  float: left;
}

.point-graph-right {
  float: right;
}

.selecting {
  margin-bottom: 80px;
}

.selecting-content {
  text-align: center;
}

.voice {
  margin-bottom: 80px;
}

.voice-inner {
  width: 780px;
  margin: 0 auto;
}

.voice-notice {
  text-align: right;
}

.voice-content {
  margin-top: 35px;
}
.voice-content dt {
  margin-bottom: 20px;
}
.voice-content dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .voice-content dd {
  *zoom: 1;
}
.voice-content dd .voice-content-img {
  float: left;
  margin-right: 20px;
}
.voice-content dd .voice-content-txt {
  float: left;
  width: 630px;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
  color: #000;
}

.l-footLp-pageTop {
  text-align: center;
}
.l-footLp-pageTop a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #858585;
  background: #f5f5f5;
}
.l-footLp-pageTop a:hover {
  opacity: 0.8;
  color: #858585;
  text-decoration: none;
}
.l-footLp-pageTop a:visited {
  color: #858585;
  text-decoration: none;
}
.l-footLp-pageTop a::before {
  content: "▲";
  padding: 0 6px 0 0;
}

.l-footLp-inner {
  width: 880px;
  margin: 10px auto;
}
.l-footLp-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .l-footLp-inner {
  *zoom: 1;
}

.l-footLp-link {
  float: left;
  margin: 16px 0;
  font-size: 14px;
}
.l-footLp-link a {
  text-decoration: underline;
  color: #333;
}
.l-footLp-link a:hover, .l-footLp-link a:visited {
  color: #333;
  text-decoration: none;
}

.l-footLp-copy {
  float: right;
  margin: 16px 0;
  font-size: 12px;
}
