* {
	box-sizing: border-box;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

body {
	margin: 0;
}

h1 {
	margin: 0;
	font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: #0C4A60;
	padding-top: 96px;
}

p {
	margin: 0;
	line-height: 1.75;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #222222;
}

ol {
	margin: 0;
	padding-left: 1.5em;
}

ol li {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.75;
	color: #222222;
}

ol li + li {
}

ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.75;
	color: #222222;
}

.col2_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #222;
}

.col2_table th,
.col2_table td {
	border: 1px solid #222;
}

.col2_table th {
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

.col2_table td {
	padding: 24px;
	text-align: left;
}

.size2_withbg_orange {
	margin: 0;
	font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	font-size: 1.667em;
	color: #494949;
	padding: 0.5em;/*文字周りの余白*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

.size3_withbg_orange {
	margin: 0;
	font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	font-size: 1.45em;
	color: #494949;
	padding: 0.5em;/*文字周りの余白*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

.size2_cyan {
	margin: 0;
	font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	font-size: 1.667em;
	color: #222;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}

.size3_cyan {
	margin: 0;
	font-family: "Inter", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	font-size: 1.45em;
	color: #222;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}

#main-content-wrap {
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 1279px) {
	#side-bar {
		display: none;
	}
	#content-wrap {
		width: auto;
	}
}

.space-1 {
	padding-bottom: 12px;
}

.space-2 {
	padding-bottom: 24px;
}

.space-3 {
	padding-bottom: 36px;
}

.space-4 {
	padding-bottom: 48px;
}

.space-5 {
	padding-bottom: 60px;
}

.space-6 {
	padding-bottom: 72px;
}

.space-8 {
	padding-bottom: 96px;
}

.space-10 {
	padding-bottom: 120px;
}

/* 商品一覧 */
.product-list-grid {
	display: grid;
	grid-template-columns: 1fr;
}

.product-card {
	position: relative;
	padding-top: 36px;
	padding-bottom: 36px;
	border-bottom: 2px solid #3E718B;
}

@media (max-width: 767.98px) {
	.product-list-grid > .product-card:last-child {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
	.product-list-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-list-grid > .product-card:last-child {
		border-bottom: none;
	}
	.product-list-grid > .product-card:nth-last-child(2):nth-child(odd) {
		border-bottom: none;
	}
	.product-list-grid > .product-card:nth-child(odd)::after {
		content: "";
		position: absolute;
		top: 36px;
		bottom: 36px;
		right: 0;
		width: 0;
		border-right: 2px solid #3E718B;
	}
}

.product-card-inner {
	width: 75%;
	margin: 0 auto;
}

.product-card-name,
.product-card-price {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 1.1667em;
}

.product-card-name {
	color: #0C4A60;
}

.product-card-price {
	color: #1B2A44;
}

.product-card-dim {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #222222;
}

.product-card-img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}

.desc + .desc {
	padding-top: 24px;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.1667em;
}

.small {
	font-size: 0.8em;
}

.red {
	color: red;
}