/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	一覧ページ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#material_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	width:102%;
	margin:50px 0;
}
#material_list li{
    position: relative;
	flex-basis:33.3%;
	padding:0 2% 2% 0;
}
#material_list li img{
	width:100%;
	height:auto;
}
#material_list li h4:before{
	content:"\f02c";
	font-family:"FontAwesome";
	padding-right:5px;
}
#material_list li h5{
	background:rgba(91,168,186,1);
	color:#fff;
	padding:5px 10px;
	margin-bottom:10px;
	font-size: 18px;
}
#material_list li p.meyasu{
	color:rgba(204,102,0,1);
	font-weight:bold;
	margin-bottom:0px;
}
#material_list li p.meyasu:last-of-type{
	margin-bottom: 10px !important;
}
#material_list li p.meyasu span {
    font-size: inherit;
    color: inherit;
}
#material_list li p{
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
}
#material_list li a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
#material_list li:hover > h5,#material_list li:hover > form > img{
    text-decoration: none;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: opacity 1s ease-out;
}
#material .notice{
	margin-top:10px !important;
}
.material_list_h4{
	font-size: clamp(18px, 1.6vw, 21px);
}
@media screen and (max-width: 680px) {
	#material_list li{
		flex-basis:49%;
	}
}
@media screen and (max-width: 480px) {
	#material_list li{
		flex-basis:100%;
		margin-bottom: 1em;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.material_list_h4{
		flex-basis: 100%;
	}
	.material_list_img{
		flex-basis: 100px;
		margin-right: 1em;
	}
	.material_list_detail{
		flex: 1;
	}
	.material_list_p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	詳細ページ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#material h3{
	text-align:right;
	font-size:clamp(21px, 2vw, 32px);
}
#material h3:before{
	content:"\f02c";
	font-family:"FontAwesome";
	padding-right:5px;
}
@media screen and (max-width: 480px) {
	#material h3{
		text-align:left;
	}
}


/*main_cont*/
#main_cont{
	display:flex;
	flex-wrap: wrap;
}
#main_cont_img{
	flex-basis:60%;
	line-height:0;
	vertical-align:text-bottom;
}
#main_cont_img img{
	width:100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#main_summary{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	flex-basis:40%;
	background:rgba(91,168,186,1);
	padding:5%;
}
#main_summary h4{
	 font-size: clamp(21px, 2vw, 28px);
	color:#fff;
	text-align:center;
}
#main_summary ul{
	margin:10px 0;
}
#main_summary ul li{
	display:inline-block;
	line-height:1em;
	letter-spacing:2px;
	background:#fff;
	word-break:keep-all;
	padding:2px 5px;
	margin-right:5px;
}
#main_summary p{
	color:#fff;
	padding:0;
	margin:0;
}
@media screen and (max-width: 480px) {
	#main_cont_img,
	#main_summary{
		flex-basis:100%;
	}
	#main_summary h4{
		text-align:left;
	}
}

/*detail*/
#detail{
	display:flex;
	flex-wrap: wrap;
}
#detail_img{
	flex-basis:40%;
	line-height:0;
	vertical-align:text-bottom;
}
#detail_img img{
	width:100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#detail_summary{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	flex-basis:60%;
	background:#464646;
	padding:3%;
}
#detail_summary table{
	margin-bottom:20px;
}
#detail_summary th,
#detail_summary td{
	color:#fff;
	text-align:left;
	padding-right:1em;
}
#detail_summary td span {
    font-size: inherit;
    color: inherit;
}
#detail_summary th {
    white-space: nowrap;
}
#detail_summary th:before{
	content:"\f0da";
	font-family:"FontAwesome";
	color:rgba(91,168,186,1);
	padding-right:5px;
}
#detail_summary p.note span{
	color:rgba(255,255,255,0.7);
}
@media screen and (max-width: 480px) {
	#detail_img,
	#detail_summary{
		flex-basis:100%;
	}
	#detail_summary{
		order: 1;
	}
}


/*process*/
#process{
	margin:80px 0;
}
#process h4{
	font-size: clamp(14px, 2vw, 28px);
	margin-bottom:20px;
	background:#464646;
	color:#fff;
	line-height:1em;
	padding:0;
}
#process h4:before{
	content:"\f0ad";
	font-family:"FontAwesome";
	padding-right:5px;
	display:inline-block;
	background:rgba(91,168,186,1);
	color:#fff;
	padding:13px 15px;
	margin-right:1em;
}
#process ul{
	display:flex;
	flex-wrap:wrap;
	width:101%;
}
#process li{
	flex-basis:25%;
	padding:0 1% 1% 0;
	position:relative;
}
#process li span{
	background:#000;
	display:block;
}
#process li img{
	width:100%;
	height:auto;
	opacity:0.3;
	line-height:0;
	vertical-align:bottom;
}
#process li:after{
	content:"この加工は\a適しません";
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin-top:-1em;
	font-size:18px;
	color:#fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:700;
	line-height: 1.3;
	text-align:center;
	white-space: pre;
	word-break:break-all;
}
#process li.active:after{
	content:"";
}
#process li.active img{
	opacity:1;
}
#process li.active a:hover >span img{
    text-decoration: none;
    opacity: .7;
    transition: opacity 1s ease-out;
}
#process li a:hover >span img{
    text-decoration: none;
    opacity: .15;
    transition: opacity 1s ease-out;
}
@media screen and (max-width: 480px) {
	#process li{
		flex-basis:32.3%;
	}
}

/*spev*/
#spec{
	margin:80px 0;
}
#spec .spec-table{
	width: 100%;
	overflow-x: auto;
}
#spec table{
	min-width: 780px;
	margin:10px 0;
}
#spec th,
#spec td{
	padding:10px;
	border:1px solid #464646;
}
#spec th{
	background:rgba(91,168,186,1);
	color:#fff;
	border:1px solid #fff;
}


/*20230220素材ページボタン追加*/
.to-ordermade{
	margin: 2em auto;
	text-align: center;
}
.to-ordermade button{
	color: #fff;
	border: none;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	background: #d06b2e;
	transition: 0.5s ease-in-out;
	padding:0.5em 2em;
	font-size: clamp(16px, 2vw, 21px);
	cursor: pointer;
}
.to-ordermade button i{
	color: #fff;
	padding-left: 2px;
	font-size: 120%;
	vertical-align: -2px;
}
.to-ordermade button:hover{
	background: #b0902c;
}
@media screen and (max-width: 480px) {
	.to-ordermade button{
		padding:0.5em 1em;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	正式見積もり依頼
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cart-table tr td {
	padding: 0px;
}

.no-wrap {
	white-space: nowrap;
}

.cart-table-width {
	width: 100%;
}

.mt10 {
	margin-top: 10px;
}

.deformed-link-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
    row-gap: 1rem;
}

.deformed-link-wrap-child {
	text-align: center;
	width: 20%;
    line-height: 1;
}

.deformed-link-wrap-filename, .deformed-link-wrap-filename i {
    color: rgba(91,168,186,1);
}

.deformed-link-wrap-filename {
    font-size: .8rem;
    max-width: 100%;
    line-height: 1;
    text-align: center;
    margin-top: .5rem;
}