/*------------------------
 * c-request
 *------------------------*/
.c-request {
}

.c-request__img01 {
}
.c-request__img01 img {
	display: block;
	width: 100%;
}

.c-request__comment01 {
	margin-top: 20px;
}

.c-request__title01 {
	margin-top: 30px;
	padding: 10px 0px;
	font-weight: 700;
	text-align: center;
	background-color: #dddddd;
}

.c-request__table {
	width: 100%;
	margin-top: 10px;
}
.c-request__table tbody {
}
.c-request__table tbody tr {
}
.c-request__table tbody tr td,
.c-request__table tbody tr th {
	padding: 10px;
	border: 1px solid #aaaaaa;
	vertical-align: middle;
}
.c-request__table tbody tr th {
	background-color: #dddddd;
}
.c-request__table tbody tr td {
}


.c-request__img02 {
	width: fit-content;
	margin-top: 10px;
}
.c-request__img02 img {
}
.c-request__img02 figcaption {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.c-request__comment02 {
	margin-top: 20px;
	font-weight: 700;
}

.c-request__comment03 {
	width: fit-content;
	margin-left: 40px;
	text-align: right;
}

