@charset "UTF-8";

/*================================================
 * リサイクル店向けソリューション CSS設定
 ================================================*/

/*
 * Navigation font size alignment
 */


:root {
	--main-color: #892626;
	/* 落ち着いた赤 */
	--sub-color: #d32f2f;
	/* 少し明るい赤 */
	--accent-color: #f8f9fa;
	/* 背景色 */
	--dark-color: #121a35;
	/* ダークカラー */
	--text-color: #333;
	--white: #fff;
	--badge-size: 100px;
	--border-radius: 8px;
	--pricing-color: var(--sub-color);
	/* 料金プラン用の赤 */
	--pricing-border-color: #3A60BA;
	/* 料金プラン用の青 */
}

body {
	color: var(--text-color);
	background-color: #fff;
}

.full-width p {
	font-size: 1.6rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text-color);
	font-weight: 800;
}

h2.h2L {
	color: var(--main-color);
}

.h2L {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.h2L::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: var(--main-color);
	border-radius: 2px;
}

.ctext {
	text-align: center;
}

.mb40 {
	margin-bottom: 40px;
}

.tax-note-center {
	text-align: center;
	margin-top: 1rem;
	font-size: 1.4rem;
}

.section-intro {
	text-align: center;
	font-size: 1.8rem;
	color: var(--text-color);
	margin-bottom: 10px;
	font-weight: 600;
}

.full-width {
	background-color: #fff;
}

.full-width.bg_g2 {
	background-color: var(--accent-color);
}


.inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fixed-width {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ヒーローエリア */
.hero-section {
	background: var(--white);
	padding: 0;
}

.hero-box {
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url('/product/business/images/recycle/reuse_bg.png');
	background-size: cover;
	background-position: bottom;
}

.hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 0px;
	min-height: 450px;
	position: relative;
}

.hero-left {
	flex: 1 1 50%;
	max-width: 55%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.hero_textbox {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.hero_heading {
	display: flex;
	flex-direction: column;
}

.badge {
	width: var(--badge-size);
	height: var(--badge-size);
	background: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font: 700 18px/1.4 "Noto Sans JP", sans-serif;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	position: static;
	flex: 0 0 var(--badge-size);
	margin: 0;
	text-align: center;
}

.sub {
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
	margin: 0 0 8px;
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	text-shadow: 1px 1px 2px white;
}

.sub::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	height: 3px;
	background: var(--main-color);
	border-radius: 1.5px;
}

.title {
	font-size: 53px;
	font-weight: 900;
	line-height: 1.1;
	margin: 10px 0 40px;
	color: var(--text-color);
	text-shadow: 1px 1px 2px white;
}

.features {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.features li {
	position: relative;
	padding-left: 34px;
	font: 500 16px/1.3 "Noto Sans JP", sans-serif;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23ad3d3d'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.medals-staff-container {
	display: flex;
	gap: 50px;
	align-items: self-end;
	max-width: 100%;
}

.staff-image {
	width: 260px;
	max-width: 100%;
	border-radius: var(--border-radius);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1));
}

.medals {
	display: flex;
	gap: 40px;
}

.medal {
	width: 100px;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15));
}

.medal img {
	width: 100%;
	object-fit: contain;
}

.medals-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.medal-banner {
	display: block;
	margin-top: 10px;
	width: calc(300px + 20px);
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.medal-banner img {
	width: 100%;
	height: auto;
}

.hero-right {
	flex: 1 1 50%;
	max-width: 50%;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
}

.register {
	width: 424px;
	max-width: 100%;
	align-self: flex-end;
	margin-right: 0px;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, .1));
	padding-bottom: 30px;
}

.hero-price {
	background: var(--main-color);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 25px 20px;
	position: relative;
	width: 100%;
}

.set-contents {
	display: flex;
	width: 670px;
	max-width: 100%;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.set-label {
	flex: 0 0 160px;
	background: #fff;
	color: var(--main-color);
	font: 700 18px/1 "Noto Sans JP", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 10px;
	border-right: 2px solid var(--main-color);
}

.set-items {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

.set-items:nth-of-type(1) {
	border-right: 1px solid #fff;
	;
}

.set-items li {
	background: var(--main-color);
	color: #fff;
	font: 500 14px/1.2 "Noto Sans JP", sans-serif;
	text-align: center;
	padding: 7px 0;
}

.set-items li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.price-value {
	text-align: center;
	min-width: 260px;
}

.price-label {
	position: relative;
	font: 700 20px/1 "Noto Sans JP", sans-serif;
	letter-spacing: .08em;
	width: max-content;
	margin: 0 auto 30px;
}

.price-label::before,
.price-label::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 130px;
	height: 1px;
	background: rgba(255, 255, 255, .6);
}

.price-label::before {
	right: 100%;
	margin-right: 12px;
}

.price-label::after {
	left: 100%;
	margin-left: 12px;
}

.price-num {
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
}

.price-num .num {
	font-size: 56px;
	font-weight: 900;
	letter-spacing: -1px;
}

.price-num .yen {
	font-size: 40px;
	font-weight: 800;
	position: relative;
}

.price-num .tax-note {
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 300;
}

/* cashless */
.slider_box {
	margin: 0 0 30px;
}

.swiper-area2 {
	position: relative;
}

.swiper-container2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.swiper-container2 .swiper-wrapper2 {
	width: 100%;
	justify-content: space-between;
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-slide2 {
	width: var(--swiper-slide-size, auto);
	height: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 10px;
}

.swiper-slide2 img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

.swiper-wrapper2 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-slide2 {
	flex-shrink: 0;
	width: auto;
}

.swiper-container2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.swiper-container2 .swiper-slide2 {
	text-align: center;
	padding: 1rem;
	width: 23%;
}

.swiper-button-prev2,
.swiper-button-next2 {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
	transition: background .3s;
	display: none;
	text-align: center;
}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
	background: rgba(0, 0, 0, .6);
}

.swiper-button-prev2 {
	left: -14px;
}

.swiper-button-next2 {
	right: -14px;
}

.swiper-button-prev2::before,
.swiper-button-next2::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}

.swiper-button-prev2::before {
	content: "\f053";
}

.swiper-button-next2::before {
	content: "\f054";
}

.feature-header {
	margin-left: 0;
	margin-bottom: 30px;
	text-align: center;
}

.feature-title2 {
	font-size: 3rem;
	font-weight: 800;
	color: var(--dark-color);
	margin-bottom: 25px;
}

.feature-description {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}


/* お悩みセクション */
#problem .problem-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	text-align: center;
}

#problem .problem-box div p {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}

#problem .problem-box img {
	border-radius: 10px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	max-width: 150px;
}

/* 特長セクション */
/* 番号付きデザイン */
#features .inner {
	counter-reset: feature-counter;
}

#features .feature-item-column,
#features .feature-item-row,
#features .feature-icon-card,
#features .feature-section {
	position: relative;
	overflow: hidden;
}

#features .feature-item-column::before,
#features .feature-item-row::before,
#features .feature-icon-card::before,
#features .feature-section::before {
	counter-increment: feature-counter;
	content: "0" counter(feature-counter);
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 7rem;
	font-weight: 900;
	color: var(--main-color);
	opacity: 0.08;
	line-height: 1;
	z-index: 0;
}

#external-integration .feature-item-row::before {
	content: none;
}

#features .feature-item-column>*,
#features .feature-item-row>*,
#features .feature-icon-card>*,
#features .feature-section>* {
	position: relative;
	z-index: 1;
}

.feature-item-row {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 50px;
	background: var(--white);
	padding: 30px 50px;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-item-row:nth-child(even) {
	flex-direction: row-reverse;
}

.feature-item-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
	background: var(--white);
	padding: 30px;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.feature-item-image {
	flex: 1;
	text-align: center;
}

.feature-item-image img {
    max-width: 400px;
    width: 100%;
    border-radius: var(--border-radius);
    max-height: 350px;
    object-fit: contain;
    padding-bottom: 20px;
}

.feature-item-text {
	flex: 1.2;
}

.feature-item-text h3 {
	font-size: 2.5rem;
	color: var(--dark-color);
	margin-bottom: 25px;
}

.feature-item-text p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
	max-width: 800px;
}

.features-icons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

.feature-card-wrapper-full-width {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

@media (max-width: 768px) {
	.feature-card-wrapper-full-width {
		grid-template-columns: 1fr;
	}
}

.feature-icon-card {
	background: var(--white);
	padding: 25px;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
}
#features .feature-icon-card::before {
	top: -5px;
	left: -5px;
}

.feature-icon-card .fa-icon {
	font-size: 4rem;
	color: var(--main-color);
	margin-bottom: 15px;
}

.feature-icon-card h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.feature-icon-card p {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
}

.feature-images-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
	align-items: start;
}
.feature-images-grid figure {
	text-align: center;
}
.feature-images-grid img {
	width: 100%;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.feature-images-grid figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #555;
}

@media (max-width: 768px) {
	.feature-images-grid {
		grid-template-columns: 1fr;
	}
}


.feature-section {
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* POSレジ選択セクション */
#pos-select .feature-list-center {
	list-style: none;
	padding: 0;
	margin: 20px auto 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	max-width: 800px;
	/* display: inline-block; */
	/* text-align: left; */
}

#pos-select .feature-list-center li {
	position: relative;
	padding-left: 34px;
	font: 500 16px/1.3 "Noto Sans JP", sans-serif;
	display: flex;
	align-items: center;
	text-align: left;
}

#pos-select .feature-list-center li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23ad3d3d'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.fBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 4rem;
	margin-bottom: 1rem;
}

.fBox .fUl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.fBox .fUl li {
	background: #f3f5f9;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	border-radius: var(--border-radius);
}

.fBox .fUl li .fSet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 3rem;
	padding-bottom: 3rem;
}

.fBox .fUl li .fSet .fSub {
	background: var(--dark-color);
	color: #fff;
	font-size: 1.4rem;
	border-radius: 10rem;
	line-height: 1.4;
	width: 90%;
	padding: 1rem 0.2rem;
	margin-top: -3rem;
	text-align: center;
}

.fBox .fUl li .fSet .fImg {
	position: relative;
	border-radius: 0.2rem;
	/* background: #fff; */
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fBox .fUl li .fSet .fImg img {
	max-width: 200px;
	width: auto;
	max-height: 200px;
}

.fBox .fUl li .fSet .fRegi {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--dark-color);
	text-align: center;
}

.fBox .fUl li .fSet .fRegi span {
	font-size: 1.6rem;
}

.fBox .fUl li .fSet .fMark {
	position: absolute;
	bottom: -30px;
	right: -30px;
	background: var(--sub-color);
	color: #fff;
	padding: 1rem 0.2rem;
	line-height: 1.2;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.fBox .fUl li .fSet .fMark p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
}

.fBox .fUl li .fSet .fMark p span {
	font-size: 1.2rem;
	font-weight: bold;
}

.fBox .arrow {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	position: relative;
}

.fBox .arrow:after {
	background: linear-gradient(90deg, #cce7ff 0%, #a0d8ef 100%);
	height: 36px;
	width: 102%;
	content: "";
	position: absolute;
}

.fBox .arrow li {
	z-index: 3;
	position: relative;
}

.fBox .arrow li:last-child::after {
	content: "\f0da";
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	color: #a0d8ef;
	font-size: 62px;
	position: absolute;
    right: -42px;
	bottom: -4px;
}

.fBox .arrow li dl {
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	border: 1px solid #a0d8ef;
	width: 150px;
	padding: 1rem;
}

.fBox .arrow li dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
}

.fBox .arrow li dl dd {
	font-size: 1.2rem;
}


/* 本部管理・アプリ連携 */
.integration-wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.integration-card-large {
	background: var(--white);
	border-radius: var(--border-radius);
	padding: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: left;
}

.integration-images {
	flex: 1;
	text-align: center;
}

.integration-text-content {
	flex: 1.5;
}

.integration-logo {
    max-height: 53px;
    margin-bottom: 0;
    max-width: 200px;

}

.integration-product-image {
	max-width: 500px;
	width: 100%;
	border-radius: var(--border-radius);
	margin-bottom: 0;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
	display: block;
	max-height: 310px;

}

.integration-product-image-wrapper {
	background: var(--white);
	padding: 15px;
	border-radius: var(--border-radius);
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
	display: inline-block;
	margin-top: 20px;
}

.integration-system-name {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid var(--main-color);
	padding-bottom: 5px;
}

.integration-text-content h3 {
	font-size: 2.5rem;
	margin-bottom: 25px;
	color: var(--dark-color);
	text-align: left;
}

.integration-text-content p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 20px;
	max-width: 600px;
	margin-left: 0;
	margin-right: 0;
}

.integration-features {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	display: table;
	text-align: left;
}

.integration-features li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 15px;
}

.integration-features li:last-child {
	margin-bottom: 25px;
}

.integration-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23ad3d3d'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.btn-details {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background:  #3A60BA;
	color: var(--white);
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
font-size: 17px;
}

.btn-details::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.btn-details:hover {
	background: var(--dark-color);
	color: var(--white);
}

/* 料金プランセクション */
#pricing {
	background-color: #eaf2ff;
}

#pricing .grid {
	display: grid;
}

#pricing .gap-8 {
	gap: 2rem;
}

@media (min-width: 768px) {
	#pricing .md-grid-cols-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	#pricing .md-grid-cols-3 {
		grid-template-columns: 1fr;
	}
}

#pricing .pricing-card {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2.5rem 2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	border: none;
	border-top: 4px solid var(--pricing-border-color);
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
	transition: transform 0.3s, box-shadow 0.3s;
}

#pricing .pricing-card.recommended {
	border-color: var(--pricing-color);
	box-shadow:0 25px 40px -15px rgb(118 118 145 / 30%);
	/* transform: translateY(-10px); */
}

#pricing .recommended-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--pricing-color);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0.6rem 1.4rem;
	border-radius: 9999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

#pricing .pricing-card-title {
	font-size: 2rem;
	font-weight: 900;
}

#pricing .pricing-card-subtitle {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 1.5rem;
}

#pricing .pricing-card-description {
	color: var(--text-color);
	margin-top: 1.5rem;
	flex-grow: 1;
	min-height: 7rem;
	font-size: 1.4rem;
	line-height: 1.6;
}

#pricing .pricing-card-price {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

#pricing .pricing-card-price .price-amount {
	font-size: 4.5rem;
	font-weight: 900;
	color: var(--pricing-color);
	line-height: 1;
}

#pricing .pricing-card-price .price-unit {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--text-color);
}

#pricing .pricing-card-price .price-note {
	font-size: 1.5rem;
    color: #666;
    display: block;
    margin-top: 1rem;
    height: auto;
}

#pricing .pricing-features {
	text-align: left;
	margin-top: auto;
	font-size: 1.5rem;
}

#pricing .pricing-features-item {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
	border-top: 1px solid #f3f4f6;
}

#pricing .pricing-features-item:first-child {
	border-top: none;
}

#pricing .pricing-features-item .feature-name {
	flex-grow: 1;
	font-weight: 500;
}

#pricing .pricing-features-item .feature-value {
	font-weight: 700;
}

#pricing .pricing-features-item .icon-check {
	color: #10b981;
	font-size: 1.25rem;
	margin-right: 5px;
}

#pricing .pricing-features-item .icon-cross {
	color: #ef4444;
	font-size: 1.25rem;
	margin-right: 5px;
}

#pricing .pricing-features-item .value-paid {
	color: #f59e0b;
}


/* 導入事例セクション */
.case-gallery-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.case-item {
	background: var(--white);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.case-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
    object-position: top;
}


.case-item h4 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

/* サポート体制 */
.support_btm {
	padding: 50px 0;
}

.support_layout {
	display: flex;
	justify-content: space-around;
	text-align: center;
	gap: 30px;
}

.support_layout .col-4 {
	flex: 1;
	max-width: 300px;
}

.support_layout img {
	height: 80px;
	margin-bottom: 20px;
	
}

.support_layout h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--dark-color);
}

.support_layout p {
	font-size: 1.4rem;
}

.support_layout span {
	font-size: 1.2rem;
	color: #777;
	display: block;
	margin-top: 10px;
}

/* FAQセクション */
.faq-container {
	max-width: 1200px;
	margin: 0 auto;
}

.faq-list .faq-item {
	background: #fff;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	transition: 0.3s;
}

.faq-list .faq-item:hover {
	border-color: var(--main-color);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}

.faq-list .faq-item[open] {
	border-color: var(--main-color);
}

.faq-summary {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	transition: background-color 0.3s;
}

.faq-summary:hover {
	background-color: #f9f9f9;
}

.faq-summary::-webkit-details-marker {
	display: none;
}

.faq-icon {
	width: 30px;
	height: 30px;
	background-color: var(--main-color);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-shrink: 0;
}

.faq-icon::before {
	content: 'Q';
	font-family: sans-serif;
}

.faq-question {
	flex-grow: 1;
}

.faq-toggle {
	width: 20px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
	content: '';
	position: absolute;
	background-color: var(--main-color);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-toggle::before {
	width: 100%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-toggle::after {
	width: 2px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.faq-item[open] .faq-toggle::after {
	transform: translateX(-50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::before {
	transform: translateY(-50%) rotate(180deg);
	opacity: 0;
}

.faq-answer {
	padding: 20px;
	border-top: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.faq-answer p {
	font-size: 1.5rem;
	line-height: 1.7;
}

/* お問い合わせフォーム */
#otoiawase {
	background-color: #1a202c;
	/* 濃いネイビーの背景 */
	
}

#otoiawase .h2L {
	color: #ffffff;
	border-bottom-color: #4a5568;
}

.form_box {
	max-width: 100%;
	margin: 0 auto;
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form_box table {
	width: 100%;
	border-collapse: collapse;
}

.form_box th,
.form_box td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.form_box th {
	text-align: left;
	width: 24%;
	font-weight: bold;
	/* vertical-align: top; */
	font-size:1.4rem;
}

.form_box th span {
	background: var(--main-color);
	color: var(--white);
	font-size: 1.4rem;
	padding: 3px 8px;
	border-radius: 3px;
	margin-right: 10px;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
	/* padding: 5px; */
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.4rem;
	box-sizing: border-box;
}

.form_box select {	padding: 10px;}

.form_box input[type="submit"] {
	background: var(--main-color);
	color: var(--white);
	border: none;
	padding: 15px 30px;
	font-size: 1.6rem;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	/* margin: 30px auto 0; */
	transition: background 0.3s;
}

.form_box input[type="submit"]:hover {
	background: var(--sub-color);
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.form_box select {
	background-color: white;
}

.form_box input.flatpickr-date {
	background-color: white !important;
	cursor: pointer;
}

.form_box #date-time-preferences>div {
	background: #f3f8ff;
	border: 1px solid #d1e3ff;
	border-radius: 12px;
	padding: 25px 20px 15px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.form_box #date-time-preferences>div:nth-child(n+2) {
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

.form_box #date-time-preferences label[for^="date_"] {
	position: absolute;
	top: -14px;
	left: 20px;
	background-image: linear-gradient(to right, #007bff, #0056b3);
	color: white;
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 91, 179, 0.3);
	cursor: unset;
}

.form_box #date-time-preferences div:nth-child(n+2) label[for^="date_"] {
	background-image: linear-gradient(to right, #6c757d, #495057);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form_box #date-time-preferences .form-control {
	flex: 1;
	min-width: 150px;
}

.form_box #date-time-preferences>div>div:first-of-type {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.form_box #date-time-preferences p[for^="other_time_"] {
	display: block;
	font-size: 13px;
	color: #555;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1.5;
}

.form_box th span.nini {
	background: #6c757d;
}

/* */
/*メールフォーム*/

.form_title h2 {
	width: fit-content;
	display: flex;
	align-items: baseline;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 auto 20px;
}

.form_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #fff;
	border: 1px solid #ccc;
	padding: 40px;
	margin: 0 auto;
}

.form_box h4 {
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h4+div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box a {
	color: #296fb2;
	transition: 0.3s;
}

.form_box a:hover {
	opacity: 0.3;
}

.form_box table {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	width: auto;
	text-align: left;
	font-weight: normal;
	border: none;
	padding: 20px 0;
}
.form_box table tr th{
	line-height:1.7;
}
.form_box table tr th span {
	color: #fff;
	background: #3A60BA;
	border-radius: 5px;
	padding: 5px;
	margin: 0 5px 0 0;
}

.form_box label {
	line-height: 1.5;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box input.short {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	resize: vertical;
	/* padding: 10px; */
}

.form_box>p.front {
	text-align: center;
	margin: 0 0 30px;
}

.form_box>p input {
	width: 100%;
	max-width: 300px;
	display: block;
	color: #005d96;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #005d96;
	border-radius: 30px;
	cursor: pointer;
	padding: 10px;
	margin: 0 auto;
	transition: 0.3s;
}

.form_box>p input.back {
	color: #fff;
	background: #999;
	border: none;
}

.form_box>p input:hover {
	opacity: 0.3;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.form_box table.kakunin_table tr th,
.form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.form_box table.kakunin_table tr th {
	display: table-cell;
	font-weight: bold;
	background: #eee;
}

.form_box table.kakunin_table+p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.form_header {
	background: #fff;
	padding: 10px 30px;
}

.form_header img {
	width: 100%;
	max-width: 120px;
}

/*メールフォームここまで*/

#reseconDropdown {
	border: 1px solid #ccc;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	background-color: white;
	position: absolute;
	z-index: 10;
}

#reseconDropdown div {
	padding: 8px;
	cursor: pointer;
}

#reseconDropdown div:hover {
	background-color: #f1f1f1;
}

/* POSレジラインアップ追加 */
.bpRe-product {
	margin: 0;
	padding: 80px 0 20px 0;
}

.bpRe-product-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.bpRe-product h2 {
	text-align: center;
	margin-bottom: 5rem;
	font-size: 4.4rem;
	color: var(--dark-color);
}

.bpRe-product h2 span {
	color: var(--main-color);
}

.bpRe-product .t-center {
	text-align: center;
	margin-bottom: 4rem;
}

.bpRe-product-inner .t-center h3 {
	margin: 0 auto 2rem;
	width: fit-content;
	padding: 1rem 5rem;
	font-size: 2.4rem;
	background: #000;
	color: #fff;
	display: block;
}

.bpRe-product-inner .t-center h3+p {
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}


.bpRe-product-option {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 3rem;
	position: relative;
	width: 100%;
	margin: 0 auto 5rem;
	padding: 3rem 2rem;
	list-style: none;
	background: #f3f5f9;
}

.bpRe-product-option li {
	background: #fff;
	border: 1px solid #D0D6F0;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex: 1;
	padding: 3rem 2rem 2rem;
}

.bpRe-product-option li img {
	max-height: 48px;
}

.bpRe-product-option li p {
	font-size: 1.4rem;
	font-weight: 500;
}

.bpRe-product-option li:nth-child(2) {
	position: relative;
	z-index: 2;
}

.bpRe-product-option li:nth-child(2)::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 56px;
	height: 56px;
	background: url(/product/business/images/pharmacy_img/icon-add.png) no-repeat;
	transform: translate(0, -25px);
}

.bpRe-product-option li:nth-child(3) {
	position: relative;
	z-index: 3;
}

.bpRe-product-option li:nth-child(3)::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 56px;
	height: 56px;
	background: url(/product/business/images/pharmacy_img/icon-add.png) no-repeat;
	transform: translate(0, -25px);
}

.bpRe-product-option figure {
	display: block;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}

.bpRe-product-option img {
	width: 100%;
}

.bpRe-product-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	gap: 3rem;
}

.bpRe-product-item li {
	flex: 1;
	margin: 0;
	padding: 2rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}

.bpRe-product-photo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bpRe-product-item li .bpRe-product-photo picture {
	order: 2;
}

.bpRe-reason-photo img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: contain;
	max-width: 320px;
}

.bpRe-product-item li .bpRe-product-photo-name {
	order: 1;
	width: 100%;
}

.bpRe-product-photo-name h4 {
	margin: 0;
	padding: 1rem;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: bold;
	background: var(--dark-color);
	text-align: center;
}

.bpRe-product-photo-name h4 br {
	display: inline;
}

.bpRe-product-photo-name p {
	margin: 3rem 0;
	padding: 0;
	color: var(--sub-color);
	line-height: 1.2;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.bpRe-product-photo-name .label {
	position: relative;
	font-size: 1.4rem;
	padding: 0 0 24px;
	color: #000;
	font-weight: normal;
}

.bpRe-product-photo-name sup {
	position: relative;
	top: 0;
	left: 4px;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

.bpRe-product-text {
	margin: 0 auto;
	padding: 1.5rem 0 0;
	line-height: 1.5;
	font-size: 1.6rem;
	width: 80%;
}

.bpRe-product-text dl {
	margin: 0;
	padding: 0;
}

.bpRe-product-text dt {
	margin: 0;
	padding: 0 0 1rem;
	font-size: 2rem;
	font-weight: bold;
}

.bpRe-product-text dt svg {
	position: relative;
	top: 0.2rem;
	width: auto;
	height: 1em;
	margin: 0 1rem 0 0;
}

.bpRe-product-text dd {
	list-style: none;
	margin: 0;
	padding: 0 0 1rem 34px;
	font-weight: normal;
	position: relative;
}

.bpRe-product-text dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23ad3d3d'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}


/* 新商品のご案内 */
.pos-new-product-container {
	max-width: 1100px;
	margin: 4rem auto 2rem;
	border: 1px solid var(--dark-color);
	border-radius: 1rem;
	box-shadow: 0 5px 20px rgba(0, 70, 143, 0.1);
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.pos-new-product-title {
	background: linear-gradient(90deg, #00468f 0%, #296fb2 100%);
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 2rem;
	letter-spacing: 1px;
}

.pos-new-product-title span {
	background: var(--sub-color);
	color: white;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 3rem;
	margin-right: 1.5rem;
	display: inline-block;
}

.pos-new-product-image {
	width: 40%;
	text-align: center;
}

.pos-new-product-image img {
	width: auto;
	height: auto;
	max-height: 284px;
	margin: auto;
}


.pos-new-product-content {
	display: flex;
	padding: 5rem;
	justify-content: center;
	gap: 4rem;
	align-items: center;
}

.pos-new-product-info {
	width: 60%;
}

.pos-new-product-feature {
	display: block;
	margin: 0 0 1rem 0;
	padding: 0 0 1rem 3.5rem;
	font-weight: 500;
	font-size: 2.0rem;
	position: relative;
}

.pos-new-product-feature+p {
	font-size: 1.6rem;
}

.pos-new-product-feature::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23ad3d3d'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.pos-new-product-name {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.2;
	padding: 1rem;
	background: var(--dark-color);
	text-align: center;
	width: 100%;
}

.pos-new-product-price-container {}

.pos-new-product-price {
	font-size: 4.4rem;
	color: var(--sub-color);
	font-weight: bold;
	display: block;
	padding: 0;
	text-align: center;
	margin: 0 auto 1rem;
}

.pos-new-product-price span {
	font-size: 1.4rem;
	color: #000;
	font-weight: normal;
	padding: 0 0 24px;
}

.bpRe-product-more {
	margin: 0;
	padding: 0;
	text-align: center;
}

.bpRe-product-more a {
	width: 100%;
	max-width: 480px;
}

.bpRe-btn {
	display: block;
	width: 90%;
	max-width: 480px;
	margin: 40px auto 0;
	padding: 0 16px;
	border: var(--dark-color) 1px solid;
	border-radius: 64px;
	color: #fff !important;
	line-height: 64px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: var(--dark-color);
	transition: 0.2s;
}

.bpRe-btn:hover {
	transition: 0.2s;
	opacity: 0.9;
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box; 
}

/* モーダル内の画像を2倍に拡大 */

.modal img {
	width: 100%; /* モーダル幅に収まる */
	max-width: 800px; /* 画像の最大幅を制限 */
	height: auto; /* アスペクト比維持 */
	display: block;
	margin: 0 auto; /* 中央揃え */
	object-fit: contain; /* はみ出し防止 */
	}

.modal-container {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation-name: zoom;
    animation-duration: 0.4s;
}

.modal-container figure {
    margin: 0;
    padding: 0;
	text-align: center;
}

.modal-content { /* This is the img tag */
    display: block;
    max-width: 100%;
    max-height: calc(90vh - 100px);
    width: auto;
    height: auto;
}

#modalCaption {
    margin-top: 15px;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    background: var(--dark-color);
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1010;
}

.modal-close:hover,
.modal-close:focus {
    background: var(--main-color);
    color: white;
    text-decoration: none;
}

@keyframes zoom {
    from {transform: scale(0.7); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

.modal-trigger {
    cursor: pointer;
    transition: 0.3s;
}

.modal-trigger:hover {
    opacity: 0.7;
}

/* 自動釣り銭機は全て循環式 */
.jyunkanshiki_box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.jyunkanshiki_box>p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px;
}
.jyunkanshiki_box>div {
  gap: 30px 0;
  text-align: left;
}
.rsb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ----------------------------------------------
   レスポンシブ設定 (スマートフォン向け)
----------------------------------------------- */
@media (max-width: 768px) {

    /* --- 全体設定 --- */
    .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fixed-width {
        padding: 0 15px;
    }
    .h2L {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    body {
        /* 横スクロール防止 */
        overflow-x: hidden;
    }

    /* --- ヒーローセクション --- */
    .hero-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
        column-gap: 0;
        align-items: center;
        padding: 20px 15px;
        min-height: auto;
    }
    
    .hero-left {
      display: contents;
    }

    .hero_textbox,
    .features {
      flex: 1 1 100%;
    }

    .hero_textbox {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      margin-bottom: 10px;
    }

    .badge {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        font-size: 14px;
        line-height: 1.2;
    }
    .hero_heading {
        text-align: left;
    }
    .sub {
        font-size: 16px;
        text-align: left;
    }
    .sub::after {
        left: 0;
        transform: none;
    }
    .title {
        font-size: 28px;
        line-height: 1.2;
        margin: 5px 0 0;
    }
    
    .features {
      flex-direction: row;
      justify-content: center;
      gap: 10px 20px;
      margin: 0 auto 10px;
    }
    
    .features li {
      white-space: normal;
      font-size: 12px;
      padding-left: 24px;
    }
    
    .features li::before {
      width: 18px;
      height: 18px;
    }
    
    .medals-staff-container {
        order: 2;
        flex: 0 0 auto;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: flex;
        flex-direction: row;
    }
    .staff-image {
        display: none;
    }
    .medals-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .medals {
        gap: 15px;
        display: flex;
    }
    .medal {
        width: 80px;
    }
    
    .hero-right {
      order: 1;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .register {
      margin: 0;
      width: 100%;
      max-width: 200px; /* POSレジ画像の最大幅を調整 */
      padding-bottom: 0px;
    }

    /* --- お悩みセクション --- */
    #problem .problem-box {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px;
    }

    /* --- POSレジ選択 --- */
    .fBox .fUl {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .fBox .arrow {
        display: none; /* 矢印はSPでは非表示 */
    }

    /* --- 特徴セクション --- */
    .feature-item-row {
        flex-direction: column !important; /* nth-childの指定を上書き */
        padding: 20px;
        gap: 20px;
    }
    .feature-item-text {
        text-align: center;
    }
    .feature-item-text p {
        text-align: left;
    }
    .feature-item-text h3 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .feature-item-column {
         padding: 20px;
    }
    .features-icons-grid {
        grid-template-columns: 1fr;
    }
    .feature-title2 {
        font-size: 2.4rem;
    }

    /* --- キャッシュレス決済 --- */
    .swiper-container2 .swiper-slide2 {
        width: 45%;
    }

    /* --- 連携システム --- */
    .integration-card-large {
        flex-direction: column;
        padding: 20px;
    }

    /* --- 料金プラン --- */
    #pricing .md-grid-cols-3 {
        grid-template-columns: 1fr;
    }

    /* --- POSレジラインアップ --- */
    .bpRe-product-item {
        flex-direction: column;
    }
    .bpRe-product-option {
        flex-direction: column;
        padding: 20px 15px;
    }
    .bpRe-product-option li:nth-child(2)::before,
    .bpRe-product-option li:nth-child(3)::before {
        content: "↓";
        background: none;
        font-size: 30px;
        color: var(--dark-color);
        transform: translate(-50%, -50%);
        top: -25px;
        left: 50%;
        width: auto;
        height: auto;
    }
    .bpRe-product-photo-name h4 {
        font-size: 2rem;
    }

    /* --- 新商品 --- */
    .pos-new-product-content {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .pos-new-product-image, .pos-new-product-info {
        width: 100%;
    }
     .pos-new-product-title {
        font-size: 2rem;
        padding: 1.5rem 1rem;
    }
    .pos-new-product-title span {
        font-size: 1.6rem;
        padding: 0 1.5rem;
    }

    /* --- サポート体制 --- */
    .support_layout {
        flex-direction: column;
        align-items: center;
    }

    /* --- お問い合わせフォーム --- */
    .form_box th, .form_box td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 0;
    }
    .form_box tr {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }
     .form_box th {
        padding-bottom: 5px;
    }
    .form_box #date-time-preferences>div>div:first-of-type {
        flex-direction: column;
    }
    
    /* --- 追従バナー --- */
    .contact_box {
        display: none; /* SPでは非表示 */
    }
}

/* ▼▼▼【修正箇所】確認画面のボタンの高さを統一するためのスタイル ▼▼▼ */
.form_box table.kakunin_table + p {
    display: flex;
    justify-content: center;
    gap: 20px; /* ボタン間のスペース */
    margin-top: 30px;
    flex-wrap: wrap; /* スマホで折り返すように */
}

/* 確認画面のボタン共通スタイル */
.form_box table.kakunin_table + p input {
    width: 250px; /* 幅を固定 */
    max-width: 100%;
    flex-shrink: 0; /* 幅が縮まないように */
    height: 50px; /* 高さを固定 */
    padding: 0 10px; /* 左右パディングのみ */
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
    text-align: center;
    border: none;
    box-sizing: border-box; /* 計算方法を統一 */
    -webkit-appearance: none; /* iOSのデフォルトスタイルをリセット */
    -moz-appearance: none;
    appearance: none;
    line-height: 50px; /* 高さと合わせることで垂直中央揃え */
}

/* 確認画面の「戻る」ボタン */
.form_box table.kakunin_table + p input.back {
    background: #6c757d;
    color: white;
}

/* 確認画面の「送信する」ボタン */
.form_box table.kakunin_table + p input[type="submit"] {
    background: var(--main-color);
    color: var(--white);
}

.form_box table.kakunin_table + p input:hover {
    opacity: 0.8;
}
/* ▲▲▲【修正箇所】ここまで ▲▲▲ */

