@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright maisha. All Rights Reserved.

HTML CSS Selectors faq

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper {
  background-color: #f5f5f2;
}
/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.page-header {
  width: 100%;
  height: 1108px;
  position: relative;
}

.mv-wrap {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-img {
  width: 896px;
  position: absolute;
  top: 420px;
  left: 50%;
  margin-left: -448px;
  z-index: 3;
  transition : all 200ms 0ms ease-out;
}
.mv-bg01 {
  width: 896px;
  height: 550px;
  background-image: url("../img/faq/mv_bg01-pc.jpg");
  background-size: cover;
  position: absolute;
  top: 508px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
  transition : all 200ms 0ms ease-out;
}
.mb-bg02 {
  width: 556px;
  height: 556px;
  background-image: url("../img/faq/mv_bg02-pc.jpg");
  background-size: cover;
  position: absolute;
  top: 358px;
  left: 50%;
  margin-left: 43px;
  z-index: 2;
  transition : all 200ms 0ms ease-out;
}

.faq-catchphrase {
  width: 1066px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 1.85;
  position: relative;
  top: -18px;
  z-index: 2;
}
.faq-read {
  width: 1066px;
  padding-right: 260px;
  margin: 18px auto 195px;
  font-family: var(--font-go);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0.1em;
}


.faq-list {
  width: 1066px;
  margin: 0 auto 200px;
  font-family: var(--font-go);
  font-weight: 300;
}
.faq-list dt {
  padding: 46px 170px 40px 120px;
  position: relative;
  border-top: 1px solid #BCB1AB;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.faq-list div:last-child dt {
  border-bottom: 1px solid #BCB1AB;
}

.faq-list dt::before,
.faq-list dt::after {
  background-color: #3C3B3B;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content:"";
}
.faq-list dt::before {
  width: 30px;
  height: 1px;
  right: 35px;
}
.faq-list dt::after {
  width: 1px;
  height: 30px;
  right: 50px;
}
.faq-list dt:hover,
.faq-list dt.selected {
  background-color: #E0D6D0;
  border-color: #E0D6D0!important;
}
.faq-list dt.selected::after {
  content:none;
}
.faq-list dt span::before {
  font-family: var(--font-en);
  font-size: 50px;
  line-height: 1;
  color: #BCB1AB;
  position: absolute;
  top: 31px;
  left: 50px;
  content:"Q.";
}

.faq-list dd {
  padding: 27px 120px 105px;
  font-size: 14px;
  line-height: 1.875;
}








