/* ---------------------------------------------
  product
-----------------------------------------------*/
/* products__pikup-link
--------------------------------------*/
@media print, screen and (min-width: 768px) {
	.p-products__pikup-link li {
		max-width: 176px;
	}
}

/* products-search
--------------------------------------*/
.p-products-search__item-link {
	margin-top: 30px;
}

/* p-product-detail
--------------------------------------*/
.p-product-detail__heading {
	position: relative;
}
.p-product-detail__title {
	font-size: 2.4rem;
	line-height: 1.4166666667;
	margin-top: 5px;
	padding-right: 180px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__title {
		font-size: 2.2rem;
		margin-top: 5px;
		padding-right: 0;
	}
}
.p-product-detail__tag-text {
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__tag-text {
		margin-top: 12px;
	}
}
.p-product-detail__button {
	position: absolute;
	top: 33px;
	right: 0;
}
@media screen and (max-width: 767px) {
	.p-product-detail__button {
		position: static;
		text-align: center;
		margin-top: 28px;
	}
}
.p-product-detail__slider {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__slider {
		margin-top: 20px;
	}
}
.p-product-detail__tag {
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__tag {
		margin-top: 52px;
	}
}
.p-product-detail__text {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__text {
		margin-top: 32px;
	}
}
.p-product-detail__notes {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 16px;
}
.p-product-detail__cta {
	margin-top: 25px;
}
.p-product-detail__cta.-mtx2 {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__cta {
		margin-top: 47px;
	}
	.p-product-detail__cta.-mtx2 {
		margin-top: 47px;
	}
}
.p-product-detail__cnt {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__cnt {
		margin-top: 66px;
	}
}
.p-product-detail__other {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.p-product-detail__other {
		margin-top: 60px;
	}
}
.p-product-detail__specification table {
	width: 100%;
	border: 2px solid #767676;
	border-collapse: collapse;
	table-layout: fixed;
}
.p-product-detail__specification table th,
.p-product-detail__specification table td {
	font-size: 1rem;
	border: 1px solid #767676;
	padding: 2px;
	min-width: 3em;
}
.p-product-detail__specification table th {
	background: #C6E9FA;
	width: 150px;
}
.p-product-detail__specification table td {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-product-detail__specification {
		overflow-x: auto;
		white-space: nowrap;
	}
	.p-product-detail__specification table {
		width: auto;
	}
	.p-product-detail__specification table th,
.p-product-detail__specification table td {
		font-size: 0.8rem;
	}
}

/* p-product-type
--------------------------------------*/
.p-product-type__list__ul li {
	max-width: 250px;
}
@media screen and (max-width: 767px) {
	.p-product-type__list__ul li {
		max-width: inherit;
	}
}
.p-product-type__list__ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
	cursor: pointer;
	position: relative;
	padding: 5px 30px 5px 0;
}
.p-product-type__list__ul li a:hover {
	opacity: 0.7;
}
.p-product-type__list__ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 10px;
	background: url("../img/common/ico_arw_main.svg") no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.p-product-type__list__img {
	width: 32px;
	margin-right: 5px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.p-product-type__list__text {
	color: #8E8E8E;
	font-size: 1.3rem;
	line-height: 1.4615384615;
}