/*------------------------
 * c-company
 *------------------------*/
.c-company {
}

.c-company__table {
	width: 100%;
	margin-top: 20px;
}
.c-company__table tbody {
}
.c-company__table tbody tr {
}
.c-company__table tbody tr td,
.c-company__table tbody tr th {
	padding: 10px;
	border: 1px solid #aaaaaa;
}
.c-company__table tbody tr th {
	background-color: #dddddd;
}
.c-company__table tbody tr td {
}
.c-company__table tbody tr td p {
}
.c-company__table tbody tr td figure {
	margin-top: 10px;
}
.c-company__table tbody tr td figure img {
	display: block;
	width: 100%;
}
.c-company__table tbody tr td iframe {
	width: 100%;
}
.c-company__box {
	margin-top: 10px;
	padding: 10px 10px;
	border: 1px solid #bbbbbb;
}
.c-company__box p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
}
.c-company__box p span {
	color: #fe6331;
}
.c-company__box figure {
	margin-top: 10px;
}
.c-company__box figure img {
	display: block;
	width: 100%;
}


