@charset "UTF-8";

/* 
-------------------------------------------------- */
.main_visual .main_visual_bg {
	background-image: url("/eng/business/material/metals/images/mv01.jpg");
}

.main_visual .visual_image .txt_main_sub.txt_blue{
	color: #009de2;
}

@media print, screen and (min-width:768px){
	.main_visual .main_visual_bg {
		background-size: 100%;
		background-position: top right;
	}
	.gray_over_wrap:after{
		height: calc(100% + 55px);
	}
	.main_visual .main_visual_inner {
		padding-top: 220px;
	}
}

@media screen and (max-width:767px) {
	.main_visual .main_visual_bg {
		padding-top: 58.09%;
		background-size: 100%;
	}
	.gray_over_wrap:after{
		height: 100%;
	}
}


/* イワタニの強み
-------------------------------------------------- */
.strength_wrap{}
.strength_wrap .strength_inner{}

.strength_wrap .strength_txt{}
.strength_wrap .strength_fig{
	text-align: center;
}

@media print, screen and (min-width:768px){
	.strength_wrap .strength_inner{
		display: flex;
		flex-wrap: wrap;
	}
	.strength_wrap .strength_txt{
		width: 40.8%;
	}
	.strength_wrap .strength_fig{
		width: 59.2%;
	}
}

@media screen and (max-width:767px) {
	.strength_wrap .strength_fig{
		margin-top: 20px;
	}
}


/* 商材一覧
-------------------------------------------------- */
.product_acc_wrap{}
.product_acc{}
.product_acc .product_acc_ttl{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.product_acc.product_acc01_01 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl01_01.jpg);
}
.product_acc.product_acc01_02 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl01_02.jpg);
}
.product_acc.product_acc01_03 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl01_03.jpg);
}
.product_acc.product_acc01_04 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl01_04.jpg);
}

.product_acc.product_acc02_01 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl02_01.jpg);
}
.product_acc.product_acc02_02 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl02_02.jpg);
}
.product_acc.product_acc02_03 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl02_03.jpg);
}
.product_acc.product_acc02_04 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl02_04.jpg);
}
.product_acc.product_acc02_05 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl02_05.jpg);
}

.product_acc.product_acc03_01 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl03_01.jpg);
}
.product_acc.product_acc03_02 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl03_02.jpg);
}
.product_acc.product_acc03_03 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl03_03.jpg);
}
.product_acc.product_acc03_04 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl03_04.jpg);
}
.product_acc.product_acc03_05 .product_acc_ttl{
	background-image: url(/eng/business/material/metals/images/product_acc_ttl03_05.jpg);
}

.product_acc .product_acc_ttl:before,
.product_acc .product_acc_ttl:after{
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
}
.product_acc.op .product_acc_ttl:after{
	display: none;
}

.product_acc .product_acc_cnt{
	background-color: #f4f6f7;
}
.product_acc .product_acc_inner{}

.product_acc .product_acc_list{}
.product_acc .product_acc_list ul{}
.product_acc .product_acc_list ul li{
	margin-top: 6px;
	line-height: 1.5;
}
.product_acc .product_acc_list ul li a{
	color: #222;
	font-weight: 500;
}

@media print, screen and (min-width:768px){
	.product_acc_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.product_acc{
		width: 48.901%;
		margin-top: 40px;
	}
	.product_acc:nth-of-type(-n+2){
		margin-top: 0;
	}
	.product_acc .product_acc_ttl{
		height: 100px;
		padding: 10px 60px;
		font-size: 20px;
	}
	.product_acc .product_acc_ttl:before{
		width: 24px;
		height: 2px;
		margin-top: -1px;
		right: 30px;
	}
	.product_acc .product_acc_ttl:after{
		width: 2px;
		height: 24px;
		margin-top: -12px;
		right: 41px;
	}
	.product_acc .product_acc_inner{
		padding: 22px 30px 32px;
	}
	
	.product_acc .product_acc_list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product_acc .product_acc_list ul li{
		width: 47.89%;
	}
	.product_acc .product_acc_list ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.product_acc_tab.tabs .tab_nav ul li a{
		font-size: 14px;
	}

	.product_acc{
		margin-top: 20px;
	}
	.product_acc:first-of-type{
		margin-top: 0;
	}
	.product_acc .product_acc_ttl{
		height: 58px;
		padding: 5px 30px;
		font-size: 18px;
	}
	.product_acc .product_acc_ttl:before{
		width: 15px;
		height: 1px;
		margin-top: -1px;
		right: 10px;
	}
	.product_acc .product_acc_ttl:after{
		width: 1px;
		height: 15px;
		margin-top: -8px;
		right: 17px;
	}
	.product_acc .product_acc_inner{
		padding: 11px 15px 16px;
	}
	.product_acc .product_acc_list ul li{
		margin-top: 0;;
		padding: 10px 0;
	}
	.product_acc .product_acc_list ul li:first-child{
		margin-top: 0;
	}
}


/* related_info
-------------------------------------------------- */
.related_info_wrap{}
.related_info_wrap .related_info_inner{
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width:768px){
	.related_info_wrap{
		padding-bottom: 30px;
	}
	.related_info_wrap .related_info_inner{
		max-width: 988px;
		margin-right: auto;
		margin-left: auto;
	}

	.thum_text_link_wrap._coldef{
		justify-content: center;
	}
	.thum_text_link_wrap._coldef .thum_text_link{
		margin-top: 0;
	}
	.thum_text_link_wrap._coldef .thum_text_link{
		width: 47.89%;
	}
	.thum_text_link_wrap._coldef .thum_text_link .thum_text_link_txtarea{
		padding: 5px 30px 50px;
	}
}

@media screen and (max-width:767px) {
}


@media print, screen and (min-width:768px){
	.mv_caption_txt  {
		margin-top: 115px;
		margin-left: 25.7%;
	}
}