@charset "utf-8";

a:hover{text-decoration:none;}

@media all and (min-width: 992px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text{margin-bottom:20px;}
.container > .row > .body_text > h3{font-weight:bold; color:#036;}
.container > .row > .body_text > h3 > .icons{font-size:20px;}
.container > .row > .body_text > h4{text-indent:33px;}
.container > .row > .body_text > h4.mo_var{display:none;}
.container > .row > .body_text > img{display:block; margin-top:20px;}	
.container > .row > .line_box{border-bottom:1px dotted #999;}

}

@media all and (max-width: 991px) and (min-width:768px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text{margin-bottom:20px;}
.container > .row > .body_text > h3{font-weight:bold; color:#036; font-size:19px;}
.container > .row > .body_text > h3 > .icons{font-size:16px;}
.container > .row > .body_text > h4{text-indent:22px; font-size:15px;}
.container > .row > .body_text > h4.mo_var{display:none;}
.container > .row > .body_text > img{display:block; margin-top:20px;}	
.container > .row > .line_box{border-bottom:1px dotted #999;}
}

@media all and (max-width: 767px) and (min-width: 546px){
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text{margin-bottom:20px;}
.container > .row > .body_text > h3{font-weight:bold; color:#036; font-size:19px;}
.container > .row > .body_text > h3 > .icons{font-size:16px;}
.container > .row > .body_text > h4.mo_var{text-indent:22px; font-size:15px;}
.container > .row > .body_text > h4.pc_var{display:none;}
.container > .row > .body_text > img{display:block; margin-top:20px;}	
.container > .row > .line_box{border-bottom:1px dotted #999;}
}

@media screen and (max-width: 545px) {
.container > .row > .title_text > h3{color:#036;}
.container > .row > .body_text{margin-bottom:20px;}
.container > .row > .body_text > h3{font-weight:bold; color:#036; font-size:18px;}
.container > .row > .body_text > h3 > .icons{font-size:14px;}
.container > .row > .body_text > h4.mo_var{font-size:15px;}
.container > .row > .body_text > h4.pc_var{display:none;}
.container > .row > .body_text > img{display:block; margin-top:20px;}	
.container > .row > .line_box{border-bottom:1px dotted #999;}
}
