@charset "UTF-8";
.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.l-header {
  border-bottom: solid 1px #dddddd;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.nav {
  background-color: #FFF;
  border-bottom: solid 1px #dddddd;
  position: relative;
  z-index: 1;
}
.nav .nav_menu {
  display: flex;
  justify-content: space-between;
  padding: 8px 30px 8px 100px;
}
.nav .nav_menu .left {
  display: flex;
  justify-content: space-between;
}
.nav .nav_menu .left .ecLogo {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
}
.nav .nav_menu .left .ecMenu {
  display: flex;
}
.nav .nav_menu .left .ecMenu li {
  margin-right: 40px;
}
.nav .nav_menu .right {
  display: flex;
  justify-content: space-between;
}
.nav .nav_menu .right .cart {
  padding: 0 30px 0 0;
  border-right: solid 1px #dddddd;
  margin-right: 30px;
}
.nav .nav_menu .right .signIn a {
  padding: 2px 0 2px 39px;
  display: block;
  background: url(../img/themes/icon_account.svg) no-repeat left center;
}

.ecContents {
  background-color: #f3f3f4;
  color: #333;
}
.ecContents a {
  transition: all 0.3s;
}
.ecContents a:hover {
  opacity: 0.8;
}

.faqList {
  max-width: 1000px;
  margin: 0 auto;
}
.faqList li {
  background-color: #FFF;
  margin: 0 0 25px;
  color: #333;
  padding: 30px 60px 30px 88px;
  cursor: pointer;
}
.faqList li dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.faqList li dl dt::before {
  content: "Q.";
  position: absolute;
  font-size: 2.8rem;
  color: #A80D1F;
  left: -48px;
  top: -4px;
  line-height: 1;
}
.faqList li dl dt span {
  background-color: #A80D1F;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -13px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  display: block;
}
.faqList li dl dt span::before, .faqList li dl dt span::after {
  content: "";
  position: absolute;
  background-color: #FFF;
}
.faqList li dl dt span::before {
  width: 16px;
  height: 1px;
  left: 6px;
  top: 13px;
}
.faqList li dl dt span::after {
  width: 1px;
  height: 16px;
  left: 13px;
  top: 6px;
}
.faqList li dl dd {
  margin: 30px 0 0;
}
.faqList li dl dd a {
  color: #217aff;
  text-decoration: underline;
}
.faqList li.on dl dt span::after {
  content: none;
}

.bottomMewnu {
  text-align: center;
  background-color: #FFF;
  border-top: solid 1px #DDD;
}
.bottomMewnu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.bottomMewnu ul li {
  border-right: solid 1px #94938F;
}
.bottomMewnu ul li:last-child {
  border-right: none;
}
.bottomMewnu ul li a {
  display: inline-block;
  padding: 0 26px;
}

a.fixedContact {
  position: fixed;
  right: 0px;
  top: 18%;
  display: block;
  color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 0px 4px);
  font-size: 1.8rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  z-index: 20;
  background: url(../img/themes/icon_contact.png) center top 30px no-repeat rgb(168, 13, 31);
  background-size: 24px auto;
  padding: 58px 15px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.fixedContact:hover {
  opacity: 0.7;
}

/*******************************************************************/
/* PC：幅768px以上
/*******************************************************************/
@media screen and (min-width: 768px), print {
  /*<start>==========================================================*/
  .sp {
    display: none;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 767px) {
  /*<start>==========================================================*/
  .pc {
    display: none;
  }
  .ecMenuLink a {
    background-color: #A80D1F;
    color: #FFF;
  }
  .ecMenuLink a::after {
    border-left: 0.8rem solid #FFF;
  }
  .l-header__nav-list > li > a::after {
    border-left: 0.8rem solid #FFF;
  }
  .nav {
    /* top: 6rem; */
  }
  .nav .nav_menu {
    padding: 6px 8px;
  }
  .nav .nav_menu .left .ecLogo {
    margin-right: 0;
    width: 134px;
  }
  .nav .nav_menu .left .ecMenu {
    display: none;
  }
  .nav .nav_menu .right .cart {
    padding: 0 15px 0 0;
    margin-right: 15px;
  }
  .nav .nav_menu .right .cart a {
    margin: 2px 0 0;
    display: block;
  }
  .nav .nav_menu .right .cart a img {
    width: 22px;
  }
  .nav .nav_menu .right .signIn a {
    padding: 2px 0 2px 32px;
    background-size: 22px auto;
    font-size: 1.5rem;
  }
  .faqList li {
    margin: 0 0 20px;
    padding: 18px 46px 18px 58px;
  }
  .faqList li dl dt {
    font-size: 1.6rem;
  }
  .faqList li dl dt::before {
    font-size: 2.4rem;
    left: -40px;
    top: 0;
  }
  .faqList li dl dt span {
    right: -30px;
  }
  .faqList li dl dd {
    margin: 20px 0 0;
  }
  .bottomMewnu ul {
    padding: 10px 0;
  }
  .bottomMewnu ul li a {
    padding: 0 15px 3px 15px;
    font-size: 1.4rem;
  }
  a.fixedContact {
    display: none;
  }
  /*=================================================================*/
}/*# sourceMappingURL=themes.css.map */