#contents {
  padding: 60px 0 120px;
}
#contents .linkss {
  display: block;
  line-height: 0;
  border-bottom: 1px solid #999;
  margin: 0 auto 60px;
}
#contents .linkss > ul {
  display: block;
  letter-spacing: -0.4em;
  text-align: center;
  line-height: 0;
}
#contents .linkss > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 260px;
  margin: 0 6px 0 0;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#contents .linkss > ul > li:last-child {
  margin-right: 0;
}
#contents .linkss > ul > li:hover, #contents .linkss > ul > li.active {
  color: #fff;
  background: #333;
}
#contents .linkss > ul > li:hover::after, #contents .linkss > ul > li.active::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#contents .linkss > ul > li:hover > a, #contents .linkss > ul > li.active > a {
  text-decoration: none;
  color: #fff;
}
#contents .linkss > ul > li::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  /*content: '';*/
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents .linkss > ul > li > a {
  display: table;
  width: 100%;
  min-height: 65px;
  color: #333;
  transition: 0.3s ease-in-out;
}
#contents .linkss > ul > li > a > span {
  display: table-cell;
  line-height: 140%;
  vertical-align: middle;
}
#contents .page-link {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  margin: 0 auto 60px;
}
#contents .page-link > a {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 224px;
  margin: 0 20px 20px 0;
  font-size: 1.5rem;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .page-link > a:nth-child(5n) {
  margin-right: 0;
}
#contents .page-link > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents .page-link > a > span {
  display: table;
  width: 100%;
  min-height: 55px;
}
#contents .page-link > a > span > span {
  display: table-cell;
  line-height: 150%;
  vertical-align: middle;
}
#contents .page-link > a:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}
#contents .page-link > a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#contents .ft {
  padding: 0 0 50px;
}
#contents .ft:last-child {
  padding-bottom: 0;
}
#contents h2 {
  font-size: 2.5rem;
  line-height: 120%;
  text-align: left;
  padding: 0 80px;
  margin: 0 auto 20px;
  font-weight: normal;
}
#contents p.txt {
  font-size: 1.6rem;
  line-height: 200%;
  margin: 0 auto 40px;
  text-align: left;
}
#contents ul.faq {
  display: block;
  line-height: 0;
  text-align: left;
  border-top: 1px solid #ccc;
}
#contents ul.faq li {
  display: block;
  padding: 0;
}
#contents ul.faq li > span {
  display: block;
}
#contents ul.faq li > span.title {
  border-bottom: 1px solid #ccc;
  padding: 0 100px;
  position: relative;
  cursor: pointer;
}
#contents ul.faq li > span.title::after {
  position: absolute;
  top: 50%;
  right: 60px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
}
#contents ul.faq li > span.title > span {
  display: table-cell;
  background: url("../img/title.svg") 0 50% no-repeat;
  background-size: 40px auto;
  padding: 30px 20px 30px 65px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 140%;
  min-height: 40px;
}
#contents ul.faq li > span.answer {
  display: none;
  padding: 20px 70px 30px 150px;
}
#contents ul.faq li > span.answer > span {
  display: block;
  background: url("../img/answer.svg") 0 0 no-repeat;
  background-size: 40px auto;
  padding: 0 0 10px 60px;
  font-size: 1.6rem;
  line-height: 220%;
}
#contents ul.faq li > span.answer > span strong {
  display: block;
  font-size: 1.6rem;
  color: #3a7775;
  font-weight: bold;
  margin: 0 auto 10px;
  line-height: 160%;
  padding: 7px 0 0;
}
#contents ul.faq li > span.answer > span a {
  color: #3a7775;
  text-decoration: underline;
}
#contents ul.faq li > span.answer > span i {
  font-style: normal;
  color: #3a7775;
  font-weight: bold;
}
#contents ul.faq li > span.answer > span i.r {
  color: #f00;
}
#contents ul.faq li > span.answer .box {
  display: block;
  padding: 30px 0 0;
}
#contents ul.faq li > span.answer .box strong {
  display: inline;
  padding: 0;
  margin: 0 auto;
}
#contents ul.faq li > span.answer .box .btn {
  display: block;
  line-height: 0;
  text-align: left;
  padding: 0;
}
#contents ul.faq li > span.answer .box .btn > a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 100%;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  padding: 16px 30px 18px 50px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
#contents ul.faq li > span.answer .box .btn > a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
#contents ul.faq li > span.answer .box .btn > a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#contents ul.faq li > span.answer .box .btn > a::after {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
#contents ul.faq li > span.answer .images {
  display: block;
  letter-spacing: -0.4em;
  text-align: left;
  line-height: 0;
  padding: 20px 0 0;
}
#contents ul.faq li > span.answer .images > span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 0 0;
}
#contents ul.faq li > span.answer .images > span:last-child {
  margin-right: 0;
}
#contents ul.faq li.active > span.title::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #contents {
    padding: 40px 0 60px;
  }
  #contents .linkss {
    width: 100%;
    overflow: auto;
    margin: 0 auto 20px;
  }
  #contents .linkss > ul > li {
    width: 110px;
    font-size: 1.4rem;
    margin: 0 3px 0 0;
  }
  #contents .linkss > ul > li::after {
    right: 15px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  #contents .linkss > ul > li > a {
    min-height: 55px;
  }
  #contents .linkss > ul > li > a > span {
    line-height: 120%;
  }
  #contents .linkss > ul.v2 > li {
    width: 87px;
  }
  #contents .page-link > a {
    width: 48%;
    margin: 0 2% 8px 0;
    font-size: 1.4rem;
  }
  #contents .page-link > a:nth-child(2n) {
    margin-right: 0;
  }
  #contents .page-link > a::after {
    right: 15px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  #contents .page-link > a > span {
    min-height: 50px;
  }
  #contents h2 {
    font-size: 1.8rem;
    padding: 0 0 15px;
    text-align: left;
  }
  #contents p.txt {
    font-size: 1.5rem;
  }
  #contents ul.faq li span.title {
    padding: 0;
  }
  #contents ul.faq li span.title > span {
    background-size: 30px auto;
    padding: 20px 30px 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #contents ul.faq li span.title::after {
    right: 10px;
  }
  #contents ul.faq li span.answer {
    padding: 20px 0;
  }
  #contents ul.faq li span.answer > span {
    background-size: 30px auto;
    padding: 0 10px 10px 40px;
    font-size: 1.5rem;
  }
  #contents ul.faq li span.answer > span strong {
    padding: 0;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
