.contents_text_block_left article h2 {
    color: #0E2026;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    letter-spacing: 0.15px;
}
.contents_text_block_left article p {
    color: rgba(14, 32, 38, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    padding-top: 10px;
}
.contents_text_block_left article {
    margin-bottom: 30px;
}
.contents_text_block_left {
    max-width: 49%;
}
.contents_text_block_right {
    width: 43%;
    position: relative;
    padding-left: 16px;
}
.fixed {
    position: fixed;
    top: 112px;
}
.changecolor {
    opacity: 1 !important;
}

.contents_text_block_right li {
    color: #0E2026;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.36px; /* 114% */
    letter-spacing: 0.15px;
    margin-bottom: 10px;

}
.contents_text_block_right li a {
    opacity: .5;
}
.container-fluid {
    padding-top: 150px;
}
.container-fluid .title {
    text-align: center;
    padding-bottom: 50px;
}
.container-fluid .title h1 {
    color: #26374c;
    font-size: 44px;
    line-height: 120%;
}
.container-fluid .title h1 span {
    color: #1bb6c1;
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #1bb6c1;
}
.contents_text_block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
}