@charset "UTF-8";
/**
 **  変数
**/
:root {
  --pola-color: #2F2F54;
  --sp-side-padding: 26px;
  --max-content-width: 1296px;
}

/**
 **  全体
**/
body#inquiry-brands {
  padding: 0;
}

/**
 **  コンテンツ
**/
#inquiry-brands .inquiry-brands__inner {
  max-width: calc(var(--max-content-width) + var(--sp-side-padding) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--sp-side-padding);
  padding-left: var(--sp-side-padding);
  padding-bottom: 120px;
}

@media screen and (max-width: 749px) {
  #inquiry-brands .inquiry-brands__inner {
    padding-bottom: 20px;
  }
}
#inquiry-brands .main-title {
  margin: 42px 0 160px;
}

@media screen and (max-width: 749px) {
  #inquiry-brands .main-title {
    margin: 28px 0;
  }
}
.inquiry-brands__sub-text {
  font-size: 24px;
  margin: 80px 0 55px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .inquiry-brands__sub-text {
    font-size: 16px;
    margin: 44px 0 24px;
    text-align: left;
  }
}
/**
 **  リストアイテム
**/
.inquiry-brands-logo {
  display: block;
  margin: 10px auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
  height: 55px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-logo {
    width: 40vw;
    height: 12vw;
    margin: 0 auto 16px;
  }
}
.inquiry-brands-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 750px) {
  .inquiry-brands-tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 749px) {
  .inquiry-brands-tel {
    display: block;
    width: 26.666vw;
    height: 22.933vw;
    background: var(--pola-color);
    color: #fff;
    border-radius: 10px;
    padding: 2vw 2.8vw;
  }
}
.inquiry-brands-tel > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 52px;
  height: 19px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-tel > img {
    width: 10.666vw;
    height: 10.666vw;
    margin: auto;
  }
}
.inquiry-brands-tel > span {
  font-size: 35px;
  padding-left: 10px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-tel > span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
  }
}
.inquiry-brands-mail {
  width: 90%;
  margin: 16px auto 24px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-mail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 26.666vw;
    height: 22.933vw;
    border-radius: 10px;
    padding: 2vw 2.8vw;
    margin: 0;
  }
}
.inquiry-brands-mail > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-mail > span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }
}
.inquiry-brands-mail > span img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 20px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-mail > span img {
    width: 6.666vw;
    height: 5.333vw;
    margin: 2vw auto 2.8vw;
  }
}
.inquiry-brands-note {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-note {
    font-size: 12px;
  }
}
.inquiry-brands-box {
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 16px;
  text-align: center;
  height: 100%; /* 隣のボックスと高さを揃える */
}

@media screen and (max-width: 749px) {
  .inquiry-brands-box {
    padding: 4.26vw;
  }
}
@media screen and (max-width: 749px) {
  .inquiry-brands-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 6.4vw;
       -moz-column-gap: 6.4vw;
            column-gap: 6.4vw;
  }
  .inquiry-brands-box__logo,
  .inquiry-brands-box__tel-text {
    width: 100%;
  }
  .inquiry-brands-box__tel-text {
    margin: 16px 0 12px;
  }
}
.inquiry-brands-box__logo a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.inquiry-brands-box__logo a:hover {
  opacity: 0.7;
}

/**
 **  リストレイアウト
**/
.inquiry-brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands__list {
    gap: 24px;
  }
}
.inquiry-brands__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* 
*  スクリーン幅1348px以上限定：
*  3カラムのときは最後の要素にマージをつけて左揃えになるように
*  【！注意】要素数が変われば崩れます。従って要素数がFIXしているときのみ有効。
*/
@media screen and (min-width: 1348px) {
  .inquiry-brands__list__item:last-of-type {
    margin-right: 448px;
  }
}
/**
 **  ボタン
**/
.inquiry-brands-button {
  margin: 80px auto;
  max-width: 528px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-button {
    margin: 40px auto;
  }
}
.inquiry-brands-button .poh_btn > span {
  font-size: 30px;
}

@media screen and (max-width: 749px) {
  .inquiry-brands-button .poh_btn > span {
    font-size: 16px;
  }
}