@charset "UTF-8";

.text-indent {
    padding-left: 2rem !important;
    box-sizing: border-box;
    display: block !important;
}

.part {
    padding-top: 6rem;
    margin-bottom: 10rem;
    @media screen and (max-width: 767px) {
        padding-top: 30px;
        margin-bottom: 4rem;
    }
    .essay-title {
        font-family: var(--noto);
        font-weight: bold;
        font-size: 3rem;
        letter-spacing: 0.2em;
        line-height: 3.5rem;
        text-align: left;
        color: #000;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        border-bottom: #dddddd 5px solid;
        position: relative;
        margin-bottom: 4rem;
        @media screen and (max-width:767px){
        font-size: 2rem;
        line-height: 2.5rem;
        }
        &::after {
            position: absolute;
            content: "";
            width: 10rem;
            height: 5px;
            background-color: #e14140;
            left: 0;
            bottom: -5px;
        }
    }
    & table {
        margin: 2rem 0;
        width: 100%;
        & tr {
            border-bottom: #c9c9c9 1px solid;
            & th,
            & td {
                padding-top: 3.75rem;
                padding-bottom: 3.75rem;
                text-align: left;
                font-family: "Noto Sans JP", sans-serif;
                letter-spacing: 0.15em;
                color: #000;
                vertical-align: top;
                line-height: 3.2rem;
                @media screen and (max-width:767px){
                padding-top: 1.6rem;
                padding-bottom: 1.6rem;
                line-height: 1.8rem;
                }
            }
            & th {
                font-weight: 500;
                font-size: 1.8rem;
                width: 31.1rem;
                padding-right: 2rem;
                box-sizing: border-box;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    display: block;
                    font-size: 1.4rem;
                    padding-right: 0;
                    padding-bottom: 1rem !important;
                }
            }
            & td {
                font-weight: normal;
                font-size: 1.6rem;
                width: calc(100% - 31.1rem);
                @media screen and (max-width: 767px) {
                    width: 100%;
                    display: block;
                    font-size: 1.4rem;
                    padding-top: 0 !important;
                }
            }
        }
        & tr:last-child {
            border-bottom: none;
        }
    }
}
