
#Content1
    {
        width:100%;
        box-sizing: border-box;
        border-bottom: solid 2px gray;
        position: relative;
    }
#Content1 span:nth-child(2)
    {
        position: absolute;
        top:10;
        left:115;
        font-weight: 800;
        font-size:clamp(12px,2vw,25px);
    }
#Content1 span:nth-child(3)
    {
        position: absolute;
        top:40;
        left:115;
        font-weight: 800;
        font-size:clamp(11px,2vw,20px);
    }
#Content2
    {
        width:100%;
        height:calc(100vh - 120px);
        box-sizing: border-box;
        overflow-y: auto;
        font-size: clamp(9px, 2vw, 16px);
    }
.ContentLink
    {
        width:100%;
        border-bottom: solid 1px #f0f0f0;
        padding-top:3px;
        padding-bottom: 3px;
    }
.ContentLink a
    {
        text-decoration: none;
        font-weight: 800;
        color:blue;
    }