@charset "UTF-8";

@media print, screen
{

.cblock-list1
{
	display: flex;	align-items: stretch;
	width: 100%;	max-width: calc(750 * var(--v));
	margin: 0 auto;

	border-bottom: 1px solid var(--Cgray2);
}
.cblock-list1 + .cblock-list1:last-of-type {	border-bottom: none;	}
.cblock-list1 .title
{
	display: flex;	align-items: center;
	width: calc(220 * var(--v));
	padding: calc(35 * var(--v)) calc(10 * var(--v));
}
.cblock-list1 .title p
{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.cblock-list1 .content
{
	display: flex;	align-items: center;
	width: calc(100% - 200 * var(--v));
	padding: calc(35 * var(--v)) calc(10 * var(--v));
}
.cblock-list1 .content p
{
	letter-spacing: 0.05em;
	line-height: 1.5;
}


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


}

/* ======================================== end ======================================== */
