.in-page-link {
    pointer-events: none;
    padding-top: 88px;
    margin-top: -88px;
}

.row-greeting .president-image {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

h2 {
    border-top: 2px solid #dbdbdb;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

h2::before {
    content: "";
    position: absolute;
    border-top: 2px solid #1c3c68;
    width: 120px;
    right: 15px;
    left: 0;
    z-index: 1;
    top: -2px;
}



.row-greeting .title {
    position: relative;
}

.row-greeting .title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #1c3c68;
    width: 70px;
    right: 15px;
    left: 0;
    z-index: 1;
    bottom: -1px;
}

p {
    color: #000;
    color: #000;
    font-weight: 400;
}

.position {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}





.table-base dl dt {
    color: #1c3c68;
    background-color: transparent;
}

.table-base dl dd {
    color: #000;
    border-left: transparent;
}

.table-base dl dd {
    font-size: 14px;
    line-height: 1.5;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
}

.ttl {
    margin-bottom: 0;
}

main svg {
    height: 20px;
    width: 20px;
}



.id-area a svg {
    fill: #1c3c68;
}

.id-area {
    padding: 20px;
    border-left: 2px solid;
    padding-left: 51px;
    background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
    .president-name {
        font-size: 20px;
        color: #000;
        font-weight: 400;
    }

    .company-name {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        margin-bottom: 13px;
    }

    .president-area {
        text-align: end;
    }

    .row-greeting .title {
        color: #1c3c68;
        font-size: 21px;
        font-weight: 400;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .id-area a {
        display: flex;
        color: #1c3c68;
        align-items: center;
    }

    .id-area a svg {
        margin-left: 5px;
    }

    .id-area {
        display: block;
    }

    .id-area a:nth-child(2) {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .president-name {
        font-size: 24px;
        color: #000;
        font-weight: 400;
    }

    .company-name {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        margin-bottom: 13px;
        margin-right: 36px;
    }

    .president-area {
        text-align: end;
    }

    .row-greeting .title {
        color: #1c3c68;
        font-size: 24px;
        font-weight: 400;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .id-area a {
        display: flex;
        margin-right: 25px;
        color: #1c3c68;
        align-items: center;
    }


    .id-area a svg {
        margin-left: 5px;
        fill: #1c3c68;
    }

    .id-area {
        display: flex;
    }
}