@media(max-width:480px) {
    .newsArticleInnerTable>.commonTable th {
        width: 100%;
    }
}

.commonH4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #28BBF8;
    padding: 6px 0;
    padding-left: 32px;
    margin-bottom: 12px;
}

.commonH4:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #28BBF8;
    top: 10px;
    left: 0;
}

a {
    word-break: break-all;
}

.box20240124 {
    /* display:flex;
      justify-content: flex-start;
      align-items:center;
      flex-wrap:wrap; */
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
    margin-top: 1.2rem;
    border-radius: 1rem;
    background: #f3f3f3;
    text-align: left;
}

.box20240124 p {
    text-align: left;
}

.box20240124>img {
    display: block;
    width: 100%;
    max-width: 10rem;
}

.box20240124>div {
    /* margin-left:1rem; */
}

.box20240124>div>p {
    padding-left: 1rem;
    border-left: .6rem solid #0E69E2;
    font-weight: 600;
}

ul.tableList > li:before {
    position: absolute;
    content: "";
    background: center / contain no-repeat url(../../img/child_arrow.png);
    width: 16px;
    height: 16px;
    top: 4px;
    left: -22px;
}

ul.tableList > li {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
}

ul.tableList {
    list-style: none;
    padding-left: 2rem;
    margin-top: 1rem;
}

ul.tableList > li > ul{
    padding:0 0 0 1.8rem;
    margin-top:.6rem;
    list-style:none;
}

ul.tableList > li > ul > li{
    font-size:1.5rem;
    position:relative;
}

ul.tableList > li > ul > li:before{
    position:absolute;
    content:"";
    width:1rem;
    height:.2rem;
    left:-1.6rem;
    top:1rem;
    margin:0;
    background:linear-gradient(90deg,#28BBF8,#0E69E2);
}

@media(max-width:480px) {
    .box20240124 {
        justify-content: center;
        text-align: center;
    }

    .box20240124>div {
        margin-left: 0;
        margin-top: .6rem;
        width: 100%;
    }

    .box20240124>div>p {
        /* border:none;
        padding-left:0; */
    }

    br.pc {
        display: none;
    }
}