@charset "utf-8";

/*********ラージサイズ**********/
@media screen and (min-width:1200px) {

	.cont_box2 {
		width: 100%;
		margin-bottom: 40px;
	}
	.titel2 {
		font-size: 2em;
		display: block;
		text-align: center;
		margin-bottom: 30px;
		letter-spacing: -1px;
		font-weight: 500;
	}
	h3 {
		margin: 0px 0px 15px;
		display: block;
		font-size: 1.3em;
		line-height: 1.1em;
		color: #FFF;
		background-color: #333;
		text-align: center;
		font-weight: 500;
		padding: 7px 0px;
		width: 25%;
	}
	.cont_box a {
		display: block;
	}

	.chart {
		margin: 0px auto 60px;
		width: 98%;
		border: 1px solid #7d7d7d;
	}
	.chart picture   {
		width: 40%;
		display: block;
	}
	.chart picture img  {
		width: 100%;
	}
	.data  {
		display: block;
		padding: 30px;
		width: 58.5%;
	}
	.eria {
		font-size: 1.4em;
		line-height: 1.1em;
		font-weight: 500;
		display: block;
		margin-bottom: 10px;
	}
	.features {
		font-weight: 500;
		font-size: 1.1em;
		line-height: 1.1em;
		margin-bottom: 15px;
		display: block;
	}
	.red_l {
		color: #af2d32;
		font-size: 1.4em;
	}


}


.tags {
	margin-bottom: 15px;
}
.tags > .tag {
	display: inline-block;
	color: #fff;
	background-color: #af2d32;
	padding: 7px 5px;
	text-align: center;
	flex: 0 1 33%;
	margin: auto 1px;
}

.chart .image {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.chart .image picture {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.chart .image .fit-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}
.chart .image .soldout {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #af2d32;
	border: 2px solid #af2d32;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 2em 1em;
}
.chart .image .soldout .big {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.chart .image {
		width: 40%;
		margin-bottom: 0;
	}
	.chart .image picture {
		padding-top: 50%;
		min-height: 100%;
		max-height: 100%;
	}
}

/*********ミディアムサイズ1**********/
@media screen and (min-width:1025px) and (max-width:1199px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 15px;
	display: block;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 35%;
}
.cont_box a {
	display: block;
}
.chart {
	margin: 0px auto 60px;
	width: 100%;
	border: 1px solid #7d7d7d;
}
.chart picture  {
	width: 43.5%;
	display: block;
}
.chart picture img {
	width: 100%;
}
.data  {
	display: block;
	padding: 25px 25px 20px;
	width: 56%;
}
.eria {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.features {
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 15px;
	display: block;
}
.red_l {
	color: #af2d32;
	font-size: 1.4em;
}

}



/*********ミディアムサイズ2**********/
@media screen and (min-width:768px) and (max-width:1024px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 12px;
	display: block;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 35%;
}
.cont_box a {
	display: block;
}
.chart {
	margin: 0px auto 60px;
	width: 100%;
	border: 1px solid #7d7d7d;
}
.chart picture  {
	width: 43.5%;
	display: block;
}
.chart picture img {
	width: 100%;
}
.data  {
	display: block;
	padding: 20px 20px 17px;
	width: 56%;
}
.eria {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.features {
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
}
.red_l {
	color: #af2d32;
	font-size: 1.4em;
}
.data p {
	font-size: 0.9em;
	line-height: 1.5em;
}


}



/*********スマホサイズ**********/
@media screen and (max-width:767px){

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 10px;
	display: block;
	font-size: 1em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 5px 0px;
	width: 100%;
}
.cont_box a {
	display: block;
}

.chart {
	margin: 0px auto 35px;
	width: 100%;
}
.chart picture   {
/*	width: 32%;*/
	display: block;
}
.chart picture img  {
	width: 100%;
}
.data  {
	display: block;
/*	width: 63%;*/
}
.data p {
	font-size: 0.85em;
	line-height: 1.45em;
}

.eria {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}
.features {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
}
.red_l {
	color: #af2d32;
	font-size: 1.4em;
}


}
