@charset "UTF-8";
/* CSS Document */

.bg_gray {
	background: #f2f2f2;
	padding: 15px;
	box-sizing: border-box;
}


h4.datadesign {
	color: #2bbbe6;
	margin-bottom: 12px;
}

section#cont_01 .contact_wrap {
	border: 1px solid #60ccec;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}


.contact_wrap .tbl_wrap table {
	border-collapse: collapse;
}

.contact_wrap .tbl_wrap table th {
	width: 115px;
	box-sizing: border-box;
	padding: 6px 0;
	text-align: left;
	color: #2bbbe6;
}

.contact_wrap .tbl_wrap table td {
	width: calc( 100% - 115px );
	box-sizing: border-box;
	padding: 6px 0;
}

@media screen and (max-width: 599px) {
	.contact_wrap .tbl_wrap table th {
		width: 100%;
		display: block;
	}
	
	.contact_wrap .tbl_wrap table td {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
}

