@charset "UTF-8";

/* Base Styles (Smart Phone)
----------------------------------------------- */
#sf--dbar {
  margin: 0 auto 30px;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 769px) {
  #sf--dbar {
    margin: auto;
    text-align: center;
  }
}

#sf--dbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sf--dbar li {
  display: inline-block;
  font-size: var(--fz-s);
}

#sf--dbar li a {
  padding: 0 10px;
  text-decoration: none;
  color: #FFF;
}

@media (min-width: 769px) {
  #sf--dbar li a {
    color: #FFFFFF;
  }
}

#sf--dbar li a:hover {
  color: #E8E8E8;
}

#sf--dbar li:first-child::before,
#sf--dbar li::after {
  content: "  ／  ";
  color: #FFF;
  font-size: var(--fz-s);
  line-height: 1;
}

#groupFooterWrap {
  display: flex;
  flex-flow: column;
  margin: 0 auto 30px;
}

@media (min-width: 769px) {
  #groupFooterWrap {
    position: relative;
    margin: auto;
    padding-top: 30px;
    flex-direction: row;
    justify-content: center;
  }
}

#groupFooterWrap .dlightLogo {
  text-align: center;
  margin-bottom: 20px;
  order: 1;
}

@media (min-width: 769px) {
  #groupFooterWrap .dlightLogo {
    width: 120px;
    margin: 0 auto 0 60px;
    order: 0;
  }
}

#groupFooterWrap .dlightLogo img {
  width: 160px;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

@media (min-width: 769px) {
  #groupFooterWrap .dlightLogo img {
    width: 120px;
    filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
  }
}

.accordionbox {
  width: 90%;
  margin: auto;
}

.accordionlist dt {
  display: block;
  height: 36px;
  padding: 0 15px;
  border-top: 1px solid #DFDFDF;
  cursor: pointer;
}

.accordionlist dt:first-child {
  border-top: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAFA;
}

.accordionlist dt .title {
  line-height: 1;
}

.accordionlist dd {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  /* 上下のpaddingを0にするか、JS側で調整 */
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
}

.accordionlist dd.is-open {
  padding: 0 15px 20px 15px;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.accordion_icon span {
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #373737;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 7px;
  transform: rotate(90deg);
}

/* ＋、×切り替え */
.accordion_icon.active span:nth-of-type(1) {
  top: 9px;
  left: 1px;
  transform: rotate(45deg);
}

.accordion_icon.active span:nth-of-type(2) {
  top: 9px;
  left: 1px;
  transform: rotate(135deg);
}

#groupLinkWrap {
  border: 5px solid #373737;
  order: 2;
}

@media (min-width: 769px) {
  #groupLinkWrap {
    margin: 0 0 0 auto;
    border: none;
    order: 0;
  }
}

#groupLink {
  margin: auto;
  text-align: left;
  font-size: var(--fz-s);
  background-color: #FAFAFA;
}

@media (min-width: 769px) {
  #groupLink {
    display: inline-block;
    font-size: var(--fz-11);
    background-color: initial;
  }
}

#groupLink a {
  text-decoration: none;
  display: block;
  padding: 3px;
  color: #373737;
}

@media (min-width: 769px) {
  #groupLink a {
    display: inline;
    padding: 0;
    color: #FFF;
  }
}

#groupLink a:hover {
  /* color: rgb(218, 205, 188); はPC版のみ適用 */
}

@media (min-width: 769px) {
  #groupLink a:hover {
    color: rgb(218, 205, 188);
  }
}

#groupLink h1 {
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: var(--fz-s);
  font-weight: 400;
  color: #373737;
}

@media (min-width: 769px) {
  #groupLink h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: var(--fz-12);
    color: #FFF;
  }
}

#groupLink h2 {
  font-size: var(--fz-s);
  font-weight: normal;
  color: #373737;
  clear: both;
  line-height: 1.5;
}

@media (min-width: 769px) {
  #groupLink h2 {
    font-size: var(--fz-11);
    color: #FFF;
  }
}

#groupLink>ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.2rem;
}

@media (min-width: 769px) {
  #groupLink>ul {
    display: flex;
    justify-content: space-around;
  }
}

#groupLink>ul li {
  /* margin-right: 50px; はPC版のみ適用 */
}

@media (min-width: 769px) {
  #groupLink>ul li {
    margin-right: 50px;
  }

  #groupLink>ul li:last-child {
    margin-right: 0px;
  }
}

#groupLink>ul li h2:first-child {
  clear: none;
}

#groupLink>ul li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#groupLink>ul li>ul li {
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 6px;
  border-bottom: 1px solid #c3bdbd;
}

@media (min-width: 769px) {
  #groupLink>ul li>ul li {
    margin-left: 5px;
    border-bottom: none;
  }
}

#groupLink #glClose {
  text-align: center;
  font-size: var(--fz-m);
}