@charset "UTF-8";
/* =======================================================

取り扱い商品　全体共通

======================================================= */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
.container-800 {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .container-800 .sp-mg {
    margin-bottom: 20px;
  }
}
.container-800 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .container-800 h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 428px) {
  .container-800 p {
    font-size: 1.4rem;
  }
}
.container-800 li {
  list-style: decimal;
}
@media (max-width: 428px) {
  .container-800 li {
    font-size: 1.4rem;
  }
}
.container-800 ol {
  padding-left: 16px;
}

.section-title.center-sm {
  text-align: center;
  padding-left: 20px;
  font-size: 2.8rem;
}
@media (max-width: 428px) {
  .section-title.center-sm {
    font-size: 2.3rem;
  }
}
.section-title.center-sm::before {
  content: none;
}

.section-title.product {
  padding-left: 0;
  margin-top: -0.1em;
  margin-bottom: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title.product::before {
  content: none;
}
@media (max-width: 1000px) {
  .section-title.product {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-titleicon {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.product-titleicon span {
  display: flex;
  align-items: center;
  line-height: 2em;
}
.product-titleicon img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}

.product-catalogicon {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
.product-catalogicon span {
  display: flex;
  align-items: center;
  line-height: 2em;
}
.product-catalogicon img {
  width: 16px;
  height: auto;
  margin-right: 7px;
}

.section-title.product.movie-on {
  padding-left: 0;
  margin-top: -0.1em;
  margin-bottom: 0.8em;
  display: block;
}
.section-title.product.movie-on::before {
  content: none;
}
.section-title.product.movie-on img {
  width: 25px;
  height: auto;
  margin: 0 0 13px 7px;
}
@media (max-width: 428px) {
  .section-title.product.movie-on img {
    margin: 0 0 4px 5px;
  }
}

.page--product--inSidebar .breadcrumbs .container {
  max-width: 1160px;
}

.page--product__warpper {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
}
@media (max-width: 768px) {
  .page--product__warpper {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
}

.cms-area a {
  text-decoration: underline;
  color: #317CBF;
}
.cms-area a:hover {
  text-decoration: none;
}
.cms-area ul, .cms-area ol {
  padding: 10px 0;
  padding-left: 1.5em;
}
.cms-area ul li,
.cms-area ol li {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.cms-area ul li:last-of-type,
.cms-area ol li:last-of-type {
  margin-bottom: 0;
}
.cms-area ul li {
  list-style-type: disc;
}
.cms-area ol li {
  list-style-type: decimal;
}
.cms-area img {
  max-width: 80%;
}
.cms-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.cms-area .mb10 {
  margin-bottom: 10px;
}

.product-sidebar {
  width: 280px;
  min-width: 280px;
}
@media (max-width: 1000px) {
  .product-sidebar {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .product-sidebar {
    width: calc(100% + 40px) !important;
    background: #EEF0F7;
    margin: 0 -20px -40px;
    padding: 35px 30px 0;
  }
}
@media (max-width: 428px) {
  .product-sidebar {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

.product-sidebar .section-title {
  display: none;
}
@media (max-width: 768px) {
  .product-sidebar .section-title {
    display: block;
    font-size: 2.2rem;
  }
}

.product-sidebar .catalog-sidenav {
  margin: 0;
}
.product-sidebar .catalog-sidenav ul {
  margin: 0 0 20px;
}
.product-sidebar .catalog-sidenav ul li a {
  background: url(../img/product/catagog-sideli.png) no-repeat top 50% left 0;
  line-height: 1.4em;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #DEE0E6;
  display: block;
  transition: all 0.3s;
}
.product-sidebar .catalog-sidenav ul :hover {
  color: #4c8dcb;
}
.product-sidebar .catalog-sidenav ul li:first-of-type a {
  padding-top: 0;
  background-position: top 15% left 0;
}
@media (max-width: 768px) {
  .product-sidebar .catalog-sidenav {
    display: none;
  }
}
@media (max-width: 428px) {
  .product-sidebar .catalog-sidenav {
    display: none;
  }
}

.product-sidebar__search {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .product-sidebar__search {
    margin-bottom: 15px;
  }
}
.product-sidebar__search input {
  background: #EEF0F7;
  border-radius: 3px;
  height: 45px;
  line-height: 1em;
  padding: 10px;
  padding-right: 40px;
  outline: 0;
  width: 100%;
  border: #EEF0F7 1px solid;
  transition: ease 0.3s;
}
@media (max-width: 1000px) {
  .product-sidebar__search input {
    font-size: 1.35rem;
    padding: 5px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .product-sidebar__search input {
    background: #fff;
    border: #B5BED9 1px solid;
    font-size: 1.6rem;
    padding: 10px;
    padding-right: 40px;
  }
}
.product-sidebar__search input:focus {
  border-color: #172A88;
  background: #fff;
  box-shadow: 0 0 13px rgba(23, 42, 136, 0.4);
}
.product-sidebar__search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #172A88;
  line-height: 1em;
  text-align: center;
  font-size: 2.3rem;
  transition: ease 0.3s;
  min-width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-sidebar__search button:hover {
  color: #4c8dcb;
}

.product-sidenav__toggle + ul {
  display: none;
}

.product-sidenav__toggle.level-01 {
  display: block;
  padding: 1em 1em 1em 0;
  line-height: 1em;
  position: relative;
  color: #172A88;
  font-size: 1.7rem;
  border-bottom: #DEE0E6 2px solid;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .product-sidenav__toggle.level-01 {
    border-bottom: #C9D0E6 1px solid;
    font-size: 1.55rem;
    padding: 1.3em 0;
  }
}
.product-sidenav__toggle.level-01 > .bold {
  font-weight: bold;
  padding-right: 0.2em;
}
.product-sidenav__toggle.level-01 > i {
  position: absolute;
  right: 0;
}
.product-sidenav__toggle.level-01:hover {
  background: #EEF0F7;
}
.product-sidenav__toggle.level-01.open {
  border-bottom-color: #172A88;
}
.product-sidenav__toggle.level-01.open i {
  transform: scale(1, -1);
}

.product-sidenav__box.level-01 {
  padding: 10px 0;
  border-bottom: #DEE0E6 2px solid;
}
@media (max-width: 768px) {
  .product-sidenav__box.level-01 {
    border-bottom: #C9D0E6 1px solid;
  }
}

.product-sidenav__box.level-02 {
  padding-left: 1em;
  margin-bottom: 7px;
  position: relative;
}
.product-sidenav__box.level-02::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  bottom: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background: #DEE0E6;
}

.product-sidenav__toggle.level-02 {
  line-height: 1.4em;
  padding: 0.4em 0;
  display: block;
  transition: all 0.3s;
}
.product-sidenav__toggle.level-02.open {
  font-weight: bold;
  color: #172A88 !important;
}
.product-sidenav__toggle.level-02:hover {
  color: #4c8dcb;
}

.product-sidenav__box.level-02 > li {
  line-height: 1em;
}
.product-sidenav__box.level-02 > li > a {
  color: #555;
  transition: all 0.3s;
  line-height: 1.4em;
  padding: 0.5em 0;
  font-size: 1.4rem;
  display: block;
}
.product-sidenav__box.level-02 > li > a:hover {
  color: #4c8dcb;
}
.product-sidenav__box.level-02 > li.active a {
  color: #172A88 !important;
}

.page--product__warpper .product-content {
  padding-left: 50px;
  margin-bottom: 20px;
  width: calc(100% - 280px);
}
@media (max-width: 1000px) {
  .page--product__warpper .product-content {
    padding-left: 30px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .page--product__warpper .product-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.product-pagerbtns--sm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.product-pagerbtns--sm > .product-pagerbtn--sm {
  margin: 5px 10px;
}

.product-pagerbtn--sm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 32px;
  color: #fff;
  background: #172A88;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  transition: ease 0.3s;
}
.product-pagerbtn--sm > i {
  position: absolute;
  left: 15px;
  font-size: 1.8rem;
}
.product-pagerbtn--sm:hover {
  background: #4c8dcb;
}

.product-list .product-pagerbtns--sm {
  padding-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-list .product-pagerbtns--sm {
    display: none;
  }
}

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

取り扱い商品　詳細共通

======================================================= */
.product-article__contact-btns {
  display: flex;
  justify-content: center;
  width: calc(100% + 10px);
  margin: 0 -5px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product-article__contact-btns {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .product-article__contact-btns {
    flex-direction: column;
  }
}

.product-article__contact-btn {
  width: 50%;
  padding: 5px;
}
@media (max-width: 600px) {
  .product-article__contact-btn {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.product-article__contact-btn.single {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-article__contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 85px;
  height: 100%;
  line-height: 1.4em;
  position: relative;
  padding: 10px 50px;
  transition: ease 0.3s;
}
@media (max-width: 768px) {
  .product-article__contact-btn a {
    font-size: 1.5rem;
    min-height: unset;
    height: 60px;
    padding: 10px;
  }
}
@media (max-width: 428px) {
  .product-article__contact-btn a {
    font-size: 1.4rem;
  }
}
.product-article__contact-btn a > i {
  position: absolute;
  left: 13%;
  transform: translateX(-50%);
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .product-article__contact-btn a > i {
    font-size: 3rem;
    left: 20px;
    transform: unset;
  }
}
.product-article__contact-btn a:hover {
  opacity: 0.75;
}
.product-article__contact-btn a.catalog {
  background: #3671C1;
  border: #719FDE 4px solid;
}
.product-article__contact-btn a.contact {
  background: #E58617;
  border: #F8A84B 4px solid;
}

.product-article__other-area {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .product-article__other-area {
    padding-top: 30px;
  }
}

.product-article__other-area .relation-posts {
  padding-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-article__other-area .relation-posts {
    padding: 30px 20px 20px;
  }
}
.product-article__other-area .relation-posts:last-child {
  margin-bottom: 0;
}

.relation-posts.free {
  margin-bottom: 30px;
}

.relation-posts.campaign.inProduct {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .relation-posts.campaign.inProduct .article-list--boxs {
    flex-direction: row;
  }
}
@media (max-width: 428px) {
  .relation-posts.campaign.inProduct .article-list--boxs {
    flex-direction: column;
  }
}
.relation-posts.campaign.inProduct .article-list--boxs > .article-list--boxs__item {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .relation-posts.campaign.inProduct .article-list--boxs > .article-list--boxs__item {
    width: 50%;
  }
}
@media (max-width: 428px) {
  .relation-posts.campaign.inProduct .article-list--boxs > .article-list--boxs__item {
    padding: 10px 0;
    width: 100%;
  }
}

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

取り扱い商品　詳細　共通

======================================================= */
.product-article__desc {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .product-article__desc {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}

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

取り扱い商品　TOP

======================================================= */
.product-top-search.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EEF0F7;
}
@media (max-width: 428px) {
  .product-top-search.section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.product-search__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 -10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-search__list {
    margin: -10px 0 30px;
    flex-direction: column;
  }
}

.product-search__list__item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 768px) {
  .product-search__list__item {
    padding: 10px 15px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.product-search__list__link {
  background: #fff;
  display: block;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: ease 0.3s;
}
.product-search__list__link:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.product-search__list__link:hover .product-search__list__imgs {
  background: #3671C1;
}
.product-search__list__link:hover .product-search__list__imgs > .img {
  transform: scale(1.05, 1.05);
}
.product-search__list__link:hover .product-search__list__desc {
  color: #3671C1;
}
.product-search__list__link:hover .product-search__list__btn {
  border-color: #3671C1;
  color: #3671C1;
}

.product-search__list__imgs {
  overflow: hidden;
  background: #172A88;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  min-height: 210px;
  padding: 10px;
  transition: ease 0.3s;
}
@media (max-width: 428px) {
  .product-search__list__imgs {
    min-height: 170px;
  }
}
.product-search__list__imgs > .img {
  margin-bottom: 13px;
  transition: ease 0.3s;
}
@media (max-width: 428px) {
  .product-search__list__imgs > .img {
    margin-bottom: 5px;
  }
  .product-search__list__imgs > .img img {
    width: 90px;
  }
}
.product-search__list__imgs > .title {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 428px) {
  .product-search__list__imgs > .title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.product-search__list__imgs > .title span {
  font-weight: bold;
  font-size: 1.4em;
}

.product-search__list__txts {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 210px);
}

.product-search__list__desc {
  padding-left: 1.5em;
  margin-bottom: 10px;
  transition: ease 0.3s;
}
.product-search__list__desc > li {
  list-style: disc;
  line-height: 1.7em;
  margin-bottom: 5px;
}

.product-search__list__btn {
  border: #172A88 1px solid;
  text-align: center;
  color: #172A88;
  padding: 0.8em;
  line-height: 1em;
  font-weight: bold;
  transition: ease 0.3s;
}

.product-top-search__form {
  display: flex;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-top-search__form {
    max-width: 500px;
  }
}

.product-top-search__form__input {
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: 10px;
  line-height: 1em;
  height: 50px;
  width: calc(100% - 180px);
  border: #fff 1px solid;
}
@media (max-width: 768px) {
  .product-top-search__form__input {
    width: calc(100% - 70px);
    font-size: 1.6rem;
  }
}
.product-top-search__form__input:focus {
  outline: 0;
  border: #172A88 1px solid;
}

.product-top-search__form__submit {
  background: #172A88;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 50px;
  width: 180px;
  border-radius: 0 3px 3px 0;
  letter-spacing: 0.5em;
  transition: ease 0.3s;
}
@media (max-width: 768px) {
  .product-top-search__form__submit {
    width: 70px;
    letter-spacing: 0.1em;
  }
}
.product-top-search__form__submit:hover {
  background: #3671C1;
}

.product-top-search__caption {
  padding-top: 30px;
  text-align: center;
}
.product-top-search__caption a {
  color: #317CBF;
  text-decoration: underline;
}
.product-top-search__caption a:hover {
  text-decoration: none;
}

.product-top-campaign.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .product-top-campaign.section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-top-campaign.section .article-list--boxs {
  margin-bottom: 30px;
}
.product-top-campaign.section .cmn-btn--big {
  width: 380px;
}

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

製品タイプ一覧

======================================================= */
.product-type__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 10px);
}

.product-type__lists > .product-type__box:last-of-type {
  margin-bottom: 0;
}

.product-type__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .product-type__box {
    margin-bottom: 20px;
  }
}

.product-type__box__title {
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 100%;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .product-type__box__title {
    white-space: unset;
  }
}
@media (max-width: 768px) {
  .product-type__box__title {
    font-size: 1.5rem;
  }
}

.product-type__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -5px;
}

.product-type__list__item {
  width: 20%;
  padding: 5px;
}
@media (max-width: 1000px) {
  .product-type__list__item {
    width: 33.3333333333% !important;
  }
}
@media (max-width: 428px) {
  .product-type__list__item {
    width: 50% !important;
  }
}

.product-type__list__link {
  display: block;
  min-height: 80px;
  height: 100%;
  padding: 10px;
  background: #EEF0F7;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.product-type__list__link > span {
  position: relative;
  z-index: 5;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 12, 72);
  line-height: 1.4em;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-type__list__link > img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.3s;
}
.product-type__list__link > img.movie_icon {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: auto;
  top: 2px;
  left: 5px;
}
.product-type__list__link > img.chat_icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: initial;
  top: initial;
  z-index: 4;
  width: 20px;
  height: auto;
}
.product-type__list__link::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgba(31, 52, 157, 0.4);
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  transition: ease 0.3s;
}
.product-type__list__link:hover::before {
  background-color: rgba(31, 52, 157, 0.2);
}
.product-type__list__link:hover > img {
  transform: scale(1.15, 1.15);
}
.product-type__list__link:hover > img.movie_icon, .product-type__list__link:hover > img.chat_icon {
  transform: none;
}

.product-type__box.has2 {
  min-width: 40%;
  width: 40%;
}
@media (max-width: 1000px) {
  .product-type__box.has2 {
    min-width: 100%;
  }
}
.product-type__box.has2 > .product-type__list > .product-type__list__item {
  width: 50%;
}
@media (max-width: 1000px) {
  .product-type__box.has2 > .product-type__list > .product-type__list__item {
    width: unset;
  }
}

.product-type__box.has3 {
  min-width: 60%;
  width: 60%;
}
@media (max-width: 1000px) {
  .product-type__box.has3 {
    min-width: 100%;
  }
}
.product-type__box.has3 > .product-type__list > .product-type__list__item {
  width: 33.3333333333%;
}
@media (max-width: 1000px) {
  .product-type__box.has3 > .product-type__list > .product-type__list__item {
    width: unset;
  }
}

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

製品タイプ 詳細

======================================================= */
.product-tipe-article__item {
  margin-bottom: 35px;
}

.product-tipe-article__item__head {
  background: linear-gradient(90deg, #E2E6F4 0%, #EAEDF8 48%, #fff 100%);
  padding: 0.6em;
  line-height: 1em;
  color: #172A88;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media (max-width: 428px) {
  .product-tipe-article__item__head {
    font-size: 1.5rem;
  }
}

.product-tipe-article__item__content {
  padding-top: 10px;
}

.product-tipe-article__catalog-link {
  font-size: 1.3rem;
}
.product-tipe-article__catalog-link a {
  color: #317CBF;
  text-decoration: underline;
}
.product-tipe-article__catalog-link a:hover {
  text-decoration: none;
}

.product-tipe-article__item__content > .product-pagerbtn--sm {
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
}

.item_reco_new {
  background: #E58617;
  color: #fff;
  padding: 0 5px 2px 5px;
  border-radius: 2px;
  font-size: 0.8em;
  margin-right: 5px;
}

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

仕入れ先企業

======================================================= */
.buying-companys__list {
  margin-bottom: 50px;
  margin-top: -25px;
}
@media (max-width: 428px) {
  .buying-companys__list {
    margin-top: -20px;
  }
}

.buying-companys__item {
  padding: 25px 0;
  display: flex;
  border-bottom: #DEE0E6 1px solid;
}
.buying-companys__item:last-of-type {
  border-bottom: unset;
}
@media (max-width: 768px) {
  .buying-companys__item {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .buying-companys__item {
    padding: 20px 0;
  }
}

.buying-companys__img {
  width: 180px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .buying-companys__img {
    width: auto;
    min-width: unset;
    max-width: 268px;
    margin-bottom: 10px;
    justify-content: start;
  }
}
.buying-companys__img:hover img {
  opacity: 0.7;
}
.buying-companys__img > img {
  transition: ease 0.3s;
  max-width: 100%;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .buying-companys__img > img {
    max-height: 85px;
  }
}

.buying-companys__txts {
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .buying-companys__txts {
    padding-left: 0;
  }
}
.buying-companys__txts > * {
  line-height: 1.7em;
}

.buying-companys__cate {
  font-size: 1.7rem;
  margin-bottom: 0.5em;
}
@media (max-width: 428px) {
  .buying-companys__cate {
    font-size: 1.45rem;
  }
}

.buying-companys__name {
  margin-bottom: 0.5em;
}
.buying-companys__name a {
  font-weight: bold;
  font-size: 2rem;
  color: #172A88;
  text-decoration: underline;
}
@media (max-width: 428px) {
  .buying-companys__name a {
    font-size: 1.7rem;
  }
}
.buying-companys__name a:hover {
  text-decoration: none;
}

.buying-companys__products {
  color: #5C6889;
  margin-bottom: 0.5em;
}

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

機能・性能　一覧

======================================================= */
.product-function__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  margin-top: -8px;
}

.product-function__list__item {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1000px) {
  .product-function__list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 428px) {
  .product-function__list__item {
    width: 50%;
  }
}

.product-function__list__link {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #CFD6EB;
  position: relative;
  transition: ease 0.25s;
}
.product-function__list__link::before {
  padding-top: 50%;
  width: 100%;
  content: "";
  display: block;
}
@media (max-width: 1000px) {
  .product-function__list__link::before {
    padding-top: 45%;
  }
}
@media (max-width: 428px) {
  .product-function__list__link::before {
    padding-top: 50%;
  }
}
.product-function__list__link:hover {
  background: #EEF0F7;
}
.product-function__list__link:hover .product-function__list__title {
  color: #172A88;
}
.product-function__list__link > img.chat_icon {
  position: absolute;
  bottom: initial;
  right: 5px;
  left: initial;
  top: 5px;
  z-index: 2;
  width: 20px;
  height: auto;
}
.product-function__list__link:hover > img.chat_icon {
  transform: none;
}

.product-function__list__title {
  display: flex;
  width: 100%;
  font-weight: bold;
  line-height: 1.3em;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 1.3rem;
  padding: 1em 0;
  transition: ease 0.25s;
}

.product-function__list__img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 46%;
  max-width: 85px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

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

機能・性能　詳細

======================================================= */
.table-default {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #172A88 3px solid;
}
.table-default th, .table-default td {
  padding: 10px;
  border: #DEE0E6 1px solid;
  line-height: 1.7em;
}
@media (max-width: 428px) {
  .table-default th, .table-default td {
    padding: 7px;
  }
}
.table-default th a, .table-default td a {
  text-decoration: underline;
  color: #317CBF;
}
.table-default th a:hover, .table-default td a:hover {
  text-decoration: none;
}

.product-function__table-area {
  margin-bottom: 30px;
}
.product-function__table-area .scroll-hint-icon {
  z-index: 2;
}
.product-function__table-area .scroll-hint-text {
  line-height: 1em;
}

.table-default.product-function__table {
  position: relative;
  z-index: 1;
  min-width: 700px;
  overflow-x: scroll;
}
@media (max-width: 428px) {
  .table-default.product-function__table {
    min-width: 600px;
  }
}

.table-default.product-function__table tbody > tr:first-child > th {
  background: rgba(31, 52, 157, 0.08);
  color: #172A88;
}
.table-default.product-function__table tbody > tr:first-child > th:nth-child(1) {
  width: 30% !important;
}
.table-default.product-function__table tbody > tr:first-child > th:nth-child(2) {
  width: 25% !important;
}
.table-default.product-function__table tbody > tr:first-child > th:nth-child(3) {
  width: 45% !important;
}

.table-default.product-function__table tbody > tr > th:first-child {
  font-weight: bold;
}

img.type_catalog {
  width: 16px;
  height: auto;
  margin-right: 7px;
  margin-bottom: 4px;
}

.product-catalog-icon-left {
  border-right: none !important;
  padding-right: 0px !important;
  padding-left: 5px !important;
}

.product-catalog-icon-right {
  border-left: none !important;
  padding-left: 0px !important;
}

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

用途例　一覧

======================================================= */
.product-use__list {
  display: flex;
  flex-wrap: wrap;
  float: 1;
  margin-left: -5px;
  margin-right: -5px;
}

.product-use__list__item {
  width: 25%;
  padding: 5px;
}
@media (max-width: 1000px) {
  .product-use__list__item {
    width: 33.3333333333% !important;
  }
}
@media (max-width: 428px) {
  .product-use__list__item {
    width: 50% !important;
  }
}

.product-use__list__link {
  display: block;
  min-height: 120px;
  height: 100%;
  padding: 10px;
  background: #EEF0F7;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
@media (max-width: 428px) {
  .product-use__list__link {
    min-height: 90px;
  }
}
.product-use__list__link > .product-use__list__title {
  position: relative;
  z-index: 3;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
  line-height: 1.4em;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-use__list__link > .product-use__list__img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.3s;
}
.product-use__list__link::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.4);
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  transition: ease 0.3s;
}
.product-use__list__link:hover::before {
  background-color: rgba(51, 51, 51, 0.1);
}
.product-use__list__link:hover > .product-use__list__img {
  transform: scale(1.1, 1.1);
}
.product-use__list__link > img.chat_icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: initial;
  top: initial;
  z-index: 2;
  width: 20px;
  height: auto;
}
.product-use__list__link:hover > img.chat_icon {
  transform: none;
}

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

用途例　詳細

======================================================= */
.product-use-article__items {
  border-bottom: #DEE0E6 1px solid;
  margin-bottom: 30px;
}

.product-use-article__item {
  display: flex;
  flex: 1;
  border-top: #DEE0E6 1px solid;
  padding: 25px 0;
}
@media (max-width: 550px) {
  .product-use-article__item {
    flex-direction: column;
  }
}

.product-use-article__item__txts {
  width: 100%;
}

.product-use-article__item__title {
  color: #192E86;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

.product-use-article__item__contents {
  line-height: 1.8em;
  font-size: 1.45rem;
}
@media (max-width: 550px) {
  .product-use-article__item__contents {
    font-size: 1.4rem;
  }
}

.product-use-article__item__imgs {
  padding-left: 20px;
  width: 35%;
  min-width: 35%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .product-use-article__item__imgs {
    padding-left: 15px;
  }
}
@media (max-width: 550px) {
  .product-use-article__item__imgs {
    width: 80%;
    min-width: 80%;
    padding-left: 0;
    padding-top: 15px;
    margin: 0 auto;
  }
}
.product-use-article__item__imgs .cms-area {
  font-size: 1.35rem;
  line-height: 1.4em;
}

.product-use-article__item__img {
  width: 100%;
  height: 145px;
}
@media (max-width: 550px) {
  .product-use-article__item__img {
    height: auto;
    position: relative;
  }
  .product-use-article__item__img::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
.product-use-article__item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 550px) {
  .product-use-article__item__img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

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

在庫情報　一覧

======================================================= */
.stock-article__item:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .stock-article__item:last-of-type {
    margin-bottom: 50px;
  }
}
.stock-article__item .stock-article__item__head {
  background: linear-gradient(90deg, #E2E6F4 0%, #EAEDF8 48%, #fff 100%);
  padding: 0.6em;
  line-height: 1em;
  color: #172A88;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 40px 0 5px;
}
@media (max-width: 428px) {
  .stock-article__item .stock-article__item__head {
    font-size: 1.5rem;
    margin: 20px 0 5px;
  }
}

.stock-article__item:first-of-type .stock-article__item__head {
  margin-top: 0;
}

.stock-article__item__content {
  display: block;
  border-bottom: 1px solid #DEE0E6;
}
.stock-article__item__content:last-of-type {
  border-bottom: 0;
}
.stock-article__item__content a {
  display: block;
  padding: 15px 0;
  color: #317CBF;
}
.stock-article__item__content a:hover span {
  text-decoration: none;
}
.stock-article__item__content a span {
  text-decoration: underline;
}

.stock-nodata {
  color: #555;
  font-size: 80%;
}

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

在庫情報　詳細

======================================================= */
.product-stock__table-area {
  margin-bottom: 30px;
}
.product-stock__table-area .scroll-hint-icon {
  z-index: 2;
}
.product-stock__table-area .scroll-hint-text {
  line-height: 1em;
}

.table-default.product-stock__table {
  position: relative;
  z-index: 1;
  min-width: 700px;
  overflow-x: scroll;
}
@media (max-width: 428px) {
  .table-default.product-stock__table {
    min-width: 600px;
  }
}

.table-default.product-stock__table tbody > tr:first-child > th {
  background: rgba(31, 52, 157, 0.08);
  color: #172A88;
}
.table-default.product-stock__table tbody > tr:first-child > th:nth-child(1) {
  width: 25% !important;
}
.table-default.product-stock__table tbody > tr:first-child > th:nth-child(2) {
  width: 23% !important;
}
.table-default.product-stock__table tbody > tr:first-child > th:nth-child(3) {
  width: 12% !important;
}
.table-default.product-stock__table tbody > tr:first-child > th:nth-child(4) {
  width: 25% !important;
}
.table-default.product-stock__table tbody > tr:first-child > th:nth-child(5) {
  width: 15% !important;
}

.table-default.product-stock__table tbody > tr > th:first-child {
  font-weight: bold;
}

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

検索結果

======================================================= */
.product-search-result__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: #172A88 2px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-search-result__title h2 {
  font-size: 2.3rem;
}
@media (max-width: 428px) {
  .product-search-result__title h2 {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0.3em;
  }
}
.product-search-result__title .section-title.product {
  padding-right: 0.1em;
  display: inline;
}
@media (max-width: 428px) {
  .product-search-result__title .product-search-result__num::before {
    content: "(";
  }
  .product-search-result__title .product-search-result__num::after {
    content: ")";
  }
}
.product-search-result__title .product-search-result__num .num {
  font-weight: bold;
}

.product-search-result__list {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product-search-result__list {
    margin-bottom: 30px;
  }
}

.product-search-result__list__item {
  border-bottom: #DEE0E6 1px solid;
}

.product-search-result__list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 0;
  transition: ease 0.3s;
}
@media (max-width: 428px) {
  .product-search-result__list__link {
    padding: 13px 0;
  }
}
.product-search-result__list__link:hover {
  background: #EEF0F7;
}
.product-search-result__list__link:hover .product-search-result__list__name {
  text-decoration: none;
}

.product-search-result__list__name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #172A88;
  text-decoration: underline;
  line-height: 1.4em;
}
@media (max-width: 428px) {
  .product-search-result__list__name {
    font-size: 1.6rem;
  }
}

.product-search-result__list__cate {
  width: 7.5em;
  min-width: 7.5em;
  padding-left: 10px;
  word-break: keep-all;
}
.product-search-result__list__cate i {
  color: #172A88;
  margin-right: 0.3em;
}

.product-search-result__no-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 428px) {
  .product-search-result__no-item {
    min-height: 100px;
  }
}

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

カタログダウンロード

======================================================= */
.catalog-article__item:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .catalog-article__item:last-of-type {
    margin-bottom: 50px;
  }
}
.catalog-article__item .catalog-article__item__head {
  background: linear-gradient(90deg, #E2E6F4 0%, #EAEDF8 48%, #fff 100%);
  padding: 0.6em;
  line-height: 1em;
  color: #172A88;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 40px 0 5px;
}
@media (max-width: 428px) {
  .catalog-article__item .catalog-article__item__head {
    font-size: 1.5rem;
    margin: 20px 0 5px;
  }
}
.catalog-article__item .catalog-article__item__caution {
  font-weight: normal;
  font-size: 15px;
  color: #707070;
}

.catalog-article__item:first-of-type .catalog-article__item__head {
  margin-top: 0;
}

.catalog-article__item__content {
  display: block;
  border-bottom: 1px solid #DEE0E6;
}
.catalog-article__item__content:last-of-type {
  border-bottom: 0;
}
.catalog-article__item__content a {
  display: block;
  padding: 15px 0 15px 25px;
  background: url(../img/product/catalog_icon.png) no-repeat left 0 top 22px;
  color: #317CBF;
}
.catalog-article__item__content a:hover span {
  text-decoration: none;
}
.catalog-article__item__content a span {
  text-decoration: underline;
}

.catalog-nodata {
  color: #555;
  font-size: 80%;
}

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

よくある質問

======================================================= */
.qanda-article__item {
  margin-bottom: 100px;
}
.qanda-article__item .qanda-article__item__head {
  background: #317CBF;
  color: #fff;
  line-height: 1.75em;
  border-radius: 8px 8px 0 0;
  display: block;
  box-sizing: border-box;
  padding: 25px 30px;
}
.qanda-article__item .qanda-item__in .acd-check {
  display: none;
}
.qanda-article__item .qanda-item__in .acd-label {
  color: #172A88;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #CFD6EB;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  word-break: break-all;
}
.qanda-article__item .qanda-item__in .acd-label:after {
  box-sizing: border-box;
  content: "+";
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  padding: 40px 30px 30px 30px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #172A88;
}
.qanda-article__item .qanda-item__in .acd-label img {
  margin-right: 35px;
}
.qanda-article__item .qanda-item__in .acd-content {
  display: flex;
  align-items: center;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  font-size: 15px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.4em;
  transition: 0.5s;
  visibility: hidden;
  border-bottom: 1px solid #CFD6EB;
  background: #F8F9FF;
  word-break: break-all;
}
.qanda-article__item .qanda-item__in .acd-content div:first-of-type {
  margin-right: 35px;
}
.qanda-article__item .qanda-item__in .acd-content div:last-of-type p span {
  font-size: 15px !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
.qanda-article__item .qanda-item__in a {
  text-decoration: underline;
  color: #45549D;
}
.qanda-article__item .qanda-item__in a:hover {
  text-decoration: none;
}
.qanda-article__item .acd-check:checked + .acd-label:after {
  content: "-";
  font-size: 50px;
}
.qanda-article__item .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 30px;
  visibility: visible;
}/*# sourceMappingURL=product.css.map */