@charset "utf-8";

.inquiry__box {
  padding: 20px 40px;
}

.inquiry__nmlBtn {
  .nmlBtn_itemLink {
    height: 70px;
  }
}

.inquiry__ancBtn {
  gap: 1%;
  
  .nmlBtn_item.type-small {
    margin-left: 0 !important;
    flex: 0 0 calc(100% / 3 - 2% / 3);
    
    .nmlBtn_itemLink {
      height: 50px;
      background-position: right 8px center;
      
      &:hover {
        background-position: right 6px center;
      }
      
      .nmlBtn_text {
        .main {
          font-size: 15px;
        }
        
      }
    }
  }
}

.inquiry__contact {
  .heading2 {
    margin-bottom: 40px;
    
    .heading2_text {
      font-size: 30px;
    }
  }
  
  .heading3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  
  .telNumber.icon-tel:not(.style-none) {
    font-size: 30px;
  }
  
  .telNumber.icon-freedial:not(.style-none) {
    font-size: 28px;
    
    &.icon-freedial:not(.style-none) {
      padding-left: 60px;
      
      &::before {
        width: 61px;
        height: 34px;
        background-size: 53px 30px;
        left: 0;
        bottom: 0;
      }
    }
    
    &.telNumber.icon-tel:not(.style-none,.telNumber_size-mini) {
      padding-left: 48px;
      
      &::before {
        width: 40px;
        height: 40px;
        background-size: 40px;
      }
    }
  }
  
  .telNumber_size-mini,
  .telNumber.telNumber_size-mini.icon-tel:not(.style-none) {
    font-size: 22px;
    
    &.telNumber.telNumber_size-mini.icon-tel:not(.style-none) {
      padding-left: 37px;
    }
    
    &::before {
      width: 30px;
      height: 30px;
    }
  }
  
  &:has(.telNumber + .telNumber_size-mini) {
    .telNumber:first-child {
      margin-bottom: 20px;
    }
  }
}