@charset "UTF-8";
footer .footer_contact{
	background-color: #F2F8FC;
}
/*鉄銅製品の加工及び販売*/

.business_sale .business_sale_heading{
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
}
.business_sale_wrapper{
	margin-top: 30px;
}
@media only screen and ( max-width: 1199px ){
	.business_sale_wrapper{
		margin-top: 20px;
	}
}
@media only screen and ( max-width: 768px ){
	.business_sale{
		padding: 60px 0;
	}
}

/*製品紹介*/
.business_product{
	padding-bottom: 120px;
}
.business_product .business_product_heading{
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
}
.business_product_wrapper{
	margin-top: 30px;
}
.business_product_block{
	display: flex;
	gap: 50px 2%;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.business_product_name{
	margin-top: 24px;
}
.business_product_row {
	/* max-width: 380px; */
    width: 32%;
}

.card-header {
  background-color: #b7d6f4;
  color: #063f87;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}
.card-header + .business_sale_wrapper{
    text-align: center;
    margin-bottom: 1.5em;
}


.business_product__col{
	display: flex;
	flex-flow: column;
	height: 100%;
}
.business_product__col p{
	flex: 1;
}

@media only screen and ( max-width: 1199px ){
	.business_product_wrapper{
		margin-top: 0;
	}
    .business_product_block{
        gap: 30px 2%;
        margin-bottom: 40px;
    }
}

@media only screen and ( max-width: 768px ){

    .card-header {
        font-size: 18px;
    }
	.business_product_block{
		/* flex-flow: column; */
		align-items: center;
		gap: 30px 2%;
	}
	.business_product_name{
        margin: 15px 0 10px;
        font-size: 17px;
        
	}
    .business_product_row{
        width: 49%;
    }

    .business_product_block.spBlock{
        flex-direction: column;
    }
    .business_product_block.spBlock .business_product_row{
        width: auto;
    }

    .business_product_block .btn_pdf{
        font-size: 14px;
        padding: 10px;
        margin-top: 0;
    }
    .business_product_block .btn_pdf::before {
        width: 18px;
        height: 24px;
    }

}



/*20251125追加*/

.business_product_wrapper-linkbanner {
        display: flex;
        align-items: stretch;
        border: 1px solid #d0d0d0;
        padding: 10px;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        margin-top: 60px;
    }
    .left-block {
        flex: 1;
        padding: 20px;
    }

    .left-block .title {
        font-size: 35px;
        margin: 0 0 8px 0;
        font-weight: bold;
    }

    .left-block p {
        font-size: 16px;
        margin: 0;
        color: #555;
    }
    .right-block {
    flex: 2;
    position: relative;
    background-image: url("/img/business/imgi_5_header_building_material1.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}

    .right-text {
    position: relative;
    z-index: 2;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;    
}
    .right-text .title {
    font-size: 35px;
    margin: 0 0 8px;
    font-weight: bold;
}
    .right-text p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}
.right-link {
  width: 60%;  
}


@media only screen and ( max-width: 768px ){
    .business_product_wrapper-linkbanner {
        flex-direction: column;
        padding: 0;
    }

    .left-block {
        /* width: 100%; */
        padding: 15px;
    }

    .right-link {
        width: 100%;
        flex: none;
    }

    .right-block {
        position: relative;
    }

    .bg-img {
        width: 100%;
        height: auto;
    }
    .right-text {
        position: static;       
        transform: none;
        z-index: 10;
        padding: 15px;
        background: #fff;
        color: #333;
        width: 100%;
    }

    .left-block .title {
        font-size: 25px;
    }
    .left-block p {
        font-size: 14px;
    }
    .right-text .title {
        font-size: 22px;
    }



}