/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
  /* margin: 0 auto; */
  width: 100%;
  height: 580px;
  font-size: 12px;
  border: #0f3774 1px solid;
  position: relative;
}

#tabAccordion dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#tabAccordion dl dt {
  top: 0;
  left: 0;
  width: 25%;
  font-weight: bold;
  position: absolute;
  border-right: #0f3774 1px solid;
  border-bottom: #0f3774 1px solid;
  background: #fff;
  box-sizing: border-box;
  color: #0f3774;
}

#tabAccordion dl:nth-child(2) dt {
  left: 25%;
}

#tabAccordion dl:nth-child(3) dt {
  left: 50%;
}

#tabAccordion dl:nth-child(4) dt {
  left: 75%;
  border-right: none;
}

#tabAccordion dl dt a {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
}

#tabAccordion dl dt.btnAcv {
  /* border-bottom: none; */
  background: #0f3774;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #tabAccordion dl dt:hover > a {
    background: #0f3774;
    color: #fff;
  }
}

#tabAccordion dl dd {
  top: 50px;
  left: 0;
  /* padding: 40px 93px; */
  width: 100%;
  /* height: 350px; */
  text-align: left;
  /* overflow-y: auto; */
  display: none;
  position: absolute;
  box-sizing: border-box;
}

#tabAccordion dl dd p {
  padding-bottom: 2em;
  line-height: 2em;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
  #tabAccordion {
    width: 100%;
    box-sizing: border-box;
  }

  #tabAccordion dl {
    width: 100%;
    box-sizing: border-box;
  }

  #tabAccordion dl dt {
    width: 25%;
  }

  #tabAccordion dl:nth-child(2) dt {
    left: 25%;
  }

  #tabAccordion dl:nth-child(3) dt {
    left: 50%;
  }

  #tabAccordion dl:nth-child(4) dt {
    left: 75%;
  }
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
  #tabAccordion {
    width: 100%;
    height: auto;
    border: none;
  }

  #tabAccordion dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }

  #tabAccordion dl dt {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    border-bottom: #0f3774 1px solid;
    border-right: none;
  }

  #tabAccordion dl:first-child dt {
    border-top: #0f3774 1px solid;
  }

  #tabAccordion dl:nth-child(2) dt,
  #tabAccordion dl:nth-child(3) dt,
  #tabAccordion dl:nth-child(4) dt {
    left: auto;
  }

  #tabAccordion dl dt a {
    padding: 20px;
    height: auto;
    line-height: 1em;
    text-align: left;
  }

  #tabAccordion dl dt a:after {
    content: "";
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #0f3774;
    border-right: 2px solid #0f3774;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #tabAccordion dl dt.btnAcv {
    border-bottom: #0f3774 1px solid;
    /* background: #bbb; */
  }

  #tabAccordion dl dt.btnAcv a:after {
    content: none;
  }

  #tabAccordion dl dd {
    top: auto;
    left: auto;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: #0f3774 1px solid;
  }
}

@media only screen and (max-width: 428px) {
  .Products .productTab dd ul {
    justify-content: center;
  }
  .Products .productTab dd ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
