@charset "UTF-8";
/* dlight */
.dm{}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  /* GROUP LINK
   * ----------------------------------------------- */
  #groupFooterWrap {
    display: flex;
    flex-flow: column;
    width: 90%;
    margin: 0 auto 20px;
  }
  #groupFooterWrap .dlightLogo {
    margin: 0 auto 20px;
    order: 1;
  }
  #groupFooterWrap .dlightLogo img {
    width: 120px;
    height: auto;
    filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
  }
  #footerWrap {
    background-color: #724D4F;
    padding-bottom: calc( env(safe-area-inset-bottom) + 60px );
  }
  body.home #footerWrap {
    padding-bottom: calc( env(safe-area-inset-bottom) + 78px );
  }

  .accordionbox{
    width: 90%;
    background: #ffffff;
    margin: auto;
    padding: 5px;
  }
  .accordionlist dt {
      display:block;
      background: #737e7f;
      padding: 10px 0 10px 5px;
      border-top: 1px solid #DFDFDF;
      color: #FFF;
  }
  .accordionlist dt::after {
    display: block;
    content: '';
    clear: both;
  }
  .accordionlist dt:first-child{
      border-top: none !important;
  }
  .accordionlist dt .title{
      padding-left: 10px;
      float: left;
      line-height: 1;
  }
  .accordionlist dd{
      display:none;
      background: #737e7f;
      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: 30px;
    float: right;
    margin-top: 2px;
    margin-right: 5px;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
      top: 5px;
    transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
      top: 5px;
    transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
  }
  /*＋、×切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    top: 5px;
      transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 5px;
      transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
  }

  #groupLinkWrap {
    background-color: #efefef;
    order: 2;
  }
  #groupLink {
    margin: auto;
    text-align: left;
    font-size: var(--fs11);
    color: aliceblue;
  }
  #groupLink a {
    color:rgba(245,245,245,1.00);
    text-decoration:none;
    display: block;
    padding: 3px;
  }
  #groupLink a:hover {
    color:rgb(185, 176, 157);
  }
  #groupLink > ul {
    /* margin-left:15px; */
  }
  #groupLink > ul > li {
    margin: 0 0 15px 0;
  }

  #groupLink h1 {
    margin-bottom: 5px;
    font-size: var(--fs14);
  }
  #groupLink h2 {
    font-size: var(--fs12);
    font-weight: normal;
    clear: both;
    line-height: 1.5;
  }
  #groupLink > ul li h2:first-child {
    clear: none;
  }
  #groupLink > ul li > ul li {
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 6px;
    border-bottom: 1px solid #949d93;
  }
  #groupLink #glClose {
    text-align: center;
    font-size: var(--fs12);
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  /* GROUP LINK
   * ----------------------------------------------- */
  #groupFooterWrap {
    position: relative;
    margin: 0 auto 30px;
     padding-top: 30px;
    display: flex;
    justify-content: center;
  }
  #groupFooterWrap .dlightLogo {
    width: 120px;
    margin: 0 auto 0 60px;
  }
  #groupFooterWrap .dlightLogo img {
    width: 120px;
    filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
  }

  #groupLinkWrap {
    margin: 0 0 0 auto;
  }
  #groupLink {
    display: inline-block;
    margin: auto;
    text-align: left;
    font-size: var(--fs11);
    color: aliceblue;
  }
  #groupLink a {
    color: rgb(239, 239, 239);
    text-decoration: none;
  }
  #groupLink a:hover {
    color: rgb(218, 205, 188);
  }
  #groupLink > ul {
    display: flex;
    justify-content: space-around;
  }
  #groupLink > ul > li {
    margin-right: 50px;
  }
  #groupLink > ul > li:last-child {
    margin-right: 0px;
  }
  #groupLink h1 {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: var(--fs13);
  }
  #groupLink h2 {
    font-size: var(--fs12);
    font-weight: normal;
    clear: both;
    line-height: 1.5;
  }
  #groupLink > ul li h2:first-child {
    clear: none;
  }
  #groupLink > ul li > ul {
  }
  #groupLink > ul li > ul li {
    white-space: nowrap;
    line-height: 1.5;
    margin-left: 5px;
    margin-bottom: 6px;
  }
  
}

