@charset "UTF-8";
body {
  background: #fff !important;
}

.l-head-lp {
  border-top: 2px solid #367d9a;
  background: url(/img/common/bg_head.png) 0 bottom repeat-x;
  padding: 7px 10px 18px 10px;
}

.cont-lpIn {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.kv {
  background: linear-gradient(to bottom, #f1f1f1 20%, #ffffff 80%);
  margin: -2px 0 0 0;
}

.cont-lpIn__kv {
  position: relative;
  background: url(/img/lp1/kv_img.png) right bottom no-repeat;
  height: 500px;
}

.kv-tit {
  position: absolute;
  left: 0;
  top: 36px;
}

.cam-bnr {
  position: absolute;
  left: 69px;
  bottom: 70px;
}

.kv-txt {
  position: absolute;
  left: 70px;
  bottom: 42px;
  font-size: 11px;
  line-height: 1.2;
}

.link-btn {
  background: #ededed;
}

.link-btn-txt {
  text-align: center;
  padding: 50px 0 45px 0;
}

.rank-btn {
  text-align: center;
  margin: 0 0 12px;
}
.rank-btn img:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 0.2秒アニメーション */
}

.link-btn-notice {
  text-align: center;
  font-size: 14px;
  padding: 0 0 50px;
}

.postingLogo-tit {
  text-align: center;
  padding: 80px 0 50px;
}

.postingLogo-img {
  text-align: center;
  padding: 0 0 50px;
}

.postingLogo-txt {
  text-align: center;
  padding: 0 0 80px;
}

.cont-heading {
  background: #3088a0;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.cont-heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 105px 0 105px;
  border-color: #3088a0 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin: 0 0 0 -105px;
}

.match {
  background: url(/img/lp1/bg-sindan.png) 0 0 repeat;
}

.match-tit {
  text-align: center;
  padding: 80px 0 30px;
}

.match-btn {
  text-align: center;
  margin: 0 48px 12px 0;
}
.match-btn img:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 0.2秒アニメーション */
}

.trouble-txt {
  text-align: center;
  padding: 36px 0 8px;
}

.trouble-txt2 {
  text-align: center;
  margin: 0 0 60px;
}

.trouble-graph {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 80px;
}

.trouble-graph li {
  display: table-cell;
  text-align: center;
}

.selecting-img {
  padding: 80px 0 40px 0;
}

.selecting-img li {
  float: left;
  height: 152px;
}
.selecting-img li:nth-child(even) {
  padding: 0 0 0 54px;
}

.user-voice-notice {
  text-align: right;
  font-size: 14px;
  padding: 8px 0 0;
}

.user-voice-list {
  padding: 60px 0 80px;
}

.user-voice-01 {
  background: url(/img/lp1/user_voice_img01.jpg) 0 0 no-repeat;
  height: 230px;
}

.user-voice-02 {
  background: url(/img/lp1/user_voice_img02.jpg) 0 0 no-repeat;
  height: 230px;
}

.user-voice-03 {
  background: url(/img/lp1/user_voice_img03.jpg) 0 0 no-repeat;
  height: 230px;
}

.user-voice-tit {
  margin: 8px 0 12px 258px;
}

.user-voice-txt {
  margin: 0 0 0 258px;
  font-size: 17px;
  line-height: 1.8;
  border: 3px solid #d0cbc1;
  border-radius: 10px;
  padding: 12px 16px;
}

.page-top {
  background: #3088a0;
}

.page-top a {
  display: inline-block;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.page-top a:hover,
.page-top a:visited {
  color: #fff;
  text-decoration: none;
}

.page-top a::before {
  content: "▲";
  padding: 0 6px 0 0;
}

.foot-lp-link {
  margin: 16px 0;
  display: inline-block;
  font-size: 14px;
}

.foot-lp-link a {
  text-decoration: underline;
  color: #333;
}

.foot-lp-link a:hover,
.foot-lp-link a:visited {
  color: #333;
  text-decoration: none;
}

.foot-lp-copy {
  display: inline-block;
  float: right;
  margin: 16px 0;
  font-size: 12px;
}

.cont-lpIn:after,
.selecting-img:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.header {
  width: 980px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .copy {
  font-size: 20px;
  font-weight: bold;
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.userVoice2 {
  width: 100%;
  background: #e5f5f8;
  padding: 40px 40px 40px 264px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  min-height: 256px;
  margin: 0 0 40px;
}
.userVoice2::before {
  content: "";
  display: block;
  position: absolute;
  width: 214px;
  height: 206px;
  top: 25px;
  left: 30px;
}
.userVoice2__1 {
  margin-top: 60px;
}
.userVoice2__1::before {
  background: url(/img/lp1/user_voice_img0101.png) no-repeat 50% 50%;
}
.userVoice2__2::before {
  background: url(/img/lp1/user_voice_img0201.png) no-repeat 50% 50%;
}
.userVoice2__3 {
  margin-bottom: 80px;
}
.userVoice2__3::before {
  background: url(/img/lp1/user_voice_img0301.png) no-repeat 50% 50%;
}
.userVoice2-title {
  margin: 0 0 25px;
}
.userVoice2-text {
  font-size: 17px;
  line-height: 1.8;
}
