table{
	border-left: 1px solid #1e745b;
	border-right: 1px solid #1e745b;
	border-bottom: 2px solid #1e745b;
	border-top: 1px solid #1e745b;
	margin: 1%;
	text-align:left;
	background: rgba(255, 255, 255, 0.8)
}
td{
	padding: 10px;
	text-align:left;
}
th{
	background-color: #1e745b;
	background-image: url(../../images/th_bg.png);
	color: #FFFFFF;	padding:10px;
	text-align: center;
}
h2{
	font-weight: normal;
}

h3{
color: #1e9f79;
}

h4{
	color: #515151;
}

#section-testimonial {
   background-image: url(../../images/all_bg.png);
}

.tdbg{

		background-color: #e5d9ca;

}
.bg-img {
    background-image: url(../../images/all_bg_cg.png);
}
.bg2-img{
	background-image: url(../../images/cg_org_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#echart-qua,#echart-qua2,#echart-qua3{
	width: 90%;
	height: 400px;
}
.grebg{
	background-image: url(../../images/gre_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.memo{
	font-size:14px;
}

#raw:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/sc_raw_bg.jpg);

	}


#raw p,#sel p{
	color: #FFF;

}
#sel:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/sc_sel_bg.jpg);
	background-size: cover;
}
#sel h3{
	color: #fff;
}
.memo{
	font-size: 16px;


}

.web-service-block{
	border: 1px solid rgba(255,255,255,0.9);
}
.bgcolor{
	background-color: #7792ae;
}

.modal-lg{
	width: 80%;
}
.modal-body{
	text-align:left;
}
.modal-header{
	background-color: #265b91;

}
.modal-title{
	font-size: 24px;

	color: #FFF;
}

.memo{
	font-size: 16px;
    position: relative;
    padding-left: 45px;
    display: block;
}
.memo.note::before{
	content: "Note : ";
    position: absolute;
    left: 0;
}

.btn{
	    padding: 12px 48px;
	}
.cbtn{
	border: 1px solid #B8B8B8;
}
.close{
	color: #FFF;
}

.h_per p span{
	color: #1e9f79;
}
.service-block_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.service-block_box .service-block{
	width: calc(100% / 2 - 2rem);
	margin: 0 1rem;
}
@media screen and (max-width:991px) {
	.service-block_box .service-block{
		width: 100%;
	}
}
.sc_list {
	padding-left: 1rem;
}
.sc_list li{
	color: #fff;
	list-style: none;
}