@charset "utf-8";

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

.inquiry__ancBtn {
  flex-direction: column;
  
  .nmlBtn_item.type-small {
    
    .nmlBtn_itemLink {
      height: 44px;
      background-position: right 8px center;
      
      &:hover {
        background-position: right 6px center;
      }
      
      .nmlBtn_text {
        .main {
          font-size: 15px;
        }
      }
    }
  }
}

.inquiry__contact {
  &:has(.telNumber + hr) {
    .telNumber {
      margin-bottom: 10px;
    }
  }
  
  &:has(.telNumber + .telNumber_size-mini) {
    .telNumber:first-child {
      margin-bottom: 16px;
    }
  }
}