@charset "UTF-8";

/* summary
---------------------------------------------------------------------------*/
#summaryContents .slider-wrap {
  margin: 0 auto 65px;
}

#summaryContents .slider-wrap .slick-dots {
  display: none !important;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
  margin: 0 auto 50px;
  text-align: center;
}

.sec-lead h2 {
  margin-bottom: 28px;
}

.sec-lead h2 strong {
  font-size: 28px;
  letter-spacing: 0.12em;
}

.sec-lead p {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.pnav {
  margin-bottom: 80px;
}

/* .summary-wrap
------------------------------------*/
.summary-wrap {
  overflow: hidden;
  width: 940px;
  margin: 0 auto 70px;
}

.summary-wrap figure {
  margin-bottom: 65px;
}

.summary-wrap .txt-set {
  margin-left: 15px;
  text-align: center;
}

.summary-wrap .txt-set h3 {
  margin-bottom: 20px;
}

.summary-wrap .txt-set h3 strong {
  font-size: 30px;
  letter-spacing: 0.1em;
}

.summary-wrap .txt-set h3 em {
  padding-left: 10px;
  letter-spacing: 0.1em;
}

.summary-wrap .txt-set p {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* .sec-production
------------------------------------*/
.sec-production {
  width: 900px;
  margin: 120px auto 0;
  padding-top: 40px;
}

.sec-production h2 {
  margin-bottom: 65px;
  text-align: center;
}

.sec-production h2 strong {
  font-size: 32px;
  letter-spacing: 0.08em;
}

.sec-production .inner {
  overflow: hidden;
  width: 810px;
  margin: 0 auto 35px;
}

.sec-production .inner figure {
  float: left;
  width: 320px;
}

.sec-production .inner .txt-set {
  float: right;
  width: 430px;
  margin-top: 22px;
}

.sec-production .inner h3 {
  margin-bottom: 18px;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.sec-production .inner p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.sec-production .inner .btn-set {
  margin-top: 22px;
}

.sec-production .inner .btn-set .btn-link {
  width: 200px;
  margin-right: 15px;
}

.sec-production .inner .btn-set .btn-link:last-of-type {
  margin-right: 0;
}

.sec-production .inner .btn-set .btn-link a {
  padding-right: 15px;
  padding-left: 15px;
}

.sec-production .title-table {
  margin: 120px 0 20px;
  letter-spacing: 0.1em;
}

details.faq-item {
  border: 1px solid #ccc;
  padding: 10px;
}

details.faq-item[open] summary {
  display: block;
}

details.faq-item summary {
  cursor: pointer;
  display: none;
}

details.faq-item p {
  margin-top: 10px;
}
