@charset "UTF-8";
/*
Theme Name: 因幡屋科学株式会社
Theme URI: https://www.inabayasci.com/
Description: 因幡屋科学株式会社
Author: sweep
Version: 1.0
Author URI: https://www.inabayasci.com/
*/
/*ゴシック*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*明朝*/
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese");
/*筆*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap");
/*英語*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*数字*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
.font-g {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-m {
  font-family: "Sawarabi Mincho", sans-serif !important;
}

.font-fude {
  font-family: "Yuji Mai", serif !important;
}

.font-en {
  font-family: "Yuji Syuku", serif !important;
}

.font-num {
  font-family: "Outfit", sans-serif !important;
}

/*
xxs:1
xs:1.2
sm:1.5
md:1.672
lg:2.144
xl:2.73
xxl:3.462
xxxl:4.378
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  border: none;
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

th {
  text-align: left;
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}
html {
  font-size: 62.5%;
}

body {
  color: rgba(35, 24, 21, 0.95);
  font-feature-settings: "palt";
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2.5;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}
a:link,
a:visited,
a:hover, a:active {
  text-decoration: none !important;
  color: #1A1A1A;
}

a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
.row-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row-0 > div, .row-0 > li {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div, .row-10 > li {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div, .row-20 > li {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div, .row-30 > li {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div, .row-40 > li {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > div, .row-50 > li {
  padding-right: 25px;
  padding-left: 25px;
}

/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.font-xxs {
  font-size: 1.2rem !important;
}

.font-xs {
  font-size: 1.25rem !important;
}

.font-sm {
  font-size: 1.4rem !important;
}

.font-md {
  font-size: 1.872rem !important;
}

.font-lg {
  font-size: 2.244rem !important;
}

.font-xl {
  font-size: 2.93rem !important;
}

.font-xxl {
  font-size: 3.662rem !important;
}

.font-xxxl {
  font-size: 4.478rem !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-w-200 {
  font-weight: 200;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-900 {
  font-weight: 900;
}

.font-link a {
  color: #1A1A1A !important;
}

.color-bl {
  color: #00428b !important;
}

.color-ye {
  color: #ffd75c !important;
}

.color-or {
  color: #ff9400 !important;
}

.color-rd {
  color: #dc000c !important;
}

.color-bk-01 {
  color: rgba(35, 24, 21, 0.1) !important;
}

.color-bk-02 {
  color: rgba(35, 24, 21, 0.2) !important;
}

.color-bk-03 {
  color: rgba(35, 24, 21, 0.3) !important;
}

.color-bk-04 {
  color: rgba(35, 24, 21, 0.4) !important;
}

.color-bk-05 {
  color: rgba(35, 24, 21, 0.5) !important;
}

.color-bk-06 {
  color: rgba(35, 24, 21, 0.6) !important;
}

.color-bk-07 {
  color: rgba(35, 24, 21, 0.7) !important;
}

.color-bk-08 {
  color: rgba(35, 24, 21, 0.8) !important;
}

.color-bk-09 {
  color: rgba(35, 24, 21, 0.9) !important;
}

.color-bk-10 {
  color: #231815 !important;
}

.color-wh-01 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.color-wh-02 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.color-wh-03 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.color-wh-04 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.color-wh-05 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.color-wh-06 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.color-wh-07 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.color-wh-08 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color-wh-09 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.color-wh-10 {
  color: white !important;
}

/***BackGround**********************/
.bg-bl {
  background: #00428b !important;
}

.bg-ye {
  background: #ffd75c !important;
}

.bg-or {
  background: #ff9400 !important;
}

.bg-rd {
  background: #dc000c !important;
}

.bg-bk-005 {
  background: rgba(35, 24, 21, 0.05) !important;
}

.bg-bk-01 {
  background: rgba(35, 24, 21, 0.1) !important;
}

.bg-bk-02 {
  background: rgba(35, 24, 21, 0.2) !important;
}

.bg-bk-03 {
  background: rgba(35, 24, 21, 0.3) !important;
}

.bg-bk-04 {
  background: rgba(35, 24, 21, 0.4) !important;
}

.bg-bk-05 {
  background: rgba(35, 24, 21, 0.5) !important;
}

.bg-bk-06 {
  background: rgba(35, 24, 21, 0.6) !important;
}

.bg-bk-07 {
  background: rgba(35, 24, 21, 0.7) !important;
}

.bg-bk-08 {
  background: rgba(35, 24, 21, 0.8) !important;
}

.bg-bk-09 {
  background: rgba(35, 24, 21, 0.9) !important;
}

.bg-bk-10 {
  background: #231815 !important;
}

.bg-wh-01 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-wh-02 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-wh-03 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-wh-04 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-wh-05 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-wh-06 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-wh-07 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-wh-08 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-wh-09 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-wh-10 {
  background: white !important;
}

.page-headline {
  margin-bottom: 70px;
  padding: 70px 0;
  text-align: center;
}
.page-headline h2 {
  font-size: 4.478rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
.page-headline h2::before {
  background-image: url("img/common/headline.png");
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 80px;
}
.page-headline h3 {
  font-size: 2.93rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.header-img-sp {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.244rem;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
}
.header-img-sp span {
  display: block;
  font-size: 1.25rem;
  font-weight: 200;
}

.title2 {
  font-size: 3.662rem;
  font-weight: 500;
  line-height: 1.25;
}

.title3 {
  font-size: 1.872rem;
  font-weight: 500;
}

.link-btn {
  display: flex;
  justify-content: center;
}
.link-btn a {
  background: #dc000c;
  color: white;
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  transition: 0.5s all;
}
.link-btn a:hover {
  background: #a9010a;
  text-decoration: none !important;
}
.link-btn a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 2rem;
  transition: 0.25s ease-in-out;
}
.link-btn a:hover:after {
  translate: 0.5rem;
}

.link-btn-gr a {
  background: rgba(26, 26, 26, 0.75);
}
.link-btn-gr a:hover {
  background: #231815;
}

.table th {
  font-weight: 500;
  padding: 1.25rem;
  width: 250px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(35, 24, 21, 0.1) !important;
}
.table th:before {
  color: rgba(35, 24, 21, 0.5);
  content: "»";
  display: inline-block;
  margin-right: 0.5rem;
}
.table .table-icon-none:before {
  content: none !important;
}
.table td {
  border-bottom: 1px solid rgba(35, 24, 21, 0.1) !important;
  padding: 1.25rem;
}

.table-bl th {
  background: rgba(0, 66, 139, 0.1);
  color: #00428b;
}

.table-or th {
  background: rgba(255, 148, 0, 0.1);
  color: #231815;
}

.table-gy th {
  background: rgba(35, 24, 21, 0.05);
}

@media (max-width: 992px) {
  .table-rp th {
    display: block;
    margin-bottom: 0.5rem;
    width: 100% !important;
    border-style: none;
  }
  .table-rp td {
    border-style: none !important;
    display: block;
    margin-bottom: 1.5rem;
    width: 100% !important;
  }
}
.list-arrow li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.list-arrow li:before {
  color: #dc000c;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: 0.5rem;
}

.list-arrow-wh li:before {
  color: white;
}

.list-border li {
  border-bottom: 1px dotted rgba(35, 24, 21, 0.25);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.list-border li:last-child {
  border-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-border-wh li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

.list-in {
  list-style-position: inside !important;
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0 !important;
}
.list-in li {
  border-bottom: 1px dashed rgba(35, 24, 21, 0.25);
  margin: 0 0 5px 0;
  padding: 0 0 5px 1em;
  text-indent: -1em;
}
.list-in li:last-child {
  border-style: none;
}

.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

.pile-box {
  position: relative;
}
.pile-box .pile-text-center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pile-box .pile-text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.pile-box .pile-text-top {
  position: absolute;
  top: 0%;
  width: 100%;
}
.pile-box .pile-text-bottom {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.header-img {
  position: relative;
  bottom: -1px;
  width: 100%;
}
@media (min-width: 992px) {
  .header-img {
    bottom: 0px;
  }
}
.header-img img {
  width: 100%;
}
.header-img .header-img-com {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.header-img .header-img-com h1 {
  color: white;
  font-size: 3.662rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.header-img .header-img-com h1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
}
.header-img .bottom-right {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: -1px;
}
@media (min-width: 992px) {
  .header-img .bottom-right {
    bottom: 0px;
  }
}
.header-img .bottom-right img {
  width: 50%;
}
@media (min-width: 768px) {
  .header-img .bottom-right img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .header-img .bottom-right img {
    width: 75%;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 50px auto !important;
}

.wp-pagenavi a, .wp-pagenavi span {
  background-color: white;
  border: 1px solid white !important;
  color: #dc000c !important;
  padding: 5px 12px !important;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background: #dc000c;
  border: 1px solid #dc000c !important;
  color: #fff !important;
}

.wp-pagenavi span.current {
  background: #dc000c;
  border: 1px solid #dc000c !important;
  color: white !important;
  padding: 5px 12px !important;
}

/***spnav**********************/
@media (max-width: 991px) {
  .content-head {
    margin-top: 70px !important;
  }
}
.sp-nav {
  background: #dc000c;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: normal;
  padding: 7px 5px 22px 5px;
  width: 43px;
}

/***slidemenu**********************/
#slide_menu {
  background: white url("img/common/bg.jpg") repeat;
  display: none;
  padding: 10px 0 50px !important;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#slide_menu i {
  margin-right: 5px;
}
#slide_menu .container {
  background: url("img/common/slide-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  #slide_menu .container {
    width: 800px;
  }
}

div#slide_menu {
  overflow-y: scroll;
}

.layer {
  background-color: transparent;
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
}

.slide_menu_nav {
  border-bottom: 3px double #1a1a1a;
  margin: 50px 0 50px;
  padding: 0 0 50px;
  text-align: left;
}
.slide_menu_nav li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.slide_menu_nav li a:before {
  color: rgba(220, 0, 12, 0.5);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  display: inline-block;
  padding-right: 0.5rem;
}
.slide_menu_nav li a:before:hover {
  text-decoration: none;
}
.slide_menu_nav li {
  border-bottom: 1px dotted rgba(35, 24, 21, 0.25);
}
.slide_menu_nav ul a {
  padding-top: 0;
}
.slide_menu_nav ul a:before {
  content: "└";
  display: inline-block;
  margin: 0 0.5em 0 1.5rem;
}
.slide_menu_nav ul a:before:hover {
  text-decoration: none;
}
.slide_menu_nav ul li {
  border-style: none;
}
.slide_menu_nav li:last-child {
  border-style: none;
}

.slide_menu_bt {
  background: #dc000c;
  color: white !important;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  padding: 10px;
  text-align: center;
}
.slide_menu_bt a {
  color: white !important;
  font-weight: 700;
}
.slide_menu_bt a:hover {
  text-decoration: none;
}

.loading {
  width: 100%;
  height: 100%;
  background: #00428b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
.loading img {
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header-nav {
  position: fixed;
  top: 15px;
  left: 15px;
  /*	width: 100%;*/
  z-index: 9999;
}
@media (min-width: 992px) {
  #header-nav {
    right: 15px;
  }
}

/*PCヘッダーメニュー*/
#header-nav .sub-menu {
  background: rgba(35, 24, 21, 0.1);
  display: none;
  position: absolute;
  text-align: left;
  z-index: 9999;
}
#header-nav .sub-menu li a {
  background: rgba(0, 66, 139, 0.9);
  border-bottom: 1px dotted white;
  color: white;
  margin: 0;
  padding: 10px 15px;
}
#header-nav .sub-menu li:last-child a {
  border-style: none;
}
#header-nav .sub-menu li a:before {
  color: white;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#header-nav .sub-menu li a:hover {
  background: rgba(0, 66, 139, 0.9);
  text-decoration: none !important;
}

.page-head {
  background: url("img/common/note2.png") repeat;
  color: white;
  padding: 50px;
  text-align: center;
}
.page-head h1 {
  font-size: 3.662rem;
  font-weight: 300;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .page-head h1 {
    font-size: 2.93rem;
  }
}

.front-topics {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  text-align: center;
}
.front-topics ul span {
  margin: 0 10px 0 0;
}
.front-topics ul a {
  color: rgba(255, 255, 255, 0.9);
}

.products-cat-list {
  color: white;
  margin-bottom: 100px;
}
.products-cat-list a {
  color: white;
  text-decoration: none !important;
}
.products-cat-list li {
  margin: -40px 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  transition: all 0.5s ease-out;
}
.products-cat-list div {
  transition: background-color 0.5s linear;
  text-align: center;
}
.products-cat-list div p, .products-cat-list div h3 {
  margin-bottom: 10px;
}
.products-cat-list .products-cat-list-box {
  padding: 65px 15px;
  height: 100%;
}
.products-cat-list .products-cat-list-box:hover {
  background: rgba(35, 24, 21, 0.5);
  transition: background-color 0.25s linear;
}
.products-cat-list img {
  height: 150px;
}
.products-cat-list h3 {
  line-height: 1.5;
  font-size: 2.93rem;
}
.products-cat-list h3 span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 100;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-slide img {
  display: inline-block !important;
}

.front-contact {
  background: url("img/front/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}
.front-contact .front-contact-mail {
  background: white;
  border: 10px solid #dc000c;
  padding: 2rem;
}
.front-contact .front-contact-mail h3::before {
  content: "\f0e0";
  color: #dc000c;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 50px;
}
.front-contact .page-headline {
  margin-bottom: 0;
}

.archive-products .page-headline {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(220, 0, 12, 0.05) 100%);
  box-shadow: 0px 22px 15px -15px rgba(35, 24, 21, 0.15);
}
.archive-products .page-headline h2 {
  font-size: 2.93rem;
}
.archive-products .container section {
  /*box-shadow: 0px 22px 15px -15px rgba($c-bk,0.15);*/
  border-bottom: 10px solid rgba(35, 24, 21, 0.1);
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.archive-products .container section:last-child {
  border: none;
}
.archive-products .container section figure img {
  width: 100%;
}
.archive-products .container h3 {
  color: #231815;
  display: inline-block;
  font-size: 2.244rem;
  font-weight: 700;
}
.archive-products .container h3:before {
  color: #dc000c;
  content: "\e4f3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5rem;
  transition: 0.25s ease-in-out;
}
.archive-products .container .link-btn {
  justify-content: start;
  margin-top: 25px;
}

.single-products .single-products-ex {
  box-shadow: 0px 22px 15px -15px rgba(35, 24, 21, 0.15);
  margin-bottom: 70px;
  padding: 70px 0;
}
.single-products .single-products-ex img {
  width: 100%;
}
.single-products .single-products-ex .link-btn {
  justify-content: start;
}

.single-products-main {
  border-bottom: 5px solid rgba(220, 0, 12, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single-products .link-btn a {
  font-size: 2.244rem;
  padding: 20px;
  width: 100%;
}

.company .page-headline {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(220, 0, 12, 0.05) 100%);
  box-shadow: 0px 22px 15px -15px rgba(35, 24, 21, 0.15);
}
.company .page-headline h2 {
  font-size: 2.93rem;
}
.company .table {
  margin-bottom: 50px;
}
.company h3 {
  font-size: 2.244rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.company h3::before {
  content: "\f138";
  color: #dc000c;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
}

.archive-topics {
  padding: 70px 0;
}
.archive-topics li h3 {
  display: inline;
}

.single-topics {
  padding: 70px 0;
}

.contact .page-headline {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(220, 0, 12, 0.05) 100%);
  box-shadow: 0px 22px 15px -15px rgba(35, 24, 21, 0.15);
}
.contact .page-headline h2 {
  font-size: 2.93rem;
}

.contact-table {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .contact-table .table-rp th {
    border-style: none;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
    width: 100% !important;
  }
  .contact-table .table-rp td {
    border-style: none !important;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-table th span {
    display: block;
  }
}

.contact-table table {
  margin-bottom: 25px;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.contact-table table ::-moz-placeholder {
  color: rgba(35, 24, 21, 0.5);
}
.contact-table table ::placeholder {
  color: rgba(35, 24, 21, 0.5);
}
.contact-table table input, .contact-table table textarea, .contact-table table select {
  border: 1px solid rgba(35, 24, 21, 0.25);
  border-radius: 3px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
}
.contact-table table input[type=radio] {
  display: inline-block;
  margin-right: 5px;
}
.contact-table table label {
  margin-right: 10px;
}
.contact-table table select {
  background: white;
  color: #231815;
  display: inline;
  margin-bottom: 20px;
  width: 250px;
}
.contact-table table .selectbox {
  width: 300px;
  position: relative;
}
.contact-table table select option {
  color: #231815;
  background: white;
}
.contact-table table .mwform-tel-field {
  display: block;
}
.contact-table table th {
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact-table table th span {
  background: rgba(220, 0, 12, 0.75);
  border-radius: 3px;
  color: white;
  display: inline;
  font-size: 10px;
  margin: 0 0 0 10px;
  padding: 0 5px 2px;
}
.contact-table table .facility_txt span {
  background: rgba(220, 0, 12, 0.75);
  border-radius: 3px;
  color: white;
  display: inline;
  font-size: 10px;
  margin: 0 10px 0 0;
  padding: 0 5px 2px;
}

.contact-f-comp {
  width: 30em;
}

.facility_txt {
  width: 85%;
}

.contact-f-name {
  width: 20em;
}

.contact-f-kana {
  width: 20em;
}

.contact-f-email {
  width: 85%;
}

.contact-f-tel {
  width: 150px !important;
}

.contact-f-zip {
  width: 150px !important;
}

.contact-f-add {
  width: 85% !important;
}

.contact-f-message {
  width: 100%;
  height: 300px;
}

@media (max-width: 576px) {
  .contact-f-comp {
    width: 100% !important;
  }
  .contact-f-name {
    width: 100% !important;
  }
  .contact-f-email {
    width: 100% !important;
  }
  .contact-f-add {
    width: 100% !important;
  }
  .contact-f-message {
    width: 100%;
    height: 300px;
  }
}
.mw_wp_form .error {
  animation: flash 1.5s linear infinite;
  background: #ffd75c !important;
  border-radius: 3px;
  color: #dc000c !important;
  display: inline;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 0 5px 2px;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.contact-bt input {
  background: #dc000c;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.872rem;
  margin-bottom: 10px;
  padding: 1em;
  position: relative;
  text-decoration: none;
  transition: 0.5s all;
  width: 100%;
}
.contact-bt input:hover {
  background: #1a1a1a;
}
.contact-bt .input-return {
  background: white;
  border-style: none;
  color: #231815;
  font-size: 1.25rem;
  font-weight: 200;
  margin-top: 25px;
  padding: 7px;
}
.contact-bt .input-return:hover {
  background: rgba(35, 24, 21, 0.25);
  color: white;
}
.contact-bt label {
  display: inline-block;
}

.page-thanks .page-thanks-box {
  background: white;
  border: 1px solid rgba(35, 24, 21, 0.25);
  padding: 50px 30px;
  text-align: center;
}
.page-thanks div {
  padding: 5px 15px;
}
.page-thanks hr {
  border-top: 1px solid rgba(35, 24, 21, 0.25);
  margin: 30px auto;
  width: 50%;
}
.page-thanks li span {
  display: block;
  font-size: 2.244rem;
  margin: 10px 0;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 80px;
}

.order {
  margin-bottom: 100px;
}
.order .page-headline {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(220, 0, 12, 0.05) 100%);
  box-shadow: 0px 22px 15px -15px rgba(35, 24, 21, 0.15);
}
.order .page-headline h2 {
  font-size: 2.93rem;
}
.order .order_bt {
  margin-bottom: 25px;
  text-align: center;
}
.order .order_bt img {
  width: 60px;
}
.order .order_bt a {
  font-weight: 600;
}
.order .order-box {
  border-bottom: 5px dotted rgba(220, 0, 12, 0.5);
  padding: 15px 0;
}
.order .order-box h3 {
  font-size: 2.244rem;
  font-weight: 400;
  margin-bottom: 15px;
}

#footer {
  background: url("img/footer/bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: white;
  padding: 70px 0 0 0;
}
#footer p {
  font-size: 1.25rem;
}
#footer .footer-logo {
  margin-bottom: 15px;
}
#footer a {
  color: white;
  margin: 0 10px;
}

.footer-copy {
  background: rgba(26, 26, 26, 0.8);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  margin-top: 70px;
  padding: 10px;
  text-align: center;
}

.page-author {
  /* Begin bidirectionality settings (do not change) */
}
.page-author li {
  display: list-item;
}
.page-author head {
  display: none;
}
.page-author table {
  display: table;
}
.page-author tr {
  display: table-row;
}
.page-author thead {
  display: table-header-group;
}
.page-author tbody {
  display: table-row-group;
}
.page-author tfoot {
  display: table-footer-group;
}
.page-author col {
  display: table-column;
}
.page-author colgroup {
  display: table-column-group;
}
.page-author td, .page-author th {
  display: table-cell;
}
.page-author caption {
  display: table-caption;
}
.page-author th {
  font-weight: bolder;
  text-align: center;
}
.page-author caption {
  text-align: center;
}
.page-author body {
  margin: 8px;
}
.page-author h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}
.page-author h2 {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
}
.page-author h3 {
  font-size: 1.17em;
  margin: 0 0 0.83em 0;
}
.page-author h4, .page-author p,
.page-author blockquote, .page-author ul,
.page-author fieldset, .page-author form,
.page-author ol, .page-author dl, .page-author dir,
.page-author menu {
  margin: 0 0 1.12em 0;
}
.page-author h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.page-author h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.page-author h1, .page-author h2, .page-author h3, .page-author h4,
.page-author h5, .page-author h6, .page-author b,
.page-author strong {
  font-weight: bolder;
}
.page-author blockquote {
  margin-left: 0px;
  margin-right: 0px;
}
.page-author blockquote {
  background: rgba(35, 24, 21, 0.05);
  border-radius: 10px;
  padding: 15px;
}
.page-author blockquote cite {
  font-size: 1.25rem;
  color: rgba(35, 24, 21, 0.5);
}
.page-author i, .page-author cite, .page-author em,
.page-author var, .page-author address {
  font-style: italic;
}
.page-author pre, .page-author tt, .page-author code,
.page-author kbd, .page-author samp {
  font-family: monospace;
}
.page-author pre {
  white-space: pre;
}
.page-author button, .page-author textarea,
.page-author input, .page-author select {
  display: inline-block;
}
.page-author big {
  font-size: 1.17em;
}
.page-author small, .page-author sub, .page-author sup {
  font-size: 0.83em;
}
.page-author sub {
  vertical-align: sub;
}
.page-author sup {
  vertical-align: super;
}
.page-author table {
  border-spacing: 2px;
}
.page-author thead, .page-author tbody,
.page-author tfoot {
  vertical-align: middle;
}
.page-author td, .page-author th, .page-author tr {
  vertical-align: inherit;
}
.page-author s, .page-author strike, .page-author del {
  text-decoration: line-through;
}
.page-author hr {
  border: 1px inset;
}
.page-author ol, .page-author ul, .page-author dir,
.page-author menu, .page-author dd {
  margin-left: 40px;
}
.page-author ol {
  list-style-type: decimal;
}
.page-author ul {
  list-style-type: disc;
}
.page-author ol ul, .page-author ul ol,
.page-author ul ul, .page-author ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.page-author u, .page-author ins {
  text-decoration: underline;
}
.page-author br:before {
  content: "\a";
  white-space: pre-line;
}
.page-author center {
  text-align: center;
}
.page-author :link, .page-author :visited {
  text-decoration: underline;
}
.page-author :focus {
  outline: thin dotted invert;
}
.page-author BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.page-author BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.page-author *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
.page-author *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  .page-author h1 {
    page-break-before: always;
  }
  .page-author h1, .page-author h2, .page-author h3,
  .page-author h4, .page-author h5, .page-author h6 {
    page-break-after: avoid;
  }
  .page-author ul, .page-author ol, .page-author dl {
    page-break-before: avoid;
  }
}
.page-author .fas {
  font-style: normal;
}
.page-author hr {
  height: 1px;
  background-color: rgba(35, 24, 21, 0.5);
  width: 100%;
  border: none;
}
.page-author .list-in {
  list-style-position: inside !important;
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0 !important;
}
.page-author .list-in li {
  border-bottom: 1px dashed rgba(35, 24, 21, 0.25);
  margin: 0 0 5px 0;
  padding: 0 0 5px 1em;
  text-indent: -1em;
}
.page-author .list-in li:last-child {
  border-style: none;
}

.is-style-regular, is-style-stripes {
  border-collapse: collapse !important;
}

.is-style-stripes th,
.is-style-stripes td,
.is-style-regular th,
.is-style-regular td {
  border: solid 1px lightgray !important;
  padding: 5px;
}

@media (max-width: 767px) {
  .is-provider-youtube iframe {
    width: 100% !important;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .is-provider-youtube iframe {
    width: 100% !important;
    height: 450px;
  }
}
.wp-block-columns ul {
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */