@charset "UTF-8";
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .sp-sm {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

.page-oem-pb {
  box-sizing: border-box;
}
.page-oem-pb p {
  margin-top: 0 !important;
}
.page-oem-pb .mb-0 {
  margin-bottom: 0 !important;
}
.page-oem-pb .content-efforts_sec {
  padding-bottom: 0;
}
.page-oem-pb .sec-head .page-oem-mv {
  margin-bottom: 3rem;
}
.page-oem-pb .sec-head .page-oem-nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-oem-pb .sec-head .page-oem-nav a {
  display: block;
  width: 330px;
  margin-bottom: 1em;
  padding: 1em;
  border: solid 5px #aaa;
  border-radius: 1em;
  font-size: 18px;
  text-align: center;
}
.page-oem-pb .sec-head .page-oem-nav a.wholesale {
  border-color: #0A618F;
  color: #0A618F;
}
.page-oem-pb .sec-head .page-oem-nav a.wholesale:hover {
  background-color: #97c7e0;
}
.page-oem-pb .sec-head .page-oem-nav a.oem {
  border-color: #884870;
  color: #884870;
}
.page-oem-pb .sec-head .page-oem-nav a.oem:hover {
  background-color: #e08bc0;
}
.page-oem-pb .sec-contents .sec-wholesale h2 {
  padding-left: 0.5em;
  background-color: #0A618F;
  color: #fff;
}
.page-oem-pb .sec-contents .cta {
  width: 70%;
  margin: 0 auto;
  padding: 0.5em 2em;
  background-color: #0A618F;
  border-radius: 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-oem-pb .sec-contents .cta {
    width: auto;
  }
}
.page-oem-pb .sec-contents .cta.oem {
  background-color: #884870;
}
.page-oem-pb .sec-contents .cta h3 {
  margin: 0.5em 0 0.8em;
  font-size: 1.6em;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.5em;
  text-decoration: none !important;
}
.page-oem-pb .sec-contents .cta-tel, .page-oem-pb .sec-contents .cta-form {
  display: flex;
  gap: 1rem;
}
.page-oem-pb .sec-contents .cta-tel picture, .page-oem-pb .sec-contents .cta-form picture {
  width: 20%;
  max-width: 64px;
  min-width: 32px;
}
.page-oem-pb .sec-contents .cta-tel h4, .page-oem-pb .sec-contents .cta-form h4 {
  margin: 0.4em 0;
  font-size: 1.4em;
}
.page-oem-pb .sec-contents .cta-tel h4 a, .page-oem-pb .sec-contents .cta-form h4 a {
  font-size: inherit;
  color: #fff;
  text-decoration: underline;
}
.page-oem-pb .sec-contents .cta-tel .tel, .page-oem-pb .sec-contents .cta-form .tel {
  font-size: 1.4em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: underline;
}
.page-oem-pb .sec-contents .sec-oem h2 {
  padding-left: 0.5em;
  background-color: #884870;
  color: #fff;
}
.page-oem-pb .sec-contents .sec-oem .type {
  margin-left: 0;
  padding-left: 0;
}
.page-oem-pb .sec-contents .sec-oem .type-oem, .page-oem-pb .sec-contents .sec-oem .type-pb {
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 1em;
  border: 2px solid #884870;
  border-radius: 1em;
}
@media screen and (max-width: 425px) {
  .page-oem-pb .sec-contents .sec-oem .type-oem > ul, .page-oem-pb .sec-contents .sec-oem .type-pb > ul {
    margin: 0;
    padding: 0;
  }
}
.page-oem-pb .sec-contents .sec-oem .type .orignal-label {
  margin-bottom: 0.5em;
  padding: 0.2em;
  border: solid 1px #884870;
}
.page-oem-pb .sec-contents .sec-oem .type .type-pb ul {
  margin: 0;
  padding: 0;
}
.page-oem-pb .sec-contents .sec-oem .type .type-pb ul li {
  position: relative;
  padding-left: 1.5em;
}
.page-oem-pb .sec-contents .sec-oem .type .type-pb ul li::before {
  content: "※";
  position: absolute;
  left: 0; /* 左端に配置 */
}
.page-oem-pb .sec-contents .sec-oem h3 {
  color: #884870;
  text-decoration: underline;
}
.page-oem-pb .sec-contents .sec-oem h3.bg-color {
  background-color: #884870;
  color: #fff;
  padding: 0.2em;
  padding-left: 0.5em;
  text-decoration: none;
}
.page-oem-pb .sec-contents .sec-oem h5 {
  font-size: 1em;
}
.page-oem-pb .sec-contents .sec-oem table {
  border-collapse: collapse;
  border: solid 1px #884870;
}
.page-oem-pb .sec-contents .sec-oem th {
  width: 7em;
  padding: 0.2em 0.5em;
  background-color: #884870;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.page-oem-pb .sec-contents .sec-oem tr:last-child th {
  border: none;
}
.page-oem-pb .sec-contents .sec-oem td {
  padding: 0.2em 0.5em;
  border: solid 1px #884870;
}
.page-oem-pb .sec-contents .sec-oem .flow ol {
  margin: 0 1em;
}
.page-oem-pb .sec-contents .sec-oem .example-items {
  margin: 0 1em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
.page-oem-pb .sec-contents .sec-oem .example-items > li {
  flex: 0 0 calc(33.33% - 0.6666666667rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: solid 1px #999;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .page-oem-pb .sec-contents .sec-oem .example-items > li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 425px) {
  .page-oem-pb .sec-contents .sec-oem .example-items > li {
    flex: 0 0 100%;
  }
}
.page-oem-pb .sec-contents .sec-oem .example-items > li h4 {
  margin: 0 0 1rem;
  padding: 0.6em 0.2em;
  background-color: #e08bc0;
}
.page-oem-pb .sec-contents .sec-oem .example-items > li picture {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
}
.page-oem-pb .sec-contents .sec-oem .example-items > li img {
  display: block;
}
.page-oem-pb .sec-contents .sec-oem .faq dl {
  margin: 0 1em;
}
.page-oem-pb .sec-contents .sec-oem .faq dt {
  padding: 0.2em;
  border-bottom: solid 1px #884870;
  color: #884870;
}
.page-oem-pb .sec-contents .sec-oem .faq dt::before {
  content: "Q. ";
}
.page-oem-pb .sec-contents .sec-oem .faq dd {
  margin: 0 0 1.5em;
  padding: 0.2em;
}
.page-oem-pb .sec-contents .sec-oem .faq dd::before {
  content: "A. ";
  padding-right: 0.2em;
}/*# sourceMappingURL=contents.css.map */