﻿
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

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

/*----------------------------------
  Structure
----------------------------------
1. トップ
  1.1	メインイメージ
  1.2 トップナビ
2. 
3. 

====================================*/
/*----------------------------------
	COMMON
------------------------------------*/
/*----------------------------------
	post::products
------------------------------------*/
.product-list li {
  margin-bottom: clamp(40px, 5.208vw, 80px);
}
.product-list li .visual {
  position: relative;
  z-index: 0;
  padding-top: 30px;
}
.product-list li .visual h2 {
  width: clamp(320px, 66.667vw, 370px);
  height: clamp(51px, 10.625vw, 60px);
  line-height: clamp(51px, 10.625vw, 60px);
  background: url("../image/bg-tape.svg") no-repeat left center;
  background-size: cover;
  text-align: center;
  font-size: clamp(20px, 2.604vw, 24px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.product-list li ul.point {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 20px;
}
.product-list li ul.point li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #666;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

/*----------------------------------
	page::OEM
------------------------------------*/
.oem-box {
  position: relative;
  align-items: center;
}
.oem-box .txt {
  padding-left: 4%;
  padding-right: 0%;
}
@media screen and (max-width: 767px) {
  .oem-box .txt {
    padding: 0 4%;
  }
}
.oem-box .txt p + p {
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .oem-box .txt p + p {
    line-height: 2;
  }
}
.oem-box .img {
  text-align: center;
  overflow: hidden;
}
.oem-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  right: -2%;
}
@media screen and (max-width: 1200px) {
  .oem-box .img img {
    width: 800px;
    height: 800px;
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .oem-box .img img {
    width: 92%;
    height: 92%;
    right: 0;
  }
}
.oem-box .img img.ptn1 {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.oem-box .img img.ptn2 {
  border-radius: 80% 30% 50% 50%/50%;
}
.oem-box .img img.ptn3 {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

.oem-box.reverse .txt {
  padding-left: 0%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .oem-box.reverse .txt {
    padding: 0 4%;
  }
}
.oem-box.reverse .img img {
  left: -2%;
}
@media screen and (max-width: 1200px) {
  .oem-box.reverse .img img {
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .oem-box.reverse .img img {
    left: 0;
  }
}

.support-wrap {
  box-sizing: border-box;
  border: 3px solid #66cc99;
  border-radius: 10px;
  padding: 5%;
}
.support-wrap .support-txt {
  width: 100%;
  padding: 30px 20px;
  position: relative;
  background-color: rgba(102, 204, 153, 0.2);
  border-radius: 10px;
}
.support-wrap .support-txt::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: solid 1px #666;
  top: 0;
  left: 20px;
  rotate: -45deg;
}
.support-wrap .support-txt::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: solid 1px #666;
  top: 0;
  right: 20px;
  rotate: 45deg;
}
.support-wrap .support-txt .support_inner::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-bottom: solid 1px #666;
  bottom: 0;
  left: 20px;
  rotate: 45deg;
}
.support-wrap .support-txt .support_inner::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-bottom: solid 1px #666;
  bottom: 0;
  right: 20px;
  rotate: -45deg;
}
.support-wrap .support-txt .support_inner .support_box .txt-wrap {
  display: flex;
  flex-direction: column;
}
.support-wrap .support-txt .support_inner .support_box .txt-wrap p {
  flex-grow: 1;
}
.support-wrap img {
  width: 60%;
  margin: auto;
}

.plus-box {
  padding: 1rem;
  background-image: url("../image/icon-plus.png"), url("../image/icon-plus.png"), url("../image/icon-plus.png"), url("../image/icon-plus.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: top left, top right, bottom right, bottom left;
  text-align: center;
  width: 96%;
  margin: 0 auto 30px;
}

.bnr-contact.oem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bnr-contact.oem {
    background-size: contain;
    min-height: 260px;
  }
}
.bnr-contact.oem .bnr-contact__tell {
  width: 92%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .bnr-contact.oem .bnr-contact__tell {
    margin-bottom: 0px;
  }
}
.bnr-contact.oem .bnr-contact__tell .bnr-contact__link {
  display: block;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bnr-contact.oem .bnr-contact__tell .bnr-contact__link {
    letter-spacing: 0.1em;
  }
}

/*----------------------------------
	page::contact
------------------------------------*/
.contact__text-inner {
  max-width: 1000px;
  margin: auto;
  width: 92%;
}
.contact__text-inner p {
  letter-spacing: -0.8px;
}

.contact-tel {
  font-size: clamp(36px, 4.688vw, 40px);
  font-weight: 700;
  text-align: center;
  padding: 1em 0;
}

.wpcf7-spinner {
  display: none;
}

.form-in {
  background-color: rgba(102, 204, 153, 0.2);
  padding: 30px;
  border-radius: 10px;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cf7__list dt {
  width: 35%;
}
.cf7__list dt p {
  margin-bottom: 0;
}
.cf7__list dd {
  width: 65%;
  font-size: clamp(14px, 2.917vw, 16px);
}
.cf7__list dd input[type=text], .cf7__list dd input[type=email], .cf7__list dd input[type=tel], .cf7__list dd input[type=url], .cf7__list dd textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
}
.cf7__list dd input[name=your-post1], .cf7__list dd input[name=your-post2] {
  width: inherit;
  padding: 10px;
  background: #fff;
}
.cf7__list dt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-left: 15px;
  padding: 4px 7px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.wpcf7-text,
.wpcf7-textarea {
  font-size: clamp(14px, 1.823vw, 16px);
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n+2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  background-color: #fff;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type=checkbox]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/* ラジオボタン */
input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type=text]::-moz-placeholder, .cf7__list dd input[type=tel]::-moz-placeholder, .cf7__list dd input[type=email]::-moz-placeholder, .cf7__list dd textarea::-moz-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}
.cf7__list dd input[type=text]::placeholder,
.cf7__list dd input[type=tel]::placeholder,
.cf7__list dd input[type=email]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* Microsoft Edge */
.cf7__list dd input[type=text]::-ms-input-placeholder,
.cf7__list dd input[type=tel]::-ms-input-placeholder,
.cf7__list dd input[type=email]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* Internet Explorer */
.cf7__list dd input[type=text]:-ms-input-placeholder,
.cf7__list dd input[type=tel]:-ms-input-placeholder,
.cf7__list dd input[type=email]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: clamp(14px, 1.823vw, 16px);
}

/* 送信ボタン */
.cf7__button {
  text-align: center;
}

input[type=submit] {
  min-width: 150px;
  background: #000;
  color: #fff;
  padding: 0.8em;
  transition: opacity 0.6s;
  font-size: clamp(14px, 1.823vw, 16px);
}

input[type=submit]:hover {
  opacity: 0.6;
}

input[type=button] {
  min-width: 150px;
  padding: 0.8em;
  transition: opacity 0.6s;
  font-size: clamp(14px, 1.823vw, 16px);
}

input[type=button]:hover {
  opacity: 0.6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .cf7__list dd {
    width: 100%;
  }
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
  /* 送信ボタン */
  input[type=submit],
  input[type=button] {
    width: 180px;
    height: 56px;
  }
}