@charset "UTF-8";
/******************************************************************
Theme Name: OKAYAMA SOUGYO THEME
Theme URI: https://okayama-sougyo.jp/
Description: 無限の可能性へ。
Version: 1.0.0
Author: VALUEPAGE
Author URI: https://vpage.co.jp/
******************************************************************/
.bg-primary {
  background-color: #418ae4;
  color: #fff;
}

.text-primary {
  color: #418ae4;
}

.bg-secondary-1 {
  background-color: #217dbb;
  color: #fff;
}

.text-secondary-1 {
  color: #217dbb;
}

.bg-secondary-2 {
  background-color: #196090;
  color: #fff;
}

.text-secondary-2 {
  color: #196090;
}

.bg-secondary-3 {
  background-color: #124364;
  color: #fff;
}

.text-secondary-3 {
  color: #124364;
}

.bg-secondary-4 {
  background-color: #0a2639;
  color: #fff;
}

.text-secondary-4 {
  color: #0a2639;
}

.bg-secondary-5 {
  background-color: #02090e;
  color: #fff;
}

.text-secondary-5 {
  color: #02090e;
}

.bg-secondary-tint-1 {
  background-color: #5faee3;
  color: #000;
}

.text-secondary-tint-1 {
  color: #5faee3;
}

.bg-secondary-tint-2 {
  background-color: #8bc4ea;
  color: #000;
}

.text-secondary-tint-2 {
  color: #8bc4ea;
}

.bg-secondary-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}

.text-secondary-analogous-1 {
  color: #34dbcb;
}

.bg-secondary-analogous-2 {
  background-color: #3445db;
  color: #fff;
}

.text-secondary-analogous-2 {
  color: #3445db;
}

.bg-secondary-complementary {
  background-color: #db7734;
  color: #fff;
}

.text-secondary-complementary {
  color: #db7734;
}

.bg-secondary-triad-1 {
  background-color: #db3498;
  color: #fff;
}

.text-secondary-triad-1 {
  color: #db3498;
}

.bg-secondary-triad-2 {
  background-color: #98db34;
  color: #fff;
}

.text-secondary-triad-2 {
  color: #98db34;
}

.bg-key-complement {
  background-color: #db7734;
  color: #fff;
}

.text-key-complement {
  color: #db7734;
}

.bg-key-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}

.text-key-analogous-1 {
  color: #34dbcb;
}

.bg-key-analogous-2 {
  background-color: #3445db;
  color: #fff;
}

.text-key-analogous-2 {
  color: #3445db;
}

.bg-key-triad-1 {
  background-color: #db3498;
  color: #fff;
}

.text-key-triad-1 {
  color: #db3498;
}

.bg-key-triad-2 {
  background-color: #98db34;
  color: #fff;
}

.text-key-triad-2 {
  color: #98db34;
}

.bg-key-shade-1 {
  background-color: #217dbb;
  color: #fff;
}

.text-key-shade-1 {
  color: #217dbb;
}

.bg-key-tint-1 {
  background-color: #5faee3;
  color: #000;
}

.text-key-tint-1 {
  color: #5faee3;
}

:root {
  --black: #333333;
  --primary: #418ae4;
  --secondary: #217dbb;
  --key: #db7734;
}

html {
  overflow-x: hidden;
}

.number-font {
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  opacity: 0.75;
}

#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}

#breadcrumb ol li {
  margin-left: 0.5em;
}

#breadcrumb ol li:first-child {
  margin-left: 0;
}

#breadcrumb ol li a::after {
  color: var(--black);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}

#breadcrumb ol li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#breadcrumb li a {
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="text"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

input[type="email"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
  resize: vertical;
}

select {
  width: auto;
  border: 1px solid var(--bs-gray-400);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.asterisk {
  color: var(--bs-red);
}

input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--bs-gray-400);
}

.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--bs-gray-100);
}

.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy ul {
  list-style: none;
  padding-left: 0;
}

.policy ul li {
  position: relative;
  padding-left: 25px;
}

.policy ul li span {
  position: absolute;
  left: 0;
}

#page-top {
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}

#not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}

#not-found ul::marker {
  color: var(--primary);
}

#not-found ul li a {
  text-decoration: underline;
}

#not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}

#not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

#post-not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}

#post-not-found ul {
  list-style-type: disc;
  list-style-type: disc;
  list-style-type: disc;
  margin-left: 15px;
  margin-left: 15px;
  margin-left: 15px;
}

#post-not-found ul::marker {
  color: var(--primary);
}

#post-not-found ul li a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
}

#post-not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}

#post-not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

table.form {
  margin-top: -15px;
}

table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}

table.sp-block-table tr th {
  display: block;
  width: 100%;
  text-align: left;
}

table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}

.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.contact-btn-flex-box button {
  margin: 0 7.5px;
}

.category-name {
  padding: 0.2em 0.5em;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  font-size: 65%;
}

@media print, screen and (min-width: 768px) {
  #page-top {
    right: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
  #not-found {
    padding: 40px;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 40px;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.form.sp-block-table tr th {
    padding: 20px 10px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
}

table {
  border-collapse: collapse;
}

table th,
table td {
  width: 100%;
  display: inline-block;
  padding: 0.85em 0;
  text-align: left;
}

/* table th + td {
  padding-top: 0;
} */

table td {
  border-bottom: 1px solid var(--bs-gray-400);
}

@media print, screen and (min-width: 768px) {
  table th,
  table td {
    display: table-cell;
    width: auto;
  }
  table tr {
    border-bottom: 1px solid var(--bs-gray-400);
  }
  table th + td {
    padding-top: 0.85em;
  }
  table td {
    border-bottom: none;
  }
  .company-table th {
    width: 40%;
  }
}

/**************************************************************
【20250701 新テーマ用CSS】
**************************************************************/
/****** 【btn設定「ボタンクラス」】 ******/
.btn-info a {
  background: #fbb03b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px 3px 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.head-btn-info a {
  background: #88b83e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px 3px 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.bk-btn-info a {
  background: #261e1c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px 3px 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-info a:hover {
  background: #00984b;
  opacity: 1;
}
.bk-btn-info a:hover {
  background: #00984b;
  opacity: 1;
}
.header-btn-info a:hover {
  background: #00984b;
  opacity: 1;
}
.btn a {
  background: #418ae4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px 10px 25px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn a:hover {
  background: #fbb03b;
  opacity: 1;
}
/****** 【sliderの設定】 ******/
.page #slider {
  border: none;
}
.home #slider {
  width: 100%;
  margin: 2px 0px 0px 0px;
  padding: 0;
  height: auto;
  position: relative;
  border-bottom: 5px solid #418ae4;
}
.bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--primary);
}
.bx-wrapper img {
  object-fit: contain;
}
/****** 【コンテンツの設定】 ******/
.inner-box h1 {
  display: block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 175%;
}
#pc-menu ul > li a, #nav-toggle div, #nav-toggle span:nth-child(1), #nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
  box-sizing: content-box;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
  padding-left: 0 !important;
}
.menu-main-menu-container > ul > li.menu-item-has-children > a > .menu-image-title-after.menu-image-title, .menu-main-menu-container > ul > li:not(.menu-item-has-children) > a > .menu-image-title-after.menu-image-title {
  padding-left: 5px !important;
}
.info-box-right {
  float: right;
  width: 300px;
}
.info-box-right img {
  width: 100%;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: bold;
}
.border-box {
  border: 1px solid #eee;
  display: inline-block;
}
.archive .page-header h2, .single .headline1 h2 {
  font-size: 100%;
  line-height: 43px;
}
@media print, screen and (min-width: 0px) and (max-width: 767px) {
  .info-box-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 969px) {
  .infobox {
    border: 4px solid #418ae4;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    width: 470px;
    float: left;
  }
  .info-box-right {
    width: 224px;
  }
}
@media (min-width: 970px) {
  .infobox {
    border: 4px solid #418ae4;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    width: 65%;
    float: left;
  }
  .box.download table th:first-child {
    width: 20%;
  }
}
@media (min-width: 1020px) {
  #front .contents {
    padding: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1000px;
  }
  h2, .h2, h3, .h3 {
    font-size: 100%;
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1000px;
  }
}