/**********************************
***********************************
Start of PC
***********************************
**********************************/
@media screen and (min-width: 640px) {

/** Start of body **/
.display-sp {
	display: none !important;
}
.display-pc {
	display: inline;
}
.block-content {
	font-size: 15px;
}
/** End of body **/
/**********************************
Start of mutual
**********************************/
/**********************************
End of mutual
**********************************/

}
/**********************************
***********************************
End of PC
***********************************
**********************************/