@charset "utf-8";
.flexContainer {
	display: flex;
}
.flexItem {
	flex: 1;
}
.flexItem h2 {
	margin-bottom: 0;
}
.flexContainer p {
	font-size: 140%;
}
.p10 {
	font-size: 120% !important;
}
.p10r {
	font-size: 100% !important;
}
.mt4 {
	margin-top: 4rem;
}
hr {
	border: none;
	border-top: 0.75px solid #b2b2b2;
	height: 0;
}

@media only screen and (max-width: 768px){
	.flexContainer {
		display: block;
	}
	.p10 {
		padding: 0 10px;
		font-size: 108% !important;
	}
	.mt4 {
		margin-top: 2rem;
	}
	.spCenter {
		font-size: 160%;
		text-align: center;
	}
}
@media only screen and (min-width: 769px){
	.pad_lr10_pc {
		padding: 0 10px !important;
	}
}

.tbl_flex {
	display: flex;
	padding: 0!important;
}

.tbl_flex > * {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 4px;
}

.tbl_flex.line2 {
	line-height: 3;
}

.tbl_flex.tbl_column2 > * {
	width: 50%;
}

.tbl_flex.tbl_column3 > * {
	width: calc(100% / 3);
}

.tbl_column3item {
	width: calc(100% / 3);
}
.tbl_column3item2 {
	width: calc((100% / 3) * 2);
}

.tbl_column3item + *{
	width: calc(100% - calc(100% / 3));
}

.tbl_border_l {
	border-left: 1px solid #696969;
}

.specTable thead tr.product_row td:nth-of-type(2),
.specTable thead tr.product_row td:nth-of-type(3),
.specTable thead tr.product_row td:nth-of-type(4),
.specTable thead tr.product_row td:nth-of-type(5),
.specTable thead tr.spec_ch01 td:nth-of-type(2),
.specTable thead tr.spec_ch01 td:nth-of-type(3),
.specTable thead tr.spec_ch01 td:nth-of-type(4),
.specTable thead tr.spec_ch01 td:nth-of-type(5),
.specTable tbody tr td:nth-of-type(2),
.specTable tbody tr td:nth-of-type(3),
.specTable tbody tr td:nth-of-type(4),
.specTable tbody tr td:nth-of-type(5) {
	border-left: none!important;
}