p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.05em;
    color: var(--color--black);
    margin-bottom: 20px;
}
    .news__time{
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: rgba(153, 153, 153, 0.972549);
        margin-bottom: 10px;
    }
.news__container h1{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: var(--color--black);
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news__container h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 0.05em;
    color: var(--color--black);
    padding: 15px 35px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
    .news__container h2::before{
        content: "";
        display: block;
        width: 3px;
        height: 30px;
        background-color: var(--color--black);
        position: absolute;
        top: 50%;
        left: 18.5px;
        transform: translate(0%, -50%);
    }
.news__container h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.05em;
    color: var(--color--black);
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news__container h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.05em;
    color: var(--color--black);
    margin-bottom: 20px;
    margin-top: 20px;
}
.news__container a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78;
    text-decoration-line: underline;
    color: var(--color--black);
    margin-bottom: 20px;
    transition: 0.3s;
}
.news__container a:hover {
    opacity: 0.7;
}
.news__container .button{
    margin-bottom: 20px;
}
    .news__container .button > a{
        display: block;
        width: 300px;
        height: 50px;
        background-color: var(--color--black);
        color: #fff;
        transition: 0.3s;
        text-decoration-line: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--color--black);
    }
    .news__container .button > a:hover{
        background-color: #fff;
        color: var(--color--black);
    }
.news__container strong{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.05em;
    color: var(--color--black);
}
    .news__container ul > li{
        width: 100%;
        height: auto;
        padding-left: 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.05em;
        color: var(--color--black);
        position: relative;
    }
    .news__container ul > li::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 9999px;
        background-color: var(--color--black);
        position: absolute;
        top: 12px;
        left: 7px;
    }
    .news__container .square ul > li::before{
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: var(--color--black);
        position: absolute;
        top: 50%;
        left: 2px;
        transform: translateY(-50%);
        border-radius: unset;
    }
    .news__container ol > li{
        width: 100%;
        height: auto;
        padding-left: 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.05em;
        color: var(--color--black);
        position: relative;
    }
.news__container ol {
	counter-reset: number;
}
    .news__container ol > li::before {
        counter-increment: number;
        content: counter(number) '.';
        position: absolute;
        top: 0;
        left: 0;
    }
    .news__container .list_wrap{
        display: flex;
        align-items: stretch;
        column-gap: 30px;
    }
    .news__container .list_wrap ul,
    .news__container .list_wrap ol{
        width: 30%;
        height: auto;
    }
.news__container .gray_line_box {   
    margin-bottom: 20px;
}
    .news__container .gray_line_box > p{
        width: 100%;
        height: auto;
        padding: 20px 30px;
        border: 1px solid #eaeaea;
        margin-bottom: 0;
    }
.pc_table{
    display: block;
}
.sp_table{
    display: none;
}
.news__container table {
	width: 100%;
	border-collapse: collapse;
    table-layout:fixed;
}

        .news__container table th,
        .news__container table td {
            border: 1px solid #EAEAEA;
            text-align: center;
            padding: 20px 10px;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.78;
            text-align: center;
            letter-spacing: 0.05em;
            color: #333333;
        }
        .news__container table thead th{
            width: 120px;
            background: #f8f8f8;
            padding: 10px 20px;
        }
        .news__container table thead th:first-child,
        .news__container table tbody th{
            width:240px;
        }
        .news__container table tbody th {
            text-align: left;
            font-weight: normal;
            background: #fff;
            vertical-align: middle;
            text-align: center;
        }

img{
    max-width: 895px;
    height: auto !important;
    margin: 0 auto 50px auto;
}

.c-article_nav {
    width: 100%;
    height: auto;
    margin: 50px auto 0;
    padding: 50px 0 0;
    border-top: 1px solid #eaeaea;
}
.c-article_nav__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news__container .c-article_nav__inner__back {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--color--black);
    position: relative;
    text-decoration: none;
}
.news__container .c-article_nav__inner__back::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color--black);
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (any-hover: hover) {
.news__container .c-article_nav__inner__back::before {
    transition: .4s;
}
.news__container .c-article_nav__inner__back:hover::before {
    opacity: 0;
}
}
@media all and (max-width: 768px){
.news__container .list_wrap{
    flex-direction: column;
}
.pc_table{
    display: none;
}
.sp_table{
    display: block;
}
.news__container table {
	width: 100% !important;
}
        .news__container table thead th{
            width: 25%;
            background: #f8f8f8;
            padding: 10px 0px;
        }
        .news__container table thead th:first-child,
        .news__container table tbody th{
            width:100px;
        }
        .news__container table th,
        .news__container table td{
            padding: 5px 20px;
        }
img{
    max-width: 100%;
    margin-bottom: 30px;
}
}