main {
	max-width: 1000px;
	width:100%;
	margin:0 auto;
}

.single-l {
	width:100%;
	margin:auto;
	display:block;
}

/* cart */
.wp-block-woocommerce-cart {
    margin: 50px 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 3em;
    background-color: #2f75e0;
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	opacity:.9;
}

.wc-block-components-checkout-return-to-cart-button {
	box-shadow: none;
    position: relative;
    text-decoration: none;
    background-color: #626262;
    padding: 20px 30px;
    border-radius: 40px;
    color: #FFF !important;
}
.wc-block-components-checkout-return-to-cart-button:hover {
	opacity: .9;
}

.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
	top:12px !important;
}

.woocommerce {
	margin:50px auto;
}

.single-product {
	width:100%;
}

.date {display: none;}
/* cart */

.wrapper {
	width:1000px;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}

.wrapper table,
.wrapper tr,
.wrapper th,
.wrapper td {
	border:1px solid #666;
	padding:10px;
}
.wrapper th {
	background-color:#c1e4ff;
}



h1 {
	padding: 40px 0;
	text-align: center;
}


/* =========================
   内装拾い出し羅針盤 ページ
   ========================= */

   .page-naisou-compass {
	background-color: #f7f7f7;
	padding: 40px 0 80px;
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
	  sans-serif;
  }
  
  .page-naisou-compass__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
  }
  
  /* タイトル & パンくず */
  .compass-heading {
	text-align: center;
	margin-bottom: 24px;
  }
  
  .compass-heading__title {
	font-size: 26px;
	margin: 0 0 8px;
	letter-spacing: 0.1em;
  }
  
  .compass-heading__breadcrumb {
	font-size: 12px;
	color: #000;
	margin: 0;
	text-align: left;
  }
  
  .compass-heading__breadcrumb a {
	color: #999;
	text-decoration: none;
	font-size:12px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    opacity:1 !important;
}
  
  /* メインのグレー背景カード */
  .compass-card {
	background-color: #f2f2f2;
	border-radius: 8px;
	padding: 32px 32px 48px;
	margin:0 0 50px;
  }
  .item-compass-card {
	padding:0
  }
  
  /* サブナビ（タブ） */
  .compass-tabs ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	justify-content: space-between;
  }
  
  .compass-tabs li {
	margin: 0;
  }
  
  .compass-tabs a {
	  display: block;
	  padding: 10px 12px;
	  font-size: 14px;
	  border-radius: 10px;
	  background-color: #008c8c;
	  border-color: #008c8c;
	  color: #ffffff;
	  text-decoration: none;
	}
	.compass-tabs a:hover {
		background-color:#20b0b0;
	}
	
  .compass-tabs li.is-active a {
	background-color: #878787;
	border-color: #008c8c;
	color: #ffffff;
  }
  
  /* 共通セクション */
  .compass-section {
	  margin-bottom: 60px;
	}
	.compass-section:last-child {
		margin-bottom:0;
	}
	
  .compass-section h2 {
	font-size: 24px;
	text-align: center;
	margin: 70px 0 16px;
  }
  
  .compass-section__body {
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
  }
  
  /* 導入セクション */
  .compass-lead {
	display: flex;
	gap: 20px;
	align-items: center;
  }
  
  .compass-lead__text {
	flex: 1;
	font-size: 15px;
	line-height: 1.9;
  }
  
  .compass-lead__text h2 {
	font-size: 20px;
	margin: 0 0 16px;
  }
  
  .compass-lead__image {
	flex: 1;
  }
  
  .compass-lead__image img {
	width: 100%;
	border-radius: 8px;
  }
  
  /* おすすめの業種（丸写真） */
  .compass-industries {
	display: flex;
	justify-content: center;
	gap: 48px;
  }
  
  .compass-industry {
	text-align: center;
	font-size: 13px;
	width:30%;
  }
  
  .compass-industry__image {
	/* width: 180px; */
	/* height: 180px; */
	margin: 0 auto 8px;
	border-radius: 50%;
	overflow: hidden;
  }
  
  .compass-industry__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .compass-industry__label {
	margin: 0;
	line-height: 1.5;
	font-size:16px;
  }
  
  /* 操作説明 */
  .compass-howto {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
  }
  
  .compass-howto__image {
	max-width: 100%;
	flex: 1;
  }
  
  .compass-howto__image img {
	width: 100%;
  }
  
  .compass-howto__video {
	width: 80px;
	flex-shrink: 0;
  }
  
  .compass-video-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
  }
  
  .compass-video-thumb__icon {
	font-size: 26px;
	margin-left: 3px;
  }
  
  /* 評価版ダウンロード（緑帯） */
  .compass-trial {
	background-color: #007c7b;
	color: #ffffff;
	border-radius: 8px;
	padding: 32px 24px;
	text-align: center;
  }
  
  h2.compass-trial__lead {
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0 16px;
  }
  
  .compass-trial__text {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 24px;
  }
  
  /* ボタン共通 */
  .compass-btn {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 999px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
  }
  
  .compass-btn--primary {
    background-color: #0076d7;
    color: #ffffff;
    border: 2px #FFF solid;
    font-size: 18px;
}
  
  .compass-btn--lg {
	padding: 14px 40px;
	font-weight: 600;
  }
  
  .compass-btn--cart {
	background-color: #007bff;
	color: #ffffff;
  }
  
  /* 商品カード */
  .compass-product {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: flex-start;
  }
  
  .compass-product__image {
	width: 260px;
	flex-shrink: 0;
  }
  
  .compass-product__image img {
	width: 100%;
	border-radius: 4px;
	background-color: #e0e0e0;
  }
  
  .compass-product__body {
	flex: 1;
  }
  
  .compass-product__title {
	font-size: 18px;
	margin: 0 0 8px;
  }
  
  .compass-product__price {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 16px;
  }
  
  .compass-product__tax {
	font-size: 12px;
	margin-left: 4px;
  }
  
  /* 物販予告バナー */
  .compass-banner {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
  }
  
  .compass-banner img {
	width: 100%;
	display: block;
  }
  
  .compass-banner__copy {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #5b3026; /* 文字色はデザインに合わせて調整 */
  }

  .pc {display: block;}
  .br_sp {display: none;}
  

/* よくある質問 */
.faq {
	/* background: #f5f8fb; */
	padding: 40px 0 80px;
  }
  .faq__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .faq .faq-section {
	margin-bottom: 40px;
  }
  .faq .faq-section__title {
	  font-size: 20px;
	  font-weight: 700;
	  margin: 0 0 16px;
	  color: #333;
	}
	.faq .faq-section__content {
		background-color:#e6f0f0;
		border-radius: 12px;
		padding:20px;
	}
  .faq .faq-item {
	/* background: #e7f3ff; */
	border-radius: 12px;
	padding: 12px 20px;
	margin-bottom: 12px;
  }
  .faq .faq-item__question {
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	color: #0a6ecb;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	outline: none;
	align-items: center;
  }
  .faq .faq-item__question::-webkit-details-marker {
	display: none;
  }
  .faq .faq-item__question:focus-visible {
	outline: 2px solid #0a6ecb;
	outline-offset: 2px;
  }
  .faq .faq-item__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #0a6ecb;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
  }
  .faq .faq-item__qtext {
	flex: 1;
	line-height: 1.6;
	font-size:19px;
  }
  .faq .faq-item__answer {
	margin-left: 44px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
  }
  .faq .faq-item__answer p {
	margin: 0;
	font-size:16px;
  }
  .faq .faq-item[open] {
	/* background: #d9ecff; */
  }
  .faq .faq-item[open] .faq-item__icon {
	/* background: #0858a6; */
  }

  



    /* =========================
	 レスポンシブ
	 ========================= */
  
	 @media (max-width: 768px) {
		main {
			width:100%;
		}
		.wrapper {
			width:100%;
		}
		
		.single main {
			padding:50px 0;
		}
		
		.single-l {
			width:100%;
			margin:auto;
			display:block;
		}
		
		.single-l h1 {
			color: #067980;
			text-align:center;
			font-size:24px;
			margin-bottom:0;
		}
		h1.entry-title {
			text-align: left;
		}
	
		.page h1:after {
			border-bottom: none;
		}

		.compass-lead {
		  flex-direction: column;
		}
	  
		.compass-industries {
		  flex-direction: column;
		  align-items: center;
		}
	  
		.compass-product {
		  flex-direction: column;
		  align-items: flex-start;
		}
	  
		.compass-card {
		  padding: 24px 16px 40px;
		}
	
		.compass-section h2 {
			font-size: 22px;
		  }
	
		  .compass-tabs li {
			margin: 0;
			width: 48%;
		}
	  }

	  @media (max-width: 640px) {
		.faq__inner {
		  padding: 0 12px;
		}
		.faq .faq-item {
		  padding: 10px 14px;
		}
		.faq .faq-item__answer {
		  margin-left: 40px;
		}
	  }
	  
	  @media (max-width: 600px) {
		  .page-naisou-compass {
			  padding-top: 24px;
			}
			
			.compass-tabs ul {
				gap: 4px;
			}
			
			.compass-tabs a {
				font-size: 12px;
				padding: 8px 12px;
			}
			
			.compass-heading__title {
				font-size: 20px;
			}
			
			.compass-banner__copy {
				font-size: 18px;
				letter-spacing: 0.15em;
			}
		}
		
	@media (max-width: 430px) {
		.wrapper {
			width:90%;
		}
		.compass-industry {
			width: 100%;
		}
		.woocommerce div.product div.images.woocommerce-product-gallery {
			width: 90%;
			margin: 0 auto;
		}
		.woocommerce div.product div.entry-summary {
			width:90% !important;
			margin:0 auto;
		}
		.bottom_banner {
			width:90%;
			margin:0 auto;
		}





		.br_sp {
			display: block;
		}
	}
	