@charset "utf-8";

/*
  Theme Name  : dfashion FAQ
  Description : dfashion FAQ専用テーマです。
  Version     : 1.0
*/

/*____________________________________________________________________________

SITE TITLE: d fashion
TITLE: FAQ

UPDATED: 2025.9
____________________________________________________________________________*/

/* -------------------------------------
  common
------------------------------------- */
/* element */
#dfashion_faq * {
  box-sizing: border-box;
}
body#dfashion_faq {
  background: #f3f3f3;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Lato', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'arial', 'helvetica', sans-serif, clean;
  line-height: 1.5;
}
#dfashion_faq .header_inner,
#dfashion_faq main,
#dfashion_faq .copyright {
  max-width: 1024px;
  margin: auto;
}
#dfashion_faq main {
  margin-top: 50px;
}
#dfashion_faq section {
  margin-bottom: 70px;
}
#dfashion_faq a {
  text-decoration: none;
  transition: 0.25s;
}
#dfashion_faq img {
  max-width: 100%;
  vertical-align: middle;
}
#dfashion_faq a,
#dfashion_faq h1,
#dfashion_faq h2,
#dfashion_faq h3,
#dfashion_faq h4,
#dfashion_faq li {
  color: #121212;
}
#dfashion_faq header a,
#dfashion_faq main a,
#dfashion_faq footer a,
#dfashion_faq h1,
#dfashion_faq h2,
#dfashion_faq h3,
#dfashion_faq h4 {
  line-height: 1;
}
#dfashion_faq h2 {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 53px;
    font-family: "DM Sans";
}
#dfashion_faq h2 img {
  width: 88px;
}
#dfashion_faq h2 .ja {
font-size: 16px;
margin-top: 20px;
font-weight: 500;
}
/* 
#dfashion_faq h2:after {
  content: '';
  background: #121212;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  transform: translateX(50%);
} 
  */
#dfashion_faq #error h2 {
  font-size: 24px;
}
.yarpp.yarpp-related h3 {
  font-weight: bold;
  text-transform: initial;
  padding: 0;
}
#dfashion_faq h3 {
  font-size: 24px;
  margin-bottom: 40px;
  border-left: 4px solid #c03;
  padding-left: 15px;
}
#dfashion_faq h4 {
  font-size: 20px;
  margin-bottom: 40px;
}
#dfashion_faq .breadcrumbs,
#dfashion_faq .contact .inner p,
#dfashion_faq #faqList select,
#dfashion_faq #faqList .list_A,
#dfashion_faq #faqContents .list_A,
#dfashion_faq #faqList .pager_bottom a {
  color: #0a0a0a;
}
#dfashion_faq .breadcrumbs {
  position: absolute;
  font-size: 12px;
  top: -30px;
}
#dfashion_faq .breadcrumbs a {
  color: #c03;
}
#dfashion_faq .breadcrumbs_child {
  margin: 0 10px;
}
#dfashion_faq .headerR_icon,
#dfashion_faq .contact .contact_icon,
#dfashion_faq .searchBtn:before,
#dfashion_faq #category li a:after,
#dfashion_faq #faqList li:before,
#dfashion_faq #search #faqList li div:before,
#dfashion_faq #faqList li a:after,
#dfashion_faq #faqContents h3:before,
#dfashion_faq #faqContents .list_A:before {
  background-repeat: no-repeat;
  background-size: cover;
}
#dfashion_faq .headerR_icon,
#dfashion_faq .contact .contact_icon {
  width: 20px;
  height: 20px;
}
#dfashion_faq .searchBtn:before,
#dfashion_faq #category li a:after,
#dfashion_faq #faqList li:before,
#dfashion_faq #search #faqList li div:before,
#dfashion_faq #faqList li a:after,
#dfashion_faq #faqList .pager_top:before,
#dfashion_faq #faqList .pager_bottom .current:before,
#dfashion_faq #faqContents h3:before,
#dfashion_faq #faqContents .list_A:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#dfashion_faq #category li a:after,
#dfashion_faq #faqList li a:after {
  background-image: url(img/icon_arw.svg);
  right: 20px;
  width: 12px;
  height: 15px;
}

/* parts */
#dfashion_faq .lc-flex--betweenCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dfashion_faq .lc-flex--Center {
  display: flex;
  align-items: center;
}
#dfashion_faq .lc-position--relative {
  position: relative;
}

/* hover */
#dfashion_faq a:hover {
  opacity: 0.7;
}
#dfashion_faq #popularWord li a:hover,
#dfashion_faq #category li a:hover {
  background: #13B5B1;
  color: #fff;
  border-color: #13B5B1;
  opacity: 1;
}
#dfashion_faq #faqList li a:hover .readmore {
  text-decoration: underline;
}
#dfashion_faq #faqContents .list_A a:hover {
  text-decoration: none;
  opacity: 1;
}
#dfashion_faq .branch a:hover {
  color: #c03;
  opacity: 1;
}
#dfashion_faq .branch .branch_no a:hover {
  background: #c03;
}


/* -------------------------------------
  header
------------------------------------- */
#dfashion_faq .header_inner {
  height: 78px;
}
#dfashion_faq .header_logo {
  margin-top: 0.5em;
}
#dfashion_faq .header_right a {
  background: #c03;
  color: #fff;
  width: 178px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 20px;
}
#dfashion_faq .headerR_icon {
  background-image: url(img/icon_cart.svg);
}


/* -------------------------------------
  footer
------------------------------------- */
#dfashion_faq footer {
  margin-top: 100px;
}
#dfashion_faq footer h3 {
  border-left: none;
}
#dfashion_faq .contact {
  background: #e6e6e6;
  text-align: center;
  padding: 70px;
}
#dfashion_faq .contact p,
#dfashion_faq .contact a {
  font-size: 14px;
}
#dfashion_faq .contact p {
  margin-bottom: 30px;
}
#dfashion_faq .contact a {
  background: #c03;
  color: #fff;
  justify-content: center;
  width: 224px;
  margin: auto;
  border-radius: 30px;
  padding: 17px 50px;
}
#dfashion_faq .contact .contact_icon {
  background-image: url(img/icon_wanco.svg);
  margin-right: 10px;
}
#dfashion_faq .copyright {
  justify-content: right;
  height: 111px;
  font-size: 11px;
}
#dfashion_faq .copyright a,
#dfashion_faq .copyright small {
  color: #777;
}
#dfashion_faq .copyright small {
  margin-left: 30px;
}


/* -------------------------------------
  keyword
------------------------------------- */
#dfashion_faq #keyword {
  text-align: center;
}
#dfashion_faq .form-container {
  max-width: 720px;
  margin: auto;
}
#dfashion_faq #searchText:focus {
  background-color: #fff;
  border: 1px solid #121212;
  outline: none;
}
#dfashion_faq .input.searchform {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 25px;
  padding: 0 46px 0 30px;
  filter: drop-shadow(0px 2px 7px rgb(0 0 0 / 16%));
  border: 1px solid #fff;
  overflow: hidden;
}
#dfashion_faq .searchBtn {
  background-color: transparent;
  position: absolute;
  right: 0;
  width: 60px;
  height: 50px;
  border: none;
  cursor: pointer;
}
#dfashion_faq .searchBtn:before {
  background-image: url(img/icon_search.svg);
  right: 20px;
  width: 26px;
  height: 26px;
}
#dfashion_faq #searchText:-webkit-input-placeholder,
#dfashion_faq #searchText:-ms-input-placeholder,
#dfashion_faq #searchText:-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}
#dfashion_faq #searchText:focus:-webkit-input-placeholder,
#dfashion_faq #searchText:focus:-ms-input-placeholder,
#dfashion_faq #searchText:focus:-moz-placeholder {
  visibility: hidden !important;
}


/* -------------------------------------
  popularWord
------------------------------------- */
#dfashion_faq #popularWord h3 {
  margin-bottom: 30px;
}
#dfashion_faq #popularWord ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#dfashion_faq #popularWord li a {
  display: block;
  font-size: 12px;
  margin: 0 10px 10px 0;
  border: 1px solid #aaa;;
  border-radius: 25px;
  padding: 10px 15px 9px;
  background: #fff;
}


/* -------------------------------------
  category
------------------------------------- */
#dfashion_faq #category ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
#dfashion_faq #category li {
  width: calc((100% - 60px) / 3);
  margin: 0 0 20px 20px;
}
#dfashion_faq #category li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
  padding: 28px 20px;
}


/* -------------------------------------
  faqList
------------------------------------- */
#dfashion_faq #faqList ul {
  border-top: 1px solid #ddd;
}
#dfashion_faq #faqList li {
  border-bottom: 1px solid #ddd;
}
#dfashion_faq #faqList li:before,
#dfashion_faq #search #faqList li div:before,
#dfashion_faq #faqContents h3:before,
#dfashion_faq #faqContents .list_A:before {
  width: 35px;
  height: 36px;
  border-radius: 25%;
}
#dfashion_faq #faqList li:before {
  left: 20px;
}
#dfashion_faq #search #faqList li div:before {
  top: -8px;
  left: -54px;
  transform: translate(0);
}
#dfashion_faq #faqList li:before,
#dfashion_faq #faqList .list_Q:before,
#dfashion_faq #faqContents h3:before {
  background-image: url(img/icon_Q.svg);
}
#dfashion_faq #faqList .list_A:before,
#dfashion_faq #faqContents .list_A:before {
  background-image: url(img/icon_A.svg);
}
#dfashion_faq #faqList li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 92px 30px 74px;
}

/* search */
#dfashion_faq #search #faqList li:before {
  content: none;
}
#dfashion_faq #faqList .list_A {
  font-weight: normal;
  margin-top: 26px;
}
#dfashion_faq #faqList .readmore {
  color: #c03;
  font-size: 12px;
}
#dfashion_faq #faqList .pager_top,
#dfashion_faq #faqList .pager_bottom {
  height: 40px;
}
#dfashion_faq #faqList select {
  background: transparent;
  font-size: 12px;
  border: none;
  padding: 5px 5px 5px 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}
#dfashion_faq #faqList .pager_top:before {
  width: 7px;
  height: 7px;
  top: 45%;
  left: 10px;
  border-right: 1px solid #c03;
  border-bottom: 1px solid #c03;
  transform: translateY(-50%) rotate(45deg);
}
#dfashion_faq #faqList .pager_bottom {
  justify-content: center;
  font-size: 12px;
  margin-top: 5px;
}
#dfashion_faq #faqList .pager_bottom .page_li {
  margin: 0 2px;
  padding: 10px;
}
#dfashion_faq #faqList .pager_bottom .page_prev,
#dfashion_faq #faqList .pager_bottom .page_next {
  color: #c03;
}
#dfashion_faq #faqList .pager_bottom .page_prev {
  margin-right: 8px;
}
#dfashion_faq #faqList .pager_bottom .page_next {
  margin-left: 8px;
}
#dfashion_faq #faqList .pager_bottom .current {
  color: #fff;
  position: relative;
}
#dfashion_faq #faqList .pager_bottom .current:before {
  background: #c03;
  width: 28px;
  height: 28px;
  right: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}


/* -------------------------------------
  faqContents
------------------------------------- */
#dfashion_faq #faqContents {
  margin-bottom: 100px;
  padding-top: 38px;
}
#dfashion_faq #faqContents .post-edit {
  text-align: right;
  transform: translateY(-20px);
}
#dfashion_faq #faqContents .post-edit-link {
  color: #c03;
  font-size: 0.8em;
  text-decoration: underline;
}
#dfashion_faq #faqContents h3,
#dfashion_faq #faqContents .list_A {
  padding-left: 54px;
}
#dfashion_faq #faqContents h3 {
  border-left: none;
}
#dfashion_faq #faqContents .list_A {
  line-height: 1.7;
}
#dfashion_faq #faqContents .list_A a {
  color: #c03;
  text-decoration: underline;
}
#dfashion_faq #faqContents h3:before,
#dfashion_faq #faqContents .list_A:before {
  left: 0;
}
#dfashion_faq #faqContents .list_A:before {
  top: -8px;
  transform: translateY(0);
}
#dfashion_faq .branch {
  background: #e6e6e6;
  width: 80%;
  text-align: center;
  margin: 60px auto 0;
  padding: 50px 0 60px 0;
  border-radius: 20px;
}
#dfashion_faq .branch ul {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
#dfashion_faq .branch li {
  position: relative;
  width: calc((100% - 30px) / 3);
}
#dfashion_faq .branch li a {
  background: #fff;
  flex-direction: column;
  line-height: 1.3;
  border-radius: 5px;
  padding: 15px;
}
#dfashion_faq .branch li.branch_no a {
  background: #0a0a0a;
  color: #fff;
}
#dfashion_faq .branch_symbol {
  width: 40px;
  height: 41.18px;
  margin-bottom: 7px;
}
#dfashion_faq .branch_neutral .branch_symbol {
  display: flex;
  align-items: center;
}
#dfashion_faq .branch_no .branch_symbol {
  margin: 4px 0 3px;
}
#dfashion_faq .branch_word {
  height: 30px;
}
#dfashion_faq .branch .notice {
  color: #666;
  position: absolute;
  left: 50%;
  width: max-content;
  font-size: 12px;
  margin-top: 5px;
  transform: translateX(-50%);
}


/* -------------------------------------
  archive only
------------------------------------- */
#dfashion_faq .archive #faqContents {
  margin-bottom: 60px;
  padding: 0;
}
#dfashion_faq .archive #faqContents li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
#dfashion_faq .archive #faqContents h3 {
  margin-bottom: 15px;
}
#dfashion_faq .archive #faqContents .list_Q,
#dfashion_faq .archive #faqContents .list_A {
  font-size: 14px;
  padding-left: 40px;
}
#dfashion_faq .archive #faqContents .list_Q:before,
#dfashion_faq .archive #faqContents .list_A:before {
  width: 24px;
  height: 25px;
}
#dfashion_faq .archive #faqContents .list_A:before {
  top: 0;
}





/*  ▼ responsive
____________________________________________________*/

/* pc */
@media screen and (min-width: 768px) {
  #dfashion_faq h1 {
    width: 196px;
    height: auto;
  }
  #dfashion_faq #answer #faqContents h3 {
    line-height: 1.25;
  }
  #dfashion_faq .lc-displayNone--pc {
    display: none;
  }
  #dfashion_faq .lc-displayNone--sp {
    display: block;
  }
}



/* tablet */
@media only screen and (max-width: 1024px) {
  #dfashion_faq .header_inner,
  #dfashion_faq main,
  #dfashion_faq .contact .inner,
  #dfashion_faq .copyright {
    margin: 0 10px;
  }
  #dfashion_faq main {
    margin-top: 50px;
  }
  #dfashion_faq #category li {
    width: calc((100% - 40px) / 2);
    margin: 0 0 20px 20px;
  }
  #dfashion_faq h1 {
    width: 196px;
    height: auto;
  }
  #dfashion_faq #answer #faqContents h3 {
    line-height: 1.25;
  }
  #dfashion_faq .branch {
    width: 100%;
  }
  #dfashion_faq .lc-displayNone--pc {
    display: none;
  }
  #dfashion_faq .lc-displayNone--sp {
    display: block;
  }
}



/* sp */
@media screen and (max-width: 767px) {

  /* - - - - - - - - - - - - - - - - - - -
    common
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq main {
    margin-top: 20px;
  }
  #dfashion_faq h2 {
    font-size: 44px;
    padding-bottom: 33px;
    margin-top: 42px;
  }
  #dfashion_faq h2 img {
    width: 70px;
  }
  #dfashion_faq h2 .ja {
    font-size: 13px;
    margin-top: 15px;
  }
  #dfashion_faq h2:after {
    width: 36px;
    height: 3px;
  }
  #dfashion_faq #error h2 {
    font-size: 18px;
  }
  #dfashion_faq h3 {
    font-size: 18px;
    margin-bottom: 30px;
    border-left: 3px solid;
    padding-left: 10px;
  }
  #dfashion_faq h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #dfashion_faq .breadcrumbs {
    display: none;
  }
  #dfashion_faq .lc-displayNone--pc {
    display: block;
  }
  #dfashion_faq .lc-displayNone--sp {
    display: none;
  }

  /* - - - - - - - - - - - - - - - - - - -
    header
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq .header_inner {
    height: 60px;
  }
  #dfashion_faq h1 {
    width: 35%;
  }
  #dfashion_faq .header_right {
    width: 40%;
    transform: scale(0.85) translateX(15px);
  }
  #dfashion_faq .headerR_icon{
    display: none;
  }
  #dfashion_faq .header_right a {
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    border-radius: 30px;
    padding: 15px;
  }

  /* - - - - - - - - - - - - - - - - - - -
    footer
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq .contact {
    padding: 30px 20px;
  }
  #dfashion_faq .contact .inner {
    padding: 40px 20px;
  }
  #dfashion_faq .contact .inner p,
  #dfashion_faq .contact .inner a {
    font-size: 12px;
  }
  #dfashion_faq .contact .inner a {
    width: 80%;
    padding: 14px 20px;
  }
  #dfashion_faq .contact .contact_icon {
    transform: scale(0.9);
  }
  #dfashion_faq .copyright {
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
  }
  #dfashion_faq .copyright a {
    margin-bottom: 20px;
  }
  #dfashion_faq .copyright small {
    margin-left: 0;
  }

  /* - - - - - - - - - - - - - - - - - - -
    keyword
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq .input.searchform {
    font-size: 12px;
    height: 44px;
    padding: 0 40px 0 22px;
  }
  #dfashion_faq .searchBtn {
    width: 44px;
    height: 44px;
  }
  #dfashion_faq .searchBtn:before {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  /* - - - - - - - - - - - - - - - - - - -
    popularWord
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq #popularWord h3 {
    margin-bottom: 20px;
  }
  #dfashion_faq #popularWord li a {
    font-size: 11px;
    margin: 0 7px 7px 0;
    padding: 9px 12px;
  }

  /* - - - - - - - - - - - - - - - - - - -
    category
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq #category ul {
    margin-left: 0;
  }
  #dfashion_faq #category li {
    width: 100%;
    margin: 0 0 10px;
  }
  #dfashion_faq #category li a {
    font-size: 12px;
    padding: 20px 15px;
  }

  /* - - - - - - - - - - - - - - - - - - -
    faqList
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq #search #faqList h3 {
    line-height: 1.5;
  }
  #dfashion_faq #faqList li:before,
  #dfashion_faq #search #faqList li div:before,
  #dfashion_faq #faqContents h3:before,
  #dfashion_faq #faqContents .list_A:before {
    width: 26px;
    height: 27px;
  }
  #dfashion_faq #faqList li:before {
    left: 10px;
  }
  #dfashion_faq #search #faqList li div:before {
    top: -5px;
    left: -36px;
  }
  #dfashion_faq #faqList li a {
    font-size: 12px;
    padding: 20px 40px 20px 48px;
  }
  #dfashion_faq #faqList .readmore {
    font-size: 10px;
  }
  #dfashion_faq #faqList .pager_bottom {
    font-size: 10px;
  }
  #dfashion_faq #faqList .pager_bottom .current:before {
    width: 24px;
    height: 24px;
  }

  /* - - - - - - - - - - - - - - - - - - -
    faqContents
  - - - - - - - - - - - - - - - - - - - */
  #dfashion_faq #faqContents {
    margin-bottom: 70px;
    padding-top: 24px;
  }
  #dfashion_faq #faqContents h3 {
    padding-left: 38px;
  }
  #dfashion_faq #faqContents .list_A {
    padding: 36px 0 0;
  }
  #dfashion_faq #faqContents h3 {
    line-height: 1.5;
  }
  #dfashion_faq #faqContents .list_A {
    font-size: 13px;
  }
  #dfashion_faq #faqContents h3:before {
    top: -2px;
    transform: translateY(0);
  }
  #dfashion_faq #faqContents .list_A:before {
    top: -5px;
  }
  #dfashion_faq .branch {
    margin: 40px auto 0;
    padding: 25px 15px;
  }
  #dfashion_faq .branch ul {
    font-size: 12px;
    width: 100%;
  }
  #dfashion_faq .branch li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 10px;
  }
  #dfashion_faq .branch li a {
    padding: 15px 6px;
  }
  #dfashion_faq .branch_symbol {
    width: 30px;
    height: 30px;
  }
  #dfashion_faq .branch_no .branch_symbol {
    margin: 2px 0 5px;
  }
  #dfashion_faq .branch_word {
    height: 26px;
  }
  #dfashion_faq .branch .notice {
    font-size: 10px;
    transform: translateX(-50%) scale(0.9);
  }

  /* ※アプリのために必要。WEBに歯影響ない（はず） */
  body {
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
  }

}