/* ========================================
   pos_transitional.css
   用途：リニューアルまでの暫定スタイル
   作成日：2026-06
   対象：新規ページのみ使用
   注意：既存ページには適用しないこと
   廃止予定：リニューアル時
======================================== */
div#CONTENTS div#CONTENTS_BLOCK {
	padding: 0;
	margin-top: 0;
}
.type_section h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
}
.type_section h2 {
	font-size: 2.5rem;
	margin-top: 6rem;
	margin-bottom: 0.5rem;
}

/* カテゴリータイトル */
.subcategory-group {
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.subcategory-group--last {
	margin-bottom: 1rem;
}

.type_section .cy-pos__attention {
	font-size: 0.75rem !important;
	text-indent: -1em;
	padding-left: 1em;

}
.type_section .cy-pos__attention.notice-red {
	color: #d00;
	margin-top: 0.5rem;
	text-indent: -0.75rem;
	padding-left: 0.75rem;
}
.subcategory-group h3 {
	font-size: 2rem;
	margin-top: 5rem;
	margin-bottom: 0.5rem;
}
.subcategory-group h3:first-child {
	margin-top: 0;
}

.subcategory-group h3 > span {
	font-size: 1rem;
	margin-left: 1rem;
}
.subcategory-group h3 > span > span {
	font-size: 1.25rem;
	margin-left: 0;
}

/* アコーディオン */
.js-toggle-item.is-hidden {
	display: none;
}
.toggle-list__btn {
		display: flex;
		justify-content: center;
		gap: 0.25rem;
		margin: 0 auto 2rem;
		padding: 0.5rem 0.75rem 0.25rem;
		border-radius: 5px;
		border: 1px solid #666;
		background: none;
		text-align: center;
		color:#000;
		font-size: 0.75rem;
}
.toggle-list__btn--close {
	display: none;
}
.toggle-list__btn--open::after {
	content: "";
	display: block;
	margin: 0.125rem 0;
	width: 1.125rem;
	height: 0.625rem;
	background: url(/products/pos/common/img/btn_bottom_b.svg) no-repeat;
}
.toggle-list__btn--close::after{
	content: "";
	display: block;
	margin: 0;
	width: 1.0625rem;
	height: 0.8125rem;
	background: url(/products/pos/common/img/btn_top_b.svg) no-repeat;
}

/* SP */
@media screen and (max-width: 768px) {
	.type_section {
		padding: 0 1rem;
	}
	.cy-pos-menu__nav{
		width: auto;
	}
	.cy-pos-menu__nav .cy-pos-menu__list{
		justify-content: flex-start;
		padding: 0.5rem 1rem;
		gap: 0 1rem;
	}
	/* カテゴリータイトル */
	.cy-pos-menu__title{
		font-size: 2.25rem !important;
	}
}