@charset "utf-8";

.product_list .product_item a {
	display: flex;
	align-items: center;
    justify-content: space-between;

	padding: 2.816vw 2.059vw 2.963vw;
	line-height: 1.5;
}

.product_list .product_item {
	border-bottom: 1px solid #EBEBEB;
}
.product_list .product_item:first-child {
	border-top: 1px solid #EBEBEB;
}
.product_list .product_item .detail {
	display: flex;
	align-items: center;
}
.product_list .product_item .detail .title {
	color: #4B4B4B;
}

.product_list .product_item a .logo {
	width: 5.673vw;
	margin-right: 2.574vw;

}
@media screen and (min-width: 1360px) {
	.product_list .product_item a {
		padding: 38.3px 28px 40.3px;
		border-top: 1px solid #EBEBEB;
	}

	.product_list .product_item:last-child a {
		border-bottom: 1px solid #EBEBEB;
	}

	.product_list .product_item a .logo {
		width: 77.15px;
		margin-right: 35px;

	}
}

@media screen and (max-width: 750px) {

	.product_list .product_item a {
		line-height: 1.375;

		padding: 4.96vw 0 4.267vw 5.067vw;
	}


	.product_list .product_item .detail {
		display: block;
		flex: 1;
	}

	.product_list .product_item a .logo {
		width: 16vw;
		margin-right: 0;
		margin-bottom: 2.053vw;

	}

	.product_list .product_item a::after {
		margin-left: 2.667vw;
	}
}



/* 詳細ページ */
#popContainer #popContents .bl-logo {
	display: none;
}

#popContainer #popContents .popImg {
	width: 36.765vw;
	margin: 0 auto;
}

#popContents .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;

  margin-top: 1.471vw;
}
#popContents .slick-dots li {
  width: 0.515vw;
  height: 0.515vw;
  border-radius: 3.676vw;
  background: #EBEBEB;
  cursor: pointer;
  margin: 0 0.368vw;
}
#popContents .slick-dots li.slick-active {
  background: #222222;
}
#popContents .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -735.221vw;
}

#popContents .popInner {
	margin-top: 2.206vw;
}
#popContents .product-name {
	display: inline-flex;
	flex-wrap: wrap;
	grid-column-gap: 1vw;
}
#popContents .product-name {
	margin: 0 !important;
}
#popContents .product-name h1 {
	font-size: 1.471vw;
	font-weight: bold;
}

#popContents .product-name p {
	font-size: 1.176vw;
	font-weight: bold;
	/*margin-left: 5.882vw;*/
	background: #f7f7f7;
	padding: 1em;
	margin-top: 0.5em;
	color: #e84735;
	line-height: 1.75;
}

#popContents .popInner ul,
#popContents .popInner .detail_text {
	font-size: 1.176vw;
	line-height: 2;

	margin-top: 2.574vw;
}

#popContents table {
	margin-top: 5.882vw;
	border-top: 1px solid #EBEBEB;
	width: 100%;
}

#popContents table tr {
	border-bottom: 1px solid #EBEBEB;
}

#popContents table th {
    text-align: center;
    align-items: center;
    padding: 2.794vw 0;
    font-weight: bold;
    width: 12.5vw;
}

#popContents table td {
    padding: 2.794vw 1.471vw 2.206vw 3.676vw;
}
@media screen and (min-width: 1360px) {
	#popContainer #popContents .popImg {
		width: 500px;
	}

	#popContents .slick-dots {
	  margin-top: 20px;
	}
	#popContents .slick-dots li {
	  width: 7px;
	  height: 7px;
	  border-radius: 50px;
	  margin: 0 5px;
	}
	#popContents .slick-dots button {
	  text-indent: -735.221vw;
	}

	#popContents .popInner {
		margin-top: 30px;
	}
	#popContents .product-name h1 {
		font-size: 20px;
	}

	#popContents .product-name p {
		font-size: 16px;
	}

	#popContents .popInner ul,
	#popContents .popInner .detail_text {
		font-size: 16px;

		margin-top: 35px;
	}

	#popContents table {
		margin-top: 80px;
		border-top: 1px solid #EBEBEB;
	}

	#popContents table tr {
		border-bottom: 1px solid #EBEBEB;
	}

	#popContents table th {
	    padding: 38px 0;
	    width: 170px;
	}

	#popContents table td {
	    padding: 38px 20px 30px 50px;
	}
}

@media screen and (max-width: 750px) {
	#popContainer #popContents .popImg {
		width: 80vw;
	}

	#popContents .slick-dots {
	  margin-top: 5.333vw;
	}
	#popContents .slick-dots li {
	  width: 1.867vw;
	  height: 1.867vw;
	  border-radius: 13.333vw;
	  margin: 0 1.333vw;
	}
	#popContents .popInner {
		margin-top: 8vw;
	}
	#popContents .product-name {
		display: block;
	  text-align: center;
	}
	#popContents .product-name h1 {
		font-size: 5.333vw;
	}

	#popContents .product-name p {
		font-size: 3.333vw;
		margin-left: 0;
	}

	#popContents .popInner ul,
	#popContents .popInner .detail_text {
		font-size: 4.267vw;
		line-height: 2;

		margin-top: 9.333vw;
	}

	#popContents table {
		margin-top: 21.333vw;
		border-top: 1px solid #EBEBEB;
	}

	#popContents table tr {
	  display: flex;
	  flex-direction: column;
	}

	#popContents table th {
	    text-align: center;
	    align-items: center;
	    padding: 6.4vw 0 0;
	    font-weight: bold;
	    width: auto;
		text-align: left;
	}

	#popContents table td {
	    padding: 0 0 7.333vw;
	}
}