.border {
	border: solid 3px #222;
	padding: 2em;
}
#reviews_summary {
	.woocommerce-product-rating{
		margin: .5em 0;
	}
	.ywar_review_row{
		width:400px;
		padding-bottom: 5px;
		.ywar_stars_value {
			min-width: 60px;
		}
		.ywar_num_reviews {
			padding-left: 16px;
		}
	}
}
#reviews_order {
	display: none;
}
#reviews {
	h2 {
		font-size: 1.6em;
	}
	.commentlist {
		width: initial !important;
	}
}

.avatar {
	border-radius: 50%;
}

.single-post {
	h1,
	h3 {
		font-weight: bold;
	}
}
.faq__question::before {
    content: "";
}
.faq__question {
	font-size: 18px;
	margin-bottom: .5em;
	font-weight: 400;
	color: #4d4d4d;
	font-family: 'Noto Serif JP', serif;
}
.faq__answer {
	color: #000;
}
.wp-caption-text {
	margin: .5em 0 1em;
	color: #4d4d4d;
	font-size: .9em;
}

.product-box {
	p {
		font-size: .8em;
	}
}

/* Dubplate Form7 */
.dubplate-form {
	margin: 1em;
}
.dubplate-form h3 {
	text-align: center;
	margin: 2em 0em 1em;
}

.attention {
	background: #eee;
	padding: 1.5em;
}
.attention li {
	list-style: none;
	font-size: .8em;
}
.attention ul {
	padding-left: 0;
}
.acceptance {
	font-size: .9em;
	font-weight: bold;
}
.dubplate-form .btn_contact7 input {
	color: #fff !important;
}
.dubplate-form .btn_contact7 input:hover {
	color: #333 !important; 
}

/* Contact Form7 */
 
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}
 
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}
 
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
 
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	padding: 1em !important;
	font-size: 1.25em !important;
	width: 70%;
	background-color: #D0001B;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #D0001B;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #333; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
 
.btn_contact7 input {
	padding: 1em !important;
	color: #FFF;
	width: 65%;
	background-color: #D0001B;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #D0001B;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #333; 
}
}