@charset "UTF-8";
body {
  color: #4D4D4D;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: gray;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#lp_wrap {
  width: 730px;
  margin: 0 auto;
}

.cv01 {
  background: url("../img/cv.png") 0 0 no-repeat;
  width: 696px;
  height: 362px;
  margin: -40px auto 37px;
  position: relative;
}
.cv01 p {
  position: absolute;
  top: 245px;
  left: 235px;
}

.cv_offer {
  letter-spacing: -.4em;
  padding-bottom: 40px;
  /*margin-top: -30px;*/
}
.cv_offer:nth-of-type(2) {
  margin-bottom: 50px;
}
.cv_offer .tel {
  text-align: center;
}

.trial {
  background: url("../img/cv_try2.png") 0 0 no-repeat;
  width: 730px;
  height: 680px;
  position: relative;
  letter-spacing: normal;
  /*display: inline-block;*/
  margin: 0 auto 30px;
}
.trial p {
  position: absolute;
  top: 436px;
  left: 310px;
}

.normal {
  background: url("../img/cv_normal2.png") 0 0 no-repeat;
  width: 730px;
  height: 76px;
  position: relative;
  letter-spacing: normal;
  /*display: inline-block;*/
  margin-bottom: 30px;
}
.normal p {
  position: absolute;
  top: 7px;
  left: 516px;
}
.three {
  background: url("../img/cv_3set2.png") 0 0 no-repeat;
  width: 730px;
  height: 671px;
  position: relative;
  letter-spacing: normal;
  /*display: inline-block;*/
  margin-bottom: 2px;
}
.three p {
  position: absolute;
  top: 436px;
  left: 310px;
}
#shopGuide {
  font-size: 15px;
  line-height: 24px;
  width: 670px;
  margin: 0 auto;
}
#shopGuide h2 {
  text-align: center;
  margin-bottom: 23px;
}
#shopGuide h3 {
  color: #FFF;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  background: #1f52aa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#shopGuide .inner {
  padding: 23px 0 12px 16px;
  background-image: linear-gradient(to right, #000000, #000000 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
#shopGuide .inner:nth-of-type(3), #shopGuide .inner:last-child {
  background: none;
}
#shopGuide .inner p {
  margin-bottom: 16px;
}
#shopGuide h4 {
  margin-bottom: 14px;
}
#shopGuide h4::before {
  content: "▲";
  display: inline-block;
  font-size: 12px;
  color: #1f52aa;
  position: relative;
  top: -2px;
  margin-right: 4px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#btmNav {
  font-size: 15px;
  line-height: 15px;
  width: 670px;
  margin: 80px auto 50px;
  padding: 0 0 16px;
  border-bottom: 2px solid #1f52aa;
}
#btmNav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#btmNav li {
  position: relative;
  border-right: 1px solid #cbcbcb;
}
#btmNav li:last-child {
  border: none;
}
#btmNav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 .7em;
}
