@charset "utf-8";

.st_login {
	display: none;
}
.disabled_btn {
	display: block;
	width: 360px;
	margin: 30px auto;
	padding: 15px 0;
	color: #aaaaaa;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-radius: 4px;
}
.review_list_new {
	margin: 10px;
}
.review_list_new > li {
	padding: 20px 10px;
	border-bottom: 1px solid #dadada;
}
.review_list_new > li:last-child {
	margin: 0 0 20px 0;
}
.review_list_new .review_header {
	display: table;
}
.review_list_new .review_header .img,
.review_list_new .review_header .user {
	display: table-cell;
	vertical-align: middle;
}
.review_list_new .review_header .img img {
	display: block;
	width: 60px;
}
.review_list_new .review_header .user p {
	margin: 0 0 0 20px;
	color: #323232;
	font-size: 13px;
	line-height: 21px;
	vertical-align: bottom;
}
.review_list_new .review_header .user p strong {
	margin-right: 3px;
	font-size: 16px;
	font-weight: normal;
}
.review_list_new .review_header .user .item {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
}
.item_dt .review_list_new .review_header .user .item {
	display: none;
}
.review_list_new .comment {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.review_list_new .comment p {
	margin: 5px 0 0 0;
	color: #323232;
	font-size: 16px;
	line-height: 26px;
}
.review_list_new .comment .more {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 72px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top,   rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}
.review_list_new .comment .more span {
	position: absolute;
	left: calc(50% - 60px);
	bottom: 10px;
	z-index: 2;
	color: #1010ca;
	font-size: 15px;
	line-height: 1;
}
.review_list_new .images {
	font-size: 0;
	margin: 0 10px;
}
.review_list_new .images li {
	display: inline-block;
	margin: 10px 5px;
	border: none;
	vertical-align: top;
}
.review_list_new .images li a {
	display: block;
}
.review_list_new .images li a img {
	display: block;
	max-width: 60px;
	max-height: 60px;
	border: 1px solid #c0c0c0;
}
.review_list_new .reply {
	display: none;
	position: relative;
	margin: 20px 30px 10px 30px;
	padding: 45px 20px 20px 20px;
	color: #323232;
	font-size: 15px;
	line-height: 25px;
	background: #fffef0;
	border: 1px solid #c0c0c0;
}
.review_list_new .reply::before{
	position: absolute;
	top: 15px;
	left: 15px;
	content: "サイト運営者から";
	color: #323232;
	font-size: 16px;
	font-weight: bold;
}
.review_tbl_new {
	margin: 30px auto;
	width: 80%;
}
.review_tbl_new dt {
	position: relative;
	padding: 12px 20px;
	color: #2a2a2a;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	vertical-align: bottom;
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.review_tbl_new dt span {
	margin: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
}
.review_tbl_new dd {
	padding: 30px 20px 30px 20px;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.review_tbl_new dd:last-child {
	border-bottom: 1px solid #c0c0c0;
}
.review_tbl_new dd p,
.review_tbl_new dd img {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 26px;
	vertical-align: middle;
}
.review_tbl_new dd img {
	max-width: 60px;
	max-height: 60px;
}
.review_tbl_new dd input[type="text"] {
	display: block;
	width: calc(100% - 26px);
	height: 32px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}
.review_tbl_new dd textarea {
	display: block;
	width: calc(100% - 26px);
	height: 78px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}


.rate_range {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.rate_range input[type="radio"] {
	display: none;
}
.rate_range label {
	position: relative;
	padding: 10px 10px 0 10px;
	color: #a0a0a0;
	font-size: 40px;
	cursor: pointer;
}
.rate_range label span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #505050;
	font-size: 12px;
	text-align: center;
}
.rate_range label:hover,
.rate_range label:hover ~ label,
.rate_range input[type="radio"]:checked ~ label {
	color: #eac000;
}


.review_images {
	margin: 0 20px;
	font-size: 0;
}
.review_images li {
	display: none;
	position: relative;
	width: 74px;
	height: 74px;
	margin: 0 20px 0 0;
}
.review_images li.active,
.review_images li.active_on {
	display: inline-block;
}
.review_images li input {
	display: none;
}
.review_images li label {
	position: relative;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.review_images li.active_on label {
	display: block;
	width: 72px;
	height: 72px;
	background: #fff;
	border: 1px solid #b0b0b0;
}
.review_images li.active label {
	display: block;
	width: 70px;
	height: 70px;
	border: 2px dashed #b0b0b0;
}
.review_images li.active label::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 12px);
	z-index: 1;
	width: 24px;
	height: 2px;
	content: "";
	background: #b0b0b0;
}
.review_images li.active label::after {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 1px);
	z-index: 1;
	width: 2px;
	height: 24px;
	content: "";
	background: #b0b0b0;
}
.review_images li label img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	max-width: 72px;
	max-height: 72px;
	margin: auto;
}


#review_new_rating {
	font-size: 24px;
	color: #eac000;
}
#review_new_img {
	vertical-align: middle;
}
#review_new_img img {
	max-width: 50px;
	max-height: 50px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
}

/* 見出し付きリストボックス追加 211007*/
.check-box {
	margin: 30px 10px 30px;
	border: 3px solid #f04070;
	border-radius: 10px;
	padding: 15px;
	position: relative;
}

.check-box .check-box-title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	padding: 10px 15px;
	color: #f04070;
	background: #fff;
	display: block;
	position: absolute;
	left: 10px;
	top: -20px;
}

.check-box .check-box-title:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 5px;
}

.check-box .check-box-list {
	list-style: none;
}

.check-box .check-box-list li {
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #d5d5d5;
}

.check-box .check-box-list li:last-child {
	border: none;
}

.check-box .check-box-list li::before {
	content: "●";
	font-size: 13px;
	margin-right: 10px;
	color: #999;
	padding-top: 2px;
}

.check-box br {
	display: none;
}