@charset "UTF-8";
br.pc-show {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc-show {
    display: none;
  }
}

br.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp-show {
    display: block;
  }
}

/* functional-products styles */
.mod-topicPath._white .mod-topicPath-ul,
.mod-topicPath._white .mod-topicPath-ul a {
  color: #fff;
}

.products-business-main.functional-products {
  background: url(/addcommon/images/business/functional_products/kv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .products-business-main.functional-products {
    background-image: url(/addcommon/images/business/functional_products/kv-sp.jpg);
  }
}

.products-business-main {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .products-business-main {
    margin-bottom: 55px;
  }
}
.products-business-main-copy {
  padding-top: 75px;
  padding-bottom: 90px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 960px) {
  .products-business-main-copy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .products-business-main-copy {
    padding-top: 60px;
    padding-bottom: 110px;
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .products-business-main-copy {
    font-size: 14px;
  }
}
.products-business-main-title {
  margin-bottom: 45px;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .products-business-main-title {
    font-size: 5.6rem;
  }
}
@media (max-width: 960px) {
  .products-business-main-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .products-business-main-title {
    margin-bottom: 25px;
    font-size: 8.717vw;
    line-height: 1.4;
  }
}
.products-business-main-lead {
  margin-bottom: 25px;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media screen and (max-width: 1200px) {
  .products-business-main-lead {
    font-size: 2.8rem;
  }
}
@media (max-width: 960px) {
  .products-business-main-lead {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .products-business-main-lead {
    font-size: 5.1282051282vw;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .products-business-main-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products-business-main-body {
    width: 78.6%;
  }
}

.functional-products-h2 {
  padding: 15px;
  background: #E5F0F6;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #1A87D6;
}
@media screen and (max-width: 1200px) {
  .functional-products-h2 {
    padding: 10px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-h2 {
    margin-bottom: 42px;
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-h2 {
    font-size: 20px;
  }
}

.functional-products-pickup {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup {
    margin-bottom: 37px;
  }
}
.functional-products-pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list {
    margin-bottom: 0;
  }
}
.functional-products-pickup-list li {
  width: calc((100% - 120px) / 4);
  min-height: 260px;
  margin-top: 50px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .functional-products-pickup-list li {
    width: calc((100% - 90px) / 4);
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .functional-products-pickup-list li {
    width: calc((100% - 30px) / 2);
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list li {
    width: calc((100% - 14px) / 2);
    margin-top: 0;
    margin-bottom: 23px;
  }
}
.functional-products-pickup-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list a {
    border-radius: 6px;
    box-shadow: 0 0 5.83px rgba(0, 0, 0, 0.2);
  }
}
.functional-products-pickup-list a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list a:hover {
    box-shadow: 0 0 5.83px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
.functional-products-pickup-list-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list-image img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.functional-products-pickup-list-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 100%;
  padding: 28px 10px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list-body {
    padding: 13px 10px;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-pickup-list-body {
    font-size: 10px;
  }
}
.functional-products-pickup-list-en {
  line-height: 1.65;
}
.functional-products-pickup-list-name {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A87D6;
}
@media screen and (max-width: 1200px) {
  .functional-products-pickup-list-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-pickup-list-name {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-pickup-list-name {
    font-size: 12px;
  }
}
.functional-products-pickup-list-copy {
  max-width: 210px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
}

.functional-products-search-tabmenu {
  position: relative;
  display: flex;
}
.functional-products-search-tabmenu-wrap {
  margin-bottom: 40px;
  border-bottom: 2px solid #1A87D6;
}
@media screen and (max-width: 767px) {
  .functional-products-search-tabmenu-wrap {
    margin-bottom: 25px;
  }
}
.functional-products-search-tabmenu li {
  width: 50%;
}
.functional-products-search-tabmenu li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  background: #E5F0F6;
  padding-top: 5px;
  border: 2px solid #E5F0F6;
  color: #6190B3;
  font-size: 2rem;
  font-weight: 700;
  transition: none;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .functional-products-search-tabmenu li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-search-tabmenu li a {
    height: 60px;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-search-tabmenu li a {
    font-size: 10px;
  }
}
.functional-products-search-tabmenu li.active a {
  position: relative;
  background: #fff;
  border-color: #70ABD5;
  border-bottom: 0;
  font-size: 2.6rem;
  color: #1A87D6;
}
@media screen and (max-width: 1200px) {
  .functional-products-search-tabmenu li.active a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-search-tabmenu li.active a {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-search-tabmenu li.active a {
    font-size: 14px;
  }
}
.functional-products-search-tabmenu li.active a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.functional-products-search .tabcont,
.functional-products-search .sub-tabcont {
  display: none;
}
.functional-products-search .tabcont.active,
.functional-products-search .sub-tabcont.active {
  display: block;
}
.functional-products-search-sub-tabmenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 28px;
  gap: 30px 23px;
}
@media screen and (max-width: 1200px) {
  .functional-products-search-sub-tabmenu {
    gap: 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-search-sub-tabmenu {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.functional-products-search-sub-tabmenu li {
  width: calc((100% - 69px) / 4);
}
@media screen and (max-width: 1200px) {
  .functional-products-search-sub-tabmenu li {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .functional-products-search-sub-tabmenu li {
    width: calc((100% - 20px) / 3);
  }
}
.functional-products-search-sub-tabmenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  padding-top: 0.1em;
  border-radius: 7px;
  background: #E5F0F6;
  color: #636363;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .functional-products-search-sub-tabmenu li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .functional-products-search-sub-tabmenu li a {
    height: 32px;
    font-size: 2.5641025641vw;
    border-radius: 3.5px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .functional-products-search-sub-tabmenu li a {
    font-size: 10px;
  }
}
.functional-products-search-sub-tabmenu li a:hover {
  opacity: 0.8;
}
.functional-products-search-sub-tabmenu li.active a {
  background: #1A87D6;
  color: #fff;
}
.functional-products-search-sub-tabmenu li.active a:hover {
  opacity: 1;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-top: 30px;
  border-top: 2px solid #ECECEC;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .filter {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .filter {
    gap: 14px 10px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.filter button.filter-btn {
  padding: 13px 20px 9px 20px;
  background: #F2F2F2;
  border-radius: 80px;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #636363;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .filter button.filter-btn {
    padding: 10px 20px 8px 20px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .filter button.filter-btn {
    padding: 4px 10px;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .filter button.filter-btn {
    font-size: 10px;
  }
}
.filter button.filter-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .filter button.filter-btn:hover {
    opacity: 1;
  }
}
.filter button.filter-btn.active {
  background: #636363;
  color: #fff;
}
.filter button.filter-btn.active:hover {
  opacity: 1;
}

.filterpage-link a {
  display: none;
  padding-right: 20px;
  padding-top: 2px;
  background: url(/addcommon/images/business/functional_products/icon_external.svg) no-repeat right center;
  color: #1A87D6;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .filterpage-link a {
    font-size: 2.5641025641vw;
    background-size: 12px auto;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .filterpage-link a {
    font-size: 10px;
  }
}
.filterpage-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .filterpage-link a:hover {
    opacity: 1;
  }
}
.filterpage-link a.active {
  display: inline-block;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .product-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    display: block;
    margin: 60px 0 0 0;
  }
}
.product-list li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1200px) {
  .product-list li {
    width: calc((100% - 60px) / 3);
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .product-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-list li a {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .product-list li.no-data {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .product-list li.no-data {
    font-size: 14px;
  }
}
.product-item-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-item-image {
    margin-bottom: 0;
    width: 31%;
  }
}
.product-item-image img {
  width: 100%;
}
.product-item h2 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .product-item h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .product-item h2 {
    font-size: 4.1025641026vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .product-item h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-item-body {
    width: calc(69% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .product-item-body p {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .product-item-body p {
    font-size: 14px;
  }
}

/* 共通css 崩れ調整 */
@media screen and (max-width: 47.938em) {
  .mod-linkList-head {
    height: auto;
  }
}
/* hover処理 調整 */
.opacity .functional-products-search-tabmenu li.active a:hover {
  opacity: 1;
}