@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("font/NotoSansR.eot") format("eot"), url("font/NotoSansR.woff") format("woff");
}

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

@font-face {
  font-family: "iconfont";
  src: url("font/iconfont.eot");
  src: url("font/iconfont.eot#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("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;
}

.cmn-contents-area {
  width: 920px;
}

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

.cmn-nav01 {
  margin-bottom: 115px;
}
.cmn-nav01 li {
  width: 16%;
}
.cmn-nav01 li:last-child {
  line-height: 1.2;
}

.faq-block {
  margin-bottom: 115px;
}
.faq-block:last-child {
  margin-bottom: 0;
}
.faq-block h2 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcd4cd;
}

.faqlist li {
  border-bottom: 1px solid #dcd4cd;
}
.faqlist li > div {
  position: relative;
}
.faqlist li > div:before {
  position: absolute;
  left: 12px;
  color: #d8c6b4;
  font-size: 30px;
  font-size: 3rem;
  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;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 22px 100px 22px 50px;
}
.faqlist .question:before {
  content: "Q";
  top: 22px;
}
.faqlist .question:hover {
  background: #a47b00;
  color: #fff;
}
.faqlist .question:hover:before {
  color: #fff;
}
.faqlist .question:hover .more {
  color: #fff;
  background-image: url(../images/common/ico-bottom03.png);
}
.faqlist .question .more {
  right: 12px;
  top: 28px;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d8c6b4;
  padding-right: 20px;
  background-image: url(../images/common/ico-bottom01.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 16px;
          background-size: 16px;
}

.faqlist .answer {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 50px 22px;
}
.faqlist .answer:before {
  content: "A";
  top: 0;
}

.faqlist .ac-open .question {
  cursor: default;
}
.faqlist .ac-open .question:hover {
  background: none;
  color: #70654b;
}
.faqlist .ac-open .question:hover:before {
  color: #d8c6b4;
}
.faqlist .ac-open .question .more {
  opacity: 0;
}

.sp-tel {
  cursor: default;
  color: #2d2116;
  pointer-events: none;
}
.sp-tel:hover {
  color: #2d2116;
}

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