@charset "UTF-8";
/*! /child/css/child.css */

/* 特徴
========================================================================== */

/* 特徴3 */
.tbl-child01{
	margin-top: 15px;
}
.tbl-child01 th{
	color: #fff;
	font-weight: bold;
	background-color: #33b991;
	width: 30%;
}
.tbl-child01 td{
	text-align: left;
}
@media screen and (min-width: 768px) {
	.tbl-child01 {font-size: 1.5rem;}
}
