@charset "utf-8";

/**
 * Table of Contents
 *
 * 1.0 - General
 *       
 */
 
.g-blk-sty4{
width:100%;
overflow:hidden;	 
}

.g-blk-sty4 .g-one-blk-left{
	width:28%;
	float:left;
}

.g-blk-sty4 .g-one-blk-left img{
	width:100%;
}

.g-blk-sty4 .g-one-blk-right{
	width:69%;
	float:right;
	font-size:1.4em;
	line-height:170%;
	color:#535353;
}

.g-blk-sty5{
width:100%;
padding:18px;
box-sizing:border-box;
background-color:	#EAF4FD;
color:#545454;
line-height:170%;
font-size:1.4em;
border-left:solid 3px #1F93EA;
margin-top:20px;
}


@media screen and (max-width:768px) {
	
	.g-blk-sty4 .g-one-blk-left {
    width: 100%;
    float: none;
	max-width:190px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:20px;
}

.g-blk-sty4 .g-one-blk-right {
    width: 100%;
}
	
}
