@charset "UTF-8";

/* ▼▼▼ 商品紹介
====================================================== */

/*
--------------------------------------- */
.flex_wrap{
	display: flex;
}

.slider_wrap{
	width: 40%;
	margin-right: 40px;
}
	.slider_wrap .slider{
		font-size: 0;
		margin: 0 0 10px;
		opacity: 0;
	}
	.slider_wrap .slider.slick-initialized{
		opacity: 1;
	}
	.slider_wrap img{
		width: 100%;
		height: auto;
	}
	.slider_wrap .thumb{
		margin: 0 -5px;
	}
	.slider_wrap .thumb .slick-track{
		margin: 0;
	}
	.slider_wrap .thumb .slick-slide{
		margin: 0 5px;
		border: 1px solid #ccc;
		font-size: 0;
		cursor: pointer;
	}

.table_wrap{
	flex: 1 0 0%;
}
	.tag{
		border: 1px solid #707070;
		padding: 3px;
		margin: 0 0 20px;
		width: 125px;
		text-align: center;
		font-weight: 500;
	}
	.item_name{
		font-size: 20px;
		font-weight: bold;
	}
	.code{
		margin: 15px 0 0;
		font-weight: bold;
	}
	.price{
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #F0F7F5;
		padding: 20px;
		font-weight: bold;
		letter-spacing: .05em;
	}
	.price:nth-of-type(1){
		margin-top: 30px;
	}
	.layout_02{
		padding: 25px 20px;
		margin-top: 5px;
	}
	.price dt{
		color: #45B0B9;
	}
	.price dd span{
		display: inline-block;
		font-size: 22px;
		margin-left: 10px;
		line-height: 1;
	}
	.table_wrap table{
		margin-top: 20px;
	}
	.logo_img{
		display: inline-block;
		vertical-align: middle;
		margin: -10px 5px 0 0;
	}
	.table_wrap table th{
		width: 8em;
	}
.detail_list{
	display: flex;
	justify-content: space-between;
	margin: 65px 0 80px;
}
	.detail_list li{
		width: calc((100%/3) - 20px);
	}
	.detail_list li .photo{
		margin-bottom: 25px;
	}

.sec01{
	margin-bottom: 135px;
}

.sec02 .table_wrap table{
	margin-bottom: 20px;
}

.detail_list + .btn,
.sec02 .flex_wrap:not(:first-of-type){
	margin-bottom: 135px;
}

/* ======================================================
	▼▼▼ 768px
====================================================== */
@media screen and (max-width: 768px) {

	/*
	--------------------------------------- */
	.flex_wrap{
		display: block;
	}

	.slider_wrap{
		width: 100%;
		margin: 0 0 30px;
	}

	.table_wrap{
	}
		.tag{
			margin: 0 0 10px;
		}

	.price dd span{
		font-size: 20px;
		margin-left: 5px;
	}

	.detail_list{
		display: block;
		margin: 30px 0 50px;
	}
		.detail_list li{
			width: 100%;
		}
		.detail_list li:not(:last-child){
			margin: 0 0 30px;
		}
		.detail_list li .photo{
			margin-bottom: 20px;
		}

	.sec01{
		margin-bottom: 80px;
	}

	.sec02 .table_wrap table{
		margin-bottom: 20px;
	}


	.detail_list + .btn,
	.sec02 .flex_wrap{
		margin-bottom: 80px;
	}

}
