@charset "UTF-8";

/* layout(grid) ----------------------- */
.ratio-grid.column-3 .column {
	width: 306px;
	margin: 0 24px 20px 0;
}
.ratio-grid.column-3 .column:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.ratio-grid.column-3 .column {
	width: 100%;
	margin: 0 0 30px 0;
}

.ratio-grid.column-3 .column:nth-child(3n) {
	margin-bottom: 0;
}
.ratio-grid.column-3 .column img {
	width: 100%;
}

}

.btn_box {
	border: 1px solid #CCC;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin-bottom: 20px;
}
.btn_text {
	padding: 6px 15px 10px;
}
.new_img {
	position: relative;
}
.new_img:before {
	border-color: #f08300 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	z-index: 2;
}
.new_img:after {
	color: #fff;
	content: "NEW";
	font-size: 12px;
	position: absolute;
	top: 15px;
	left: 8px;
	transform: rotate(-45deg);
	z-index: 3;
	font-weight: bold;
}
a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.case_h2 {
	font-weight: bold;
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #999999;
	padding-bottom: 4px;
}
.case_h2 span {
	color: #74001a;
}