@charset "UTF-8";
/* faq ----------------*/
.inner {
  width: 739px;
  padding: 88px 0 40px 219px;
}

.pageTtl {
  color: #2e3192;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 20px;
  line-height: 1.75;
  border-bottom: 1px solid #7f7f7f;
  padding: 0 0 19px;
  margin-bottom: 0;
}

.cntLink {
  margin-bottom: 86px;
}
.cntLink li {
  float: left;
  width: 320px;
  margin-right: 30px;
}
.cntLink .livewt {
  border-left: 20px solid #4863c2;
  height: 12px;
  padding: 19px 0 0 6px;
}
.cntLink .puremax {
  position: relative;
}
.cntLink .puremax a {
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0 0 0 31px;
  display: block;
  box-sizing: border-box;
  height: 32px;
  width: 194px;
  line-height: 32px;
  padding-left: 4px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #42410b;
}
.cntLink .puremax a:hover {
  border: 1px solid #f3590f;
}
.cntLink .arrow {
  position: relative;
  width: 5px;
  height: 23px;
  border-right: 17px solid #5e7348;
  box-sizing: border-box;
}
.cntLink .arrow::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: -22px;
  border-top: 14px solid #5e7348;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.livewtTtl, .puremaxTtl {
  color: #fff;
  font-size: 13px;
  padding: 6px 0 4px 20px;
  margin-bottom: 7px;
}

.livewtTtl {
  background-color: #4863c2;
}

.puremaxTtl {
  background-color: #5e7348;
}

.livewt_faqBox, .puremax_faqBox {
  border-top: 1px solid #ccc;
  padding: 5px 0 0;
  margin-bottom: 6px;
}
.livewt_faqBox .cateTtl, .puremax_faqBox .cateTtl {
  color: #4863c2;
  font-size: 13px;
  float: left;
  width: 134px;
  padding-top: 6px;
}
.livewt_faqBox .boxinner, .puremax_faqBox .boxinner {
  float: left;
  width: 605px;
}
.livewt_faqBox .box, .puremax_faqBox .box {
  margin-bottom: 48px;
}
.livewt_faqBox .box dl, .puremax_faqBox .box dl {
  line-height: 2;
  padding-left: 23px;
}
.livewt_faqBox .qttl, .puremax_faqBox .qttl {
  font-size: 14px;
  line-height: 1.79;
  margin-bottom: 6px;
}
.livewt_faqBox .atxt, .puremax_faqBox .atxt {
  padding-left: 23px;
  line-height: 2;
}
.livewt_faqBox .atxt:first-letter, .puremax_faqBox .atxt:first-letter {
  font-size: 16px;
  color: #f15a24;
}
.livewt_faqBox .note, .puremax_faqBox .note {
  font-size: 12px;
  line-height: 1.66;
}

.livewt_faqBox .cateTtl, .livewt_faqBox .qttl {
  color: #4863c2;
}

.puremax_faqBox .cateTtl, .puremax_faqBox .qttl {
  color: #5e7348;
}

.btn {
  border-top: 0;
}
