@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("../../css/font/NotoSansL.eot") format("eot"), url("../../css/font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

.title-style01 {
  margin-bottom: 30px;
}

.cmn-nav01 {
  margin-bottom: 60px;
}

.faq-block {
  margin-bottom: 55px;
}
.faq-block:last-child {
  margin-bottom: 0;
}
.faq-block h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcd4cd;
}

.faqlist li {
  border-bottom: 1px solid #dcd4cd;
}
.faqlist li > div {
  position: relative;
}
.faqlist li > div:before {
  position: absolute;
  color: #d8c6b4;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.faqlist .question {
  color: #70654b;
  padding: 16px 40px 16px 26px;
  position: relative;
}
.faqlist .question:before {
  content: "Q";
  top: 12px;
  left: 0;
}
.faqlist .question:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #d8c6b4;
  border-right: 2px solid #d8c6b4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 1.5em;
}

.faqlist .answer {
  padding: 4px 0 20px 26px;
}
.faqlist .answer:before {
  content: "A";
  top: 0;
  left: 2px;
}

.faqlist .ac-open .question {
  cursor: default;
}
.faqlist .ac-open .question:after {
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #d8c6b4;
  border-left: 2px solid #d8c6b4;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}