/*==================================================
ムラタの技術　共通
==================================================*/

figcaption {
    font-size:14px;
}

.link-item {
    display: flex;
    align-items: center;
    background: #f6f6f7;
    text-decoration: none;
}

.link-item img {
    width: 40%;
}

.link_content {
    padding: 20px;
}

.link_title {
    font-size: 2.1rem;
    font-weight: bold;
    color: #c01;
}

.u-divider._thick {
    height: 5px !important;
    background-color: #dcdede !important;
}

.tech-no-break {
    white-space: no-wrap;
    display: inline-block;
}

.updates li .update-info-time {
    font-weight: bold;
}

.updates li:nth-child(n+2) {
    padding-top: 15px;
}

.p-card__body .sub-ttl {
    font-weight: bold;
    margin-top: 1.6rem;
    font-size: 1.8rem;
}

.tech-intro_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.tech-intro_item {
    background: #f6f6f7;
    display: flex;
    flex-direction: column;
}

.tech_col-2 {
    grid-column: span 2;
}

.tech_col-3 {
    grid-column: span 1;
}

.nested-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
}

.nested-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.p-card__content {
    padding: 20px;
}

.p-card__content .p-card__title,
.p-category-toc .p-card__title {
    color: #c01;
    font-weight: bold;
    text-decoration: none !important;
}

.p-card__title span {
    text-decoration: none;
}

.p-card__title:hover span {
    text-decoration: underline;
}

.p-card__image {
    width: 100%;
    height: 220px;
}

.p-card__image img {
    width: 100%;
    object-fit: cover;
}

.case-img {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    height:120px;
}

.link-card_box {
    margin: 100px 0;
}



/*--技術体系インデックスカラー--*/
.color-material {
    color: #ffc20f;
}

.color-product-design {
    color: #ff731a;
}

.color-production {
    color: #6b3077;
}

.color-common {
    color: #00afdb;
}
/*--ここまで 技術体系インデックスカラー--*/



@media (max-width: 768px) {
    figcaption {
        font-size:13px;
    }
    
    .tech-intro_container,
    .nested-grid {
        display: block;
    }
    
    .tech_col-2 {
        margin-bottom: 30px;
    }
    
    .p-card__image {
        height: auto;
    }
    
    .p-card._type3 .p-card__media,
    .p-card._type3 .p-card__header {
        width: 100%;
        padding: 0;
    }
    
    .p-card._type3 .p-card__title .c-link._arrow:after {
        margin-top: -.2em;
        margin-right: 0;
        margin-left: 1rem;
    }
    
    .link-item {
        flex-direction:column;
    }
    
}


@media print, screen and (min-width: 769px) {
    
    .updates li {
        display:flex;
    }
    
    .updates li .update-info-text {
        flex-grow: 1;
    }
    
    .updates li .update-info-time {
        min-width: 90px;
    }
    
    .updates li .update-info-text {
        margin-left: 30px;
    }
}


@media only print,
screen and (min-width: 1025px) {
    .p-link-box__link {
        padding: 1rem 6rem 1rem 1rem !important;
    }
    
    .p-link-box__image {
        width: 100px !important;
        max-width: 100px !important;
    }
}