@charset "UTF-8";

/*-----------------------------------------------

   技術・製品情報

------------------------------------------------*/

/*========== 扉ページ ==========*/
#product .common_content {
    margin: auto;
    margin-right: 0;
    max-width: 1360px;
}
.common_heading-03 {
    margin-top: 0;
}
.page_title {
    background-image: url('../../images/product/title_bg.jpg');
    background-position: center;
}
.product_block {
    margin: auto;
    margin-right: 0;
    width: var(--basic-sp-width);
    max-width: 1400px;
    position: relative;
    z-index: 1;
}
.product_top_fig {
    margin-right: calc(50% - 50vw);
}
.top_figure {
    width: 568px;
    height: 500px;
}

@media screen and (min-width: 768px) {
    .top_figure {
        width: 818px;
        height: 720px;
    }
}

@media screen and (min-width: 1401px) {
    .top_figure {
        width: 1400px;
        height: 1232px;
    }
}

/*========== イチカワの強み ==========*/
.equipment_block {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.equipment_block:last-of-type {
    margin-bottom: 0;
}
.equipment_heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.75em;
}
.equipment_heading::before {
    font-weight: 500;
    content: '■';
    color: var(--primary-color);
}
.equipment_detail_inner {
    margin-left: 1.5em;
}
.equipment_overview {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.8;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.equipment_name {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    background-color: var(--primary-color);
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 5px;
}
.equipment_spec_list {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
.equipment_spec_list_item {
    margin-bottom: 0.5em;
}
.equipment_spec_list_item::before {
    content: '・';
}
.equipment_spec_list_item.no_list::before {
    content: '';
}
.equipment_pic_name {
    margin-top: 1em;
    text-align: center;
}
.equipment_pic {
    max-width: 370px;
}
.pic_multiple {
    margin-bottom: 20px;
}
.pic_multiple:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1160px) {
    .equipment_pic {
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .equipment_block {
        margin-top: 60px;
        margin-bottom: 90px;
    }
    .equipment_heading {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1161px) {
    .equipment_block {
        margin-bottom: 150px;
    }
    .equipment_heading {
        font-size: 2.6rem;
    }
    .equipment_overview {
        margin-bottom: 30px;
    }
    .equipment_name {
        font-size: 1.8rem;
    }
    .equipment_unit_split {
        display: flex;
        align-items: flex-start;
        gap: 50px;
    }
    .equipment_detail {
        width: calc(100% - 420px);
    }
    .equipment_pic {
        width: 370px;
    }
}

/*========== 製品紹介 ==========*/
.achievements_table {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}
.achievements_item, 
.achievements_content {
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.achievements_item {
    background-color: #f5f5f5;
    font-weight: 700;
}
.detail_table {
    margin-bottom: 20px;
}
.detail_table.table_2column, 
.detail_table.table_3column {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}
.detail_content_child:first-of-type {
    font-weight: 700;
}
.detail_heading, 
.achievements_content_heading {
    font-weight: 700;
    color: var(--primary-color);
}
.achievements_content_heading::before {
    content: '■';
}
.achievements_text {
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .achievements_table {
        margin-top: 60px;
    }
    .detail_table.table_2column, 
    .detail_table.table_3column {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    .detail_heading {
        width: 12%;
    }
    .detail_table.table_3column .detail_content {
        width: 88%;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 1161px) {
    .detail_content {
        display: flex;
    }
    .detail_content_child:first-of-type {
        width: 15em;
    }
    .detail_content_child:last-of-type {
        width: calc(100% - 15em);
    }
    .achievements_table {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .achievements_item {
        width: 25%;
        text-align: center;
    }
    .achievements_content {
        width: 75%;
    }
    .achievements_item, 
    .achievements_content {
        padding: 25px 30px;
    }
}
