@charset "utf-8";

#contents {
	margin-left: -50px;
}
h2 {
    margin-bottom: 20px!important;
}


.review_box__cover {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review_box {
	width: 48%;
	max-width: 455px;
	margin-bottom: 50px;
	float: left;
}
#contents .review_box h5 {
	float: left;
}
#contents .review_box h6 {
	color: #933;
	float: right;
}
#contents .review_box hr {
	clear: both;
	float: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7f8835;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#contents .review_box img  {
	max-width: 100%;
	margin-bottom: 10px;
}
#contents .review_box .comment {
	border: 2px solid #666;
}
#suisen_contents {
    margin-bottom: 100px;
}

#suisen_contents div {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px dotted #AFAFAF;
    padding-bottom: 20px;
    width: 100%;
    line-height: 1.5em;
}
#suisen_contents .comment p {
    margin-bottom: 10px;
}

#suisen_contents div img {
    width: 200px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.comment {
}

@media screen and (max-width: 768px) {
	
#suisen_contents div img {
    width:30%;
}
   
#suisen_contents h3 {
    margin-bottom: 10px!important;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace!important;
    font-size: 100%;
} 
    
}
