@charset "UTF-8";
/* CSS Document */

.cat_h2{
	width:950px;
}
.molding_container {
    width: 950px;
}
.molding_1_container_01 .image {
	width:950px;
}
.molding_1_container_01 .hem_height{
	height:441px;
}

.molding_container .molding{
	width:475px;
}
.molding_container .molding .mb20,.molding_container .molding .btn{
	width:320px;
	margin:0 auto;
}
.molding_container .molding .title{
	width:320px;
	margin:0 auto;
}


.molding_1_container,.molding_1_container_01,.molding_1_container_02,.molding_1_container_03 {
    width: 950px;
}
.molding_1_container_02 ul li{
	width:126px;
	margin-right:11px;
}
.molding_1_container_02 ul li:last-child {
    margin: 0;
}

.molding_1_container_03 ul li .table{
	width:505px;
}
.molding_1_container_03 ul li .image{
	margin-left:50px;
	margin-right:50px;
}
.molding_1_container_03 ul li .draw{
	margin-right:50px;
}

td{
	width:420px;
}

h2.title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}


.molding_container2 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.molding_container2 {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic Medium', 'Meiryo', sans-serif;
	color: #333;
	line-height: 1.6;
}
.molding_container2 .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}
.molding_container2 .grid {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 1em;
	background: none;
	border: none;
	max-width: calc(100% - 1em);
	box-sizing: border-box;
}
.molding_container2 .product-card {
	background: white;
	padding: 1rem 1rem;
	border: 1px solid #ccc;
}
.molding_container2 .product-title {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
}
.molding_container2 .product-card-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.molding_container2 .product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.molding_container2 .tag {
	background: #f6f5f4;
	color: #0e7c5d;
	padding: 0.2rem 0.4rem;
	font-size: 0.8rem;
}
.molding_container2 .details-button {
	position: relative;
	width: 100%;
	max-width: 6rem;
	background: #f6f5f4;
	color: #666;
	border: solid 1px #aaa;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease;
}
.molding_container2 .details-button:hover {
	background: #0e7c5d;
	color: #fff;
}
.molding_container2 .details-button::after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-10px, -50%);
}

@media (max-width: 768px) {
    .molding_container2 {
        padding: 0 1em;
    }
	.molding_container2 .grid {
		grid-template-columns: 1fr;
	}
	.molding_container2 .container {
		padding: 1rem;
	}
	.molding_container2 .product-card {
		padding: 0.7rem;
	}
	.molding_container2 .product-title {
		margin-bottom: 0.7rem;
		padding-bottom: 0.3rem;
	}
	.molding_container2 .details-button {
		padding: 0.65em 0.8em;
	}
}
