@charset "utf-8";

/* --------- --------- --------- --------- product_content --------- */
section.product_content {
	margin-top: 8rem;
	margin-bottom: 12rem;
}
section.product_content img {
	display: block;
}
section.product_content h2 {
	margin-top: 4rem;
}
section.product_content h3 {
	margin-top: 2.5rem;
}
section.product_content .image,
section.product_content .text {
	margin-top: 2rem;
}
section.product_content h2 {
	width: 100%;
	padding: 1rem;
	line-height: 1.4;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 800;
	background-color: #53340a;
	border-radius: 1rem;
}
section.product_content .image {
	width: 100%;
	font-size: 0;
	border-radius: 1rem;
	overflow: hidden;
}
section.product_content .image img {
	width: 100%;
}
section.product_content .text {
	width: 100%;
}
section.product_content .text p {
	margin-top: 1.5rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
section.product_content .text p a {
	display: inline;
	color: #6c8c9d;
	font-size: .875rem;
	font-weight: 600;
}
section.product_content .text p:first-of-type {
	margin-top: 0;
}
section.product_content h3 {
	width: 100%;
	color: #53340a;
	font-weight: 700;
	line-height: 1.4;
}
section.product_content .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 1rem;
	margin-top: 4rem;
}
section.product_content .flex.first-of-type,
section.product_content .flex:first-of-type {
	margin-top: 2rem;
}
section.product_content .flex.no-margin {
	margin-top: 0;
}
section.product_content .flex.short-margin-top {
	margin-top: 2rem;
}
section.product_content .flex.small-gap {
	gap: 2rem 1rem;
}
section.product_content .flex h3 {
	margin-top: 1rem;
}
section.product_content .flex .image {
	margin-top: 0;
}
section.product_content .flex .text {
	margin-top: .5rem;
	font-size: .875rem;
	line-height: 1.4;
}
section.product_content .flex_2column > * {
	width: calc((100% - 1rem) / 2);
}
section.product_content .flex_3column > * {
	width: calc((100% - 2rem) / 3);
}
section.product_content .text_align_center {
	text-align: center;
}
section.product_content .font_weight_600 {
	font-weight: 600;
}
section.product_content .font_weight_700 {
	font-weight: 700;
}
section.product_content .font_weight_800 {
	font-weight: 800;
}
section.product_content .table {
	width: 100%;
	margin-top: 2rem;
	border-collapse: separate;
	border-spacing: 1px;
	border-radius: 1rem;
	background-color: #898b84;
}
section.product_content .table tr:first-child *:first-child {
	border-top-left-radius: 1rem;
}
section.product_content .table tr:first-child *:last-child {
	border-top-right-radius: 1rem;
}
section.product_content .table tr:last-child *:first-child {
	border-bottom-left-radius: 1rem;
}
section.product_content .table tr:last-child *:last-child {
	border-bottom-right-radius: 1rem;
}
section.product_content .table th,
section.product_content .table td {
	padding: 1.25rem;
	font-size: .875rem;
	font-weight: 600;
}
section.product_content .table th {
	background-color: #dae2e6;
	width: 16rem;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
section.product_content .table td {
	flex: 1;
	line-height: 1.4;
	background-color: #ffffff;
}
@media screen and (max-width: 960px) {
	section.product_content {
		margin-top: 6rem;
		margin-bottom: 8rem;
	}
}
@media screen and (max-width: 768px) {
	section.product_content {
		margin-top: 4rem;
		margin-bottom: 6rem;
	}
	section.product_content .image,
	section.product_content .text {
		margin-top: 1.5rem;
	}
	section.product_content .flex.first-of-type,
	section.product_content .flex:first-of-type {
		margin-top: 1.5rem;
	}
	section.product_content .flex.flex_2column.flex_sp_1column {
		flex-wrap: wrap;
	}
	section.product_content .flex_2column.flex_sp_1column > * {
		width: 100%;
	}
	section.product_content .flex_3column.flex_sp_2column > * {
		width: calc((100% - 1rem) / 2);
	}
	section.product_content .flex h3 {
		margin-top: 1rem;
	}
	section.product_content .flex h3.flex_sp_h3_small {
		font-size: .875rem;
	}
	section.product_content .table th {
		width: 12rem;
	}
	section.common_section .download_button {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 480px) {
	section.product_content h3 {
		margin-top: 1.75rem;
	}
	section.product_content .image,
	section.product_content .text {
		margin-top: 1rem;
	}
	section.product_content .table th {
		width: 10rem;
	}
	section.product_content .table th,
	section.product_content .table td {
		padding: .875rem;
	}
}
