* {
  margin: 0;
}
body {
  background: #F3F3F3;
  font-family: arial,verdana,helvetica,'PingFang SC','HanHei SC',STHeitiSC-Light,Microsoft Yahei,sans-serif !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
li {
    list-style: none;
}

.law-page-container {
    min-height: calc(100vh - 100px);
}

.daiichisankyo-law{
    width: 100%;
    min-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.law-container {
    min-width: 1280px;
    max-width: 1280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.container-select{
    width: 220px;
    margin-top: 20px;
}

.container-content{
    width: 1040px;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.select-item {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.active {
    background: #00B4ED;
    color: #FFFFFF;
}

.content-item {
    display: none;
}

.content-item.active {
    display: block;
    background: none;
    color: #444444;
}