/* サービスPMページのスタイル */
.container {
	max-width: 1728px;
	margin: 0 auto;
}
/* 基本スタイル */
.service-pm-page {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

.service-page {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

.pm-cliant-list {
	/* 画像ブラウザ幅 */
	width: 100%;
	/* 画像ブラウザ高さ */
	height: 100%;
	/* 画像の位置 */
	object-fit: cover;
	/* 画像の位置 */
	object-position: center;
}
/* ヒーローセクション */
.service-pm-mainvisual {
	background-image: url(../images/pm-mainvisual.png);
	background-size: cover;
	color: #fff;
	padding: 100px 0 80px;
	margin-top: 10px;
	height: 491px;
	/* 中心 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最大横幅1728px */
	max-width: 1728px;
	/* 中央揃え */
	margin-left: auto;
	margin-right: auto;
	position: relative; /* 追加: 子要素の絶対配置基準 */
}

.service-pm-mainvisual h1,
.service-mainvisual h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-pm-description,
.service-description {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

.service-type-badge {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
/* クライアント一覧セクション */
.service-pm-cliant {
	padding: 69px 0;
	background-color: #fff;
	max-width: 1486px;
	margin: 0 auto;
}
.service-pm-cliant p {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2c3e50;
}
.cliant-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.cliant-item {
	flex: 0 0 calc(20% - 20px); /* PC表示では5列に変更 */
	width: 175px; /* 幅を調整 */
	height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}
/* サービスの特徴セクション */
.service-pm-features,
.service-features {
	padding: 80px 0;
	background-color: #f6f6f6;
}

.service-pm-features h2,
.service-features h2 {
	text-align: center;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
}
.service-pm-features p,
.service-features p,
.service-pm-cliant p {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2c3e50;
}
.features-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-item {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px;
	transition: transform 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-5px);
}

.feature-icon {
	margin-bottom: 20px;
	font-size: 40px;
	color: #3498db;
}

.feature-item h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #2c3e50;
}

.feature-item p {
	color: #555;
	line-height: 1.6;
}

/* 導入プロセス */
.service-pm-process,
.service-sign-process,
.service-process,
.service-pm-price,
.service-pm-voice {
	padding: 104px 0;
	background-color: #f6f6f6;
}

.service-pm-process h2,
.service-sign-process h2,
.service-process h2,
.service-pm-price h2,
.service-pm-voice h2 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
}
.service-pm-process p,
.service-sign-process p,
.service-process p,
.service-pm-price p,
.service-pm-voice p,
.service-pm-reason p {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
}

.process-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1728px;
	margin: 51px auto;
	position: relative;
}

.process-step {
	flex: 1 1 200px;
	margin: 15px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 380px; /* 固定高さを設定 */
	z-index: 2; /* ステップを矢印より前面に */
}

.process-step img {
	width: 100%;
	height: 280px; /* 画像の高さを統一 */
	object-fit: contain; /* 画像比率を維持 */
}

.process-step h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #2c3e50;
}

.process-step p {
	color: #555;
	line-height: 1.6;
	min-height: 50px; /* テキスト部分の最小高さを設定 */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* プロセスフロー矢印スタイル */
.process-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3; /* 矢印を最前面に変更 */
	margin: 0 -80px; /* ネガティブマージンを修正（-400pxから-80pxに変更） */
	/* imgの位置を少しだけ上に移動 */
	transform: translateY(-30px);
}

/* 150%ズーム時の矢印調整 */
html.zoomed-150 .process-arrow {
	margin: 0 -40px; /* 150%ズーム時はマージンを狭める */
}

/* 高いズーム率での矢印調整 */
html.zoomed-high .process-arrow {
	margin: 0 -20px; /* 高いズーム率時はさらにマージンを狭める */
}

/* 150%ズーム時のプロセスステップ調整 */
html.zoomed-150 .process-step {
	flex: 1 1 180px; /* フレックスベースサイズを小さく */
	margin: 10px; /* マージンを狭める */
}

/* 高いズーム率でのプロセスステップ調整 */
html.zoomed-high .process-step {
	flex: 1 1 160px; /* さらに小さく */
	margin: 8px;
}

/* 150%ズーム時のプロセス画像調整 */
html.zoomed-150 .process-step img {
	height: 240px; /* 画像高さを少し小さく */
}

html.zoomed-high .process-step img {
	height: 220px; /* さらに小さく */
}

.arrow-right {
	width: 50px; /* 矢印の幅を固定 */
	height: 50px; /* 矢印の高さを固定 */
	object-fit: contain; /* 画像比率を維持 */
}

.arrow-down {
	display: none;
	width: 50px; /* 下向き矢印も同じサイズに固定 */
	height: 50px; /* 下向き矢印も同じサイズに固定 */
	object-fit: contain; /* 画像比率を維持 */
}

@media (max-width: 768px) {
	.process-flow {
		flex-direction: column;
	}

	.process-arrow {
		margin: 15px 0;
		z-index: 3; /* 矢印を最前面に */
	}

	.arrow-right {
		display: none;
	}

	.arrow-down {
		display: block;
		width: 50px; /* 下向き矢印の幅を固定 */
		height: 50px; /* 下向き矢印の高さを固定 */
		object-fit: contain; /* 画像比率を維持 */
	}

	.process-step {
		height: auto; /* モバイル表示では高さを自動に戻す */
		margin-bottom: 20px;
	}

	.process-step img {
		height: auto; /* モバイル表示では高さを自動に戻す */
		max-height: 350px; /* 最大高さは維持 */
	}

	.process-step p {
		min-height: auto; /* モバイル表示では最小高さを自動に戻す */
	}
}
/* レスポンシブ対応: スマホ表示のクライアント一覧 */
@media (min-width: 769px) and (max-width: 1440px) {
	/* タブレット・ノートPC表示用の調整 */
	.process-flow {
		padding: 0 20px;
	}

	.process-step {
		flex: 1 1 160px;
		margin: 10px;
		height: 340px;
	}

	.process-step img {
		height: 240px;
	}

	.process-arrow {
		margin: 0 -40px;
	}

	/* 1024px以下の場合、矢印をさらに調整 */
	@media (max-width: 1024px) {
		.process-arrow {
			margin: 0 -20px;
		}

		.arrow-right {
			max-width: 60px;
		}

		.process-step {
			flex: 1 1 140px;
		}
	}
}

/* 導入メリット */
.service-pm-benefits,
.service-benefits {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.service-pm-reason {
	padding: 80px 0;
	background-color: #fff;
}

.service-pm-benefits h2,
.service-benefits h2,
.service-pm-reason h2,
.service-pm-voice h2 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
}
.service-pm-benefits p,
.service-benefits p,
.service-pm-reason p,
.service-pm-voice p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.service-pm-reason span {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
.service-pm-reason span,
.service-pm-reason-select {
	color: #5cb531;
	font-size: 28px;
}
/* Swiper用スタイル追加 */
.swiper-container.reason-swiper {
	padding: 10px 0 40px; /* 下部にページネーションの余白を確保 */
	max-width: 1200px; /* 最大幅を設定 */
	margin: 0 auto; /* 中央揃え */
}

.swiper-slide {
	height: auto; /* 高さを自動調整 */
	display: flex;
	justify-content: center;
}

/* ナビゲーションボタンスタイル（前へ・次へボタン） */
.swiper-button-next,
.swiper-button-prev {
	color: #5cb531; /* ボタン色をブランドカラーに */
	--swiper-navigation-size: 25px; /* ボタンサイズを小さく */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #469621; /* ホバー時の色 */
}

/* ページネーションスタイル（ドット） */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	background: #5cb531; /* アクティブなドットの色をブランドカラーに */
	opacity: 1;
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none; /* スマホでは矢印を非表示に */
	}

	.swiper-container.reason-swiper {
		padding: 10px 0 30px; /* パディング調整 */
	}
}

.benefit-item,
.reason-item {
	flex: 0 0 8%;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 8px;
}

.benefit-item h3,
.reason-item h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #2c3e50;
	border-left: 4px solid #3498db;
	padding-left: 12px;
}

.benefit-item p,
.reason-item p {
	color: #555;
	line-height: 1.6;
}

/* 機能紹介セクション */
.pm-features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
	justify-content: center;
}

.pm-feature {
	flex: 0 0 calc(33.333% - 20px);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	transition: transform 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 480px;
}

.pm-feature:hover {
	transform: translateY(-5px);
}

.pm-feature-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	/* フォントサイズに対して自然に縮小するようemを使用 */
	max-height: 17em;
	object-fit: contain;
}

@media (max-width: 768px) {
	.pm-feature {
		flex: 0 0 100%;
		background-size: 100%;
		/* 背景画像縦方向真ん中 */
		background-position: center;
	}

	.pm-feature-img {
		max-width: 100%;
		/* スマホ表示でもフォントサイズに合わせて調整 */
		max-height: 15em;
	}
}

/* 料金プランセクション */
.service-pm-price {
	padding: 60px 0;
	background-color: #fff;
}

.service-pm-price img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.price-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
	max-width: 1728px;
}

.price-item {
	flex: 0 0 40%;
	background-color: #f6fbf4;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	height: 260px;
}

.price-item:hover {
	transform: translateY(-5px);
}

.price-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #2c3e50;
}

.price-item p {
	font-family: Plus Jakarta Sans, sans-serif;
	font-size: 80px;
	font-weight: 700;
	color: #5cb531;
}

.price-item p span {
	font-family: Noto Sans JP, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #5cb531;
}

.price-item-plus {
	flex: 0 0 10%;
	text-align: center;
	padding: 0 20px;
}

.price-item-plus img {
	max-width: 60px;
	height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.price-list {
		flex-direction: column;
		gap: 20px;
	}

	.price-item {
		flex: 0 0 100%;
		width: 100%;
	}

	.price-item-plus {
		transform: rotate(90deg);
		margin: 10px 0;
	}
}

/* PM導入企業の声セクション */
.service-pm-voice {
	padding: 80px 0;
	background-color: #f6f6f6;
}

.service-pm-voice .container {
	max-width: 1100px;
	margin: 0 auto;
}

.voice-list {
	display: flex;
	flex-direction: row; /* 横に並べる */
	gap: 30px;
	align-items: center; /* 中央揃え */
}

.voice-item {
	width: 1060px; /* 指定の幅 */
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column; /* 上下に分割 */
	margin-bottom: 30px;
}

.voice-image {
	width: 100%; /* 上側のエリア */
	height: 300px; /* 画像エリアの高さ */
	overflow: hidden;
	padding: 0;
	display: flex;
	justify-content: center;
}

.voice-image img {
	/* width: auto; */
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.voice-item:hover .voice-image img {
	transform: scale(1.03);
}

.voice-content {
	width: 100%; /* 下側のエリア */
	padding: 20px 40px 40px;
	display: flex;
	flex-direction: column;
}

.voice-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #2c3e50;
	font-weight: 600;
}

.voice-content p {
	color: #555;
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
	.voice-item {
		width: 90%; /* 幅を画面に合わせる */
		height: auto; /* 高さを自動調整 */
	}

	.voice-image {
		height: 250px;
	}
}

.voice-more-button {
	text-align: center;
	margin-top: 40px;
}

.btn-more-cases {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #5cb531;
	border: 1px solid #5cb531;
	padding: 12px 30px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-more-cases svg {
	margin-left: 8px;
}

.btn-more-cases:hover {
	background-color: #5cb531;
	color: #fff;
}

.btn-more-cases:hover svg path {
	stroke: #fff;
}

.no-cases {
	padding: 40px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	width: 100%;
}

/* お問い合わせセクション */
.service-pm-contact,
.service-contact {
	padding: 80px 0;
	background-color: #2c3e50;
	color: #fff;
	text-align: center;
}

.service-pm-contact h2,
.service-contact h2 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 600;
}

.service-pm-contact p,
.service-contact p {
	margin-bottom: 30px;
	font-size: 18px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.contact-button {
	margin-top: 30px;
}

.contact-button .btn {
	font-size: 18px;
	padding: 12px 30px;
	background-color: #3498db;
	border: none;
	transition: background-color 0.3s ease;
}

.contact-button .btn:hover {
	background-color: #2980b9;
}

.btn-contact-mainvisual {
	background-color: #e1f0d5;
	color: #5cb531;
	border: 1px solid #5cb531;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	width: 198px;
}
.btn-request-mainvisual {
	background-color: #fff;
	color: #5cb531;
	border: 1px solid #5cb531;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	width: 233px;
}

/* ナビゲーションボタンのスタイル改善 */
.nav-buttons {
	display: flex;
	justify-content: center !important;
	gap: 20px;
	margin: 30px auto;
	width: 100%;
	position: relative;
	z-index: 10;
}

.nav-buttons button {
	background-color: #fff;
	border: 1px solid #5cb531;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #5cb531;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-buttons button:hover:not(:disabled) {
	background-color: #5cb531;
	color: #fff;
}

.nav-buttons button:disabled,
.nav-buttons button.swiper-button-disabled {
	opacity: 0.4;
	cursor: not-allowed;
	border-color: #ccc;
	color: #ccc;
}

.nav-buttons {
	justify-content: flex-start !important;
	display: flex;
	justify-content: center !important;
	gap: 20px;
	margin-top: 20px;
}

.nav-buttons button {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-buttons button:hover:not(:disabled) {
	background-color: #f5f5f5;
}

.nav-buttons button:disabled,
.nav-buttons button.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* reason-itemのスタイル調整 */
.reason-item {
	flex: 0 0 360px; /* 固定幅を設定 */
	margin-bottom: 30px;
	background: #fff;
	border-radius: 8px;
	/* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
	padding: 20px;
	transition: transform 0.3s ease;
	width: 360px; /* 明示的に幅を設定 */
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); /* シャドウ追加 */
	height: 100%; /* 高さを100%に設定してスライド内で揃える */
	display: flex;
	flex-direction: column;
}

.reason-item:hover {
	transform: translateY(-5px);
}

.reason-item img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.reason-item span {
	display: block;
	padding: 0 10px;
	text-align: left;
	color: #555;
	line-height: 1.6;
}

/* メインビジュアルボタンのPC表示スタイル */
.mainvisual-buttons {
	display: flex;
	gap: 22px;
	position: absolute; /* PCでは絶対位置を維持 */
	left: 130px; /* 左からの位置 */
	bottom: 80px; /* 下からの位置 */
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
	.voice-item {
		width: 90%; /* 幅を画面に合わせる */
		height: auto; /* 高さを自動調整 */
	}

	.voice-image {
		height: 250px;
	}
}

@media (max-width: 768px) {
	.service-pm-mainvisual h1,
	.service-mainvisual h1 {
		font-size: 32px;
	}

	.service-pm-description,
	.service-description {
		font-size: 16px;
	}

	.service-pm-cliant h2,
	.service-pm-features h2,
	.service-pm-process h2,
	.service-pm-benefits h2,
	.service-pm-reason h2,
	.service-pm-contact h2,
	.service-features h2,
	.service-process h2,
	.service-benefits h2,
	.service-contact h2 {
		font-size: 22px;
	}
	.service-pm-reason span,
	.service-pm-reason-select {
		color: #5cb531;
		font-size: 22px;
	}
	.process-flow {
		flex-direction: column;
	}

	.pm-feature {
		flex: 0 0 100%;
		background-size: 100%;
		/* 背景画像縦方向真ん中 */
		background-position: center;
	}
	.voice-list {
		flex-direction: column; /* 縦に並べる */
	}
	.voice-item {
		flex-direction: column;
	}

	.voice-image {
		height: 210px;
	}

	.voice-content {
		padding: 20px;
	}

	.voice-content h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.voice-content p {
		font-size: 14px;
	}

	.pm-features-list {
		margin: 40px 10px;
	}

	/* スマホ表示時のメインビジュアル調整 - 改善版 */
	.service-pm-mainvisual {
		background-image: url(../images/top-pm-bg.png); /* スマホ用背景画像 */
		background-size: cover; /* カバーに設定 */
		background-position: center center; /* 中央に配置 */
		height: 350px; /* iPhone 14 Pro Max向けに高さ固定 */
		min-height: unset; /* 最小高さをリセット */
		padding: 60px 0; /* パディング調整 */
		position: relative; /* 子要素の配置基準 */
		display: flex;
		align-items: flex-end; /* 下部にコンテンツを配置 */
		justify-content: center; /* 中央揃え */
	}

	.mainvisual-buttons {
		position: relative;
		left: auto;
		bottom: -50px; /* 下部からの距離を設定 */
		flex-direction: row; /* 横並びに変更 */
		gap: 10px; /* ボタン間の間隔を縮小 */
		width: auto; /* 自動幅に変更 */
		max-width: unset; /* 最大幅制限を解除 */
		margin: 0 auto;
		justify-content: center; /* 中央揃え */
	}

	.btn-contact-mainvisual,
	.btn-request-mainvisual {
		width: 140px; /* ボタン幅を140pxに固定 */
		padding: 10px 5px; /* パディングを少し調整して内容が収まるように */
		font-size: 14px; /* フォントサイズを少し小さく */
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap; /* テキストを折り返さない */
	}

	/* SVGアイコンを少し小さくする */
	.btn-contact-mainvisual svg,
	.btn-request-mainvisual svg {
		width: 14px;
		height: 14px;
		margin-left: 5px;
	}
}

/* 新規追加: クライアント一覧用スタイル */
.cliant-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.cliant-item {
	flex: 0 0 calc(20% - 70px); /* PC表示では5列に変更 */
	width: 175px; /* 幅を調整 */
	height: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.cliant-item:hover {
	transform: scale(1.05);
}

/* レスポンシブ対応: スマホ表示のクライアント一覧 */
@media (max-width: 768px) {
	.service-pm-cliant {
		padding: 40px 0;
	}

	.cliant-list {
		gap: 15px;
	}

	.cliant-item {
		flex: 0 0 calc(50% - 15px); /* スマホ表示では2列に */
		height: 120px; /* スマホではやや小さめに */
	}
}
/* ブラウザ拡大率検出用のグローバルスタイル */
html.zoomed-150 .voice-image img {
	max-width: 100%;
	height: auto;
}

html.zoomed-150 .container,
html.zoomed-150 .container-fluid {
	overflow: hidden;
}

html.zoomed-high .voice-image img {
	/* max-width: 100%; */
	/* height: auto; */
	/* 問題回避のため一時的な処理 */
	font-family: 'Times New Roman', Times, serif;
}

html.zoomed-high .container,
html.zoomed-high .container-fluid {
	overflow: hidden;
}
