@charset "utf-8";

#low_cmn .fs-c-heading.fs-c-heading--page{
    display:grid;
}


.process_item_list_box{
    margin: 20px auto 0;
    padding: 0 0;
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (max-width: 767px){
    .process_item_list_box{
        margin: 100px auto 0;
    }
}

.process_item_mv{
    margin: 0 auto 60px;
}

/* 加工商品詳細 */
.item_detail_conts{
    max-width: 800px;
    margin: 20px auto;
    padding: 0 0;
}

.item_detail_name{
    text-align: center;
    margin: 40px auto 10px;
    font-size: 24px;
}

.icon_tag{
    margin: 0 auto;
    text-align: center;
}
.icon_tag div{
    background: #666;
    padding: 4px 7px 5px;
    color: #fff;
    display: inline-block;
    line-height: 1.4;
    margin:  0 10px 10px 0;
    font-size: 16px;
 }

 .item_detail_txt{
    font-size: 20px;
    margin: 0px auto 20px;
    text-align: center;
    line-height: 1.6;
 }
 @media screen and (max-width: 767px){
    .item_detail_name{
        font-size: 18px;
    }
    .item_detail_txt{
        font-size: 14px;
     }
 }



 /* 表 */
 .item_detail_table {
    margin: 0 auto 40px;
    text-align: center;
 }
 .item_detail_table table{
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    width: 800px;
    text-align: left;
 }
 .item_detail_table table tr{
    border-bottom: 1px solid #aaaaaa;
 }
 .item_detail_table table th{
    background: #eee;
    padding: 20px;
    border-right: 1px solid #aaaaaa;
    width: 25%;
    text-align: center;
    font-weight: normal;
 }
 .item_detail_table table td{
    padding: 20px 30px;
    width: 70%;
 }
@media screen and (max-width: 767px){
    .item_detail_table table{
        border: 1px solid #aaaaaa;
        margin: 0 auto;
        width: 100%;
        text-align: left;
        font-size: 14px;
     }
     .item_detail_table table th{
        padding: 10px;
     }
     .item_detail_table table td{
        padding: 10px;
     }
}



/* 見積ボタン */
.quotation_btn a{
    display: block;
    width: 480px;
    padding: 15px;
    background: #b01f24;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.quotation_btn a::after{
    content: "";
    position: absolute;
    top: 40%;
    right: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}

.quotation_btn a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 767px){
    .quotation_btn a{
        display: block;
        width: 90%;
    }
}
