@charset "utf-8";

.section-business-brands {
    margin-bottom: 200px;
}

.section-business-brands .btn-ctr {
    display: block;
    margin-inline: auto;
    margin-block: 24px 160px;
}
.business-heading--lv3 {
    margin:60px 0 20px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
}
.business-heading--lv3 .decoration{
    display: block;
    width: 100%;
    height: 5px;
    background-color: #CCC;
    position: relative;
    margin-top: 5px;
  
  }
  .business-heading--lv3 .decoration::after{
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 5px;
    left: 0;
    background-color: #1F3863;
  }
  .business-text {
    margin-bottom:60px;
  }

/* common */
.wrp-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.section-brands {
    background: #f8f8f8;
    text-align: center;
    padding: 0 0 105px;
}
.txt-lead {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
}
/* common */

.lst-brand-box {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 100px;
}
.lst-brand-box__item {
    width: 48%;
    box-sizing: border-box;
    background-color: #fff;
}
.lst-brand-box__heading {
    padding: 10px;
    text-align: center;
    font-size: 28px;
    background-color: #000;
    color: #fff;
}
.lst-brand-box__visual {
    width: 100%;
}

.lst-brand-logo {
    padding: 40px 20px;
}
.lst-brand-logo__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    text-align: center;
}
.lst-brand-logo__item + .lst-brand-logo__item {
    margin-top: 30px;
}
.lst-brand-logo__link {
    display: inline-block;
    pointer-events: none; /* tw and kr only */
}
.lst-brand-logo__link:focus {
    outline: none;
}
.lst-brand-logo img {
    max-width: 100%;
}

.lst-brand-logo .logo-sixpad {
    max-width: 170px;
}
.lst-brand-logo .logo-newpeace {
    max-width: 230px;
}
.lst-brand-logo .logo-style {
    max-width: 170px;
}
.lst-brand-logo .logo-pao {
    max-width: 120px;
}
.lst-brand-logo .logo-life {
    max-width: 110px;
}
.lst-brand-logo .logo-mask {
    max-width: 200px;
}
.lst-brand-logo .logo-dokirei {
    max-width: 150px;
}
.lst-brand-logo .logo-pikowash {
    max-width: 100px;
}
.lst-brand-logo .logo-refa {
    max-width: 170px;
}
.lst-brand-logo .logo-ondo {
    max-width: 130px;
}
.lst-brand-logo .logo-goto {
    max-width: 190px;
}
.lst-brand-logo .logo-bc {
    max-width: 160px;
}
.lst-brand-logo .logo-megly {
    max-width: 180px;
}
.lst-brand-logo .logo-red {
    max-width: 140px;
}

@media only screen and (max-width:959px) {
    .lst-brand-box__heading {
        padding: 8px 10px;
        font-size: 20px;
    }
    .lst-brand-logo__item {
        height: 60px;
    }
    .lst-brand-logo .logo-sixpad {
        max-width: 120px;
    }
    .lst-brand-logo .logo-newpeace {
        max-width: 180px;
    }
    .lst-brand-logo .logo-style {
        max-width: 120px;
    }
    .lst-brand-logo .logo-pao {
        max-width: 100px;
    }
    .lst-brand-logo .logo-life {
        max-width: 90px;
    }
    .lst-brand-logo .logo-mask {
        max-width: 170px;
    }
    .lst-brand-logo .logo-dokirei {
        max-width: 125px;
    }
    .lst-brand-logo .logo-pikowash {
        max-width: 85px;
    }
    .lst-brand-logo .logo-refa {
        max-width: 120px;
    }
    .lst-brand-logo .logo-ondo {
        max-width: 100px;
    }
    .lst-brand-logo .logo-goto {
        max-width: 160px;
    }
    .lst-brand-logo .logo-bc {
        max-width: 120px;
    }
    .lst-brand-logo .logo-megly {
        max-width: 140px;
    }
    .lst-brand-logo .logo-red {
        max-width: 110px;
    }
}

@media only screen and (max-width:767px) {
    .section-business-brands {
        margin-bottom: 100px;
    }
    .section-business-brands .btn-ctr {
        margin-block: 0 120px;
    }
    .business-heading--lv3 {
        margin: 40px 0 20px;
        font-size: 22px;
      }
      .business-text {
        font-size: 14px;
        margin-bottom: 40px;
      }
    .lst-brand-box {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .lst-brand-box__item {
        width: 100%;
    }
    .lst-brand-box__item + .lst-brand-box__item {
        margin-top: 30px;
    }

    .lst-brand-logo {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lst-brand-logo__item {
        width: 50%;
        height: 80px;
    }
    .lst-brand-logo__item + .lst-brand-logo__item {
        margin-top: 0;
    }
}

@media only screen and (max-width:479px) {
    .lst-brand-logo {
        padding: 20px;
    }
    .lst-brand-logo__item {
        width: 100%;
        height: 100px;
    }
}