/* cmn delete */
@media (max-width: 768px) {
    .top_wrap p {
        padding: 0 !important;
    }
}

/* 会社概要 TABLE*/
table.company-profile {
    width: 100%;
}

table.company-profile th,
table.company-profile td {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 15px;
    vertical-align: middle;
}

table.company-profile th {
    width: 25%;
    background: #f8f8f8;
    font-weight: bold;
}

table.company-profile td {
    background: #fff;
}

.table-in-link a::after {
    content: url(https://www.ntt.com/content/dam/nttcom/cmn/img/icon_right_arrow.png);
    margin-left: 10px;
}

@media (max-width: 768px) {
    table.company-profile {
        width: 90%;
    }

    table.company-profile th,
    table.company-profile td {
        box-sizing: border-box;
        display: block;
        width: 100%;
        line-height: 1.3em;
        padding: 10px;
        border-bottom: none;
    }

    table tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
    }
}

/*役員紹介*/

table.yakuin_list {
    width: 100%;
}

table.yakuin_list th,
table.yakuin_list td {
    line-height: 1.5em;
    padding: 10px 15px;
    vertical-align: middle;
}

table.yakuin_list th {
    width: 25%;
    background-color: #F8F8F8;
    font-size: 14px;
    font-weight: bold;
}

table.yakuin_list td {
    background-color: #fff;
}

@media (max-width: 768px) {
    table.yakuin_list {
        width: 90%;
    }

    table.yakuin_list th,
    table.yakuin_list td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    table tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
    }
}

/* cmn */
h3 {
    font-size: 18px;
    font-weight: bold;
}

.table-in-link {
    margin-left: 1.5em;
    font-size: 13px;
}

.fortoplink {
    text-align: right;
    font-size: 13px;
    padding: 10px 0;
    margin: 30px 0 60px;
}

@media (max-width: 768px) {
    .pc-view {
        display: none;
    }
}

@media (max-width: 480px) {
    .bottomLink_wrap {
        margin-top: 0;
    }
}


/* 会社案内パンフレット*/
.company-profile{
    display: flex;
    gap:5px;
}
.company-profile-pdf-img {
    display: block;
    float: left;
    background-color: #D3DAE6;
    width: 73px;
    margin-right: 0.3em;
    padding: 0.6em 0.6em 0.4em;
    transition: 0.5s;
}

@media (hover: hover) {
    .company-profile-pdf-img:where( :any-link, :enabled, summary ):hover {
        opacity :0.5;
        transition: 0.5s;
    }
}

.company-profile-pdf-img img {
    box-shadow: 0 0 15px 0.5px #BBC1CC;
}

.company-profile-pdf-text {
    display: block;
    margin: 1em 0 0;
    text-align: left;
    font-size: 15px;
}

.adobe-pdf_block {
    display: -webkit-box;
    display: flex;
    margin-bottom: 3em;
}

.adobe-pdf_img {
    width: 158px;
    height: 39px;
    margin-right: 2em;
}

.adobe-pdf_text {
    text-align: left;
}