.pc {display: block !important;}
.sp {display: none  !important;}
.pc_es {}


.box_title {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	background-color: #874B04;
	width: 60%;
	margin: 0 auto;
	margin-top: 50px;
}
.box_main {
	font-size: 28px;
	font-weight: bold;
	width: 60%; 
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 10px;
}

.btn_halexmemory {
	width: 60%;
}

@media screen and (max-width: 740px) {
	.pc {display: none  !important;}
	.sp {display: block !important;}
	.pc_es {display: none  !important;}
	
	.box_title {
		font-size: 30px;
		font-weight: bold;
		color: #ffffff;
		background-color: #874B04;
		width: 90%;
		margin: 0 auto;
		margin-top: 50px;
	}
	.box_main {
		font-size: 28px;
		font-weight: bold;
		width: 90%; 
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: left;
		margin-top: 10px;
	}

	.btn_halexmemory {
		width: 90%;
	}
}