@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 750px) 
{
.grid{
	text-align: center;
	margin: 70px;
}
.module{
	height: 230px;
	border:1px #BFBFBF solid;
	border-radius: 5px;
}
.category_title{
	font-weight: bold;
	font-size: 15px;
	border:none;
}
}

@media screen and (min-width:751px) and (max-width: 1024px) 
{
	.grid{
		margin-top: 20px;
	}
	
.guide_box{
	width: 100%;
	padding: 20px 10px 0;
}
.guide_inner{
	margin: 20px 0;
	text-align: left;
	color: #454545;
}
.guide_inner ul{
	margin-left: 35px;
	font-size: 16px;
}
.guide_inner li{
	padding-top: 15px;
	list-style: disc;
}
.module .fa-tasks,.module .fa-tape,.module .fa-yen-sign,.module .fa-truck,.module .fa-redo,.module .fa-ban,.module .fa-calendar-alt,.module .fa-hand-holding-heart,.module .fa-address-card{
	color: #083449;
	font-size: 40px;
}
.category_title{
	font-weight: bold;
	font-size: 15px;
	border:none;
}
}

@media screen and (min-width:1025px), print, tv
{
	.grid{
		margin: 30px 0 70px;
	}
.guide_box{
	width: 100%;
	padding: 20px 10px 0;
}
.guide_inner{
	margin: 20px 0;
	text-align: left;
	color: #454545;
}
.guide_inner ul{
    margin-left: 25px;
    font-size: 16px;
}
.guide_inner li{
	padding-top: 10px;
	list-style: disc;
}
.module .fa-tasks,.module .fa-tape,.module .fa-yen-sign,.module .fa-truck,.module .fa-redo,.module .fa-ban,.module .fa-calendar-alt,.module .fa-hand-holding-heart,.module .fa-address-card{
	color: #083449;
	font-size: 40px;
}
.category_title{
	font-weight: bold;
	font-size: 15px;
	border:none;
}

}