@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box;
}
/*=========================

ヘッダー

=========================*/
/* -------------------------------
その他調整
------------------------------- */
/* bootstrap スムーズスクロール位置調整 */
@media screen and (min-width: 1024px){
  html, body {
    scroll-padding-top: 120px;
    background: none;
  }
}
@media screen and (max-width: 1023px){
  html, body {
    scroll-padding-top: 80px;
  }
}
/* bootstrap モーダル画像調整 */
.pro-modal-img .modal-dialog {
  max-width: 100%;
  justify-content: center;
}
.pro-modal-img .modal-content {
  max-width: 80%
}
/* bootstrap 調整 */
ul.row {padding-left: 0;}
.row > li {list-style: none;}
.card {border: none;}
.carousel-control-prev-icon {background-image: url(/images/caret-left.svg);}
.carousel-control-next-icon {background-image: url(/images/caret-right.svg);}
/* -------------------------------
UTSUWA
------------------------------- */
body {
  font-family: "Roboto Condensed", 'Noto Sans JP', sans-serif, "Noto Sans JP",sans-serif,"Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
}
@media screen and (min-width: 576px) {
  .acms-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.global-nav-mobile-menu-btn {
  background: #1466BF;
}
.global-nav-list {margin-bottom: 16px;}
.global-nav-link {
  font-size: 15px;
  padding: 5px 10px;
}
.global-nav-link::after {
  color: #1466C3;
}
.global-nav-item.stay .global-nav-link::after,.global-nav-link:hover::after {
  background: #1466C3;
}
.footer {margin-top: 0;}
.footer-company-logo {
  width: 160px;
  margin-right: 20px;
}
.js-login button {
  border: none;
  background: transparent;
  padding: 0;
}
@media (min-width: 1024px) {
  .header-title img {
    width: auto;
    height: 50px;
  }
  .header,.header-wrap,.global-nav-mobile-menu-btn {
    height: 90px;
  }
}
@media (max-width: 1023px) {
  .header-title img {
    width: auto;
    height: 40px;
  }
  .header,.header-wrap,.global-nav-mobile-menu-btn {
    height: 60px;
  }
  .global-nav-mobile {
    top: 60px;
    left: 100%;
    opacity: 1;
  }
  .global-nav-mobile.is-opened {
    left: 0%;
    background: #1466C3;
  }
  .global-nav-mobile-item.is-expand > a > .icon-expand::before, .global-nav-mobile-item.is-expand > a > .icon-expand::after {
    content: "";
  }
  .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:link,
  .global-nav-mobile-inner .global-nav-mobile-navbar a,
  .global-nav-mobile-item .global-nav-mobile-item .global-nav-mobile-link:visited {
    color: #fff;
  }
  .global-nav-mobile-item.is-expand .icon-expand:after {
      -webkit-transform: translate(-2px, -6px);
      -ms-transform: translate(-2px, -6px);
      transform: translate(-2px, -6px);
  }
  .global-nav-mobile-item.is-expand .icon-expand:before, .global-nav-mobile-item.is-expand .icon-expand:after {background-color: #fff;}
  .global-nav-mobile .icon-expand::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .global-nav-mobile-item.is-expand .global-nav-mobile-item .global-nav-mobile-link::before {
    border-left: 6px solid #fff;
  }
}

/* タイトル */
.page-title-en {
  font-size: 18px;
  color: var(--color-pro-blue40);
}
.entry-style .entry-text-unit h4.heading-line,.entry-style .entry-text-unit h3.heading-line,.entry-style .entry-text-unit h2.heading-line {
  border-bottom: 2px solid var(--color-gray50);
}
.page-title-en span {
  margin: 0 15px;
  color: #3271b9;
}

/* テキストカラー */
.text-info {color: var(--color-gray90)!important;}
.pro-color-blue70 {color: var(--color-pro-blue70);}
.color-white {color: #fff !important;}
.color-black {color: #000 !important;}
.color-gray70 {color: var(--color-pro-gray70) !important;}
.color-pro-gray70 {color: var(--color-pro-gray70);}
.color-red {color: #C1272D !important;}

/* 禁則処理 */
.nav-link,.pro-card-text-name,.pro-card-text .fw-bbold,.products-k-block .kikaku,
.products-k-block .b-name {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* 子要素 + - 表示 */
.global-nav-mobile-item.is-expand > a > .icon-expand::before,
.global-nav-mobile-item.is-expand > a > .icon-expand::after {
  content: "";
}
/* 孫要素 */
.global-nav-mobile-group .global-nav-mobile-group .global-nav-mobile-group {
  margin-left: 10px;
}
/* video */
@media screen and (min-width: 1024px) {
  .section-horizontal-header {width: 24%;}
}
.section-horizontal-heading-side {
  font-weight: normal;
  font-size: 14px;
}
/* 見出し */
.section-horizontal-heading {font-size: 24px;}
@media screen and (min-width: 1024px) {
  .section-horizontal-heading {font-size: 30px;}
}
@media screen and (max-width: 575px) {
  .section-horizontal-heading {font-size: 18px;}
}
/* カード */
.card-read-more {font-size: 12px;font-weight: normal;}
a:hover .card-read-more {color:var(--color-pro-blue80);}
.card-read-more::before, .entry-style .card-read-more::before {height: 1px;bottom: -6px;background: var(--color-pro-blue70);}
.card-read-more::after, .entry-style .card-read-more::after {display: none;}
.card-new {position: absolute;top: 0;left: 0;z-index: 1;transform: scale(1) !important;}
/* バッジ */
.badge {
  color: var(--color-pro-blue70);
  background: var(--color-pro-blue20);
}
/* フッター */
@media screen and (max-width: 991px) {
  .footer-nav {margin: 0 0 20px 0;}
}
/* その他 */
.card-link:hover .card-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s .1s ease-out;
  transition: .3s .2s ease-out;
}
img.js-lazy-load.loaded {
  border-radius: 4px;
}
.button.is-width-f {
    min-width: 280px;
    max-width: 100%;
}
/* -------------------------------
a-blog 調整
------------------------------- */
.acms-container {clear: both;}

/* リスト */
.acms-list-group .acms-list-group .acms-list-group-item {font-size: 13px;}
.acms-list-group .acms-list-group {border-top: none;}
.acms-list-group-item:hover,
.acms-list-group li.stay > .acms-list-group-item {
  background: var(--color-pro-blue20);
  color: var(--color-pro-blue80);
}
.acms-list-group li.stay:has(.stay) > .acms-list-group-item {
  background: none;
  color: #333;
}



/* 検索 */
.pro-side-column .form-search {margin-bottom: 30px;}
@media screen and (min-width: 768px){
  .form-search input.form-search-input {font-size: 18px;}
  .pro-side-column .form-search input.form-search-input,
  .pro-top-search .form-search input.form-search-input {
    height: 48px;
    padding: 10px;
    font-size: 16px;
  }
  .pro-side-column .form-search .form-search-button,
  .pro-top-search .form-search .form-search-button {
    width: auto;
  }
}
/*パンくず*/
.topicpath {
  font-size: 13px;
  background: #fff;
}
.topicpath .topicpath-link {text-decoration: none;}
.topicpath .topicpath-link:hover {color: var(--color-pro-blue70);opacity: 1;}

@media screen and (min-width: 1024px) {
  .topicpath {font-size: 12px;padding: 20px 0px;}
  .pro-container .topicpath {padding: 20px 50px;}
}
@media screen and (max-width: 1023px) {
  .topicpath {display: none;}
}
/* 修正 */
a[href*=tel] {border: none;}
a[href*=tel].acms-list-group-item {border-bottom: 1px solid #e5e5e5;}
.entry-style .entry-text-unit a[href*=tel] {color: var(--color-pro-blue70);}

@media screen and (max-width: 991px){
  .entry-style [class*=acms-col-] .entry-text-unit h2,
  .entry-style [class*=acms-col-] .entry-text-unit h3,
  .entry-style [class*=acms-col-] .entry-text-unit h4 {
    border-top: 25px solid transparent;
  }
}
.section-horizontal-heading {
  margin: 0;
}
/* -------------------------------
SNAV サラヤ共通ヘッダー
------------------------------- */

#snav {
	display: flex;
	justify-content: flex-end;
}
#snav > ul {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
  margin: 0;
}
#snav > ul.other {
	padding-left: 5px;
	margin-left: 15px;
	border-left: 1px solid #cccaca;
}
#snav > ul > li {
	margin-left: 10px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
#snav > ul > li i {
	font-size: 20px;
	margin-right: 5px;
}
#snav > ul.other li,
#snav > ul.other li a {
	color: #1466bf;
}
#snav > ul > li > .dropPc {
	display: flex;
    align-items: center;
}
#snav > ul > li > .dropPc > label {
	display: flex;
  align-items: center;
  cursor: pointer;
}
#snav > ul > li > .dropPc > input {
	display: none;
}
#snav > ul > li > .dropPc .snavModal,
.SearchSp .snavModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.95);
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	transition: all 0.6s ease;
	z-index: 11000;
}
#snav > ul > li > .js-login > div,#snav > ul > li > .js-logout > div {
  display: flex;
  align-items: center;
}
#snav > ul > li > .dropPc > input:checked + .snavModal,
.SearchSp > input:checked + .snavModal {
	height: 100vh;
	max-height: 100vh;
	width: 100vw;
	opacity: 1;
	transition: all 0.6s ease;
	visibility: visible;
}
#snav > ul > li > .dropPc .snavModal > .inn,
.SearchSp .snavModal > .inn {
	width: 0;
	padding: 0;
	position: relative;
}
#snav > ul > li > .dropPc > input:checked + .snavModal > .inn,
.SearchSp > input:checked + .snavModal > .inn {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 70px 0;
}
#snav > ul > li > .dropPc > .snavModal > .inn > label,
.SearchSp > .snavModal > .inn > label {
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
	align-self: flex-end;
}
#snav > ul > li > .dropPc > .snavModal > .inn > label::before,
#snav > ul > li > .dropPc > .snavModal > .inn > label::after,
.SearchSp > .snavModal > .inn > label::before,
.SearchSp > .snavModal > .inn > label::after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	margin-top: -0.10px;
	background: #3e3a39;
	border-radius: 1px;
}
#snav > ul > li > .dropPc > .snavModal > .inn > label::before,
.SearchSp > .snavModal > .inn > label::before {
	-webkit-transform: translateY(0) translateX(0) rotate(45deg);
	transform: translateY(0) translateX(0) rotate(45deg);
}
#snav > ul > li > .dropPc > .snavModal > .inn > label::after,
.SearchSp > .snavModal > .inn > label::after {
	-webkit-transform: translateY(0) translateX(0) rotate(-45deg);
	transform: translateY(0) translateX(0) rotate(-45deg);
}
#snav > ul > li > .dropPc > .snavModal dl,
.SearchSp > .snavModal dl {
	margin-top: 50px;
	color: #3e3a39;
}
#snav > ul > li > .dropPc > .snavModal dl > dt,
.SearchSp > .snavModal dl > dt {
	font-size: 22px;
	text-align: center;
	border-bottom: 1.5px solid #3e3a39;
	padding-bottom: 20px;
}
#snav > ul > li > .dropPc > .snavModal dl > dd,
.SearchSp > .snavModal dl > dd {
	margin-top: 100px;
}
#snav .button {background: #606060 !important;}
#snav .form-search input.form-search-input {background: #dbdddb;}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp > a {
	display: flex;
	align-items:center;
	position: relative;
	justify-content: center;
	flex-direction: column;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp > a::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: #1466bf;
	transform: scaleX(0);
	transition: all 0.2s ease;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp > a:hover::after {
	transform: scaleX(1);
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp input {
	display: none;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp label {
	display: none;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp  dd > ul {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li {
	width: calc( ( 100% - 60px ) / 3);
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li > label {
	background: #e7e8e6;
	height: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-bottom: 14px;
	color: #3e3a39;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li a {
	color: #3e3a39;
	border-bottom: 1px solid #dddddd;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li a::after {
	content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    border-top: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
@media screen and (max-width: 1023px){
	#snav {
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap:wrap;
	}
	#snav > ul {
		display: flex;
		justify-content: flex-start;
		flex-direction:column;
		flex-wrap: wrap;
		margin-top: 0px;
		width: 100%;
	}
	#snav > ul.other {
		padding: 30px;
		margin-left: 0;
		border-left: none;
	}
	#snav > ul > li {
		width: 100%;
		position: relative;
		padding: 0;
		border-bottom: 1px solid #fff;
		margin-left: 0;
	}
	#snav > ul > li i {
		color: #fff;
	}
	#snav > ul > li > a {
		height: 40px;
		color: #fff;
		display: flex;
		position: relative;
		padding: 0;
		text-decoration: none;
		width: 100%;
		align-items: center;
		font-size: 15px;
	}
	#snav > ul.other li, #snav > ul.other li a {
		color: #fff;
	}
	ul.infoSp {
		display: flex;
    margin: 0;
    padding: 0;
	}
	ul.infoSp > li {
		padding: 30px;
    list-style: none;
    color: #fff;
	}
	ul.infoSp > li > a:hover {
    text-decoration: none;
  }
	ul.infoSp > li > a > i {
    font-size: 20px;
    vertical-align: middle;
	}
  .global-nav-mobile-navbar i {margin-right: 5px;}
  .SearchSp > label i {
		font-size: 24px;
		margin-right: 0;
		color: #606060;
	}
	#snav > ul > li .dropPc > label {
		height: 40px;
		color: #fff;
		display: flex;
		position: relative;
		padding: 0;
		text-decoration: none;
		width: 100%;
		align-items: center;
		font-size: 15px;
	}
	#snav > ul:last-child > li > .dropPc {
		display: block;
	}
	#snav > ul > li > .dropPc > input:checked + .snavModal > .inn {
		padding: 30px;
	}
	#snav > ul:last-child > li > .dropPc .snavModal {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		background: transparent;
		height: auto;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		max-height: 100%;
		transition: none;
		z-index: 1;
	}
	#snav > ul:last-child > li > .dropPc > input:checked + .snavModal {
		height: auto;
		max-height: auto;
		width: auto;
		opacity: 1;
		transition: none;
		visibility: visible;
	}
	#snav > ul:last-child > li > .dropPc .snavModal > .inn {
		width: auto;
		padding: 0;
		position: static;
	}
	#snav > ul:last-child > li > .dropPc > input:checked + .snavModal > .inn {
		max-width: auto;
		width: auto;
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal > .inn > label {
		display: none;
	}
 	#snav > ul:last-child > li > .dropPc > .snavModal > .inn > label::before,
	#snav > ul:last-child > li > .dropPc > .snavModal > .inn > label::after {
		content: "";
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		margin-top: -0.10px;
		background: #fff;
		border-radius: 1px;
		transition: all 0.5s ease;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal > .inn > label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(1);
		transform: translateY(0) translateX(0) rotate(90deg)  scaleX(1);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal > .inn > dl > .dropSp > input:checked + label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
		transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
	}

	#snav > ul:last-child > li > .dropPc > .snavModal dl {
		margin-top: 0;
		color: #fff;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dt {
		display: none;
	}

	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul {
		display: flex;
		justify-content: flex-start;
		flex-direction:column;
		flex-wrap: wrap;
		margin-top: 0px;
		width: 100%;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li {
		width: 100%;
		position: relative;
		margin-left: 0;
		border-top: 1px solid #fff;
		padding-left: 15px;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li:last-child {
		border-bottom: 1px solid #fff;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li:first-child {
		border-top: none;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input + label {
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 14px;
		right:10px;
	}
 	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input + label::before,
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input + label::after {
		content: "";
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		margin-top: -0.10px;
		background: #fff;
		border-radius: 1px;
		transition: all 0.5s ease;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input + label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(1);
		transform: translateY(0) translateX(0) rotate(90deg)  scaleX(1);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input:checked + label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
		transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp ul {
		position: relative;
		min-width: 0px;
		width: 100%;
		padding: 0;
		top: 0;
		display: block;
		overflow: hidden;
		height: 0;
		max-height: 0vh;
		transition: all 0.6s ease;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp ul > li {
		border-top: 1px solid #fff;
		padding-left: 15px;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp:hover ul {
		height: 0;
		max-height: 0;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp .dropPc {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		background: transparent;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		max-height: 100%;
		transition: none;
		z-index: 1;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input:checked + label + dd > ul,
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp input:checked + label + ul {
		height: auto;
		max-height: none;
	}

	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp {
		display: flex;
		justify-content: flex-start;
		flex-direction:column;
		flex-wrap: wrap;
		width: 100%;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp > a {
		height: 40px;
		color: #fff;
		display: flex;
		position: relative;
		padding: 0;
		text-decoration: none;
		width: 100%;
		align-items: flex-start;
		font-size: 15px;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp > a::after {
		display: none;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp label {
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 14px;
		right:10px;
	}
 	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp label::before,
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp label::after {
		content: "";
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		margin-top: -0.10px;
		background: #fff;
		border-radius: 1px;
		transition: all 0.5s ease;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp label::before {
		-webkit-transform: translateY(0) translateX(0) rotate(0deg) scaleX(1);
		transform: translateY(0) translateX(0) rotate(0deg)  scaleX(1);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(1);
		transform: translateY(0) translateX(0) rotate(90deg)  scaleX(1);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl dd > ul > li > .dropSp input:checked + label::after {
		-webkit-transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
		transform: translateY(0) translateX(0) rotate(90deg) scaleX(0);
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp label + dd > ul > li {
		border-top: 1px solid #fff;
		padding-left: 15px;
	}
	#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li a {
		color: #fff;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		font-size: 14px;
		border-bottom: none;
	}
	#snav > ul > li > .dropPc > .snavModal dl > .dropSp dd > ul > li a::after {
		display: none;
	}
	#snav > ul:last-child > li > .dropPc > .snavModal dl > .dropSp dd > ul > li > label {
		height: 40px;
		color: #fff;
		display: flex;
		position: relative;
		padding: 0;
		text-decoration: none;
		width: 100%;
		align-items: center;
		font-size: 14px;
		margin-bottom: 0;
		background: transparent;
		justify-content: flex-start
	}
	#snav > ul:last-child > li:last-child {
		flex-direction: column;
		align-items: stretch;
		border-bottom: none;
	}
  #nav-open-btn {
		cursor: pointer;
		display: block;
		padding: 20px;
		position: fixed;
		bottom: 0;
		right: 0 !important;
		top: 0 !important;
    left: inherit !important;
		width: 60px;
		background: rgba(20,102,191,0.95);
		text-decoration:none;
	}
 	#nav-open-btn span {
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 2px;
		transition: all 0.5s ease;
	}
	#nav-open-btn span:nth-of-type(2),
	#nav-open-btn span:nth-of-type(3) {
		margin-top: 4px;
	}
	#nav-open-btn span:nth-of-type(3) {
		width: 60%;
	}
	#nav-open-btn span:nth-of-type(4) {
		margin-top: 8px;
		background: transparent;
		color: #fff;
		font-size: 7px;
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: center;
		align-items: center;
	}
	.is-locked #nav-open-btn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}
	.is-locked #nav-open-btn span:nth-of-type(2) {
		-webkit-transform: translateY(3px) translateX(0) rotate(-45deg);
		transform: translateY(3px) translateX(0) rotate(-45deg);
	}
	.is-locked #nav-open-btn span:nth-of-type(3) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}
	.is-locked #nav-open-btn span:nth-of-type(4) {
		opacity: 0;
	}
  #bgModal {
		display: none;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
	}
  .is-locked #bgModal {display: block;}
}

/* スマホ検索 */
.SearchSp > label {
  position: fixed;
  top: 15px;
  right: 80px;
  z-index: 11000;
}
.SearchSp > input:checked + .snavModal > .inn {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 70px 20px;
}
.SearchSp > input {display: none;}

/* proヘッダー */
#snav,#snav > ul {
  display: flex;
}
#snav,#snav > ul li {
  list-style: none;
  font-size: 12px;
  margin-left: 10px;
}
#snav ul {
  padding: 0;
}
#snav a {color: #333333;}
@media screen and (min-width: 1024px){
  .header {height: 90px;padding: 10px 40px;position: fixed;}
}
/* proフッター */
.pro-footer-info {
  text-align: center;
  padding: 40px 0 60px;
  background-image: linear-gradient(135deg, #0D4A8D 0, #1279EB 100%);
  margin-top: 100px;
}
.pro-footer-info-contact {
  color: #fff;
  text-align: center;
  font-size: 18
}
.pro-footer-info .button {
  background: #fff;
  color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  .pro-footer-title {width: 25%}
  .pro-footer-nav {width: 75%}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pro-footer-title {width: 30%}
  .pro-footer-nav {width: 70%}
}
@media (max-width: 767px) {
  .footer-company-logo {width: 150px;}
  .footer-nav-item .footer-nav-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
  }
  .footer-nav-link {margin-bottom: 10px;}
  .footer-nav-item .footer-nav-item .footer-nav-link {margin: 0 0 5px 0;;}
}
.footer-nav-item .footer-nav-item {
  margin-left: 0;
  font-size: 12px;
}
.footer-nav-item .footer-nav-item::before {
  display: none;
}
.footer-nav-item .footer-nav-item a,.footer-nav-item .footer-nav-item a:visited {color: var(--color-gray90);}



/*=========================

共通

=========================*/

/* マージン */
.mt-xl {
  margin-top: 100px;
}
/* テキスト */
h2,.entry-style .entry-text-unit h2 {font-size: 30px;}
h2,.entry-style .entry-text-unit h2,h3,.entry-style .entry-text-unit h3,h4,.entry-style .entry-text-unit h4,h5,[class*=column-quote-] .quote-title,.entry-style .entry-text-unit dl dt {font-weight: 600;}
.pro-link {
  padding: 2px 0;
  color: var(--color-link);
  border-bottom: 1px dashed var(--color-link);
}
.page-title-wrapper {
  background:linear-gradient(to right, var(--color-pro-blue80), var(--color-pro-blue70), var(--color-pro-blue50));
  color: #fff;
}
.text-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .page-title-wrapper {
      height: 165px;
      margin: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  h2,.entry-style .entry-text-unit h2 {font-size: 24px;}
  .entry-style .entry-text-unit h2.heading-line {padding-bottom: 5px;}
}

.pro-link {
  padding: 2px;
  color: var(--color-link);
  border-bottom: 1px dashed var(--color-link);
}
.pro-link:hover {
  text-decoration: none;
  opacity: .7;
}
hr {opacity: .15;}

@media screen and (min-width: 768px) {
  .entry-style p {
    margin: 0 10px 30px 10px;
  }
}
p {font-size: 14px;}
.text-main {font-size: 15px !important;}
.text-md {font-size: 16px !important;}
.text-sm {font-size: 14px !important;}
.text-xs {font-size: 12px !important;}
.fw-bold {font-weight: bold !important;}
.fw-lighter {font-weight: lighter !important;}
.fw-normal {font-weight: normal !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}

/* 見出し */
.pro-heading-lg {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  font-size: 22px;
  border-bottom: 4px solid var(--color-gray30);
}
.pro-heading-lg::before {
  position: absolute;
  bottom: -4px;
  width: 50px;
  height: 4px;
  background: var(--color-primary);
  content: "";
}
@media screen and (min-width: 768px) {
  .pro-heading-lg {
      font-size: 1.5rem!important;
  }
}
/* テーブル　表 */
.entry-style .entry-text-unit table th, .entry-style [class^=column-table] table th,
.entry-style .entry-text-unit table td, .entry-style [class^=column-table] table td {padding: 15px;
}
.entry-style .entry-text-unit table th, .entry-style [class^=column-table] table th {font-size: 16px;}
.entry-style .entry-text-unit table td, .entry-style [class^=column-table] table td {font-size: 14px;}

/* カラー */
a.text-black {color: #000;}
.bg-white {background: #fff;}

.bg-gray10 {background: var(--color-gray10);}
.bg-gray20 {background: var(--color-gray20);}
.bg-gray30 {background: var(--color-gray30);}
.bg-gray40 {background: var(--color-gray40);}
.bg-gray50 {background: var(--color-gray50);}
.bg-gray60 {background: var(--color-gray60);}
.bg-gray70 {background: var(--color-gray70);}
.bg-gray80 {background: var(--color-gray80);}
.bg-gray90 {background: var(--color-gray90);}
.bg-gray100 {background: var(--color-gray100);}

.bg-pro-gray10 {background: var(--color-pro-gray10);}
.bg-pro-gray20 {background: var(--color-pro-gray20);}
.bg-pro-gray30 {background: var(--color-pro-gray30);}
.bg-pro-gray40 {background: var(--color-pro-gray40);}
.bg-pro-gray50 {background: var(--color-pro-gray50);}
.bg-pro-gray60 {background: var(--color-pro-gray60);}
.bg-pro-gray70 {background: var(--color-pro-gray70);}
.bg-pro-gray80 {background: var(--color-pro-gray80);}
.bg-pro-gray90 {background: var(--color-pro-gray90);}
.bg-pro-gray100 {background: var(--color-pro-gray100);}

/* 効果 */
.drop-shadow {filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.2));}
/* ボタン */
a.pro-btn-attention {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color-gray20);
  color: var(--color-gray100);
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.pro-btn-attention .pro-btn-attention-heading {
  display: grid;
  place-content: center;
  background: var(--color-pro-blue70);
  color: #fff;
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
}
a.pro-btn-attention .pro-btn-attention-text {
  display: grid;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  padding: 20px;

}
a.pro-btn-attention p {
  position: relative;
  margin-bottom: 0;
}
a.pro-btn-attention p::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  background: var(--color-primary);
  transition: all 0.4s;
  content: "";
  width: 0%;
}
a:hover.pro-btn-attention p::after {
  width: calc(100% - 18px);
}
a:hover.pro-btn-attention {
  color: var(--color-pro-blue70);
}

a.pro-btn-attention p i {vertical-align: middle;}

a.link-arrow-right {
 color: var(--color-gray100);
 text-decoration: none;
 position: relative;
}
a.link-arrow-right:hover {
  color: var(--color-pro-blue80);
}
a.link-arrow-right::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  content: "";
}
a.link-arrow-right:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  bottom: -6px;
  background: var(--color-pro-blue70);
}
a.link-btn-arrow-g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  color: var(--color-gray100);
  background: var(--color-gray20);
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: .3s all;
  height: 100%;
  border: 3px solid var(--color-gray40);
}
a.link-btn-arrow-g:hover {
  background-color: var(--color-pro-blue20);
  color: var(--color-pro-blue70);
  border: 3px solid var(--color-pro-blue30);
  font-weight: bold;
}
a.link-btn-arrow-g i {
  display: block;
  color: var(--color-pro-blue80);
  font-size: 16px;
}
a.link-btn-arrow-g:hover i {color: var(--color-pro-blue70);}
/* グリッド */
.pro-grid {
  display: grid;
  padding: 0;
}
@media screen and (min-width: 576px) {
.pro-grid-2 {
  grid-template-columns: 1fr 1fr;
}
.pro-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 992px) {
  .pro-grid-2,.pro-grid-3,.pro-grid-4,.pro-grid-5,.pro-grid-6 {gap: 50px;}
  .pro-grid-4 {grid-template-columns: 1fr 1fr 1fr 1fr;}
  .pro-grid-5 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
  .pro-grid-6 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
}
@media screen and (max-width: 991px) {
  .pro-grid-2,.pro-grid-3,.pro-grid-4,.pro-grid-5,.pro-grid-6 {gap: 40px;}
  .pro-grid-4,.pro-grid-5,.pro-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .pro-grid-md-2 {grid-template-columns: 1fr 1fr;}
  .pro-grid-md-1 {grid-template-columns: 1fr;}
}
@media screen and (max-width: 767px) {
  .pro-grid-2,.pro-grid-3,.pro-grid-4,.pro-grid-5,.pro-grid-6 {gap: 30px;}
  .pro-grid-4,.pro-grid-5,.pro-grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pro-grid-sm-2 {grid-template-columns: 1fr 1fr;}
  .pro-grid-sm-1 {grid-template-columns: 1fr;}
}
@media screen and (max-width: 575px) {
  .pro-grid {padding: 0 20px;}
  .pro-grid-2,.pro-grid-4,.pro-grid-5,.pro-grid-6 {gap: 30px;}
  .pro-grid-4,.pro-grid-5,.pro-grid-6 {
    grid-template-columns: 1fr;
  }
  .pro-grid-1 {grid-template-columns: 1fr;}
}
.gap30 {gap: 30px;}
@media screen and (max-width: 575px) {
  .gap30 {gap: 20px;}
}
/* ボタン */
a.btn-line {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid var(--color-gray40) !important;
  border-radius: 4px;
  padding: 15px 45px;
  color: var(--color-gray100);
  transition: all 0.3s ease;
  text-decoration: none;
  vertical-align: middle;
}
a.btn-line:hover {
  color: var(--color-pro-blue70);
  border: 2px solid var(--color-pro-blue70);
  background: var(--color-pro-blue10);
}
a.btn-line i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  font-size: 16px;
}
a.btn-block {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 15px 45px;
  color: #fff;
  background: var(--color-pro-blue70);
  transition: all 0.3s ease;
  text-decoration: none;
  vertical-align: middle;
}
a.btn-block:hover {
  background: var(--color-pro-blue100);
}
a.btn-block i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  font-size: 16px;
}
a.btn-md,a.btn-sm,a.btn-xs {
  display: inline-block;
  color: var(--color-white);
  text-align: center;
  background: var(--color-primary);
  border-radius: 4px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
a.btn-md {
  padding: 10px 25px;
  font-size: 18px;
}
a.btn-sm {
  padding: 5px 20px;
  font-size: 14px;
}
a.btn-xs {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1.4;
}
a.btn-md:hover,a.btn-sm:hover,a.btn-xs:hover  {
  background: var(--color-primary-hover);
  text-decoration: none;
}

.btn-inline-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-inline-block li {
  display: inline-block;
  margin-right: 10px;
}
.btn-inline-block li:last-child {
  margin-right: 0px;
}
.btn-inline-block li a {
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  background: var(--color-pro-blue30);
  color: var(--color-pro-blue80);
  transition: all 0.5s ease;
}
.btn-inline-block li a:hover {
  background: var(--color-pro-blue70);
  color: #fff;
}

.entry-style .entry-text-unit a.btn-md {
  padding: 10px 25px;
  color: var(--color-white);
}
.entry-style .entry-text-unit a.btn-sm {
  padding: 5px 20px;
  color: var(--color-white);
}
.entry-style .entry-text-unit a.btn-xs {
  padding: 5px 20px;
  color: var(--color-white);
}
.pro-quote a {
  text-decoration: none;
  display: flex;
  padding: 40px;
  color: var(--color-gray100);
  background: var(--color-gray10);
  transition: all 0.5s ease;
}
.pro-quote a h5 {margin-left: 0;}
.pro-quote a p {
  font-size: 14px;
  color: var(--color-gray100);
  line-height: 1.8;
}

.pro-quote a .pro-quote-img {width: 100px;margin-right: 40px;}
.pro-quote a .pro-quote-img250 {width: 250px;margin-right: 40px;}

.pro-quote a img {
  display: block;
  filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.2));
  transition: all 0.5s ease;
}
.pro-quote a:hover img {
  transform: scale(1.05);
}
.pro-quote a .pro-quote-text {}

/* -------------------------------
2カラム 1180px
------------------------------- */
.pro-two-column {
  display: flex;
}
@media screen and (min-width: 1240px){
  .pro-side-column,.pro-side-column-sm {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: calc((100% - 1180px) / 2);
    padding-right: 60px;
    margin-right: 60px;
  }
  .pro-side-column {width: 280px;}
  .pro-side-column-sm {width: 200px;}
  .pro-main-column {width: 780px;}
  .pro-main-column-sm {width: 860px;}
}
@media screen and (min-width: 992px) and (max-width: 1239px){
  .pro-two-column {
    padding-right: 30px;
  }
  .pro-side-column {
    width: 280px;
    padding: 30px;
    margin-right: 30px;
  }
  .pro-side-column-sm {
    width: 200px;
    padding: 30px;
    margin-right: 30px;
  }
  .pro-main-column {width: calc(100% - 370px);}
  .pro-main-column-sm {width: calc(100% - 290px);}
}
@media screen and (min-width: 992px) {
  .pro-side-column,.pro-side-column-sm {
    background: var(--color-gray10);
    box-sizing: content-box;
  }
}
@media screen and (max-width: 991px) {
  .pro-two-column {
    flex-flow: column;
    flex-direction:column-reverse;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pro-side-column,.pro-side-column-sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro-two-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* メニュー */
.pro-two-column .acms-list-group > li > a {position: relative;}
.icon-expand2 {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 5px;
}
.icon-expand2::before,.icon-expand2::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--color-pro-blue60);
  border: 0;
  border-radius: 1px;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.icon-expand2::before {
  -webkit-transform: translate(-2px, -6px);
  -ms-transform: translate(-2px, -6px);
  transform: translate(-2px, -6px);
}
.icon-expand2::after {
  -webkit-transform: translate(-2px, -6px);
  -ms-transform: translate(-2px, -6px);
  transform: translate(-2px, -6px);
}
.collapsed .icon-expand2::before {
  -webkit-transform: translate(-2px, -6px) rotate(90deg);
  -ms-transform: translate(-2px, -6px) rotate(90deg);
  transform: translate(-2px, -6px) rotate(90deg);
}
.acms-list-group li:has(.show) .icon-expand2::before {
  -webkit-transform: translate(-2px, -6px);
  -ms-transform: translate(-2px, -6px);
  transform: translate(-2px, -6px);
}

.acms-list-group .acms-list-group .acms-list-group-item {position: relative;padding-left: 15px;}
.acms-list-group .acms-list-group .acms-list-group-item::before {
    position: absolute;
    margin-left: -15px;
    margin-top: -3px;
    top: 50%;
    display: inline-block;
    border: 3px solid transparent;
    border-left: 6px solid rgba(18,121,235,.5);
    content: "";
}
/* -------------------------------
共通製品情報
------------------------------- */
.products_b_yakuhinbunrui {
  display: inline-block;
  font-size: 12px;
  padding: 2px 6px;
  border: solid 1px var(--color-gray100);
  font-weight: normal;
  color: #000;
  line-height: normal;
}
.page-title-inner .products_b_yakuhinbunrui {color: #fff;border-color: #fff;}
.products-lineup {
  background: var(--color-gray10);
  margin: 60px calc(50% - 50vw);
  padding: 45px calc(50vw - 50%);
}
.products-lineup ul {
  padding-left: 0;
}
.products-b-name {
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end;
  margin-bottom: 15px;
}
.products-b-name h3 {
  margin-bottom: 0;
}
.products-b-name > div {
  margin: 0 0 3px 10px;
}
/* 製品情報トップ SDSトップ */
.products_cate_list ul {border-top: none;}
.products_cate_list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.products_cate_list > ul > li {
  padding: 20px;
  box-sizing: border-box;
}
.products_cate_list > ul > li > div {
  background: var(--color-gray20);
  border-radius: 4px;
  overflow: hidden;
}
.products_cate_list > ul > li > div > a {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
}
.products_cate_list > ul > li > div > a img {
  width: 80px;
  margin-right: 15px;
}
.products_cate_list > ul > li > div > a h2 {
  font-size: 14px;
  margin: 0;
  padding: 10px;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.products_cate_list > ul > li > ul > li:first-child > div > a {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .products_cate_list > ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .products_cate_list > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products_cate_list > ul > li {
    width: 100%;
  }
}




/* 製品カテゴリー一覧 カード */
.pro-card li {display: flex;flex-direction: column;}
.pro-card li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--color-gray100);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  flex: 1 0 auto;
  transition: all 0.5s ease;
  border: 2px solid var(--color-gray50);
}
.pro-card li > a:hover {
  border: 2px solid var(--color-pro-blue60);
  text-decoration: none;
}
.pro-card li > a > div {
  overflow: hidden;
}
.pro-card li > a > div > img {
  transition: all 0.5s ease;
}
.pro-card li > a:hover > div > img {
  transform: scale(1.1);
}
.pro-card-text {
  padding: 20px;
  font-size: 14px;
}
.pro-card-text p {margin: 0;}
.pro-card-text p.fw-bold {margin-bottom: 5px;font-size: 15px;}
.pro-card-text-name {font-weight: bolder;}
.pro-card li > a:hover {color: var(--color-pro-blue70);}

/* pdfサムネイル */
.pro-pdf-tmb li {
  list-style: none;
}
.pro-pdf-tmb a {text-decoration: none;}
.pro-pdf-tmb a > img {
  display: block;
  filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.2));
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.pro-pdf-tmb a:hover > img {
  transform: scale(1.05);
}
.pro-pdf-tmb li time {font-size: 14px;}
.pro-pdf-tmb li a .card-title {font-size: 16px;font-weight: 600;margin-bottom: 5px;}
.pro-pdf-tmb li a .card-text {font-size: 12px;color: var(--color-gray100);}


/* 規格ブロック */
.products-k-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.products-k-block .products-k-col {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  color: var(--color-gray100);
  border: none;
}
.products-k-block .products-k-col:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .03;
    pointer-events: none;
    border-radius: 4px;
}
.products-k-block .products-k-col:hover {text-decoration: none;}
.products-k-block .products-k-col img {
  transition: all 0.3s ease;
}
.products-k-block .products-k-col:hover img {
  transform: scale(1.1);
}
.products-k-block .products-k-col h5 {font-size: 14px;font-weight: bold;margin-left: 0;margin-right: 0;}

.products-k-block h5 {margin-bottom: 5px;}
.products-k-block .products_b_yakuhinbunrui {
  border: none;
  background: var(--color-gray30);
}
.products-k-block .kikaku {
  text-align: center;
  font-weight: bold;
  color: var(--color-gray80);
  margin: 10px 0 0 0;
}
.products-k-block .b-name {margin:0 0 5px 0;font-size: 14px;font-weight: bold;}
.products-k-block .products_b_yakuhinbunrui {
  border: none;
  background: var(--color-gray30);
}
.products-k-block .b-name {margin:0 0 5px 0;font-size: 14px;font-weight: bold;}
.products-k-block .products_b_yakuhinbunrui {
  border: none;
  background: var(--color-gray30);
}
.products-k-block .products-k-col img {max-width: 130px;}

@media (max-width: 767px) {
  .products-k-block {grid-template-columns: 1fr 1fr 1fr;}
  .products-k-block .products-k-col img {max-width: 100px;}
  .products-k-block .kikaku {font-size: 13px;}
}
@media (max-width: 575px) {
  .products-k-block {grid-template-columns: 1fr 1fr;}
  .products-k-block .products-k-col img {max-width: 80px;}
}


/* -------------------------------
パーツ
------------------------------- */
/* box  */
.boxwide,.boxwide-gray {
  padding-top: 60px;
  padding-bottom: 60px;
}
.boxwide-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.boxwide-gray {
  background: var(--color-gray20);
}
/* ページトップ */
#PageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
#PageTop a {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background:  var(--color-pro-blue70);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
#PageTop a:hover {
  height: 45px;
  width: 45px;
}
/* 目次 */
.pro-mokuji-list ul {
  padding: 30px 0;
  margin: 0;
  border-top: solid 1px var(--color-gray70);
  border-bottom: solid 1px var(--color-gray70);
}
@media screen and (max-width: 767px) {
  .pro-mokuji-list ul {padding: 20px 0;}
}
.pro-mokuji-list ul li {
  display: inline-block;
  list-style: none;
  font-size: 13px;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 4px;
}
.pro-mokuji-list ul li::before {
  content: "\f731";
  font: normal normal normal 1em/1 "Phosphor";
  margin-right: 3px;
  color: var(--color-pro-blue70);
  speak: none;
  text-transform: none;
}
.pro-mokuji-list ul li a {
  text-decoration: none;
  color: #000;
}
.pro-mokuji-list ul li a:hover {
  text-decoration: underline;
}
.pro-mokuji {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.pro-mokuji li {
  list-style: none;
}
.pro-mokuji li a {
  color: var(--color-gray100);
  font-size: 14px;
  border-left: solid 5px var(--color-gray30);
  padding: 15px 0 15px 20px;
  display: block;
  margin-bottom: 1px;
  transition: all 0.5s ease;
}
.pro-mokuji li a:hover {
  color: var(--color-pro-blue70);
  font-weight: bold;
  border-left: solid 5px var(--color-pro-blue70);
  background: var(--color-pro-blue10);
  text-decoration: none;
}
.pro-list-sm {
  padding-left: 17px;
}
.pro-list-sm li {
    position: relative;
    margin: 0 0 5px 0;
    line-height: 1.3;
    list-style: none;
}
.pro-list-sm li::before {
  position: absolute;
  top: 6px;
  left: -12px;
  width: 6px;
  height: 6px;
  background: var(--color-pro-blue70);
  border-radius: 50%;
  content: "";
}
.pro-list-icon {
  margin: 0;
  padding: 0;
}
.pro-list-icon li {
  list-style:none;
  margin-bottom: 10px;
}
.pro-list-icon li i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 3px;
  color: var(--color-pro-blue70);
}
/* ビデオ */
.J-stream {width: 100%;position: relative;padding-bottom: 56.25%;aspect-ratio: 16 / 9;}
.J-stream43 {width: 100%;position: relative;padding-bottom: 75%;aspect-ratio: 4 / 3;}
.jstream-eqPlayer {left: 0;}
.YouTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.YouTube-thumbnail {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.YouTube-thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 50px;
  color: #fff;
  filter: drop-shadow(5px 5px 3px #999);
}

/* タブ */
.products-tabs > li {
  width: calc(100% / 3);
  text-align: center;
}
.products-tabs > li a,.products-tabs > li a:hover {
  text-decoration: none;
  font-weight: bold;
  padding: 30px;
}
.products-tabs .nav-link.active,.products-tabs > li a:hover {
  color: var(--color-pro-blue70);
  border-top: 1px solid var(--color-pro-blue70);
  height: 100%;
}
.products-tabs > li a {
  color: var(--color-gray100);
}
.products-tabs > li a:hover,.products-tabs .nav-link.active:hover {
  background: var(--color-gray10);
}
@media screen and (max-width: 991px) {
  .products-tabs > li a,.products-tabs > li a:hover {
    padding: 20px;
    font-size: 14px;
  }
}

/* ダウンロードリスト */
.pro-dl-pdf,.pro-dl-browsers {position: relative;}
.pro-dl-pdf a,.pro-dl-browsers a {padding-left: 2.5rem;}
.pro-dl-pdf a::before,.pro-dl-browsers a::before {
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: "";
}
.pro-dl-pdf a::before {background-image: url(/images/file-pdf.svg);}
.pro-dl-browsers a::before {background-image: url(/images/browsers.svg);}



/* -------------------------------
ユニット
------------------------------- */
/* a-blog ユニット調整 */
.pro-unit {margin: 0 10px 40px;}
.pro-unit p {margin: 0;}
.pro-unit img.js-lazy-load {background: none;}
.heading-gray {padding: 10px;background: var(--color-gray20);}

.entry-style p.text-btn-sm a {
    display: inline-block;
    padding: 5px 25px;
    color: var(--color-white);
    text-align: center;
    background: var(--color-primary);
    border-radius: 4px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-size: 14px;
}
@media print {
    .entry-style p.text-btn-sm a {
        font-size: 14px
    }
}
.entry-style p.text-btn-sm a:hover,.entry-style p.text-btn-sm a:visited,.entry-style p.text-btn-sm a:active,.entry-style p.text-btn-sm a:focus {
    color: var(--color-white);
    text-decoration: none;
    opacity: 1
}

.entry-style p.text-btn-sm a:hover {
    background: var(--color-primary-hover)
}
@media screen and (max-width: 1023px){
  .entry-style .ug-border::before {z-index: 0;}
  }
@media screen and (max-width: 575px){
  .entry-style .ug-border {
    padding: 25px 15px;
  }
}
/* ページ内リンクボタン（ユニットに自由入力） */
.entry-style .entry-text-unit ul.ul-btn-col li::before {
  display: none;
}
.entry-style .entry-text-unit ul.ul-btn-col {margin: 0;padding: 0;}
.ul-btn-col li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.entry-style .entry-text-unit .ul-btn-col a {
    color: #fff !important;
    line-height: 1.4;
    background: var(--color-pro-blue70);
    padding: 10px 30px 10px 15px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: .875rem !important;
    position: relative;
    border-bottom: none;
}
.ul-btn-col a:hover {background:#6dc3f5;}
.ul-btn-col a:after {
    font: normal normal normal 1em/1 "Phosphor";
    position: absolute;
    font-weight: bold;
    content: "\f31a";
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.entry-style .ug-bg-gray table,.entry-style .ug-bg-gray table tr {border-color: var(--color-gray40);}
.entry-style .ug-bg-gray table th {background: var(--color-gray10);}
.ug-bg-gray table td {background: #fff;}


/* -------------------------------
その他（増えたら整理）
------------------------------- */
/* プレミアム会員 */
@media screen and (min-width: 992px) {
  .member-cate {padding-bottom: 25px;}
}
@media screen and (max-width: 991px) {
  .member-cate {padding-bottom: 20px;}
}
@media screen and (max-width: 575px) {
  .member-cate {padding-bottom: 15px;}
}
