@charset "UTF-8";
body {
  color: #1a1a1a;
  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: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
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;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

#fv {
  background: url("../img/fvbg.jpg") center 0 no-repeat;
  height: 845px;
}
#fv h1 {
  width: 1000px;
  margin: 0 auto 30px;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
#fv ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 705px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header {
  width: 1000px;
  height: 105px;
  margin: 0 auto 28px;
  position: relative;
  padding: 10px 0 0;
}

#trouble {
  padding: 70px 0 25px;
  text-align: center;
}
#trouble .btn {
  margin: 32px 0 86px -2px;
}
#trouble .recommend {
  margin: -30px 0 0;
}

#reason {
  background: url("../img/bg01.jpg") center 0 no-repeat;
  height: 1728px;
  padding: 106px 0 0;
  text-align: center;
}
#reason ul {
  letter-spacing: -.4em;
  width: 1020px;
  margin: -140px auto 0;
}
#reason li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
  margin: 0 10px 45px;
}
#reason .txt {
  margin-left: -15px;
}

.cv {
  text-align: center;
  padding: 80px 0;
}
.cv .btn {
  margin: 33px 0 0;
}

#price {
  text-align: center;
  background: url("../img/bg02.jpg") center 0 repeat;
  padding: 73px 0 123px;
}
#price .order {
  margin: 40px 0 30px;
}
#price .note img {
  vertical-align: top;
}

#safe {
  background: url("../img/safe_bg.png") center 0 no-repeat;
  height: 359px;
  text-align: center;
  margin: -184px 0 0;
  padding: 198px 0 0;
  position: relative;
  z-index: 2;
}
#safe p {
  margin-left: 5px;
}

#faq {
  background: url("../img/bg03.jpg") center 0 repeat-y;
  padding: 80px 0 130px;
}
#faq h2 {
  text-align: center;
  margin: 0 0 20px;
}
#faq ul {
  width: 940px;
  margin: 0 auto;
}
#faq li:nth-child(odd) {
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 53px;
  height: 53px;
  background: #50b4ff;
  padding: 0 0 0 98px;
  position: relative;
  white-space: nowrap;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
#faq li:nth-child(odd)::before {
  content: url("../img/q.png");
  position: absolute;
  top: -18px;
  left: 0;
}
#faq li:nth-child(even) {
  background: url("../img/a.png") 15px 32px no-repeat;
  line-height: 27px;
  min-height: 100px;
  padding: 26px 18px 0 100px;
  margin: 0 0 64px;
}
#faq li:nth-child(even) span {
  font-size: 14px;
}
#faq li:last-child {
  margin-bottom: 0;
}
#faq .dl {
  margin: 14px 0 0;
}

#shopInfo {
  width: 1000px;
  margin: 0 auto;
  padding: 83px 0 70px;
  position: relative;
}
#shopInfo h2 {
  margin: 0 0 33px;
}
#shopInfo table {
  border-collapse: collapse;
  border: 1px solid #50b4ff;
  width: 444px;
  margin-bottom: 53px;
}
#shopInfo table th {
  color: #FFF;
  background: #50b4ff;
  text-align: left;
  font-weight: normal;
  padding: 0 0 0 20px;
  width: 110px;
  border-bottom: 1px dashed #fff;
}
#shopInfo table td {
  padding: 18px 0 17px 20px;
  border-bottom: 1px dashed #50b4ff;
}
#shopInfo .image {
  position: absolute;
  top: 82px;
  right: 0;
}
#shopInfo .btn {
  text-align: center;
}
