@charset "euc-jp";

.product-order-exp-detail .l-container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
	.product-contents {
		display: block !important;
	}
}


/***** レビュー *****/
.p-review__unit {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.p-review__unit {
		margin-bottom: 15px;
	}
}

.p-review__unit:last-child {
	border: 0;
}

.p-review__button {
	display: block;
	max-width: 300px;
	margin: 30px auto;
	padding: 10px 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-review__button {
		padding: 15px;
	}
}

.p-posted-review {
	padding: 40px 60px;
	background: #fcfbf9;
}
@media screen and (max-width: 767px) {
	.p-posted-review {
		padding: 25px 20px;
	}
}

.p-posted-review__image {
	display: block;
	float: left;
	height: auto;
	margin: 0 30px 0 0;
	max-width: 200px;
}
@media screen and (max-width: 767px) {
	.p-posted-review__image {
		float: none;
		margin: 0 auto 20px;
		max-width: 230px;
	}
}

.p-posted-review__heading {
	overflow: hidden;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
	.p-posted-review__heading {
		margin: 0;
	}
}

.p-posted-review__title {
	display: inline-block;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
	.p-posted-review__title {
		display: block;
		margin: 10px 0;
	}
}

.p-posted-review__info {
	display: flex;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.p-posted-review__info {
		display: block;
	}
}

.p-posted-review__middle {
	display: flex;
}

.p-posted-review__age {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.p-posted-review__age {
		margin-left: 0;
	}
}

.p-posted-review__sex {
	margin-left: 20px;
}

.p-posted-review__date {
	margin-left: 20px;
	color: #888888;
}
@media screen and (max-width: 767px) {
	.p-posted-review__date {
		margin-left: 0;
	}
}

.p-posted-review__body {
	margin-top: 15px;
	line-height: 1.8;
	overflow: hidden;
}

.p-posted-review__star {
	width: 18px;
	height: 18px;
	vertical-align: -0.3em;
	fill: currentColor;
	fill: #e0e0e0;
}

.p-posted-review__star.is-color {
	fill: #eeabb2;
}

.p-replied-review {
	padding: 30px 60px;
}
@media screen and (max-width: 767px) {
	.p-replied-review {
		padding: 20px 0;
	}
}

.p-review-more {
	margin-bottom: 60px;
	text-align: right;
}

.p-review-btn {
	text-align: center;
}

.p-review-btn__link {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000;
	width: 300px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
	font-size: 18px;
	text-decoration: none;
	transition: all ease 0.2s;
}
.p-review-btn__link:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.icon-review {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url(https://file003.shop-pro.jp/PA01189/602/images/icon-review.png) no-repeat;
	background-size: 20px 20px;
}