@charset "utf-8";
@media screen and (min-width: 1041px) and (max-width: 2500px){
.box-why-detail {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-why-editor {
	font-family: promptregular;
	font-size: 2vw;
	color: #000;
	margin-top: 80px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
}

.box-why-twin {
	float: left;
	width: 100%;
	margin-left: 0%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.why-twin-01 {
	float: left;
	height: auto;
	width: 47%;
	font-family: promptregular;
	font-size: 20px;
	color: #DF2322;
	text-align: right;
}
.why-twin-02 {
	float: left;
	height: auto;
	width: 45%;
	font-family: promptregular;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-left: 5%;
}
.editor-why {
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5vw;
	line-height: 2.5vw;
	margin-top: 5%;
}
.editor-why img {
	height: auto;
	width: 100%;
}
.link-load img {
	height: auto;
	width: 50%;
}
}
