@media screen and (max-width: 767px) {
  #top #section__requirements .tab-group {
    margin: auto;
  }
  #top #section__requirements .tab-group .tab-area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
  }
  #top #section__requirements .tab-group .tab-area .tab {
    align-items: center;
    background-color: #E8E8E8;
    background-image: url(../image/top/arrow-right01@2x.png);
    background-position: calc(100% - 19px) center;
    background-repeat: no-repeat;
    background-size: 9px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 50px;
    padding: 0 28px;
    width: calc(50% - 4px);
  }
  #top #section__requirements .tab-group .tab-area .tab.active {
    background-color: #9F9F9F;
    pointer-events: none;
  }
  #top #section__requirements .tab-group .content-area {
    width: 100%;
  }
  #top #section__requirements .tab-group .content-area .content {
    display: none;
  }
  #top #section__requirements .tab-group .content-area .content.show {
    display: block;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox {
    width: 100%;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox dl {
    justify-content: space-between;
    width: 100%;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox dl dd {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 768px) {
  #top #section__requirements .tab-group {
    display: flex;
    margin: auto;
    width: 88%;
    max-width: 1440px;
  }
  #top #section__requirements .tab-group .tab-area {
    width: 24%;
  }
  #top #section__requirements .tab-group .tab-area .tab {
    align-items: center;
    background-color: #E8E8E8;
    background-image: url(../image/top/arrow-right01@2x.png);
    background-position: calc(100% - 22px) center;
    background-repeat: no-repeat;
    background-size: 9px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 13px;
    width: 190px;
  }
  #top #section__requirements .tab-group .tab-area .tab.active {
    background-color: #9F9F9F;
    pointer-events: none;
  }
  #top #section__requirements .tab-group .content-area {
    width: 76%;
  }
  #top #section__requirements .tab-group .content-area .content {
    display: none;
  }
  #top #section__requirements .tab-group .content-area .content.show {
    display: block;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox dl {
    justify-content: space-between;
    width: 100%;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox dl dt {
    width: 270px;
  }
  #top #section__requirements .tab-group .content-area .content.show .infoBox dl dd {
    width: calc(100% - 270px);
  }
}/*# sourceMappingURL=fix.css.map */