@charset "utf-8";

.template-backpattern01 {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	background-image: none;
	border:  1px solid rgb(213, 213, 213);
	padding: 1.5rem;
}

.table-striped tr:first-child>* {
	background-color: rgba(0,0,0,.09);
	font-weight: 900;
	color:#242d46;
}
.table-striped th {
	font-weight: 900;
}

/*==========
CONTENTS WORKS ID:1634
==========*/
.cw-lead{
    margin:4vmax 0;
}
.cw-lead-title-01 {
    margin-bottom: 1.5em !important;
    font-size: 32px;
    text-align:center;
    position:relative;
}
.cw-lead-title-01::after {
    position: absolute;
    margin: 0 auto;
    bottom: -0.5em;
    left: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #333;
}
.cw-lead-text-01 {
    text-align:center;
}