

.addwd01{
	font-size: 18px;
	line-height: 30px;
}

.pc {
display:inline;

}
.phone {
display:none;
}


	a {
    color: #333;
    text-decoration: none;
}


@media screen and (max-width : 600px) {

.pc {

display:none;

}
.phone {
display:inline;
}

}

.cover100 {
    aspect-ratio: 1;
    overflow: hidden;
}


.cover100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


 .support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 25px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
 
 .c30 {
border-radius: 0 0 calc(30px - 1px) calc(30px - 1px);
}

 .c301 {
border-radius:calc(30px - 1px) calc(30px - 1px) 0 0 ;
overflow:hidden;
}

 .c301 img {
	height: auto;
	width: 100%;
}

 .c301 img {
	height: auto;
	width: 100%;
}



	.table-bordered {
    border: 0px solid #ddd!important;
}


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 0px solid #ddd!important;
}


.table-hover>tbody>tr:hover {
    background-color: #fff;
}


.table-striped>tbody>tr:nth-of-type(odd) {
      background-color: #fff;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.addbeoder {
	border-right-width: 1px !important;
	border-right-style: solid!important;
	border-right-color: #ddd!important;
}

tbody>tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}

.bg-title {
	background-color: #fff !important;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.title-blue{
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}

.title-blue th {
    text-align: center!important;
}


.tc {
    text-align: center!important;
}
