@charset "UTF-8";
.faq .content-wrap {
  padding-top: 40px
}

.faq .content-wrap h3.content-title {
  margin: 0 0 40px
}

.qa-anchor {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px
}

.qa-anchor li {
  width: 24%;
  display: flex
}

.qa-anchor li a {
  color: #fff;
  font-weight: 700;
  background: #5cb680;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 2%;
  position: relative
}

.qa-anchor li a.all{ background: #f39803;}
.qa-anchor li a.high{ background: #f39803;}
.qa-anchor li a.renewal{ background: #4c9e38;}
.qa-anchor li a.low{ background: #f1ce36;}


.qa-anchor li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #5cb680;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto
}

.qa-anchor li a.all:after{ border-top: 10px solid #f39803;}
.qa-anchor li a.high:after{ border-top: 10px solid #f39803;}
.qa-anchor li a.renewal:after{ border-top: 10px solid #4c9e38;}
.qa-anchor li a.low:after{ border-top: 10px solid #f1ce36;}

.faq__list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 75pt
}

.faq__list-wrap .faq__list {
  width: 50%
}

.faq__list-wrap .faq__list:first-of-type {
  padding-right: 20px;
  border-right: 1px dashed #595757
}

.faq__list-wrap .faq__list:nth-of-type(2) {
  padding-left: 20px
}

.faq__list-wrap .faq__list dt {
  cursor: pointer;
  position: relative;
  color: #595757;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 45px;
  margin-bottom: 20px
}

.faq__list-wrap .faq__list dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: #5cb680
}

#all+.faq__list-wrap .faq__list dt:before{ background: #f39803;}
#high+.faq__list-wrap .faq__list dt:before{ background: #f39803;}
#renewal+.faq__list-wrap .faq__list dt:before{ background: #4c9e38;}
#low+.faq__list-wrap .faq__list dt:before{ background: #f1ce36;}

.faq__list-wrap .faq__list dd {
  display: none;
  position: relative;
  color: #595757;
  font-size: 1.6rem;
  padding-left: 45px;
  margin-bottom: 50px
}

.faq__list-wrap .faq__list dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #5cb680;
  background: #fff
}

.faq__list-wrap .faq__list dd span.sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -.1em
}

.faq__list-wrap .faq__list dd:last-child {
  margin-bottom: 0
}

.faq__list-wrap .faq__list dd p {
  margin-bottom: 10px
}

.faq__list-wrap .faq__list dd a {
  border-bottom: 1px dotted #595757
}

.faq__list-wrap .faq__list dd ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px
}

.faq__list-wrap .faq__list dd ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: .4em;
  color: #5cb680;
  font-size: 60%
}

@media screen and (max-width:768px) {
  .faq__list-wrap {
    padding-bottom: 30px
  }
  .faq__list-wrap:last-child {
    padding-bottom: 50px
  }
  .faq__list-wrap .faq__list {
    width: 100%;
    margin-bottom: 0
  }
  .faq__list-wrap .faq__list:first-of-type {
    padding-right: 0;
    border-right: 0
  }
  .faq__list-wrap .faq__list:nth-of-type(2) {
    padding-left: 0
  }
  .faq__list-wrap .faq__list dt {
    font-size: 1.8rem
  }
  .faq__list-wrap .faq__list dd {
    font-size: 1.6rem;
    line-height: 1.7
  }
  .faq__list-wrap .faq__list dd:before {
    font-size: 1.4rem
  }
  .faq__list-wrap .faq__list dd:last-child {
    margin-bottom: 50px
  }
}