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

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  /* GROUP LINK
   * ----------------------------------------------- */
  #groupFooterWrap {
    display: flex;
    flex-flow: column;
    margin: 0 auto 30px;
  }
  #groupFooterWrap .dlightLogo {
    text-align: center;
    margin-bottom: 20px;
    order: 1;
  }
  #groupFooterWrap .dlightLogo img {
    width: 160px;
    height: auto;
  }

  .accordionbox {
    width: 90%;
    margin: auto;
  }
  .accordionlist dt {
    display:block;
    height: 36px;
    padding: 0 15px;
    border-top: 1px solid #DFDFDF;
  }
  .accordionlist dt:first-child{
    border-top: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordionlist dt .title{
      line-height: 1;
  }
  .accordionlist dd {
      display:none;
      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;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: calc( 50% - 1px );
    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: 7px;
    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: 9px;
    left: 1px;
    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: 9px;
    left: 1px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }

  #groupLinkWrap {
    border: 5px solid #373737;
    order: 2;
  }
  #groupLink {
    margin: auto;
    text-align: left;
    font-size: 1.1rem;
  }
  #groupLink a {
    text-decoration:none;
    display: block;
    padding: 3px;
  }
  #groupLink > ul > li {
    /*! margin: 0 0 18px 0; */
  }

  #groupLink h1 {
    margin-top: 18px;
    margin-bottom: 5px;
    font-family: var(--font-en-ci);
    font-size: 1.4rem;
    font-weight: 400;
  }
  #groupLink h2 {
    font-size: 1.2rem;
    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 #c3bdbd;
  }
  #groupLink #glClose {
    text-align: center;
    font-size: 1.2rem;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  /* GROUP LINK
   * ----------------------------------------------- */
  #groupFooterWrap {
    position: relative;
    margin: auto;
    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: 10px;
  }
  #groupLink a {
    color: #FFF;
    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: 1.2rem;
    color: #FFF;
  }
  #groupLink h2 {
    font-size: 1.1rem;
    font-weight: normal;
    color: #FFF;
    line-height: 1.5;
    clear: both;
  }
  #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;
  }
  
}

