.calcium_carbonate {
  padding-top: 70px;
}
.calcium_carbonate .product_link_box li {
  width: 46.5%;
}
.note {
  font-size: 14px;
}
.anchor {
  margin-bottom: 50px;
}
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-item {
  margin: 0 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.anchor-item::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid #0b7cc3;;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.anchor-link {
  padding-right: 15px;
}
.contents {
  margin-top: -100px;
  padding-top: 100px;
}
.table-cal .table-sys03 th,
.table-cal .table-sys03 td {
  color: #333;
  position: relative;
}
.table-cal .table-sys03 thead tr:first-of-type th {
  background-color: #e3f6ff;
}
.table-cal .table-sys03 thead tr th {
  background-color: #bfe4f5;
}
.table-cal .table-sys03 td.nameCell {
  padding-right: 65px;
}
/* 表タイプ02（食品用炭酸カルシウム） */
.table-cal .table-sys03.type02 th,
.table-cal .table-sys03.type02 td {
  padding: 1em 5px;
}
.table-cal .table-sys03.type02 thead tr:nth-of-type(2) th {
  font-size: 14px;
}
.table-cal .table-sys03.type02 td.nameCell {
  padding-right: 49px;
}

.icon-new {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}
.table-cal .table-sys03.type02 .icon-new {
  right: 5px;
}
.icon-new img {
  max-width: 35px;
}
.icon-dl {
  max-width: 30px;
}
.table-sort {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.table-sort-txt {
  font-size: 16px;
  margin-right: 18px;
}
.table-sort-form {
  position: relative;
}
.table-sort-form::before,
.table-sort-form::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.table-sort-form::before {
  right: 0;
  display: inline-block;
  width: 42px;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background-color: #2589d0;
}
.table-sort-form::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.table-sort-form .table-sort-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 300px;
  padding: 14px 20px;
  border: 1px solid #2589d0;
  border-radius: 3px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.table-sort-target {
  display: none;
}
.table-sort-target.is-show {
  display: block;
}
.feature-inr {
  margin-bottom: 30px;
}
.feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-item {
  width: 16.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.feature-ttl {
  background-color: #0b7cc3;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 0 8px;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  margin-bottom: 20px;
}
.feature-box {
  min-height: 110px;
  width: 145px;
  border-top: 2px solid #0b7cc3;
  border-bottom: 2px solid #0b7cc3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.feature-txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.js-hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  .feature-item {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .calcium_carbonate {
      padding-top: 60px;
  }
  .calcium_carbonate .product_link_box li {
      width: 100%;
  }
  .contents {
    margin-top: -60px;
    padding-top: 60px;
  }
  .anchor-list {
    flex-direction: column;
  }
  .anchor-item {
    margin: 0;
    padding: 15px 0;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  .anchor-item:first-of-type {
    padding-top: 0;
  }
  .table-cal .table-sys03 td.nameCell,
  .table-cal .table-sys03.type02 td.nameCell {
    padding-right: 34px;
  }
  .icon-new {
    top: 55%;
    right: 6px;
  }
  .icon-new img {
    max-width: 25px;
  }
  .note {
    font-size: 12px;
  }
  .table-cal {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .table-cal .table-sys03 {
    min-width: 810px;
  }
  .table-sort {
    flex-direction: column;
  }
  .table-sort-txt {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature-ttl {
    font-size: 15px;
  }
  .feature-item {
    width: 50%;
  }
  .feature-txt {
    font-size: 13px;
  }
  .feature-box {
    min-height: 60px;
  }
  .contents_area .hierarchy-ul li a.current span:after {
    bottom: -20px;
  }
}

/* 24.12.20 ラインナップ改修 */
#contents {
	padding-bottom: 0;
}

.product-2clm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-2clm-item {
	width: calc(50% - 20px);
	max-width: 560px;
	margin-bottom: 80px;
}
.product-2clm-title {
	margin: 0.75em 0;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width:800px) {
	.product-2clm {
	  display: block;
	}
	.product-2clm-item {
	  width: 100%;
	  margin: 0 auto 40px;
	}
	.product-2clm-title {
	  font-size: 15px;
	}
}
a.product-2clm-item {
	transition: 300ms;
	display: block;
}

a.product-2clm-item:hover {
	opacity: 0.7;
}

/* .hierarchy-ul {
	display: flex;
	gap: 60px;
	justify-content: center;
} */

.anchor.-product {
	margin-top: -50px;
}
p ~ .anchor.-product {
	margin-top: -20px;
}
.anchor.-product ul.anchor-list li:nth-of-type(n + 2)::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	flex-shrink: 0;
	background: #d7d7d7;
	position: absolute;
	left: -1.8rem;
	top: 0;
}
.anchor.-product .anchor-item { position: relative; }

.hierarchy-ul.-clm2 {
	max-width: 828px;
}
.hierarchy-ul.-clm2 li {
	width: 47%;
	margin-left: 0;
    margin-right: 3%;
}
.hierarchy-ul.-clm2 li:last-of-type {
	margin-left: 3%;
    margin-right: 0;
}

@media screen and (max-width: 800px) {
	.hierarchy-ul.-clm2 li {
		width: 49%;
		margin-left: 0;
		margin-right: 1%;
	}
	.hierarchy-ul.-clm2 li:last-of-type {
		margin-left: 1%;
		margin-right: 0;
	}	
}

/* ------------------------------------------------ */
/* purpose
/* ------------------------------------------------ */
.head04--purpose {
	margin-bottom: 0;
}

.product_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: min(50px, 3.4vw) min(3.2vw, 40px);
	margin-top: min(3.2vw, 40px);
	margin-bottom: 100px;
}

.product_link_list li {
	width: 22.5%;
	/* width: min(268px, 18.7vw); */
	display: block;
}

.product_link_list li a {
	display: block;
	/* padding: 1em 0; */
	padding: 22.5px 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #0b7cc3;
	background-color: #0b7cc3;
	color: #fff;
	position: relative;
}
.product_link_list li a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0px 0px 0 40px;
	box-sizing: border-box;
	position: relative;
}
.product_link_list li a span:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: normal;
	/* color: #0b7cc3; */
	color: #fff;
}

.product_link_list li a:hover {
	/* border: 1px solid #0b7cc3;
    background-color: #0b7cc3;
    color: #fff !important; */
	color: inherit;
	background-color: #fff;
}

.product_link_list li a:hover span:before {
	color: #0b7cc3;
}

@media screen and (max-width: 800px) {
	.product_link_list li {
		width: 100%;
		/* width: min(268px, 18.7vw); */
		/* display: block; */
	}
}

.flex-box01sa {
	display: flex;
	gap: 50px;
}

.flex-box01sa-img {
	max-width: 570px;
}

.flex-box01sa-text-box {
	max-width: 580px;
	width: 150%;
}

.flex-box01sa-tit {
	font-size: 24px;
	font-weight: 700;
}

.flex-box01sa-text:nth-child(n + 2) {
	margin-top: 30px;
}

@media screen and (max-width: 800px) {
	.flex-box01sa {
		/* display: flex; */
		gap: 30px;
		flex-wrap: wrap;
	}

	.flex-box01sa-img {
		max-width: 100%;
	}

	.flex-box01sa-text-box {
		max-width: 100%;
	}
}

.section01sa {
	margin-top: 100px;
}

@media screen and (max-width: 800px) {
	.section01sa {
		margin-top: 40px;
	}
}

.btn-style01sa {
	max-width: 350px;
}

.mat0 {
	margin-top: 0;
}

.mat10 {
	margin-top: 10px;
}

.mat30 {
	margin-top: 30px;
}

.mat40 {
	margin-top: 40px;
}

.mat50 {
	margin-top: 50px;
}

.mat60 {
	margin-top: 60px;
}

/* .head04 {
	margin-bottom: 50px;
} */

.item01sa:nth-of-type(n + 2) {
	margin-top: 60px;
}

.item01sa-flex-box {
	display: flex;
	gap: clamp(20px, 3.4vw, 50px);
}

.item01sa-text-box {
	max-width: 480px;
}

.item01sa-text-txt {
}

.item01sa-area {
	margin-top: 20px;
	display: flex;
}

.item01sa-area.mat0 {
	margin-top: 0;
}

.item01sa-area-tag {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	background: #0b7cc3;
	/* padding: 6px 8px; */
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
	line-height: 1;
	flex-shrink: 0;
	box-sizing: border-box;
	height: 26px;
}

.item01sa-area-txt {
	font-size: 14px;
	font-weight: 700;
}

.item01sa-image-box {
	max-width: 400px;
}

.item01sa-image-img img {
	display: block;
}

.item01sa-image-txt span {
	font-size: 11px;
	line-height: 1;
}

.item01sa-image-txt span:before {
	content: "";
	display: inline-block;
	width: 8px;
	aspect-ratio: 1 / 1;
	background: #0b7cc3;
	border-radius: 9999px;
	margin-right: 5px;
}

.item01sa-figure-box {
	max-width: 220px;
}

.item01sa-figure-img {
}

.item01sa-figure-txt span {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	display: block;
	width: fit-content;
	margin-inline: auto;
}

.item01sa-figure-txt span::before {
	content: "";
	display: block;
	background: #0b7cc3;
	width: 28px;
	height: 4px;
	margin-inline: auto;
	/* position: absolute; */
	/* translate: -50% -9px;
	left: 50%;
	top: 0; */
	margin-bottom: 9px;
}

@media screen and (max-width: 800px) {
	.item01sa-flex-box {
		flex-wrap: wrap;
	}

	.item01sa-text-box {
		order: 3;
		max-width: unset;
	}
	.item01sa-image-box {
		order: 1;
		max-width: unset;
	}

	.item01sa-figure-box {
		order: 2;
		max-width: unset;
		width: 100%;
	}

	.item01sa-figure-img {
		max-width: 220px;
		margin-inline: auto;
	}
	.item01sa-area {
		/* display: flex; */
	}
	.item01sa-area-tag {
		/* font-size: 14px; */
		/* font-weight: 700; */
		/* color: #fff; */
		/* border-radius: 3px; */
		/* background: #0b7cc3; */
		/* padding: 6px 8px; */
		/* display: inline-block; */
		/* margin-right: 14px; */
		/* line-height: 1; */
		/* flex-shrink: 0; */
		/* box-sizing: border-box; */
		/* height: 26px; */
	}

	.item01sa:nth-of-type(n + 2) {
		margin-top: 40px;
	}
}

.search-tit {
	font-size: 34px;
	font-weight: 700;
	width: fit-content;
	margin-inline: auto;
}

.search-tit span {
	display: flex;
}

.search-tit span::before {
	content: "";
	display: inline-block;
	background-image: url(../img/icon_search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	aspect-ratio: 1 / 1;
	margin-right: 16px;
	position: relative;
	top: 11px;
	flex-shrink: 0;
}

@media screen and (max-width: 800px) {
	.search-tit {
		font-size: 24px;
		/* font-weight: 700; */
		/* width: fit-content; */
		/* margin-inline: auto; */
		line-height: 1.7;
	}

	.search-tit span::before {
		/* content: ""; */
		/* display: inline-block; */
		/* background-image: url(../img/icon_search.svg); */
		/* background-size: contain; */
		/* background-repeat: no-repeat; */
		width: 24px;
		/* aspect-ratio: 1 / 1; */
		margin-right: 8px;
		/* position: relative; */
		top: 8px;
		/* flex-shrink: 0; */
	}
}

.search-link-zone {
	padding: 80px 10px;
	background-color: rgba(11, 124, 195, 0.16);
	box-sizing: border-box;
}

.search-link-zone.first {
	margin-top: 100px;
}

.search-link-zone.white {
	background-color: #fff;
}

@media screen and (max-width: 800px) {
	.search-link-zone {
		padding: 30px 10px;
		/* background-color: rgba(11, 124, 195, 0.16); */
		/* box-sizing: border-box; */
	}

	.search-link-zone.first {
		margin-top: 40px;
	}

	.search-link-zone.white {
		/* background-color: #fff; */
	}
}

.product_link_list.search {
	margin-bottom: 0;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 330px);
	margin-top: 50px;
}

.product_link_list.search li {
	width: 100%;
}
.product_link_list.search li a {
	height: 78px;
	padding: 0;
}
.product_link_list.search li a span {
	padding: 0px 30px 0 40px;
}

@media screen and (max-width: 800px) {
	.product_link_list.search {
		margin-top: 30px;
	}
}

.industry_img04 {
	max-width: 722px;
	margin-inline: auto;
}

.head01sa {
	border-radius: 3px;
	background: #0b7cc3;
	display: inline-flex;
	min-width: 216px;
	height: 28px;
	justify-content: start;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-inline: 10px;
}

.head01sa-fit {
	min-width: unset;
}

@media screen and (min-width: 801px) {
	.pc-hide {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.sp-hide {
		display: none;
	}
}

.table-sys03-sa {
	table-layout: fixed;
	width: 1200px;
}

.table-sys03-sa th,
.table-sys03-sa td {
	padding: 0.8em 6px;
	text-align: center;
	vertical-align: middle;
}
.table-sys03-sa th.table-sys03-align-left,
.table-sys03-sa td.table-sys03-align-left {
	text-align: left;
	padding-left: 26px;
}

.table-sys03-sa th:first-child,
.table-sys03-sa td:first-child {
	width: 200px;
}

.table-sys03-sa td:first-child {
	width: 200px;
	font-weight: 700;
	background: #fafafa;
}

.table-sys03-sa01 th:nth-child(2),
.table-sys03-sa01 td:nth-child(2) {
	width: 184px;
}

.table-sys03-sa01 th:last-child,
.table-sys03-sa01 td:last-child {
	width: 360px;
}

.table-outer {
	width: 100%;
	overflow-y: unset;
}
@media screen and (max-width: 1220px) {
	.table-outer {
		overflow-y: scroll;
	}
}

.with-pdf {
}
.with-pdf::after {
	content: "";
	display: inline-block;
	background-image: url(../img/icon_pdf.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	aspect-ratio: 14 / 18;
	margin-left: 8px;
	position: relative;
	top: 5px;
}

.topics-box {
	border-radius: 10px;
	background: rgba(11, 124, 195, 0.16);
	padding: 30px 40px;
}

.topics-box-tit {
	color: #0b7cc3;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	overflow: hidden;
}

.topics-box-text {
}

@media screen and (max-width: 800px) {
	.topics-box-text.mat30 {
		margin-top: 10px;
	}
}

.bullet-text {
	display: flex;
	gap: 10px;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.bullet-text::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #0b7cc3;
	border-radius: 9999px;
	flex-shrink: 0;
	position: relative;
	top: 10px;
}

.with-hor-line {
	position: relative;
}

.with-hor-line::after,
.with-hor-line::before {
	content: "";
	display: block;
	width: 9999px;
	height: 2px;
	background-color: #0b7cc3;
	position: absolute;
	top: 50%;
}

.with-hor-line::before {
	right: calc(100% + 30px);
}

.with-hor-line::after {
	left: calc(100% + 30px);
}

.text18 {
	font-size: 18px;
	font-weight: 700;
}

.anchor-point {
	position: relative;
	top: -100px;
}

@media screen and (max-width: 800px) {
	.anchor-point {
		top: -70px;
	}
}

.zoomable-outer {
	/* overflow: scroll; */
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 100%; */
}

.zoomable-outer01 {
	aspect-ratio: 2400 / 1729;
}

.zoomable-outer02 {
	aspect-ratio: 	2400 / 1121;
}

.zoomable {
	/* min-width: 100%; */
	position: absolute;
	transform-origin: center center;
	touch-action: none; /* Hammer.jsが動作するようにタッチアクションを無効化 */
}
img{
	max-width: 100%;
	height: auto;
}